summaryrefslogtreecommitdiff
path: root/locks/unix/locks.c
Commit message (Expand)AuthorAgeFilesLines
* Fix VPATH support. APR builds now cleanly in a separate build directory.sascha2000-12-151-1/+1
* New config variable apr_process_lock_is_global specifies that the selectedtrawick2000-12-011-0/+16
* Move all of the lock private header files to an arch directory underrbb2000-11-091-1/+1
* APR locks on Unix: Let APR_LOCKALL locks work when APR isn'ttrawick2000-08-111-4/+8
* prefix libapr functions and types with apr_dougm2000-08-021-34/+34
* Move all APR functions related to strings to their own directory, andrbb2000-07-211-0/+1
* Make ap_child_init_lock() work properly... It didn'ttrawick2000-07-191-1/+1
* a while back, we said "segfault on invalid params rather than returning angstein2000-07-081-17/+2
* const-ify the userdata interfacesgstein2000-07-081-2/+2
* Big commit. Basically, if APR defines a public feature macro, then APRrbb2000-06-221-3/+3
* fix problems in recent change to use mkstemp(); also, fixtrawick2000-06-031-6/+0
* FreeBSD 4.0 doesn't like tempnam, so we are using mkstemp now. I hoperbb2000-06-031-1/+3
* Use ap_pcalloc instead of ap_palloc where it makes sense.rbb2000-04-301-2/+2
* APR_ENOCONT doesn't make any sense without contexts. Replaced them all withrbb2000-04-191-1/+1
* replace some of the consts lost during overlappingtrawick2000-04-141-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-5/+5
* namespace cleanup in locks/unixdgaudet2000-04-141-9/+9
* Change the fname parm of ap_create_lock() and ap_child_init_lock()trawick2000-04-141-2/+3
* more documentation movementdgaudet2000-04-141-83/+0
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-12/+12
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-12/+12
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Fix more docs and change some parameter order on ap_getopt. This makesrbb2000-03-141-19/+22
* changed erroneous references to type to scope; added scope to lock_tronald2000-03-101-15/+19
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Don't open a lock file unless we actually need it.manoj2000-03-021-7/+12
* Take a couple of values that were static for all locks out of the lockrbb2000-01-251-14/+0
* Finish the cleanup I did earlier. It worked before on AIX, but that wasrbb1999-12-061-3/+3
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-031-6/+1
* Fix a couple of warnings that were caused by the APR leak problem. Theserbb1999-12-021-0/+1
* The next step in removing the APR HAVE_*_H leak. This removes all of thoserbb1999-12-011-0/+1
* Fix memory leaks in the Unix portions of APR.manoj1999-11-041-2/+2
* Modify APR so that if we build without threads, we do not create no-oprbb1999-10-211-0/+20
* Fix a bug in the logic to set/get userdata from ALL apr types. I haverbb1999-10-151-1/+1
* This avoids a seg fault when using locks on some unixes. The problem is,rbb1999-10-111-1/+7
* This finishes the argument swaps. The docs haven't been updated, andrbb1999-10-111-2/+2
* Bring the misc code up to the APR parameter order spec. This also fixes a fewrbb1999-10-081-2/+2
* Parameter order change for the locks directory. They are all up torbb1999-10-081-3/+3
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-7/+7
* Allow APR locks to do more than just straight mutex. Only mutex isrbb1999-09-201-2/+7
* A change to how APR uses user data. Now, user data is a linked list thatrbb1999-09-141-6/+8
* Fix warnings.ben1999-09-121-0/+1
* Initial revisionrbb1999-08-171-0/+284