index
:
delta/apache/apr.git
0.9.x
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
1.5.x
1.6.x
1.7.1-test1
1.7.x
1.8.x
1.8.x-r1896717
1.8.x-r1897895
APR
APR_0_9_BRANCH
evenset
gstein-pocore
pollcb-dev
thread-name
trunk
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
github.com: github.com: apache/apr.git. This may lag behind the Subversion repository, mirrored as libapr.git.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
locks
Commit message (
Expand
)
Author
Age
Files
Lines
*
OS/2: Add an implementation of condition variables, derived from the Win32
Brian Havard
2010-04-03
1
-8
/
+141
*
OS/2: Make apr_thread_mutex_trylock() return APR_EBUSY if lock cannot be
Brian Havard
2010-04-03
1
-0
/
+5
*
OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has been
Brian Havard
2010-04-02
1
-4
/
+4
*
Use the APR_FOPEN_* constants instead of the deprecated APR_* constants
Graham Leggett
2010-03-02
1
-5
/
+5
*
Win32 apr_{global,proc}_mutex_name() and apr_{global,proc}_mutex_lockfile()
Jeff Trawick
2009-11-25
1
-2
/
+2
*
add apr_global_mutex_name(), for retrieving the name of the mechanism
Jeff Trawick
2009-11-25
1
-0
/
+5
*
add missing apr_global_mutex_lockfile(), corresponding to
Jeff Trawick
2009-11-21
1
-0
/
+5
*
just use it :)
Jim Jagielski
2009-09-09
1
-1
/
+1
*
Allow for passed locknames to be honored with posix-sems.
Jim Jagielski
2009-09-04
1
-16
/
+34
*
Avoid proc mutex failures by checking for both EAGAIN and EWOULDBLOCK.
Bojan Smojver
2009-06-26
1
-1
/
+1
*
apr_thread_cond_*wait() on BeOS: Fix broken logic.
Jeff Trawick
2009-04-23
1
-1
/
+2
*
Use macro for determinig function name
Mladen Turk
2009-02-07
1
-1
/
+1
*
Add object perms set macros and implement them for shm and mutex
Mladen Turk
2009-02-07
6
-1
/
+88
*
resolve testprocmutex failures on AIX and HP-UX by recognizing EACCES
Eric Covener
2008-06-26
1
-0
/
+4
*
Simplify handling of z/OS pthread API nuances. Beyond the
Jeff Trawick
2007-11-19
4
-29
/
+29
*
Improve WIN32 condition variables fairness by using a generation count. The c...
Davi Arnaut
2007-07-12
1
-8
/
+25
*
Rework the win32 CV code to signal the condition only if one or more threads
Davi Arnaut
2007-06-29
1
-50
/
+73
*
Remove superfluous parentheses. Noticed by Joe Orton.
Davi Arnaut
2007-06-29
1
-1
/
+1
*
The use of O_EXCL does help, better fail then use a semaphore not owned
Davi Arnaut
2007-06-29
1
-12
/
+11
*
apr_proc_mutex_child_init calls unimplemented OpenMutexW and will fail to
William A. Rowe Jr
2007-06-01
1
-0
/
+9
*
Fix the typo.
Joe Orton
2006-08-03
21
-21
/
+21
*
Update license header.
Joe Orton
2006-08-03
21
-126
/
+126
*
Fix up Win32-private includes to bring it in line with all other platforms.
Justin Erenkrantz
2006-07-12
2
-3
/
+3
*
Close a kernel layer segfault when the user attempts to lock
William A. Rowe Jr
2006-03-18
1
-1
/
+2
*
* locks/unix/proc_mutex.c (proc_mutex_no_tryacquire): Removed
Joe Orton
2006-03-13
1
-12
/
+99
*
Usse a future-proof configure check for the robust mutex support:
Joe Orton
2006-03-01
1
-10
/
+2
*
* configure.in: Remove bogus check to test whether defining
Joe Orton
2006-02-23
1
-2
/
+10
*
Fix an assert that occurs when you destroy a rwlock on win32 and later clear
Garrett Rooney
2006-01-22
1
-8
/
+10
*
Win32: fix apr_proc_mutex_trylock() to handle WAIT_TIMEOUT,
William A. Rowe Jr
2005-09-21
1
-0
/
+3
*
Refactor Win32 condition variables code to address bugs.
William A. Rowe Jr
2005-07-22
1
-64
/
+19
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
21
-21
/
+42
*
* locks/unix/proc_mutex.c (proc_mutex_posix_create): Drop unnecessary
Joe Orton
2005-01-13
1
-3
/
+3
*
Untabify source.
Mladen Turk
2005-01-10
1
-2
/
+2
*
Add missing apr_proc_mutex_cleanup function call.
Mladen Turk
2005-01-10
1
-2
/
+7
*
Fixing various compiler errors when compiling against the latest version of L...
Bradley Nicholes
2004-11-27
1
-1
/
+1
*
Remove .cvsignore files.
Joe Orton
2004-11-18
3
-13
/
+0
*
* locks/unix/proc_mutex.c (apr_proc_mutex_lockfile): Fix build on
Joe Orton
2004-06-15
1
-2
/
+8
*
* locks/unix/proc_mutex.c (apr_proc_mutex_create): Remove redundant
Joe Orton
2004-06-14
1
-7
/
+2
*
* locks/unix/proc_mutex.c (proc_mutex_fcntl_cleanup): Always close the
Joe Orton
2004-06-14
1
-5
/
+2
*
* locks/unix/proc_mutex.c (proc_mutex_posix_release): Revert previous
Joe Orton
2004-06-14
1
-1
/
+3
*
* locks/unix/proc_mutex.c (apr_proc_mutex_lockfile): Avoid unnecessary
Joe Orton
2004-06-14
1
-5
/
+4
*
* locks/unix/proc_mutex.c (proc_mutex_proc_pthread_cleanup): Fix
Joe Orton
2004-06-14
1
-1
/
+18
*
* locks/unix/proc_mutex.c (proc_mutex_proc_pthread_cleanup): Fix
Joe Orton
2004-06-14
1
-4
/
+4
*
* locks/unix/proc_mutex.c (proc_mutex_pthread_create): Don't leak an
Joe Orton
2004-06-14
1
-0
/
+1
*
* locks/unix/proc_mutex.c (proc_mutex_posix_cleanup): Ignore
Joe Orton
2004-06-14
1
-19
/
+9
*
Support POSIX semaphores on LP64 platforms:
Joe Orton
2004-06-14
1
-4
/
+4
*
* include/arch/unix/apr_arch_proc_mutex.h, locks/unix/proc_mutex.c:
Joe Orton
2004-06-05
1
-15
/
+15
*
* locks/unix/proc_mutex.c (proc_mutex_no_child_init): Use single noop
Joe Orton
2004-06-05
1
-51
/
+15
*
* locks/unix/proc_mutex.c (proc_mutex_flock_child_init): If open()
Joe Orton
2004-06-05
1
-1
/
+0
*
Drop racy/broken Unix nested mutex implementation; use SUSv3-style
Joe Orton
2004-06-04
1
-109
/
+36
[next]