summaryrefslogtreecommitdiff
path: root/locks
Commit message (Expand)AuthorAgeFilesLines
* change mkstemp() to apr_mkstemp() so we don't pollute somebody else'strawick2001-02-231-2/+3
* Update copyright to 2001fielding2001-02-168-8/+8
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...dougm2001-02-134-4/+4
* renaming various functions for consistency sakedougm2001-02-088-59/+59
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-281-2/+0
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-14/+21
* Fix a makefile so this builds...dreid2001-01-101-2/+2
* Libtool-ize APR.gstein2001-01-096-86/+29
* fix a couple more whacked pathsgstein2001-01-022-2/+2
* Various bits of tidying up mainly for locking, but a few thread bits as well.dreid2000-12-313-24/+14
* Fix VPATH support. APR builds now cleanly in a separate build directory.sascha2000-12-152-2/+4
* New config variable apr_process_lock_is_global specifies that the selectedtrawick2000-12-011-0/+16
* 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
* OS/2 changes to the way dependencies are built in APR makefilestrawick2000-11-151-26/+2
* BeOS changes to the way dependencies are built in APR makefilestrawick2000-11-151-28/+2
* This patch removes the dependencies from Makefile.in. Dependenciestrawick2000-11-151-47/+2
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-142-12/+16
* Use pthread_mutex_destroy() in the lock cleanuptrawick2000-11-091-1/+2
* Move all of the lock private header files to an arch directory underrbb2000-11-0915-440/+36
* Here it is, the Win32 part of the big canonical errors patch.wrowe2000-10-061-4/+4
* Add some .cvsignore goodness...dreid2000-09-161-0/+1
* APR locks on Unix: Let APR_LOCKALL locks work when APR isn'ttrawick2000-08-111-4/+8
* Include apr_strings.h in a bunch more places that need it.bjh2000-08-061-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-0212-227/+227
* Fix some problems with which error code to use after a pthread_ failure.trawick2000-07-311-2/+32
* Changes to get Win32 compiling again, including substitutingwrowe2000-07-251-1/+1
* Update dependenciessascha2000-07-231-7/+8
* Sort-of back out the previous change (return errno from a pthread_* failure).trawick2000-07-211-10/+32
* Move all APR functions related to strings to their own directory, andrbb2000-07-212-0/+2
* Fix some error-trapping logic in the APR_USE_PROC_PTHREAD_SERIALIZEtrawick2000-07-211-13/+13
* Make ap_child_init_lock() work properly... It didn'ttrawick2000-07-192-2/+3
* APR lock fixes: when using SysV sems, flock(), or fcntl(), be suretrawick2000-07-191-17/+41
* This should fix a broken function on Windows. Could somebody with arbb2000-07-101-2/+1
* a while back, we said "segfault on invalid params rather than returning angstein2000-07-083-48/+7
* const-ify the userdata interfacesgstein2000-07-083-6/+6
* Update dependancies in APRrbb2000-07-071-16/+17
* Big commit. Basically, if APR defines a public feature macro, then APRrbb2000-06-224-17/+19
* Continuing the cleanup of beos code.dreid2000-06-172-9/+20
* Add missing const qualifier to two ap_unix_child_init_lock() implementations.trawick2000-06-151-2/+2
* 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