summaryrefslogtreecommitdiff
path: root/locks
Commit message (Expand)AuthorAgeFilesLines
* Fixing various compiler errors when compiling against the latest version of L...bnicholes2004-11-291-1/+1
* drop .cvsignore filesnd2004-11-243-13/+0
* * locks/unix/proc_mutex.c (apr_proc_mutex_lockfile): Fix build onjorton2004-06-151-2/+8
* * locks/unix/proc_mutex.c (apr_proc_mutex_create): Remove redundantjorton2004-06-141-7/+2
* * locks/unix/proc_mutex.c (proc_mutex_fcntl_cleanup): Always close thejorton2004-06-141-5/+2
* * locks/unix/proc_mutex.c (proc_mutex_posix_release): Revert previousjorton2004-06-141-1/+3
* * locks/unix/proc_mutex.c (apr_proc_mutex_lockfile): Avoid unnecessaryjorton2004-06-141-5/+4
* * locks/unix/proc_mutex.c (proc_mutex_proc_pthread_cleanup): Fixjorton2004-06-141-1/+18
* * locks/unix/proc_mutex.c (proc_mutex_proc_pthread_cleanup): Fixjorton2004-06-141-4/+4
* * locks/unix/proc_mutex.c (proc_mutex_pthread_create): Don't leak anjorton2004-06-141-0/+1
* * locks/unix/proc_mutex.c (proc_mutex_posix_cleanup): Ignorejorton2004-06-141-19/+9
* Support POSIX semaphores on LP64 platforms:jorton2004-06-141-4/+4
* * include/arch/unix/apr_arch_proc_mutex.h, locks/unix/proc_mutex.c:jorton2004-06-051-15/+15
* * locks/unix/proc_mutex.c (proc_mutex_no_child_init): Use single noopjorton2004-06-051-51/+15
* * locks/unix/proc_mutex.c (proc_mutex_flock_child_init): If open()jorton2004-06-051-1/+0
* Drop racy/broken Unix nested mutex implementation; use SUSv3-stylejorton2004-06-041-109/+36
* Add the apr_proc_mutex_cleanup function.dreid2004-03-091-0/+6
* Cold but clear here today.dreid2004-02-261-0/+1
* Fix some include paths for the new build systemdreid2004-02-264-5/+5
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-1321-1029/+210
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-053-53/+0
* * configure.in: Fix detection of pthread rwlocks to actually fail whenjorton2004-01-261-4/+4
* * include/apr_thread_cond.h: Note when destroying a condvar givesjorton2003-12-291-7/+1
* * include/arch/unix/apr_arch_thread_cond.h: Store a pthread_cond_tjorton2003-12-291-18/+7
* thread id is not always a scalartrawick2003-11-161-1/+3
* axing deprecated apr_atomic_foo functionstrawick2003-11-161-5/+5
* ripjwoolley2003-11-161-5/+0
* * include/arch/unix/apr_arch_thread_rwlock.h: Store a pthread_rwlock_tjorton2003-10-041-20/+8
* * locks/unix/thread_rwlock.c (apr_thread_rwlock_destroy): Simplifyjorton2003-10-031-3/+1
* To produce results which are defined by POSIX, at time of cleanup thejorton2003-10-031-7/+4
* Thanks to Jeff for pointing out I didn't point to the atomics.wrowe2003-08-081-3/+3
* Revamp apr_thread_mutex to be as thread safe, and occasionallywrowe2003-08-071-23/+57
* Introduce the proc_mutex_no_tryacquire stub, returning APR_ENOTIMPL,wrowe2003-08-061-5/+9
* Invert the order of marking the lock as released. Since we firstwrowe2003-08-061-5/+5
* Clean up a style issue; apr_get_os_error() is much cleaner.wrowe2003-06-181-13/+13
* Win32: Adopt Brian Havard's OS/2 rwlock implementation.stoddard2003-06-181-41/+107
* Error handling fix (unrelated to previous changes): don't calljorton2003-06-081-1/+0
* Code style cleanups: remove unnecessary casts to and from void *;jorton2003-06-081-8/+3
* POSIX says that passing a mutexattr object with default attributes tojorton2003-06-081-18/+1
* Add proc_mutex_lockfile() for retrieving the name of the filetrawick2003-06-075-0/+32
* Don't require the lock file name to be passed intotrawick2003-06-071-0/+3
* When using a temporary file for flock- and fcntl-based mutexes,trawick2003-06-071-7/+4
* Don't segfault trying to close a file in error paths of flocktrawick2003-04-191-3/+6
* We need to call apr_proc_mutex_child_init, whichjim2003-03-301-1/+4
* Bugz 17186jim2003-03-271-0/+1
* Win32 needs to do nothing if the file handle is already open in a childwrowe2003-03-271-18/+51
* Fix two problems in apr_thread_cond_timedwait, the first observed bywrowe2003-02-271-2/+3
* When we generate our own semaphore name (internally) when usingjim2003-02-231-7/+23
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-075-5/+5
* Namespace protection for include/arch/ header filesthommay2003-01-0621-34/+34