| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix up Win32-private includes to bring it in line with all other platforms. | jerenkrantz | 2006-07-12 | 4 | -6/+6 |
* | _beginthreadex() expects no bigger than a DWORD sized stack. | wrowe | 2006-01-13 | 1 | -1/+1 |
* | 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 | 4 | -4/+8 |
* | 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 |
* | Remove some unused files that appear to have been ressurected by the | rooneg | 2004-12-05 | 1 | -86/+0 |
* | Makes the threads to behave like on posix. If the thread is created without | minfrin | 2004-09-19 | 1 | -14/+25 |
* | 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 |
* | Add apr_threadattr_guardsize_set function, which allows changing | jorton | 2004-06-10 | 1 | -0/+6 |
* | APR_ENOTIMPL is more appropriate (rather than APR_SUCCESS) for | madhum | 2004-04-22 | 1 | -2/+2 |
* | Added two new functions apr_signal_block and apr_signal_unblock to | madhum | 2004-04-21 | 1 | -0/+10 |
* | Add apr_threadattr_stacksize_set() for overriding the default | trawick | 2004-03-01 | 1 | -2/+14 |
* | Relicense APR under Apache License, Version 2.0 | jerenkrantz | 2004-02-13 | 4 | -196/+40 |
* | axe these deprecated functions: | trawick | 2003-09-03 | 1 | -6/+0 |
* | Clean up a style issue; apr_get_os_error() is much cleaner. | wrowe | 2003-06-18 | 1 | -1/+1 |
* | Win32: WAIT_ABANDONED should be treated as a success. WAIT_FAILED (the only | stoddard | 2003-06-18 | 1 | -5/+5 |
* | As near as I can tell, Win32 will now correspond to Unix in terms of the | wrowe | 2003-02-27 | 2 | -4/+15 |
* | Once we apr_proc_kill on Unix, we don't expect to be able to recover an | wrowe | 2003-02-25 | 1 | -1/+2 |
* | 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 | 2 | -2/+2 |
* | Namespace protection for include/arch/ header files | thommay | 2003-01-06 | 4 | -7/+7 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 4 | -4/+4 |
* | Close a bug identified by Juergen Heckel that we would crash when | wrowe | 2002-12-09 | 1 | -5/+20 |
* | As pointed out by Marcel Mann <Marcel.Mann@dbaudio.com>, we were | wrowe | 2002-11-25 | 1 | -1/+16 |
* | Excerpt from MSVC help; | ianh | 2002-08-22 | 1 | -1/+6 |
* | 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 |
* | Some simple fn renames ... by the book [deprecated entry points retained] | wrowe | 2002-06-08 | 1 | -1/+7 |
* | 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 | 3 | -50/+50 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 4 | -4/+4 |
* | Oh ... yea, there is a reason I never committed this months-old code | wrowe | 2002-03-01 | 1 | -7/+2 |