| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Another test to 'flunk'. If the path is backslashed-terminated, we | wrowe | 2002-03-01 | 1 | -2/+7 |
* | Eliminate an unnecessary cast | wrowe | 2002-02-13 | 1 | -1/+1 |
* | Nary a complaint, since MSVC isn't distinguishing between void* and | wrowe | 2002-02-12 | 1 | -2/+2 |
* | More safe header exclusions from Mladen Turk <mturk@mappingsoft.com> | wrowe | 2002-02-12 | 1 | -0/+2 |
* | Another fine patch from Mladen Turk <mturk@mappingsoft.com>, since WinCE | wrowe | 2002-02-12 | 1 | -2/+17 |
* | In respect to Jeff's earlier comments, these fns will never be publicly | wrowe | 2002-01-29 | 1 | -5/+6 |
* | Add a couple new command types to process creation: | gstein | 2002-01-28 | 1 | -0/+2 |
* | Mladen Turk's <mturk@mappingsoft.com> WinCE port. | wrowe | 2002-01-28 | 1 | -4/+10 |
* | MSVC Docs reflect that _beginthreadex will set doserrno, which is the most | wrowe | 2001-12-28 | 1 | -7/+2 |
* | Substantial optimization of the os_level semantic. Since this is entirely | wrowe | 2001-12-28 | 1 | -7/+4 |
* | Convert apr_thread_exit(..., apr_status_t *retval) to | aaron | 2001-12-27 | 1 | -6/+5 |
* | An example of why we needed a pool-less apr_os_level. | wrowe | 2001-11-27 | 1 | -2/+9 |
* | Win32: Fix compile break caused by last patch to proc.c | stoddard | 2001-10-23 | 1 | -1/+1 |
* | Fix the reporting for child processes that die. This removes | rbb | 2001-10-23 | 1 | -2/+2 |
* | No cast needed here, but some NULL checking would be nice. | wrowe | 2001-09-20 | 1 | -2/+6 |
* | No longer... win32's pid is a _pid_, hproc is the process handle. | wrowe | 2001-09-20 | 1 | -1/+1 |
* | Return the exit code from apr_proc_wait(). This is a combination of a patch | gstein | 2001-09-20 | 1 | -13/+15 |
* | Eliminate the //?/ paths altogether from proc_create. This simply isn't | wrowe | 2001-09-17 | 1 | -1/+1 |
* | Clean up an emit. | wrowe | 2001-09-17 | 1 | -1/+3 |
* | Fix two odd bits of breakage. Don't you just -love- casts? | wrowe | 2001-09-17 | 1 | -15/+28 |