| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Tru64: Stop leaving zombies in APR apps like mod_cgid which | Jeff Trawick | 2002-04-19 | 1 | -0/+10 |
* | Significant overhaul to respect all four flavors of APR_PROCESS, _ENV, | William A. Rowe Jr | 2002-04-13 | 1 | -22/+54 |
* | Still working on the spawning process and wiring up the pipes. Changed | Bradley Nicholes | 2002-04-11 | 1 | -16/+27 |
* | AIX: Fix breakage with 64-bit builds on versions of AIX prior | Jeff Trawick | 2002-04-11 | 1 | -4/+5 |
* | apr_proc_detach(): | Jeff Trawick | 2002-04-08 | 1 | -10/+5 |
* | Force the spawned NLM into the same address space | Bradley Nicholes | 2002-04-04 | 1 | -1/+1 |
* | Stub in the warning and observations. | William A. Rowe Jr | 2002-03-22 | 1 | -0/+5 |
* | This appears correct, but I need at least three more pairs of eyes that | William A. Rowe Jr | 2002-03-22 | 1 | -34/+116 |
* | Now fix my typos ... teach me to trust my typing at midnight without | William A. Rowe Jr | 2002-03-21 | 1 | -6/+10 |
* | Fix several bugs in proc.c, especially around command.com which | William A. Rowe Jr | 2002-03-21 | 1 | -8/+31 |
* | add a comment distinguishing between SIGUSR2 and the synchronous | Jeff Trawick | 2002-03-20 | 1 | -0/+8 |
* | don't mask SIGUSR2. | Ian Holsman | 2002-03-20 | 1 | -0/+3 |
* | Style Police writes some more tickets... | Sander Striker | 2002-03-19 | 3 | -80/+158 |
* | Rename all the "cntxt" members of the thread and proc structures to | Sander Striker | 2002-03-19 | 15 | -231/+231 |
* | The apr_get_os_proc accessor is no longer supported [better or worse]. | William A. Rowe Jr | 2002-03-16 | 1 | -11/+0 |
* | Changed the way environment variables are handle on NetWare while | Bradley Nicholes | 2002-03-14 | 1 | -3/+11 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 22 | -22/+22 |
* | Second cut at fork/exec and pipe functionality on NetWare. Still a work in | Bradley Nicholes | 2002-03-05 | 1 | -18/+57 |
* | Oh ... yea, there is a reason I never committed this months-old code | William A. Rowe Jr | 2002-03-01 | 1 | -7/+2 |
* | Another test to 'flunk'. If the path is backslashed-terminated, we | William A. Rowe Jr | 2002-03-01 | 1 | -2/+7 |
* | Change apr_proc_detach to take a parameter that can enable/disable automatic | Aaron Bannert | 2002-02-21 | 4 | -16/+20 |
* | Eliminate an unnecessary cast | William A. Rowe Jr | 2002-02-13 | 1 | -1/+1 |
* | Nary a complaint, since MSVC isn't distinguishing between void* and | William A. Rowe Jr | 2002-02-12 | 1 | -2/+2 |
* | More safe header exclusions from Mladen Turk <mturk@mappingsoft.com> | William A. Rowe Jr | 2002-02-12 | 1 | -0/+2 |
* | Another fine patch from Mladen Turk <mturk@mappingsoft.com>, since WinCE | William A. Rowe Jr | 2002-02-12 | 1 | -2/+17 |
* | In respect to Jeff's earlier comments, these fns will never be publicly | William A. Rowe Jr | 2002-01-29 | 1 | -5/+6 |
* | First cut at implementing fork/exec like functionality in NetWare | Bradley Nicholes | 2002-01-29 | 1 | -100/+95 |
* | Add a couple new command types to process creation: | Greg Stein | 2002-01-28 | 5 | -2/+34 |
* | Mladen Turk's <mturk@mappingsoft.com> WinCE port. | William A. Rowe Jr | 2002-01-28 | 1 | -4/+10 |
* | Fix leakage with fds with respect to pipes. dup2() should close the old | Justin Erenkrantz | 2002-01-25 | 1 | -6/+6 |
* | Thought I committed this a whiole back, but guess I didn't... | David Reid | 2002-01-12 | 1 | -1/+1 |
* | Cleanup work on the proc stubs that are unused in NetWare | Bradley Nicholes | 2002-01-08 | 2 | -30/+25 |
* | Fix missed reference to rv that was renamed to exitval. | Brian Havard | 2001-12-29 | 1 | -1/+1 |
* | MSVC Docs reflect that _beginthreadex will set doserrno, which is the most | William A. Rowe Jr | 2001-12-28 | 1 | -7/+2 |
* | Substantial optimization of the os_level semantic. Since this is entirely | William A. Rowe Jr | 2001-12-28 | 1 | -7/+4 |
* | Change from APR_HAVE_SETSID to HAVE_SETSID as the configure script only | Justin Erenkrantz | 2001-12-28 | 1 | -1/+1 |
* | Convert apr_thread_exit(..., apr_status_t *retval) to | Aaron Bannert | 2001-12-27 | 5 | -17/+19 |
* | This gets pipe timeouts/blocking/non-blocking working correctly on | David Reid | 2001-12-14 | 1 | -15/+18 |
* | Clean up GNU compiler issues on NetWare | Bradley Nicholes | 2001-12-11 | 1 | -1/+1 |
* | Added stubs for missing APIs | Bradley Nicholes | 2001-11-30 | 1 | -6/+18 |
* | add some more commentary about a work-around for an AIX problem | Jeff Trawick | 2001-11-30 | 1 | -0/+5 |
* | re-implement an AIX-specific workaround for a sigwait() bug to | Jeff Trawick | 2001-11-29 | 1 | -2/+17 |
* | An example of why we needed a pool-less apr_os_level. | William A. Rowe Jr | 2001-11-27 | 1 | -2/+9 |
* | Fix apr_setup_signal_thread() to grab the right error code from | Jeff Trawick | 2001-11-16 | 1 | -1/+3 |