| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Win32: WAIT_ABANDONED should be treated as a success. WAIT_FAILED (the only | Bill Stoddard | 2003-06-18 | 1 | -5/+5 |
| * | For apr_proc_detach(APR_PROC_DETACH_FOREGROUND), don't treat | Jeff Trawick | 2003-06-02 | 1 | -1/+5 |
| * | (apr_proc_wait): Handle interrupted waitpid(2) calls by calling | Thom May | 2003-05-08 | 1 | -1/+5 |
| * | apr_proc_create() on Unix: Make the APR_SHELLCMD mode work | Jeff Trawick | 2003-04-21 | 1 | -8/+36 |
| * | OS/2: when parsing #! line, adjust for the fact that apr_file_gets() no | Brian Havard | 2003-03-31 | 1 | -2/+7 |
| * | Default spawned threads to detached so we avoid hanging on a waitpid() call | Bradley Nicholes | 2003-03-10 | 1 | -1/+1 |
| * | Default the current directory in the proc_attr structure since the NetWare OS | Bradley Nicholes | 2003-03-04 | 1 | -0/+2 |
| * | As near as I can tell, Win32 will now correspond to Unix in terms of the | William A. Rowe Jr | 2003-02-27 | 2 | -4/+15 |
| * | Once we apr_proc_kill on Unix, we don't expect to be able to recover an | William A. Rowe Jr | 2003-02-25 | 1 | -1/+2 |
| * | Our exit codes are ugly, this should help some of them and tell us what | William A. Rowe Jr | 2003-02-24 | 1 | -6/+28 |
| * | We don't guard against NULL args. | William A. Rowe Jr | 2003-02-24 | 1 | -7/+0 |
| * | Enable APR_PROGRAM_ENV as a command type | Bradley Nicholes | 2003-02-11 | 1 | -1/+1 |
| * | Implemented apr_proc_wait and apr_wait_all_procs for NetWare | Bradley Nicholes | 2003-02-11 | 1 | -33/+59 |
| * | add apr_procattr_error_check_set() for telling apr_proc_create() to | Jeff Trawick | 2003-02-07 | 5 | -0/+63 |
| * | Allow apr_proc_create() to call an app-provided error reporting | Jeff Trawick | 2003-02-06 | 5 | -0/+50 |
| * | Fix a bug in apr_proc_create() that could cause a new child process | Jeff Trawick | 2003-02-04 | 1 | -1/+1 |
| * | Eliminate open_nt_process_pipe and give apr_create_nt_pipe a very similar | William A. Rowe Jr | 2003-01-24 | 1 | -40/+19 |
| * | Always load the NLM detached so that we don't have to wait for it to clean | Bradley Nicholes | 2003-01-14 | 1 | -2/+5 |
| * | rename apr_arch_fileio.h to apr_arch_file_io.h for consistency | Thom May | 2003-01-07 | 6 | -6/+6 |
| * | Namespace protection for include/arch/ header files | Thom May | 2003-01-06 | 20 | -27/+27 |
| * | Update copyright notices to 2003. | Thom May | 2003-01-01 | 22 | -22/+22 |
| * | Make sure that the path to the current working directory and to the spawned | Bradley Nicholes | 2002-12-20 | 1 | -5/+13 |
| * | Close a bug identified by Juergen Heckel that we would crash when | William A. Rowe Jr | 2002-12-09 | 1 | -5/+20 |
| * | As pointed out by Marcel Mann <Marcel.Mann@dbaudio.com>, we were | William A. Rowe Jr | 2002-11-25 | 1 | -1/+16 |
| * | Switched from processve() to procve() API. | Bradley Nicholes | 2002-11-07 | 1 | -4/+4 |
| * | Excerpt from MSVC help; | Ian Holsman | 2002-08-22 | 1 | -1/+6 |
| * | In apr_signal_thread() remove synchronous signals from the mask | Jeff Trawick | 2002-08-08 | 1 | -0/+3 |
| * | * httpd-2.0/srclib/apr/threadproc/unix/signals.c | Karl Fogel | 2002-07-23 | 1 | -1/+1 |
| * | The old macro was blowing up on some platforms that weren't using gcc. | Ryan Bloom | 2002-07-23 | 1 | -2/+8 |
| * | Implemented the thread_once API's on NetWare | Bradley Nicholes | 2002-07-19 | 1 | -2/+6 |
| * | Correct Rob's recent patch to handle both NT and 9x, and skip wasting | William A. Rowe Jr | 2002-07-18 | 1 | -15/+27 |
| * | The HANDLE members in the STARTUPINFO struct used in the call to | Ian Holsman | 2002-07-18 | 1 | -0/+4 |
| * | added support for changing the limit on file descriptors per process | Brian Pane | 2002-07-09 | 1 | -0/+15 |
| * | Changed the return values of the apr_*_inherit_(un)set functions from | Branko Čibej | 2002-07-05 | 1 | -30/+6 |
| * | NEVER roll back more than one patch at a time. Reverting commit 1.78 | William A. Rowe Jr | 2002-07-03 | 1 | -81/+56 |
| * | Reverting the 1.76 and 1.77 changes, because they didn't work. | Branko Čibej | 2002-07-02 | 1 | -56/+81 |
| * | Fat Fingers. And inherit_set has no return value. Code compiles on win32 | William A. Rowe Jr | 2002-07-01 | 1 | -15/+15 |
| * | Unix, NW and OS2 folks, please look at this change and consider similar | William A. Rowe Jr | 2002-07-01 | 1 | -81/+56 |
| * | Use apr_ischar() ... especially within apr itself! | William A. Rowe Jr | 2002-06-23 | 1 | -1/+2 |
| * | Check the detached flag and spawn the NLM appropriately. | Bradley Nicholes | 2002-06-10 | 1 | -3/+4 |
| * | Some simple fn renames ... by the book [deprecated entry points retained] | William A. Rowe Jr | 2002-06-08 | 3 | -4/+21 |
| * | More CE porting, now we enter the strange stuff. I disagree with the | William A. Rowe Jr | 2002-06-04 | 1 | -3/+42 |
| * | Reimplemented apr_proc_create() on NetWare to use the new processve() | Bradley Nicholes | 2002-05-29 | 1 | -130/+23 |
| * | Implement apr_thread_yield() on OS/2. | Brian Havard | 2002-05-22 | 1 | -0/+1 |
| * | Darwin/Mac OS X: There is apparently no convenient way to keep deceased | Jeff Trawick | 2002-05-22 | 1 | -0/+20 |
| * | Address PR 8963 | William A. Rowe Jr | 2002-05-10 | 1 | -1/+1 |
| * | Remove APR_WANT_SIGNAL from apr_want.h because code must include | Roy T. Fielding | 2002-04-30 | 2 | -6/+0 |
| * | It's just a jump to the left... and a step to the right... | William A. Rowe Jr | 2002-04-29 | 1 | -1/+1 |
| * | Add .deps to cvsignore since APR may now generate .deps files. | Justin Erenkrantz | 2002-04-22 | 3 | -0/+3 |
| * | Allow VPATH builds to properly generate build dependencies. This requires | Justin Erenkrantz | 2002-04-22 | 3 | -0/+6 |