summaryrefslogtreecommitdiff
path: root/include/apr_lock.h
Commit message (Expand)AuthorAgeFilesLines
* Add apr_lock_create_np() (Unix only, for now) which allows the caller totrawick2001-06-261-0/+48
* This is a much larger commit than I meant to have, but a lot hasdreid2001-06-061-1/+2
* A couple of changes...dreid2001-06-051-6/+6
* OK, this basically adds a function that allows us to createdreid2001-06-051-2/+1
* Implement read write locks. This commit will support POSIX pthreadjerenkrantz2001-05-311-0/+11
* Update copyright to 2001fielding2001-02-161-1/+1
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...dougm2001-02-131-2/+2
* renaming various functions for consistency sakedougm2001-02-081-15/+15
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-11/+23
* Cleanup some docs in the lock and network headers.rbb2000-12-041-3/+3
* Make the APR headers sane.gstein2000-11-261-1/+2
* prefix libapr functions and types with apr_dougm2000-08-021-15/+15
* Update apr_lock.h to use ScanDocrbb2000-07-231-96/+60
* const-ify the userdata interfacesgstein2000-07-081-4/+4
* Change the format for APR function documentation. This uses the perldocrbb2000-04-161-62/+96
* another lost consttrawick2000-04-151-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-4/+4
* Change the fname parm of ap_create_lock() and ap_child_init_lock()trawick2000-04-141-4/+4
* more documentation movementdgaudet2000-04-141-0/+74
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-1/+1
* 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-8/+10
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Bring the misc code up to the APR parameter order spec. This also fixes a fewrbb1999-10-081-3/+3
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-1/+1
* Allow APR locks to do more than just straight mutex. Only mutex isrbb1999-09-201-2/+5
* A change to how APR uses user data. Now, user data is a linked list thatrbb1999-09-141-2/+3
* Initial revisionrbb1999-08-171-0/+84