summaryrefslogtreecommitdiff
path: root/include/arch/unix/threadproc.h
Commit message (Expand)AuthorAgeFilesLines
* Convert apr_thread_exit(..., apr_status_t *retval) toaaron2001-12-271-0/+1
* Add an apr_thread_once function to allow a program to make sure thatrbb2001-08-271-0/+5
* Updated APR to pass the thread worker_function prototypewrowe2001-07-241-0/+2
* Fix the naming of the apr_threadattr_detach_xxx functions. get and set weregregames2001-04-111-0/+1
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-3/+3
* Update copyright to 2001fielding2001-02-161-1/+1
* prefix libapr functions and types with apr_dougm2000-08-021-16/+16
* Big commit. Basically, if APR defines a public feature macro, then APRrbb2000-06-221-3/+4
* Remove unixd_detach function, because it is provided by APR as ap_detach.rbb2000-06-201-5/+0
* Add the resource limiting code back to Apache 2.0. This only works onrbb2000-06-061-0/+12
* Convert ap_proc_t to a complete type. This lets us access the pid directly.rbb2000-05-231-7/+1
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-221-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-6/+6
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-7/+7
* Update to Apache Software License version 1.1fielding2000-03-311-31/+31
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-031-0/+19
* Modify APR so that if we build without threads, we do not create no-oprbb1999-10-211-1/+3
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-1/+1
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llrbb1999-08-311-1/+1
* Initial revisionrbb1999-08-171-0/+105