summaryrefslogtreecommitdiff
path: root/include/apr_thread_proc.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't define the thread functions if threads haven't been included in therbb2001-02-231-0/+4
* apr_setup_signal_thread() & apr_create_signal_thread() aren't implemented onbjh2001-02-231-1/+1
* Get APR apps building on FreeBSD when --enable-threads isn't specified.trawick2001-02-211-0/+2
* Add some functions to APR's thread/processes support to allow a singlerbb2001-02-211-0/+22
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-65/+65
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-55/+115
* Cleanup the rest of the docs.rbb2000-12-041-1/+0
* Fix some docs.rbb2000-11-281-1/+1
* Make the APR headers sane.gstein2000-11-261-1/+46
* The arguments to apr_create_process() should be "const" since we aren'tgstein2000-11-261-2/+3
* Typo in commentmartin2000-11-091-1/+1
* Fix piped logs in 2.0. This basically:rbb2000-10-181-1/+1
* Fix a few misspellings.trawick2000-09-281-3/+3
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-2/+2
* Document all of the public APR structures with DocBook.rbb2000-08-051-5/+12
* prefix libapr functions and types with apr_dougm2000-08-021-74/+74
* Update apr_threadproc.h to use ScanDocrbb2000-07-231-411/+223
* const-ify the userdata interfacesgstein2000-07-081-8/+8
* Remove unixd_detach function, because it is provided by APR as ap_detach.rbb2000-06-201-5/+2
* Repair C++ compatibility in ap_config.h, apr_file_io.h,trawick2000-06-191-13/+13
* Get FreeBSD building again with the resource limiting changes (FreeBSDtrawick2000-06-101-0/+1
* Add the resource limiting code back to Apache 2.0. This only works onrbb2000-06-061-1/+28
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-261-1/+1
* Rename stdin, stdout, stderr from new ap_proc_t to in, out, and err becauserbb2000-05-241-3/+3
* Convert ap_proc_t to a complete type. This lets us access the pid directly.rbb2000-05-231-78/+15
* Fix problem where the Unix mpms had an unitialized variable fortrawick2000-05-181-9/+12
* Fix typo in prototype.fielding2000-05-181-1/+1
* repair some compile warnings, axe a wasted getsockname() call andtrawick2000-05-111-2/+2
* Add a new function to APR, ap_wait_all_procs. This waits for any currentrbb2000-05-041-2/+33
* Add options to APR to allow OTHER_CHILD support to be turned on and off.rbb2000-05-011-0/+6
* Add the status parameter back to the Other Child logic.rbb2000-04-241-4/+4
* Change the format for APR function documentation. This uses the perldocrbb2000-04-161-263/+427
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-16/+10
* note about other_child and write_fddgaudet2000-04-141-0/+3
* thread cancellation is essentially the same as signals -- a form ofdgaudet2000-04-141-9/+0
* protect ap_fork definition inside #if APR_HAS_FORKdgaudet2000-04-141-0/+2
* more documentation movementdgaudet2000-04-141-0/+330
* Update the other_child stuff with docs and a couple of minor changes.rbb2000-04-041-1/+2
* Other child logic finished for Unix. Docs are forthcoming. This shouldrbb2000-04-041-0/+19
* First cut at other child logic for unix. Test programs and more workrbb2000-04-041-0/+1
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-7/+7