summaryrefslogtreecommitdiff
path: root/locks
Commit message (Expand)AuthorAgeFilesLines
* Fix the typo.Joe Orton2006-08-0321-21/+21
* Update license header.Joe Orton2006-08-0321-126/+126
* Fix up Win32-private includes to bring it in line with all other platforms.Justin Erenkrantz2006-07-122-3/+3
* Close a kernel layer segfault when the user attempts to lockWilliam A. Rowe Jr2006-03-181-1/+2
* * locks/unix/proc_mutex.c (proc_mutex_no_tryacquire): RemovedJoe Orton2006-03-131-12/+99
* Usse a future-proof configure check for the robust mutex support:Joe Orton2006-03-011-10/+2
* * configure.in: Remove bogus check to test whether definingJoe Orton2006-02-231-2/+10
* Fix an assert that occurs when you destroy a rwlock on win32 and later clearGarrett Rooney2006-01-221-8/+10
* Win32: fix apr_proc_mutex_trylock() to handle WAIT_TIMEOUT,William A. Rowe Jr2005-09-211-0/+3
* Refactor Win32 condition variables code to address bugs.William A. Rowe Jr2005-07-221-64/+19
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-0421-21/+42
* * locks/unix/proc_mutex.c (proc_mutex_posix_create): Drop unnecessaryJoe Orton2005-01-131-3/+3
* Untabify source. Mladen Turk2005-01-101-2/+2
* Add missing apr_proc_mutex_cleanup function call.Mladen Turk2005-01-101-2/+7
* Fixing various compiler errors when compiling against the latest version of L...Bradley Nicholes2004-11-271-1/+1
* Remove .cvsignore files.Joe Orton2004-11-183-13/+0
* * locks/unix/proc_mutex.c (apr_proc_mutex_lockfile): Fix build onJoe Orton2004-06-151-2/+8
* * locks/unix/proc_mutex.c (apr_proc_mutex_create): Remove redundantJoe Orton2004-06-141-7/+2
* * locks/unix/proc_mutex.c (proc_mutex_fcntl_cleanup): Always close theJoe Orton2004-06-141-5/+2
* * locks/unix/proc_mutex.c (proc_mutex_posix_release): Revert previousJoe Orton2004-06-141-1/+3
* * locks/unix/proc_mutex.c (apr_proc_mutex_lockfile): Avoid unnecessaryJoe Orton2004-06-141-5/+4
* * locks/unix/proc_mutex.c (proc_mutex_proc_pthread_cleanup): FixJoe Orton2004-06-141-1/+18
* * locks/unix/proc_mutex.c (proc_mutex_proc_pthread_cleanup): FixJoe Orton2004-06-141-4/+4
* * locks/unix/proc_mutex.c (proc_mutex_pthread_create): Don't leak anJoe Orton2004-06-141-0/+1
* * locks/unix/proc_mutex.c (proc_mutex_posix_cleanup): IgnoreJoe Orton2004-06-141-19/+9
* Support POSIX semaphores on LP64 platforms:Joe Orton2004-06-141-4/+4
* * include/arch/unix/apr_arch_proc_mutex.h, locks/unix/proc_mutex.c:Joe Orton2004-06-051-15/+15
* * locks/unix/proc_mutex.c (proc_mutex_no_child_init): Use single noopJoe Orton2004-06-051-51/+15
* * locks/unix/proc_mutex.c (proc_mutex_flock_child_init): If open()Joe Orton2004-06-051-1/+0
* Drop racy/broken Unix nested mutex implementation; use SUSv3-styleJoe Orton2004-06-041-109/+36
* Add the apr_proc_mutex_cleanup function.David Reid2004-03-091-0/+6
* Cold but clear here today.David Reid2004-02-261-0/+1
* Fix some include paths for the new build systemDavid Reid2004-02-264-5/+5
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-1321-1029/+210
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-053-53/+0
* * configure.in: Fix detection of pthread rwlocks to actually fail whenJoe Orton2004-01-261-4/+4
* * include/apr_thread_cond.h: Note when destroying a condvar givesJoe Orton2003-12-291-7/+1
* * include/arch/unix/apr_arch_thread_cond.h: Store a pthread_cond_tJoe Orton2003-12-291-18/+7
* thread id is not always a scalarJeff Trawick2003-11-161-1/+3
* axing deprecated apr_atomic_foo functionsJeff Trawick2003-11-161-5/+5
* ripCliff Woolley2003-11-161-5/+0
* * include/arch/unix/apr_arch_thread_rwlock.h: Store a pthread_rwlock_tJoe Orton2003-10-041-20/+8
* * locks/unix/thread_rwlock.c (apr_thread_rwlock_destroy): SimplifyJoe Orton2003-10-031-3/+1
* To produce results which are defined by POSIX, at time of cleanup theJoe Orton2003-10-031-7/+4
* Thanks to Jeff for pointing out I didn't point to the atomics.William A. Rowe Jr2003-08-081-3/+3
* Revamp apr_thread_mutex to be as thread safe, and occasionallyWilliam A. Rowe Jr2003-08-071-23/+57
* Introduce the proc_mutex_no_tryacquire stub, returning APR_ENOTIMPL,William A. Rowe Jr2003-08-061-5/+9
* Invert the order of marking the lock as released. Since we firstWilliam A. Rowe Jr2003-08-061-5/+5
* Clean up a style issue; apr_get_os_error() is much cleaner.William A. Rowe Jr2003-06-181-13/+13
* Win32: Adopt Brian Havard's OS/2 rwlock implementation.Bill Stoddard2003-06-181-41/+107