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
...
*
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
*
Don't build locks.lo anymore.
aaron
2002-04-09
2
-2
/
+2
*
** DEPRECATE old lock API: apr_lock.h **
aaron
2002-04-09
9
-2753
/
+2
*
Be a bit more clear about the FIXME statement and the exact
jim
2002-04-05
2
-6
/
+14
*
Support for Posix semaphores for locking has been added. This uses
jim
2002-04-04
3
-6
/
+269
*
Get flock-based mutexes to work in apps like Apache. Use the
trawick
2002-04-01
1
-4
/
+6
*
Update our copyright for this year.
fielding
2002-03-13
29
-29
/
+29
*
Fix a segfault in apr_thread_rwlock_destroy() on Win32. The pool
trawick
2002-03-12
1
-0
/
+1
*
We actually need to bubble up errno for this... can't assume that it
jim
2002-03-08
1
-2
/
+5
*
These are redundant redundancies. We already wrap the whole file
jim
2002-03-06
1
-12
/
+0
*
Win32: Fix apr_proc_mutex_lock/trylock. Getting WAIT_ABANDONED is
stoddard
2002-02-28
1
-8
/
+2
*
Unnamed cross proc locks are quite legal on win32, thank you.
wrowe
2002-02-27
1
-4
/
+6
*
OS/2: Use APR_PROC_MUTEX_IS_GLOBAL to provide global mutex as an alias for
bjh
2002-02-23
2
-97
/
+1
[prev]
[next]