summaryrefslogtreecommitdiff
path: root/Source/kwsys/ProcessWin32.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-09-261-0/+17
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-11-251-29/+49
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2012-12-191-270/+17
* KWSys: Teach Process to error on empty commandBrad King2010-06-111-0/+8
* KWSys: Fix process tree kill on 64-bit WindowsBrad King2009-11-301-1/+6
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-11/+9
* ENH: first pass at VS 10, can bootstrap CMake, but many tests still failBill Hoffman2009-06-251-5/+5
* COMP: sprintf warnings. DWORD should use %ld rather than %d. Also, const char...Bill Lorensen2008-05-101-1/+1
* ENH: fix resource leakBill Hoffman2007-07-241-4/+5
* ENH: Added KWSYSPE_DEBUG macro to print debugging trace information. Added T...Brad King2007-04-121-1/+54
* COMP: Fix or suppress warnings on Borland and Mac dashboards. Definitely fix ...David Cole2006-10-091-0/+1
* ENH: Added Process_SetPipeNative method to allow user code to override the pi...Brad King2006-10-031-2/+107
* ENH: Re-implemented command line argument shell quoting to support several pl...Brad King2006-09-271-2/+2
* ENH: Adding 'System' component of C sources to hold system tools written in C...Brad King2006-09-211-128/+7
* BUG: When handing the child stdin pipe a file, allow another process to be wr...Brad King2006-07-171-2/+3
* COMP: Fix conversion warning.Brad King2006-06-191-1/+1
* ENH: Added Option_Verbatim to run whole command lines directly.Brad King2006-06-151-156/+205
* BUG: Fixed deadlock condition when grandchildren are running after the childr...Brad King2006-05-211-13/+53
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war...Bill Hoffman2006-03-301-1/+1
* COMP: Fixed warnings for Borland 5.8.Brad King2006-02-281-4/+8
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-171-0/+3
* ENH: Improved robustness of sharing parent pipes with children. This ensures...Brad King2005-12-201-38/+88
* BUG: Do not close handle obtained from GetModuleHandle which does not increas...Brad King2005-11-161-2/+8
* BUG: Fixed reusability of process object by clearing each pipe's Closed flag ...Brad King2005-07-071-1/+2
* BUG: Fixed polling feature of WaitForData.Brad King2005-06-171-2/+13
* COMP: Fixed unused parameter and constant conditional warnings.Brad King2005-04-221-1/+3
* BUG: Do not close stdout/stderr pipes in parent if they are shared.Brad King2005-04-211-2/+5
* COMP: Adding work-around for CMake dependency scanning limitation. Any confi...Brad King2005-04-131-0/+6
* ENH: Do kwsys testing as part of cmake testing, command line arguments are no...Andy Cedilnik2005-04-131-1/+0
* ENH: Re-arranged handling of the two threads per pipe to improve readability ...Brad King2004-07-131-80/+106
* BUG: Fix for read pipe wakeup when child is writing alot of data and may fill...Brad King2004-07-131-3/+114
* ENH: Added windows implementation of Disown/Detach.Brad King2004-07-071-28/+74
* ENH: Added kwsysProcess_Disown an kwsysProcess_Option_Detach to allow detache...Brad King2004-07-071-0/+7
* BUG: Do not wait for children to exit when killing them. Sometimes they do n...Brad King2004-05-131-6/+2
* ENH: Adding native windows process tree kill to ProcessWin32.c. This replace...Brad King2004-05-101-5/+403
* ERR: Avoiding namespace pollution: kw_sys -> kwsys_ns. Also undefining the m...Brad King2004-05-101-1/+1
* ERR: On Borland preprocessor goes into recursion which adds some weid spaces ...Andy Cedilnik2004-05-071-1/+1
* BUG: make sure the correct state is set for expired processesBill Hoffman2004-05-071-0/+1
* ENH: Adding process tree killing for Win32 process execution.Brad King2004-05-061-1/+5
* BUG: Corrected detection of exceptional exit code.Brad King2004-01-281-3/+3
* ENH: fix for build on cygwin mingwBill Hoffman2004-01-261-0/+8
* ENH: Added GetExceptionString method to provide an error description when Get...Brad King2003-12-301-34/+92
* ENH: Added SetPipeShared method to allow stdout and stderr pipes to be shared...Brad King2003-12-161-6/+75
* ENH: Updated copyright.Brad King2003-12-151-12/+9
* STYLE: Fixed typo on comment.Brad King2003-12-141-1/+1
* ENH: Using CreateFile with FILE_FLAG_DELETE_ON_CLOSE to automatically delete ...Brad King2003-12-141-3/+21
* ENH: Added SetPipeFile method to allow the process pipeline stdin, stdout, an...Brad King2003-12-131-6/+183
* ENH: Code is now robust to New method returning NULL.Brad King2003-12-131-10/+46
* ENH: Cleaned up pipe numbering.Brad King2003-12-071-5/+11
* ENH: Removed pipe selection argument from WaitForData method in kwsysProcess....Brad King2003-12-051-8/+4