summaryrefslogtreecommitdiff
path: root/locks/beos/locks.c
Commit message (Expand)AuthorAgeFilesLines
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-17/+19
* Add tryacquire function to the apr_lock_* stable.jerenkrantz2001-07-191-0/+5
* Add a read/write locking implementation for BeOS.dreid2001-06-171-29/+193
* This has been on my ToDO list for a while, but essentially I've neverdreid2001-06-111-56/+86
* This is a much larger commit than I meant to have, but a lot hasdreid2001-06-061-33/+16
* A couple of changes...dreid2001-06-051-15/+14
* Fix a silly typo and add support for apr_lock_sms_create to BeOS.dreid2001-06-051-0/+35
* Implement read write locks. This commit will support POSIX pthreadjerenkrantz2001-05-311-22/+72
* 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-1/+1
* renaming various functions for consistency sakedougm2001-02-081-11/+11
* Various bits of tidying up mainly for locking, but a few thread bits as well.dreid2000-12-311-1/+0
* More fixes to get BeOS building and a few missing functions to try anddreid2000-11-191-0/+28
* Small change to stop a warning.dreid2000-11-181-0/+1
* Move all of the lock private header files to an arch directory underrbb2000-11-091-1/+1
* prefix libapr functions and types with apr_dougm2000-08-021-21/+21
* a while back, we said "segfault on invalid params rather than returning angstein2000-07-081-14/+2
* const-ify the userdata interfacesgstein2000-07-081-2/+2
* replace some of the consts lost during overlappingtrawick2000-04-141-2/+3
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-4/+3
* Change the fname parm of ap_create_lock() and ap_child_init_lock()trawick2000-04-141-2/+3
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-6/+6
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-6/+6
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Add some missing functions into BeOS locksdreid2000-03-151-0/+33
* changed erroneous references to type to scope; added scope to lock_tronald2000-03-101-9/+10
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Update the BeOS files to use a single header.dreid1999-12-151-4/+0
* Plug some memory leaks, and eliminate a little redundant code.manoj1999-11-051-1/+1
* Remove some early debugging code that stops the server running.dreid1999-10-141-4/+0
* Parameter order change for the locks directory. They are all up torbb1999-10-081-2/+2
* And with this small change beos is up to date again!dreid1999-10-081-1/+3
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-1/+1
* Initial revisionrbb1999-08-171-0/+143