summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* Enable APR_PROGRAM_ENV as a command typeBradley Nicholes2003-02-111-1/+1
* Implemented apr_proc_wait and apr_wait_all_procs for NetWareBradley Nicholes2003-02-111-33/+59
* add apr_procattr_error_check_set() for telling apr_proc_create() toJeff Trawick2003-02-075-0/+63
* Allow apr_proc_create() to call an app-provided error reportingJeff Trawick2003-02-065-0/+50
* Fix a bug in apr_proc_create() that could cause a new child processJeff Trawick2003-02-041-1/+1
* Eliminate open_nt_process_pipe and give apr_create_nt_pipe a very similarWilliam A. Rowe Jr2003-01-241-40/+19
* Always load the NLM detached so that we don't have to wait for it to cleanBradley Nicholes2003-01-141-2/+5
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-076-6/+6
* Namespace protection for include/arch/ header filesThom May2003-01-0620-27/+27
* Update copyright notices to 2003.Thom May2003-01-0122-22/+22
* Make sure that the path to the current working directory and to the spawnedBradley Nicholes2002-12-201-5/+13
* Close a bug identified by Juergen Heckel that we would crash whenWilliam A. Rowe Jr2002-12-091-5/+20
* As pointed out by Marcel Mann <Marcel.Mann@dbaudio.com>, we wereWilliam A. Rowe Jr2002-11-251-1/+16
* Switched from processve() to procve() API.Bradley Nicholes2002-11-071-4/+4
* Excerpt from MSVC help;Ian Holsman2002-08-221-1/+6
* In apr_signal_thread() remove synchronous signals from the maskJeff Trawick2002-08-081-0/+3
* * httpd-2.0/srclib/apr/threadproc/unix/signals.cKarl Fogel2002-07-231-1/+1
* The old macro was blowing up on some platforms that weren't using gcc.Ryan Bloom2002-07-231-2/+8
* Implemented the thread_once API's on NetWareBradley Nicholes2002-07-191-2/+6
* Correct Rob's recent patch to handle both NT and 9x, and skip wastingWilliam A. Rowe Jr2002-07-181-15/+27
* The HANDLE members in the STARTUPINFO struct used in the call toIan Holsman2002-07-181-0/+4
* added support for changing the limit on file descriptors per processBrian Pane2002-07-091-0/+15
* Changed the return values of the apr_*_inherit_(un)set functions fromBranko Čibej2002-07-051-30/+6
* NEVER roll back more than one patch at a time. Reverting commit 1.78William A. Rowe Jr2002-07-031-81/+56
* Reverting the 1.76 and 1.77 changes, because they didn't work.Branko Čibej2002-07-021-56/+81
* Fat Fingers. And inherit_set has no return value. Code compiles on win32William A. Rowe Jr2002-07-011-15/+15
* Unix, NW and OS2 folks, please look at this change and consider similarWilliam A. Rowe Jr2002-07-011-81/+56
* Use apr_ischar() ... especially within apr itself!William A. Rowe Jr2002-06-231-1/+2
* Check the detached flag and spawn the NLM appropriately.Bradley Nicholes2002-06-101-3/+4
* Some simple fn renames ... by the book [deprecated entry points retained]William A. Rowe Jr2002-06-083-4/+21
* More CE porting, now we enter the strange stuff. I disagree with theWilliam A. Rowe Jr2002-06-041-3/+42
* Reimplemented apr_proc_create() on NetWare to use the new processve()Bradley Nicholes2002-05-291-130/+23
* Implement apr_thread_yield() on OS/2.Brian Havard2002-05-221-0/+1
* Darwin/Mac OS X: There is apparently no convenient way to keep deceasedJeff Trawick2002-05-221-0/+20
* Address PR 8963William A. Rowe Jr2002-05-101-1/+1
* Remove APR_WANT_SIGNAL from apr_want.h because code must includeRoy T. Fielding2002-04-302-6/+0
* It's just a jump to the left... and a step to the right...William A. Rowe Jr2002-04-291-1/+1
* Add .deps to cvsignore since APR may now generate .deps files.Justin Erenkrantz2002-04-223-0/+3
* Allow VPATH builds to properly generate build dependencies. This requiresJustin Erenkrantz2002-04-223-0/+6
* Tru64: Stop leaving zombies in APR apps like mod_cgid whichJeff Trawick2002-04-191-0/+10
* Significant overhaul to respect all four flavors of APR_PROCESS, _ENV,William A. Rowe Jr2002-04-131-22/+54
* Still working on the spawning process and wiring up the pipes. ChangedBradley Nicholes2002-04-111-16/+27
* AIX: Fix breakage with 64-bit builds on versions of AIX priorJeff Trawick2002-04-111-4/+5
* apr_proc_detach():Jeff Trawick2002-04-081-10/+5
* Force the spawned NLM into the same address spaceBradley Nicholes2002-04-041-1/+1
* Stub in the warning and observations.William A. Rowe Jr2002-03-221-0/+5
* This appears correct, but I need at least three more pairs of eyes thatWilliam A. Rowe Jr2002-03-221-34/+116
* Now fix my typos ... teach me to trust my typing at midnight withoutWilliam A. Rowe Jr2002-03-211-6/+10
* Fix several bugs in proc.c, especially around command.com whichWilliam A. Rowe Jr2002-03-211-8/+31
* add a comment distinguishing between SIGUSR2 and the synchronousJeff Trawick2002-03-201-0/+8