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
*
thread id is not always a scalar
gregames
2004-07-20
1
-1
/
+3
*
Backport this change as without it we can't build httpd-2.0.49!
dreid
2004-03-09
1
-0
/
+5
*
Relicense APR under Apache License, Version 2.0.
jerenkrantz
2004-02-13
21
-1029
/
+210
*
Backport from HEAD:
jorton
2004-01-27
1
-4
/
+4
*
Thanks to Jeff for pointing out I didn't point to the atomics.
wrowe
2003-08-08
1
-3
/
+3
*
Revamp apr_thread_mutex to be as thread safe, and occasionally
wrowe
2003-08-07
1
-23
/
+57
*
Introduce the proc_mutex_no_tryacquire stub, returning APR_ENOTIMPL,
wrowe
2003-08-06
1
-5
/
+9
*
Invert the order of marking the lock as released. Since we first
wrowe
2003-08-06
1
-5
/
+5
*
Clean up a style issue; apr_get_os_error() is much cleaner.
wrowe
2003-06-18
1
-13
/
+13
*
Win32: Adopt Brian Havard's OS/2 rwlock implementation.
stoddard
2003-06-18
1
-41
/
+107
*
Error handling fix (unrelated to previous changes): don't call
jorton
2003-06-08
1
-1
/
+0
*
Code style cleanups: remove unnecessary casts to and from void *;
jorton
2003-06-08
1
-8
/
+3
*
POSIX says that passing a mutexattr object with default attributes to
jorton
2003-06-08
1
-18
/
+1
*
Add proc_mutex_lockfile() for retrieving the name of the file
trawick
2003-06-07
5
-0
/
+32
*
Don't require the lock file name to be passed into
trawick
2003-06-07
1
-0
/
+3
*
When using a temporary file for flock- and fcntl-based mutexes,
trawick
2003-06-07
1
-7
/
+4
*
Don't segfault trying to close a file in error paths of flock
trawick
2003-04-19
1
-3
/
+6
*
We need to call apr_proc_mutex_child_init, which
jim
2003-03-30
1
-1
/
+4
*
Bugz 17186
jim
2003-03-27
1
-0
/
+1
*
Win32 needs to do nothing if the file handle is already open in a child
wrowe
2003-03-27
1
-18
/
+51
*
Fix two problems in apr_thread_cond_timedwait, the first observed by
wrowe
2003-02-27
1
-2
/
+3
*
When we generate our own semaphore name (internally) when using
jim
2003-02-23
1
-7
/
+23
*
rename apr_arch_fileio.h to apr_arch_file_io.h for consistency
thommay
2003-01-07
5
-5
/
+5
*
Namespace protection for include/arch/ header files
thommay
2003-01-06
21
-34
/
+34
*
Update copyright notices to 2003.
thommay
2003-01-01
21
-21
/
+21
*
A second stab at getting apr_thread_cond_timedwait to work. Someone
wrowe
2002-12-31
1
-2
/
+2
*
Fix up code in thread_cond. First always escape the case where we outright
wrowe
2002-12-29
1
-23
/
+72
*
OS/2: Make apr_proc_mutex_cleanup() public to match recent API change.
bjh
2002-11-23
1
-3
/
+3
*
Implemention of apr_proc_mutex_cleanup() for NetWare
bnicholes
2002-11-22
1
-0
/
+5
*
axe the remaining proc_mutex_FOO_destroy() functions, which are
trawick
2002-11-21
1
-44
/
+1
*
get apr_proc_mutex_destroy() out from under
trawick
2002-11-21
1
-6
/
+6
*
apr_proc_mutex_destroy should be exported.
rbb
2002-11-21
1
-1
/
+1
*
Register the proc_mutex cleanup with an exported API. Most of this
rbb
2002-11-20
1
-23
/
+18
*
Rip out buggy nested-mutex code from apr_proc_mutex. This should fix subtle
aaron
2002-11-18
1
-58
/
+3
*
Whoa Nelly! Lots of errors in the global mutex failure cases. We have
wrowe
2002-10-29
1
-17
/
+32
*
Handle leaks right now are a huge problem. Close two of them.
wrowe
2002-07-31
1
-6
/
+2
*
Collapse this down to the infinately more readable apr_pool_cleanup_run().
aaron
2002-07-30
1
-6
/
+1
*
When we are destroying a mutex we don't know if it is locked or not,
aaron
2002-07-30
1
-1
/
+0
*
forewarned
wrowe
2002-07-15
1
-1
/
+5
*
Replaced APR_USEC_PER_SEC division with the new apr_time_sec() macro
brianp
2002-06-30
2
-3
/
+5
*
Added 2 additional lock functions: apr_proc_mutex_name and
jim
2002-06-07
5
-5
/
+67
*
Split APR_THREAD_MUTEX_DEFAULT with a new APR_THREAD_MUTEX_UNNESTED
wrowe
2002-05-29
5
-13
/
+85
*
Fix a problem with global mutexes on OS/390 when something other
trawick
2002-05-09
1
-4
/
+4
*
APR_PROC_MUTEX_IS_GLOBAL is the condition where apr_global_mutex_t
trawick
2002-05-08
1
-2
/
+0
*
get global_mutex.c to compile when APR_PROCESS_LOCK_IS_GLOBAL
trawick
2002-05-06
1
-0
/
+2
*
Add apr_os_get function for global_mutexes.
rbb
2002-05-02
1
-0
/
+12
*
Optimization: rearranged the mutex lock/unlock code to
brianp
2002-04-28
1
-10
/
+8
*
Add .deps to cvsignore since APR may now generate .deps files.
jerenkrantz
2002-04-22
3
-0
/
+3
*
Allow VPATH builds to properly generate build dependencies. This requires
jerenkrantz
2002-04-22
3
-0
/
+6
*
We don't need seperate global_mutex's.
dreid
2002-04-13
2
-97
/
+1
[next]