summaryrefslogtreecommitdiff
path: root/locks
Commit message (Expand)AuthorAgeFilesLines
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-14/+21
* Fix a makefile so this builds...David Reid2001-01-101-2/+2
* Libtool-ize APR.Greg Stein2001-01-096-86/+29
* fix a couple more whacked pathsGreg Stein2001-01-022-2/+2
* Various bits of tidying up mainly for locking, but a few thread bits as well.David Reid2000-12-313-24/+14
* Fix VPATH support. APR builds now cleanly in a separate build directory.Sascha Schumann2000-12-152-2/+4
* New config variable apr_process_lock_is_global specifies that the selectedJeff Trawick2000-12-011-0/+16
* More fixes to get BeOS building and a few missing functions to try andDavid Reid2000-11-191-0/+28
* Small change to stop a warning.David Reid2000-11-181-0/+1
* OS/2 changes to the way dependencies are built in APR makefilesJeff Trawick2000-11-151-26/+2
* BeOS changes to the way dependencies are built in APR makefilesJeff Trawick2000-11-151-28/+2
* This patch removes the dependencies from Makefile.in. DependenciesJeff Trawick2000-11-151-47/+2
* Fix OS/2 build after the move of private APR headers to the include/arch/Brian Havard2000-11-142-12/+16
* Use pthread_mutex_destroy() in the lock cleanupJeff Trawick2000-11-091-1/+2
* Move all of the lock private header files to an arch directory underRyan Bloom2000-11-0915-440/+36
* Here it is, the Win32 part of the big canonical errors patch.William A. Rowe Jr2000-10-061-4/+4
* Add some .cvsignore goodness...David Reid2000-09-161-0/+1
* APR locks on Unix: Let APR_LOCKALL locks work when APR isn'tJeff Trawick2000-08-111-4/+8
* Include apr_strings.h in a bunch more places that need it.Brian Havard2000-08-061-0/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-062-2/+2
* prefix libapr functions and types with apr_Doug MacEachern2000-08-0212-227/+227
* Fix some problems with which error code to use after a pthread_ failure.Jeff Trawick2000-07-311-2/+32
* Changes to get Win32 compiling again, including substitutingWilliam A. Rowe Jr2000-07-251-1/+1
* Update dependenciesSascha Schumann2000-07-231-7/+8
* Sort-of back out the previous change (return errno from a pthread_* failure).Jeff Trawick2000-07-211-10/+32
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-212-0/+2
* Fix some error-trapping logic in the APR_USE_PROC_PTHREAD_SERIALIZEJeff Trawick2000-07-211-13/+13
* Make ap_child_init_lock() work properly... It didn'tJeff Trawick2000-07-192-2/+3
* APR lock fixes: when using SysV sems, flock(), or fcntl(), be sureJeff Trawick2000-07-191-17/+41
* This should fix a broken function on Windows. Could somebody with aRyan Bloom2000-07-101-2/+1
* a while back, we said "segfault on invalid params rather than returning anGreg Stein2000-07-083-48/+7
* const-ify the userdata interfacesGreg Stein2000-07-083-6/+6
* Update dependancies in APRRyan Bloom2000-07-071-16/+17
* Big commit. Basically, if APR defines a public feature macro, then APRRyan Bloom2000-06-224-17/+19
* Continuing the cleanup of beos code.David Reid2000-06-172-9/+20
* Add missing const qualifier to two ap_unix_child_init_lock() implementations.Jeff Trawick2000-06-151-2/+2
* Update dependencies.Ben Laurie2000-06-111-7/+10
* Change flock support to create file with 0600 (as it did forJeff Trawick2000-06-031-1/+1
* fix problems in recent change to use mkstemp(); also, fixJeff Trawick2000-06-032-9/+15
* FreeBSD 4.0 doesn't like tempnam, so we are using mkstemp now. I hopeRyan Bloom2000-06-032-1/+6
* Fix various return code problems in APR on Win32. For most ofJeff Trawick2000-05-011-3/+3
* Use ap_pcalloc instead of ap_palloc where it makes sense.Ryan Bloom2000-04-301-2/+2
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter canSascha Schumann2000-04-303-3/+0
* Update comment for depend target. The template makefiles are now calledSascha Schumann2000-04-303-3/+3
* back out APR_ prefix for TRUE,FALSEDoug MacEachern2000-04-281-1/+1
* Back out APR_TRUE|FALSE patch for Win32 system calls.Bill Stoddard2000-04-281-4/+4
* prefix TRUE,FALSE with APR_Doug MacEachern2000-04-282-5/+5
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.Ryan Bloom2000-04-224-8/+8
* APR_ENOCONT doesn't make any sense without contexts. Replaced them all withRyan Bloom2000-04-192-2/+2
* Win32: Return the real error on lock failureBill Stoddard2000-04-191-4/+1