summaryrefslogtreecommitdiff
path: root/include/apr_thread_proc.h
Commit message (Expand)AuthorAgeFilesLines
* Revert to 0.9.14 behavior; only sane recourse if thiswrowe2007-10-051-9/+0
* Backport r580484; the patchset to teach APR dup2 to hook up stdiowrowe2007-10-011-0/+9
* Update license header.jorton2006-09-201-6/+6
* Backport the apr_procattr_addrspace_set() API to allow a platform to specify ...bnicholes2005-09-211-0/+10
* fix typojwoolley2005-05-261-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* grab this feature from APR >= 1.0:trawick2005-01-191-0/+8
* backport this from 1.0-dev:trawick2004-06-231-3/+6
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* tweak a comment to better describe what APR_SHELLCMD can handletrawick2003-06-191-1/+1
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-28/+42
* Even if the build doesn't support OTHER_CHILD functionality, we still need thebnicholes2003-03-041-2/+0
* Brad Nicholes points out that I unconditionally stubbed the functionswrowe2003-03-031-2/+4
* Better documentation of what/how/where we deal with hproc, and note a realwrowe2003-02-271-2/+9
* Several good changes. We replaced the following functions:wrowe2003-02-241-19/+51
* add apr_procattr_error_check_set() for telling apr_proc_create() totrawick2003-02-071-0/+14
* Allow apr_proc_create() to call an app-provided error reportingtrawick2003-02-061-0/+25
* fix a typo in a commenttrawick2003-02-041-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-101-4/+11
* added support for changing the limit on file descriptors per processbrianp2002-07-091-0/+3
* systems where sigsuspend() is used in lieu of sigwait() needtrawick2002-04-111-2/+2
* Address several issues. c_is_fnchar must be namespace protected [forwrowe2002-03-221-3/+9
* Move the kill_conditions enum in apr_thread_proc.h into thetrawick2002-03-141-13/+13
* struct process_chain is not part of the API, so get it out oftrawick2002-03-141-16/+0
* Update our copyright for this year.fielding2002-03-131-1/+1
* Change apr_proc_detach to take a parameter that can enable/disable automaticaaron2002-02-211-1/+7
* some more Doxygen goodnessianh2002-02-151-0/+12
* Add a couple new command types to process creation:gstein2002-01-281-8/+25
* Convert apr_thread_exit(..., apr_status_t *retval) toaaron2001-12-271-1/+1
* Fix up this declaration.orlikowski2001-11-271-1/+1
* Fix the reporting for child processes that die. This removesrbb2001-10-231-13/+39
* Return the exit code from apr_proc_wait(). This is a combination of a patchgstein2001-09-201-0/+6
* Fix the apr_proc_create for win32. In order to do so, this patchwrowe2001-09-091-0/+6
* Add an apr_thread_once function to allow a program to make sure thatrbb2001-08-271-0/+22
* Doxygen updatesianh2001-08-241-1/+1
* Next batch of moving the docs from ScanDoc to DoxyGen.rbb2001-08-141-74/+46
* correct the prototype to eliminate warning.fielding2001-08-031-1/+1
* Added the prototype for apr_thread_yield()bnicholes2001-08-031-0/+6
* Reorder test so make_exports.awk recognises that it needs to go in exports.cbjh2001-07-281-1/+1
* Nasty... OS2 needs checking out, still having trouble with Win32.wrowe2001-07-271-2/+6
* Updated APR to pass the thread worker_function prototypewrowe2001-07-241-1/+12
* This is a much larger commit than I meant to have, but a lot hasdreid2001-06-061-0/+1
* Remove apr_proc_probe_writable_fdsstoddard2001-05-161-7/+0
* fix a typo in a commenttrawick2001-05-041-1/+1
* Convert the apr_create_signal_thread to apr_signal_thread. The mainrbb2001-04-121-9/+3
* Fix the naming of the apr_threadattr_detach_xxx functions. get and set weregregames2001-04-111-6/+6
* APR_HAVE_SIGWAIT is now always defined, so the previous test failed on BeOS,dreid2001-02-251-1/+2
* Need to use the correct macro for APR_HAVE_SIGWAITrbb2001-02-251-1/+1
* Don't define the signal thread logic is sigwait isn't defined. Hopefullyrbb2001-02-251-1/+1