index
:
delta/libapr.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
baserock/morph
evenset
gstein-pocore
master
pollcb-dev
thread-name
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
svn.apache.org: repos/asf/apr/apr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
locks
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use macro for determinig function name
mturk
2009-02-07
1
-1
/
+1
*
Add object perms set macros and implement them for shm and mutex
mturk
2009-02-07
6
-1
/
+88
*
resolve testprocmutex failures on AIX and HP-UX by recognizing EACCES
covener
2008-06-26
1
-0
/
+4
*
Simplify handling of z/OS pthread API nuances. Beyond the
trawick
2007-11-19
4
-29
/
+29
*
Improve WIN32 condition variables fairness by using a generation count. The c...
davi
2007-07-12
1
-8
/
+25
*
Rework the win32 CV code to signal the condition only if one or more threads
davi
2007-06-29
1
-50
/
+73
*
Remove superfluous parentheses. Noticed by Joe Orton.
davi
2007-06-29
1
-1
/
+1
*
The use of O_EXCL does help, better fail then use a semaphore not owned
davi
2007-06-29
1
-12
/
+11
*
apr_proc_mutex_child_init calls unimplemented OpenMutexW and will fail to
wrowe
2007-06-01
1
-0
/
+9
*
Fix the typo.
jorton
2006-08-03
21
-21
/
+21
*
Update license header.
jorton
2006-08-03
21
-126
/
+126
*
Fix up Win32-private includes to bring it in line with all other platforms.
jerenkrantz
2006-07-12
2
-3
/
+3
*
Close a kernel layer segfault when the user attempts to lock
wrowe
2006-03-18
1
-1
/
+2
*
* locks/unix/proc_mutex.c (proc_mutex_no_tryacquire): Removed
jorton
2006-03-13
1
-12
/
+99
*
Usse a future-proof configure check for the robust mutex support:
jorton
2006-03-01
1
-10
/
+2
*
* configure.in: Remove bogus check to test whether defining
jorton
2006-02-23
1
-2
/
+10
*
Fix an assert that occurs when you destroy a rwlock on win32 and later clear
rooneg
2006-01-22
1
-8
/
+10
*
Win32: fix apr_proc_mutex_trylock() to handle WAIT_TIMEOUT,
wrowe
2005-09-21
1
-0
/
+3
*
Refactor Win32 condition variables code to address bugs.
wrowe
2005-07-22
1
-64
/
+19
*
Update copyright year to 2005 and standardize on current copyright owner line.
jerenkrantz
2005-02-04
21
-21
/
+42
*
* locks/unix/proc_mutex.c (proc_mutex_posix_create): Drop unnecessary
jorton
2005-01-13
1
-3
/
+3
*
Untabify source.
mturk
2005-01-10
1
-2
/
+2
*
Add missing apr_proc_mutex_cleanup function call.
mturk
2005-01-10
1
-2
/
+7
*
Fixing various compiler errors when compiling against the latest version of L...
bnicholes
2004-11-27
1
-1
/
+1
*
Remove .cvsignore files.
jorton
2004-11-18
3
-13
/
+0
*
* locks/unix/proc_mutex.c (apr_proc_mutex_lockfile): Fix build on
jorton
2004-06-15
1
-2
/
+8
*
* locks/unix/proc_mutex.c (apr_proc_mutex_create): Remove redundant
jorton
2004-06-14
1
-7
/
+2
*
* locks/unix/proc_mutex.c (proc_mutex_fcntl_cleanup): Always close the
jorton
2004-06-14
1
-5
/
+2
*
* locks/unix/proc_mutex.c (proc_mutex_posix_release): Revert previous
jorton
2004-06-14
1
-1
/
+3
*
* locks/unix/proc_mutex.c (apr_proc_mutex_lockfile): Avoid unnecessary
jorton
2004-06-14
1
-5
/
+4
*
* locks/unix/proc_mutex.c (proc_mutex_proc_pthread_cleanup): Fix
jorton
2004-06-14
1
-1
/
+18
*
* locks/unix/proc_mutex.c (proc_mutex_proc_pthread_cleanup): Fix
jorton
2004-06-14
1
-4
/
+4
*
* locks/unix/proc_mutex.c (proc_mutex_pthread_create): Don't leak an
jorton
2004-06-14
1
-0
/
+1
*
* locks/unix/proc_mutex.c (proc_mutex_posix_cleanup): Ignore
jorton
2004-06-14
1
-19
/
+9
*
Support POSIX semaphores on LP64 platforms:
jorton
2004-06-14
1
-4
/
+4
*
* include/arch/unix/apr_arch_proc_mutex.h, locks/unix/proc_mutex.c:
jorton
2004-06-05
1
-15
/
+15
*
* locks/unix/proc_mutex.c (proc_mutex_no_child_init): Use single noop
jorton
2004-06-05
1
-51
/
+15
*
* locks/unix/proc_mutex.c (proc_mutex_flock_child_init): If open()
jorton
2004-06-05
1
-1
/
+0
*
Drop racy/broken Unix nested mutex implementation; use SUSv3-style
jorton
2004-06-04
1
-109
/
+36
*
Add the apr_proc_mutex_cleanup function.
dreid
2004-03-09
1
-0
/
+6
*
Cold but clear here today.
dreid
2004-02-26
1
-0
/
+1
*
Fix some include paths for the new build system
dreid
2004-02-26
4
-5
/
+5
*
Relicense APR under Apache License, Version 2.0
jerenkrantz
2004-02-13
21
-1029
/
+210
*
First whack at switching to a single top-level make. This adds a dependency
gstein
2004-02-05
3
-53
/
+0
*
* configure.in: Fix detection of pthread rwlocks to actually fail when
jorton
2004-01-26
1
-4
/
+4
*
* include/apr_thread_cond.h: Note when destroying a condvar gives
jorton
2003-12-29
1
-7
/
+1
*
* include/arch/unix/apr_arch_thread_cond.h: Store a pthread_cond_t
jorton
2003-12-29
1
-18
/
+7
*
thread id is not always a scalar
trawick
2003-11-16
1
-1
/
+3
*
axing deprecated apr_atomic_foo functions
trawick
2003-11-16
1
-5
/
+5
*
rip
jwoolley
2003-11-16
1
-5
/
+0
[next]