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
/
win32
Commit message (
Expand
)
Author
Age
Files
Lines
*
Relicense APR under Apache License, Version 2.0
jerenkrantz
2004-02-13
4
-196
/
+40
*
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
*
Add proc_mutex_lockfile() for retrieving the name of the file
trawick
2003-06-07
1
-0
/
+5
*
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
*
Namespace protection for include/arch/ header files
thommay
2003-01-06
4
-7
/
+7
*
Update copyright notices to 2003.
thommay
2003-01-01
4
-4
/
+4
*
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
*
Handle leaks right now are a huge problem. Close two of them.
wrowe
2002-07-31
1
-6
/
+2
*
forewarned
wrowe
2002-07-15
1
-1
/
+5
*
Added 2 additional lock functions: apr_proc_mutex_name and
jim
2002-06-07
1
-0
/
+10
*
Split APR_THREAD_MUTEX_DEFAULT with a new APR_THREAD_MUTEX_UNNESTED
wrowe
2002-05-29
1
-12
/
+69
*
** DEPRECATE old lock API: apr_lock.h **
aaron
2002-04-09
1
-303
/
+0
*
Update our copyright for this year.
fielding
2002-03-13
5
-5
/
+5
*
Fix a segfault in apr_thread_rwlock_destroy() on Win32. The pool
trawick
2002-03-12
1
-0
/
+1
*
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
*
No actual global_mutex implementation on Win32, it's simply a proc_lock.
wrowe
2002-02-22
1
-102
/
+0
*
Implement apr_global_mutex_foo() on Windows. This is basically identical
stoddard
2002-02-19
1
-7
/
+14
*
get rid of a stray ';' after APR_IMPLEMENT_POOL_ACCESSOR()
trawick
2002-02-18
1
-1
/
+1
*
Add a new lock API: apr_global_mutex_t
aaron
2002-02-18
1
-0
/
+95
*
We don't look for palloc to fail
wrowe
2002-02-16
1
-3
/
+0
*
Win32 mod_rewrite was broken by the implicit assumption that fname would
wrowe
2002-02-01
1
-6
/
+29
*
Fix thread_mutex trylock for Win9x (returns APR_ENOTIMPL) and
wrowe
2002-01-08
2
-14
/
+101
*
roll the extra apr_lock_create_np() functionality into apr_lock_create()
trawick
2001-12-29
2
-8
/
+6
*
Fix compile error introduced by the previous commit to this file.
stoddard
2001-11-27
1
-0
/
+1
*
Fix locks for win32 terminal services, submitted by Mladen Turk
wrowe
2001-11-27
1
-2
/
+16
*
This one is serious - Win9x won't work till it's addressed.
wrowe
2001-11-27
1
-0
/
+1
*
Implement portable accessors for proc mutex. These are equivalent to
aaron
2001-10-19
1
-0
/
+25
*
Added a new parameter to apr_thread_mutex_init(). Mutexes are now by
aaron
2001-10-17
1
-0
/
+3
*
Adds apr_thread_cond_timedwait() interface to new lock API.
aaron
2001-10-12
1
-0
/
+6
*
Implement pool accessors for thread_condition variables.
rbb
2001-09-29
1
-0
/
+3
*
Implement pool accessor for rwlocks.
rbb
2001-09-29
1
-0
/
+2
*
Implement pool accessor functions for proc mutex's
rbb
2001-09-29
1
-0
/
+2
*
Add pool accessors to the apr_thread_mutex_t datatype.
rbb
2001-09-26
1
-0
/
+3
*
New process locking API for APR.
rbb
2001-09-19
1
-0
/
+103
*
Remove some debugging logic that I forgot about.
rbb
2001-09-19
1
-3
/
+0
*
An initial thread_condition variable implementation for Windows.
rbb
2001-09-18
1
-5
/
+68
*
We have to decrement the writer count, or we will never be able
rbb
2001-09-15
1
-0
/
+1
*
Implement read/write locks on Windows. This passes the tests
rbb
2001-09-15
1
-5
/
+39
*
Implement apr_thread_mutex_trylock on Windows
rbb
2001-09-13
1
-1
/
+6
*
Add condition variables to the APR set of locking functions.
rbb
2001-09-13
1
-0
/
+88
*
We don't actually use this SECURITY_ATTRIBUTE, so it doesn't need to be
rbb
2001-09-11
1
-5
/
+0
*
Add the new thread_mutex API to the Windows build. This works on
rbb
2001-09-10
1
-7
/
+23
*
Add the new thread read/write API to APR. This doesn't change any
rbb
2001-09-08
1
-0
/
+97
*
Add the new thread_lock API to APR. This is the first step to breaking
rbb
2001-09-04
1
-0
/
+92
*
Add tryacquire function to the apr_lock_* stable.
jerenkrantz
2001-07-19
1
-0
/
+5
*
Clean up Win32 locks when the pool goes away.
trawick
2001-06-13
1
-16
/
+30
[next]