| Commit message (Expand) | Author | Age | Files | Lines |
* | mplement apr_proc_wait_all_procs for windows | mturk | 2008-04-17 | 1 | -15/+126 |
* | With the correction of setting ->timeout = 0 way up in the | wrowe | 2007-10-14 | 1 | -55/+9 |
* | apr_procattr_io_set() on Windows: Set pipe handles non-blocking as | trawick | 2007-10-10 | 1 | -3/+51 |
* | Introduce APR_NO_FILE as an option for any of the three stdio streams | wrowe | 2007-09-28 | 1 | -22/+44 |
* | Fix cut and paste typo which scuttled the last release, this | wrowe | 2007-09-04 | 1 | -2/+2 |
* | Fix r569890 - this error did not hit 1.2 or 0.9 branches, | wrowe | 2007-09-01 | 1 | -2/+2 |
* | Correct r569882 typo; we must leave what we enter. | wrowe | 2007-08-26 | 1 | -1/+1 |
* | Proposed; | wrowe | 2007-08-26 | 1 | -12/+118 |
* | Make Win32 consistent with unix, in that we will inherit the default | wrowe | 2007-08-23 | 1 | -6/+6 |
* | Eliminate for WinCE the special handling of program files ending in | wrowe | 2007-06-01 | 1 | -0/+4 |
* | Borland specific define for LOGON32_LOGON_NETWORK | wrowe | 2007-05-31 | 1 | -0/+4 |
* | Suppress warning of unused static function. | wrowe | 2007-05-31 | 1 | -0/+2 |
* | Fix the typo. | jorton | 2006-08-03 | 1 | -1/+1 |
* | Update license header. | jorton | 2006-08-03 | 1 | -6/+6 |
* | Fix up Win32-private includes to bring it in line with all other platforms. | jerenkrantz | 2006-07-12 | 1 | -2/+2 |
* | Fix passing "" as an argument to a new program on windows. | rooneg | 2005-12-10 | 1 | -1/+1 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | jerenkrantz | 2005-02-04 | 1 | -1/+2 |
* | Use zero length password if supplied password is NULL. | mturk | 2005-01-17 | 1 | -12/+15 |
* | Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g... | mturk | 2005-01-16 | 1 | -7/+145 |
* | Win32: Implement apr_procattr_child_errfn_set()and apr_procattr_error_check_s... | stoddard | 2004-08-24 | 1 | -2/+38 |
* | Add command type APR_SHELLCMD_ENV for creating a process | trawick | 2004-06-23 | 1 | -2/+4 |
* | Added new APR API to load child process in current or new address space (NetW... | clar | 2004-06-14 | 1 | -0/+7 |
* | Relicense APR under Apache License, Version 2.0 | jerenkrantz | 2004-02-13 | 1 | -49/+10 |
* | As near as I can tell, Win32 will now correspond to Unix in terms of the | wrowe | 2003-02-27 | 1 | -1/+6 |
* | Our exit codes are ugly, this should help some of them and tell us what | wrowe | 2003-02-24 | 1 | -6/+28 |
* | add apr_procattr_error_check_set() for telling apr_proc_create() to | trawick | 2003-02-07 | 1 | -0/+7 |
* | Allow apr_proc_create() to call an app-provided error reporting | trawick | 2003-02-06 | 1 | -0/+7 |
* | Eliminate open_nt_process_pipe and give apr_create_nt_pipe a very similar | wrowe | 2003-01-24 | 1 | -40/+19 |
* | rename apr_arch_fileio.h to apr_arch_file_io.h for consistency | thommay | 2003-01-07 | 1 | -1/+1 |
* | Namespace protection for include/arch/ header files | thommay | 2003-01-06 | 1 | -2/+2 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 1 | -1/+1 |
* | Correct Rob's recent patch to handle both NT and 9x, and skip wasting | wrowe | 2002-07-18 | 1 | -15/+27 |
* | The HANDLE members in the STARTUPINFO struct used in the call to | ianh | 2002-07-18 | 1 | -0/+4 |
* | Changed the return values of the apr_*_inherit_(un)set functions from | brane | 2002-07-05 | 1 | -30/+6 |
* | NEVER roll back more than one patch at a time. Reverting commit 1.78 | wrowe | 2002-07-03 | 1 | -81/+56 |
* | Reverting the 1.76 and 1.77 changes, because they didn't work. | brane | 2002-07-02 | 1 | -56/+81 |
* | Fat Fingers. And inherit_set has no return value. Code compiles on win32 | wrowe | 2002-07-01 | 1 | -15/+15 |
* | Unix, NW and OS2 folks, please look at this change and consider similar | wrowe | 2002-07-01 | 1 | -81/+56 |
* | Use apr_ischar() ... especially within apr itself! | wrowe | 2002-06-23 | 1 | -1/+2 |
* | More CE porting, now we enter the strange stuff. I disagree with the | wrowe | 2002-06-04 | 1 | -3/+42 |
* | It's just a jump to the left... and a step to the right... | wrowe | 2002-04-29 | 1 | -1/+1 |
* | Significant overhaul to respect all four flavors of APR_PROCESS, _ENV, | wrowe | 2002-04-13 | 1 | -22/+54 |
* | Stub in the warning and observations. | wrowe | 2002-03-22 | 1 | -0/+5 |
* | This appears correct, but I need at least three more pairs of eyes that | wrowe | 2002-03-22 | 1 | -34/+116 |
* | Now fix my typos ... teach me to trust my typing at midnight without | wrowe | 2002-03-21 | 1 | -6/+10 |
* | Fix several bugs in proc.c, especially around command.com which | wrowe | 2002-03-21 | 1 | -8/+31 |
* | Rename all the "cntxt" members of the thread and proc structures to | striker | 2002-03-19 | 1 | -26/+26 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 1 | -1/+1 |
* | Oh ... yea, there is a reason I never committed this months-old code | wrowe | 2002-03-01 | 1 | -7/+2 |
* | Another test to 'flunk'. If the path is backslashed-terminated, we | wrowe | 2002-03-01 | 1 | -2/+7 |