summaryrefslogtreecommitdiff
path: root/include/apr_thread_proc.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-8/+8
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Last doc update.rbb2000-03-151-50/+57
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* We may not always want to make the pipes between processes non-blocking.rbb1999-12-021-0/+6
* The next step in removing the APR HAVE_*_H leak. This removes all of thoserbb1999-12-011-1/+0
* Fix a bug in the logic to set/get userdata from ALL apr types. I haverbb1999-10-151-2/+2
* This finishes the argument swaps. The docs haven't been updated, andrbb1999-10-111-20/+20
* Make Apache use the new ap_create_process call. This is the first of arbb1999-10-111-3/+9
* Finish undoing my recent patch. I missed a few lines in my haste to undo itrbb1999-10-081-1/+1
* Undoing my last changes to these files. These changes are a part of a muchrbb1999-10-081-2/+2
* Remove the final generated file from the APR tree.rbb1999-10-081-3/+3
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-7/+7
* A change to how APR uses user data. Now, user data is a linked list thatrbb1999-09-141-6/+9
* Initial revisionrbb1999-08-171-0/+141