summaryrefslogtreecommitdiff
path: root/misc/unix/start.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-32/+31
* Tweaked APR initialization and termination so that the lifetimetrawick2000-03-281-2/+16
* Fix more docs and change some parameter order on ap_getopt. This makesrbb2000-03-141-15/+26
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Fix the signalling logic for Apache 2.0. The removed code used to blockrbb2000-02-071-9/+0
* Take a couple of values that were static for all locks out of the lockrbb2000-01-251-0/+3
* Clean up APR's configure script a bit. This commit also allows Apache torbb1999-12-221-4/+3
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-031-12/+0
* Fix a couple of warnings that were caused by the APR leak problem. Theserbb1999-12-021-0/+1
* Deal with pool function failures in a clean way. I need to look at how werbb1999-11-241-1/+12
* Fix memory leaks in the Unix portions of APR.manoj1999-11-041-7/+2
* OS/2: Use the (slightly tweaked) unix start.c instead of our own.bjh1999-10-131-0/+2
* Bring the misc code up to the APR parameter order spec. This also fixes a fewrbb1999-10-081-3/+4
* Warning: even with HAVE_PTHREAD_SIGMASK defined,martin1999-10-071-0/+3
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-4/+4
* Some docs changes.rbb1999-09-201-6/+12
* A change to how APR uses user data. Now, user data is a linked list thatrbb1999-09-141-13/+45
* Make sure one can compile a server with MPM prefork if no pthread library isrse1999-09-121-1/+1
* Fix warnings.ben1999-09-121-0/+3
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llrbb1999-08-311-1/+1
* Fix compilation bugs in APR. Move compiled libraries into a common libsrbb1999-08-271-41/+0
* Initial revisionrbb1999-08-171-0/+210