aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMServiceManagement.c
Commit message (Collapse)AuthorAge
* [Author: dmaclach]Gravatar gtm.daemon2011-09-09
| | | | | | Clean up clang issues in GTM. The one in GTMABAddressBook is a weird one, that I'll try and file a bug on. R=thomasvl DELTA=92 (53 added, 6 deleted, 33 changed)
* [Author: mmentovai]Gravatar gtm.daemon2011-08-22
| | | | | | | | | | | | | | | | launchctl on Mac OS X 10.7 ("Lion") requires launchd plist pathnames to end in ".plist". Files that don't end in plist result in launchctl printing this message and ignoring the file: launchctl: Dubious file. Not of type .plist (skipping): /tmp/GTMServiceManagement.W3Pz4K http://crbug.com/93274 R=dmaclach,thomasvl APPROVED=thomasvl DELTA=3 (1 added, 1 deleted, 1 changed)
* [Author: dmaclach]Gravatar gtm.daemon2011-02-17
| | | | | | | Fix up case where we were picking up an invalid errno value when the child process was exiting with a bad exit status. TBR=thomasvl DELTA=9 (3 added, 0 deleted, 6 changed)
* [Author: dmaclach]Gravatar gtm.daemon2011-02-11
| | | | | | Fix up HORRIBLE bug closing bad file descriptors. R=thomasvl DELTA=5 (1 added, 0 deleted, 4 changed)
* [Author: thomasvl]Gravatar gtm.daemon2010-11-22
| | | | | | | Move the CPP guard before the system headers, they don't all exist on 10.4, so compile was failing. TBR=dmaclach DELTA=5 (3 added, 2 deleted, 0 changed)
* [Author: dmaclach]Gravatar gtm.daemon2010-11-09
| | | | | | Clean up GTMServiceManagement when compiling 64 bit. R=thomasvl DELTA=5 (1 added, 0 deleted, 4 changed)
* [Author: dmaclach]Gravatar gtm.daemon2010-11-04
| | | | | | | Clean up GTMServiceManagement so that it works with sockets. Add better tests. R=thomasvl DELTA=478 (303 added, 109 deleted, 66 changed)
* [Author: dmaclach]Gravatar gtm.daemon2010-10-01
| | | | | | Fix up leak found by clang. R=thomasvl DELTA=5 (5 added, 0 deleted, 0 changed)
* [Author: dmaclach]Gravatar gtm.daemon2010-10-01
| | | | | | Clean up GTMServiceManagement under clang. R=thomasvl DELTA=28 (12 added, 4 deleted, 12 changed)
* [Author: dmaclach]Gravatar gtm.daemon2010-08-31
| | | | | Turn off service management on 10.4 R=thomasvl
* [Author: dmaclach]Gravatar gtm.daemon2010-08-27
Initial look at GTMServiceManagement. Added tests and project changes. R=thomasvl DELTA=844 (840 added, 0 deleted, 4 changed)