summaryrefslogtreecommitdiffstats
path: root/src/subprocess-win32.cc
Commit message (Expand)AuthorAgeFilesLines
* This is C++, there is no need to write 'struct' before the type when declarin...Thiago Farina2011-09-101-1/+1
* subprocess-win32.cc: change named pipe names to contain process ID and subpro...Qingning Huo2011-09-041-2/+2
* Fix for win32 long command lines:U-MATHLETE\John2011-06-261-2/+3
* Fix for 'pipe has ended' errors on Win32 distributed buildsEvan Martin2011-06-251-0/+5
* windows: remove extra printEvan Martin2011-05-081-1/+0
* windows: pass subprocess testsEvan Martin2011-05-081-2/+4
* windows: subprocess implementation for WindowsEvan Martin2011-05-061-0/+211