summaryrefslogtreecommitdiffstats
path: root/chrome/browser/process_singleton_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* linux: expose the ProcessSingleton timeout to speed testsevan@chromium.org2009-09-171-2/+7
* Log an error message when deleting lockfile or socket fails in ProcessSinglet...mattm@chromium.org2009-09-141-3/+4
* Gtk: Add error dialog when profile was in use on a different computer.mattm@chromium.org2009-08-211-1/+9
* Make ProcessSingletonLinux check the hostname to avoid multiple uses of a pro...mattm@chromium.org2009-08-211-73/+140
* It's a copy of http://codereview.chromium.org/155772, with the fix for valgri...suzhe@chromium.org2009-08-041-90/+330
* linux: set FD_CLOEXEC on the singleton socketevan@chromium.org2009-08-031-0/+14
* Reverting 22144.suzhe@chromium.org2009-07-311-328/+88
* It's a copy of http://codereview.chromium.org/155772, with the fix for valgri...suzhe@chromium.org2009-07-311-88/+328
* Reverting 21943.willchan@chromium.org2009-07-291-328/+88
* Linux: Adds ACKs to ProcessSingletonLinux.willchan@chromium.org2009-07-291-88/+328
* Linux: fail more gracefully when ProcessSingleton fails to bind.agl@chromium.org2009-06-241-1/+8
* Fixes a number of issues with ProcessSingletonLinux.willchan@chromium.org2009-05-221-64/+154
* Remove trailing NULL is data sent between chrome processes.tc@google.com2009-05-211-5/+4
* Fix a invalid read found by valgrind in process singleton linux.tc@google.com2009-05-211-7/+26
* Implement process singleton on linux so if the user tries totc@google.com2009-05-201-13/+264
* Put test_user_data in a temp directory instead of using base::DIR_EXE. (try 2)thestig@chromium.org2009-05-111-0/+2
* Revert r15607hclam@chromium.org2009-05-081-2/+0
* Put test_user_data in a temp directory instead of using base::DIR_EXE.thestig@chromium.org2009-05-081-0/+2
* POSIX: Add a macro for handling EINTR.agl@chromium.org2009-05-011-1/+3
* More solid detection of browser process in chrome_process_util_linux.cc:phajdan.jr@chromium.org2009-04-211-1/+2
* Implement chrome_proces_util for linux and enable download ui test.estade@chromium.org2009-04-141-1/+1
* Removed zombie hunter codemaruel@chromium.org2009-03-231-6/+0
* Add bug links for ProcessSingleton.evan@chromium.org2009-02-251-2/+3
* Implement skeletal ProcessSingleton on Linux to cut down on NOTIMPLEMENTED()s.evan@chromium.org2009-02-181-0/+71