summaryrefslogtreecommitdiffstats
path: root/chrome/common/service_process_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Coverity: Fix uninitialized member variables.kmadhusu@chromium.org2011-09-271-0/+1
* Make the mac service process handling code clean itself up properly as far as...dmaclach@chromium.org2011-08-251-16/+16
* Replace many OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, since most of them a...chromium@hybridsource.org2011-05-281-6/+5
* Fixes up the race condition that exists with deleting a file vs watching it.dmaclach@chromium.org2011-04-011-18/+40
* Revert 79307 - Fixes up the race condition that exists with deleting a file v...dmaclach@chromium.org2011-03-241-40/+18
* Fixes up the race condition that exists with deleting a file vs watching it.dmaclach@chromium.org2011-03-241-18/+40
* fix up small race on g_signal_socketdmaclach@chromium.org2011-03-241-2/+2
* ServiceProcess clean updmaclach@chromium.org2011-03-231-20/+29
* Getting service process on Mac to handle having things moved/changed undernea...dmaclach@chromium.org2011-03-221-2/+9
* Coverity: Initialize member variables.jhawkins@chromium.org2011-03-111-5/+5
* New OOL violations on linux since last week, along with the final Mac OOL fixes.erg@google.com2011-03-011-0/+9
* Get service process running standalone on the mac by hooking it into launchd.dmaclach@chromium.org2011-02-241-141/+28
* Fix the Xcode 3.1 gcc 4.2 compiler warning:wtc@chromium.org2011-02-041-3/+3
* Make changes sanjeev suggesteddmaclach@chromium.org2011-02-031-4/+4
* Get service processes working on Mac and Linux.dmaclach@chromium.org2011-02-021-33/+187
* Convert LOG(INFO) to VLOG(1) - chrome/common/.pkasting@chromium.org2010-10-221-1/+1
* Spilt code in service_process_utils.cc into separate files for Windows and Po...sanjeevr@chromium.org2010-10-131-0/+83