Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Forward interruption signal to child processes. | Nicolas Despres | 2015-04-24 | 1 | -1/+6 |
| | |||||
* | Allow SIGTERM for interruption. | Nicolas Despres | 2015-04-24 | 1 | -1/+2 |
| | | | | | Default signal sent by many other programs (mainly kill(1)) to gently terminates another one is SIGTERM. | ||||
* | wip for console pool on windows | Nico Weber | 2014-05-13 | 1 | -4/+1 |
| | |||||
* | Introduce the "console" pool | Peter Collingbourne | 2014-02-03 | 1 | -2/+6 |
| | | | | | | | This is a pre-defined pool with a depth of 1. It has the special property that any task in the pool has direct access to the console. This can be useful for interactive tasks or long-running tasks which produce status updates on the console (such as test suites). | ||||
* | Put & operator with the type rather than the variable name. | Thiago Farina | 2012-04-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Thiago Farina <tfarina@chromium.org> | ||||
* | pselect->ppoll on linux to raise the process limit roof | Ami Fischman | 2012-03-04 | 1 | -2/+2 |
| | |||||
* | Merge pull request #176 from pcc/exit-cleanup | Evan Martin | 2012-02-14 | 1 | -9/+24 |
|\ | | | | | Implement cleanup-on-interrupt | ||||
| * | Implement cleanup-on-interrupt | Peter Collingbourne | 2012-02-04 | 1 | -9/+24 |
| | | | | | | | | | | | | | | | | This causes us to clean up by deleting any output files belonging to currently-running commands before we quit if we are interrupted (either by Ctrl-C or by a command failing). Fixes issue #110. | ||||
* | | Avoid using undefined value in Subprocess::OnPipeReady() | Qingning Huo | 2012-02-04 | 1 | -0/+1 |
|/ | |||||
* | windows: subprocess implementation for Windows | Evan Martin | 2011-05-06 | 1 | -2/+25 |
| | | | | Heavily based on a patch from Sergey Nenakhov <nenakhov.sergey@gmail.com>. | ||||
* | more refactoring for windows | Evan Martin | 2011-05-06 | 1 | -2/+5 |
| | |||||
* | refactor subprocess to make it easier for windows port | Evan Martin | 2011-05-03 | 1 | -12/+7 |
| | | | | | | Rather than tracking stdout/stderr explicitly, just keep an opaque pointer to a platform-specific 'stream' type. Also provide API to get at the process output. | ||||
* | add doxygen-compatibile comments to most classes | Evan Martin | 2011-04-29 | 1 | -8/+8 |
| | |||||
* | Add missing CPP guards. | Nicolas Despres | 2011-03-22 | 1 | -0/+5 |
| | |||||
* | add copyrights | Evan Martin | 2011-02-06 | 1 | -0/+14 |
| | |||||
* | move src into subdir | Evan Martin | 2010-12-05 | 1 | -0/+42 |