summaryrefslogtreecommitdiffstats
path: root/src/subprocess.h
Commit message (Expand)AuthorAgeFilesLines
* Remove 'using namespace std' from header files, properly namespace all std sy...Michael Jones2020-09-301-7/+6
* Only run SubprocessTest.SetWithLots on FreeBSD when ppoll() exists.Nico Weber2016-11-071-0/+8
* Cleanup build on SIGHUP.Nicolas Despres2015-09-201-0/+1
* Forward interruption signal to child processes.Nicolas Despres2015-04-241-1/+6
* Allow SIGTERM for interruption.Nicolas Despres2015-04-241-1/+2
* wip for console pool on windowsNico Weber2014-05-131-4/+1
* Introduce the "console" poolPeter Collingbourne2014-02-031-2/+6
* Put & operator with the type rather than the variable name.Thiago Farina2012-04-281-1/+1
* pselect->ppoll on linux to raise the process limit roofAmi Fischman2012-03-041-2/+2
* Merge pull request #176 from pcc/exit-cleanupEvan Martin2012-02-141-9/+24
|\
| * Implement cleanup-on-interruptPeter Collingbourne2012-02-041-9/+24
* | Avoid using undefined value in Subprocess::OnPipeReady()Qingning Huo2012-02-041-0/+1
|/
* windows: subprocess implementation for WindowsEvan Martin2011-05-061-2/+25
* more refactoring for windowsEvan Martin2011-05-061-2/+5
* refactor subprocess to make it easier for windows portEvan Martin2011-05-031-12/+7
* add doxygen-compatibile comments to most classesEvan Martin2011-04-291-8/+8
* Add missing CPP guards.Nicolas Despres2011-03-221-0/+5
* add copyrightsEvan Martin2011-02-061-0/+14
* move src into subdirEvan Martin2010-12-051-0/+42