summaryrefslogtreecommitdiffstats
path: root/src/subprocess.cc
Commit message (Expand)AuthorAgeFilesLines
* fix warning: "comparison between signed and unsigned integer expressions"Hiroyuki Iwatsuki2012-03-161-1/+1
* addressed pcc commentsAmi Fischman2012-03-041-10/+9
* pselect->ppoll on linux to raise the process limit roofAmi Fischman2012-03-041-4/+56
* Implement cleanup-on-interruptPeter Collingbourne2012-02-041-27/+93
* disable the 'unused parameter' warningEvan Martin2011-12-051-1/+1
* Add -Wextra warning flag.Nicolas Despres2011-11-191-1/+1
* Merge pull request #127 from tiresdonexits/masterEvan Martin2011-11-061-1/+1
|\
| * Added a cast to NULL to remove a warning issues by g++ 4.6.Jonathan Sternberg2011-11-051-1/+1
* | don't leak fds into subprocessesEvan Martin2011-10-311-0/+1
|/
* fix "ignored return value of write" harderEvan Martin2011-09-091-2/+4
* Fix a Clang self-assign warning by casting result to voidPeter Collingbourne2011-09-011-2/+2
* windows: subprocess implementation for WindowsEvan Martin2011-05-061-3/+6
* more refactoring for windowsEvan Martin2011-05-061-25/+11
* refactor subprocess to make it easier for windows portEvan Martin2011-05-031-41/+40
* fix compilation error on Mac 10.5Arnaud Gelas2011-04-301-1/+1
* Prefix perror(3) messages with program name.Nicolas Despres2011-04-261-1/+1
* add copyrightsEvan Martin2011-02-061-0/+14
* work around an unused variable warningEvan Martin2011-01-081-1/+2
* move src into subdirEvan Martin2010-12-051-0/+170