summaryrefslogtreecommitdiff
path: root/locks/beos
Commit message (Expand)AuthorAgeFilesLines
* Update copyright to 2001fielding2001-02-163-3/+3
* 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-083-17/+17
* Fix a makefile so this builds...dreid2001-01-101-2/+2
* Libtool-ize APR.gstein2001-01-092-31/+10
* Various bits of tidying up mainly for locking, but a few thread bits as well.dreid2000-12-313-24/+14
* 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
* BeOS changes to the way dependencies are built in APR makefilestrawick2000-11-151-28/+2
* Move all of the lock private header files to an arch directory underrbb2000-11-095-98/+4
* Add some .cvsignore goodness...dreid2000-09-161-0/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-062-2/+2
* prefix libapr functions and types with apr_dougm2000-08-024-59/+59
* 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
* Continuing the cleanup of beos code.dreid2000-06-172-9/+20
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter cansascha2000-04-301-1/+0
* Update comment for depend target. The template makefiles are now calledsascha2000-04-301-1/+1
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-221-3/+3
* 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-143-7/+5
* Change the fname parm of ap_create_lock() and ap_child_init_lock()trawick2000-04-142-3/+5
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-033-8/+8
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-034-9/+9
* Update to Apache Software License version 1.1fielding2000-03-314-127/+124
* When the lock cleanup routine is called the semphores weren'tdreid2000-03-232-0/+2
* Add some missing functions into BeOS locksdreid2000-03-152-0/+38
* Cleanup of the locking code for BeOS.dreid2000-03-142-24/+39
* changed erroneous references to type to scope; added scope to lock_tronald2000-03-102-10/+12
* Fix all the License issues. Including:rbb2000-03-104-36/+36
* Missed this one when I did the others. As there isn't an inc directorydreid1999-12-201-4/+3
* Update the BeOS files to use a single header.dreid1999-12-154-10/+2
* Plug some memory leaks, and eliminate a little redundant code.manoj1999-11-051-1/+1
* This primarily updates some dependancies and fixes a small problemdreid1999-11-021-6/+8
* Remove some early debugging code that stops the server running.dreid1999-10-141-4/+0
* Remove some silly typo's, some naughty tabs that crept in and generallydreid1999-10-132-20/+21
* Make sure to use ap_null_cleanup instead of NULL when setting an emptymanoj1999-10-122-2/+4
* 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
* Fix compilation bugs in APR. Move compiled libraries into a common libsrbb1999-08-271-1/+1
* Initial revisionrbb1999-08-175-0/+523