summaryrefslogtreecommitdiff
path: root/locks
Commit message (Expand)AuthorAgeFilesLines
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-224-8/+8
* APR_ENOCONT doesn't make any sense without contexts. Replaced them all withrbb2000-04-192-2/+2
* Win32: Return the real error on lock failurestoddard2000-04-191-4/+1
* Restore the space that someone just ate.fielding2000-04-151-52/+52
* replace some of the consts lost during overlappingtrawick2000-04-144-6/+9
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-1410-83/+78
* namespace cleanup in locks/unixdgaudet2000-04-144-51/+55
* Change the fname parm of ap_create_lock() and ap_child_init_lock()trawick2000-04-147-15/+24
* more documentation movementdgaudet2000-04-141-83/+0
* First stage of migrating OS/2 code to new error code mappings, define & usebjh2000-04-081-5/+5
* Fix a bug pthreads cross process locks. This was missed in the big patchrbb2000-04-051-1/+1
* get rid of unused var in create_inter_lock()trawick2000-04-041-1/+0
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-038-72/+72
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-0312-85/+85
* Update to Apache Software License version 1.1fielding2000-03-3112-380/+373
* Fix pthread Cross Process locks.rbb2000-03-312-7/+14
* When the lock cleanup routine is called the semphores weren'tdreid2000-03-232-0/+2
* Fix a stupid mistake in my last commit.rbb2000-03-211-1/+1
* Fix the cleanup of SYSV semaphores. This way we don't leave sems lyingrbb2000-03-211-1/+1
* Fix warnings, update dependencies.ben2000-03-181-5/+7
* Simplify filename copying in child_init_lock. :)manoj2000-03-161-2/+1
* Fix the problems with my last commit.rbb2000-03-161-1/+2
* Fix a bug in ap_init_child_lockrbb2000-03-161-0/+1
* Update some dependencies.bjh2000-03-161-4/+5
* Add some missing functions into BeOS locksdreid2000-03-152-0/+38
* Fix more docs and change some parameter order on ap_getopt. This makesrbb2000-03-141-19/+22
* 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-106-28/+37
* Fix all the License issues. Including:rbb2000-03-1012-108/+108
* OS/2: Rework of mutex locks. Makes it safe to use the same object in multiplebjh2000-03-032-19/+59
* 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-253-42/+42
* Namespace protect the HAVE_SEMUN variable that was added. This has notrbb2000-01-241-4/+1
* Make interprocess mutexes actually choose, fix semaphore mutexes.ben2000-01-232-6/+11
* Move Windows project files to the attic.stoddard2000-01-122-116/+0
* Remove trailing slash, confuses some makessascha1999-12-311-1/+1
* Clean up APR's configure script a bit. This commit also allows Apache torbb1999-12-221-1/+1
* Fix the build process for APR. There is no reason to build each libraryrbb1999-12-201-8/+7
* 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
* Finish the cleanup I did earlier. It worked before on AIX, but that wasrbb1999-12-062-4/+4
* Cleaning up the config stuff for APR even more. We had some smallrbb1999-12-061-4/+4
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-035-35/+40
* Fix a couple of warnings that were caused by the APR leak problem. Theserbb1999-12-021-0/+1
* Fix a couple of files that need to include apr_config.h now. All of theserbb1999-12-011-0/+1
* The next step in removing the APR HAVE_*_H leak. This removes all of thoserbb1999-12-011-0/+1
* Fix some obvious typos in the lock logic. I'm not sure how this ever worked.rbb1999-11-121-10/+10
* Plug some memory leaks, and eliminate a little redundant code.manoj1999-11-052-10/+3
* Fix memory leaks in the Unix portions of APR.manoj1999-11-041-2/+2
* This primarily updates some dependancies and fixes a small problemdreid1999-11-021-6/+8