| Commit message (Expand) | Author | Age | Files | Lines |
* | Harmonizing ProcessUtil::GetAppOutput on Win/Unix | jcampan@chromium.org | 2009-06-04 | 1 | -8/+9 |
* | POSIX: Add a macro for handling EINTR. | agl@chromium.org | 2009-05-01 | 1 | -10/+12 |
* | This CL adds a utility method that lets you start a process and block until t... | jcampan@chromium.org | 2009-04-21 | 1 | -1/+34 |
* | Add GetAppOutput function, a better replacement for popen. | phajdan.jr@chromium.org | 2009-04-17 | 1 | -0/+16 |
* | This should make ProcessUtilTest.KillSlowChild not-flaky. | phajdan.jr@chromium.org | 2009-03-16 | 1 | -9/+0 |
* | Fixes a build break caused by r10178. | hbono@chromium.org | 2009-02-23 | 1 | -1/+1 |
* | Try to fix the tree. | evan@chromium.org | 2009-02-23 | 1 | -1/+1 |
* | Fix more GCC 4.3 warnings. | evan@chromium.org | 2009-02-23 | 1 | -2/+4 |
* | Fix the windows implementation of KillProcess and WaitForSingleProcess to not... | stoyan@chromium.org | 2009-02-09 | 1 | -0/+3 |
* | Rewrite the mac named process iterator: | thomasvl@chromium.org | 2009-02-06 | 1 | -7/+0 |
* | Implement NamedProcessIterator in base/process_util_mac.mm. Patch by Naoki | mark@chromium.org | 2009-02-05 | 1 | -2/+4 |
* | Add routine to close file descriptors on exec | jeremy@chromium.org | 2009-01-29 | 1 | -0/+18 |
* | Call logging::InitLogging. The lack of this was causing some hangs (and poss... | erikkay@google.com | 2009-01-13 | 1 | -2/+4 |
* | Fix TODOs in base/ : | phajdan.jr@chromium.org | 2009-01-13 | 1 | -2/+1 |
* | Processes take a long time to start if started via ssh, | dkegel@google.com | 2008-12-30 | 1 | -1/+1 |
* | * On POSIX, make sure we don't leak FDs when launching child Processes. | jeremy@chromium.org | 2008-12-17 | 1 | -2/+75 |
* | Reverting 7156. | ojan@google.com | 2008-12-17 | 1 | -75/+2 |
* | * On POSIX, make sure we don't leak FDs when launching child Processes. | jeremy@chromium.org | 2008-12-17 | 1 | -2/+75 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -11/+12 |
* | Fix compilation error on Windows and link error on Mac | dkegel@google.com | 2008-10-31 | 1 | -8/+5 |
* | Port GetProcessCount(), KillProcesses(), and CleanupProcesses(). | dkegel@google.com | 2008-10-31 | 1 | -0/+41 |
* | 1) Add a new MULTIPROCESS_TEST_MAIN macro to store child process names | jeremy@chromium.org | 2008-10-29 | 1 | -2/+2 |
* | Added linux process utilities and tests. | estade@chromium.org | 2008-10-22 | 1 | -3/+29 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+99 |