summaryrefslogtreecommitdiff
path: root/locks
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies.ben2000-06-111-7/+10
* Change flock support to create file with 0600 (as it did fortrawick2000-06-031-1/+1
* fix problems in recent change to use mkstemp(); also, fixtrawick2000-06-032-9/+15
* FreeBSD 4.0 doesn't like tempnam, so we are using mkstemp now. I hoperbb2000-06-032-1/+6
* Fix various return code problems in APR on Win32. For most oftrawick2000-05-011-3/+3
* Use ap_pcalloc instead of ap_palloc where it makes sense.rbb2000-04-301-2/+2
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter cansascha2000-04-303-3/+0
* Update comment for depend target. The template makefiles are now calledsascha2000-04-303-3/+3
* back out APR_ prefix for TRUE,FALSEdougm2000-04-281-1/+1
* Back out APR_TRUE|FALSE patch for Win32 system calls.stoddard2000-04-281-4/+4
* prefix TRUE,FALSE with APR_dougm2000-04-282-5/+5
* 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