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
...
*
Add suitable #if protection to non-portable function
bjh
2001-09-25
1
-0
/
+2
*
Add the apr_file_mktemp function. This creates and opens a
rbb
2001-09-24
3
-51
/
+71
*
fix some missed function renames (proc_pthread_cleanup ->
trawick
2001-09-19
1
-6
/
+6
*
New process locking API for APR.
rbb
2001-09-19
8
-3
/
+1219
*
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
*
OS/2: Implement read/write locks. As there's no native equivalent in OS/2
bjh
2001-09-15
1
-8
/
+145
*
Implement read/write locks on Windows. This passes the tests
rbb
2001-09-15
1
-5
/
+39
*
Just because we have pthreads, that doesn't mean we have pthread_rwlock.
rbb
2001-09-14
1
-0
/
+48
*
tweak the check for APR_HAS_THREADS so we pick up the symbol before
trawick
2001-09-13
1
-2
/
+3
*
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
8
-3
/
+524
*
OS/2: Implement apr_thread_mutex functions.
bjh
2001-09-12
1
-6
/
+51
*
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
8
-3
/
+588
*
Cleanup some of the thread lock work. Remove some unnecessary
rbb
2001-09-05
1
-0
/
+2
*
Add the new thread_lock API to APR. This is the first step to breaking
rbb
2001-09-04
8
-3
/
+595
*
fix some return codes from apr lock create; we were looking at errno
trawick
2001-08-31
1
-5
/
+14
*
Wrap all APR functions in APR_DECLARE macro.
rbb
2001-08-10
3
-50
/
+53
*
Added NetWare version of locks.c
bnicholes
2001-08-06
1
-0
/
+313
*
OS/2: implement apr_lock_tryacquire()
bjh
2001-08-05
1
-3
/
+15
*
Close file descriptor when we are done with fcntl or flock-based
jerenkrantz
2001-07-23
1
-2
/
+11
*
Add tryacquire function to the apr_lock_* stable.
jerenkrantz
2001-07-19
6
-0
/
+61
*
Implement POSIX pthread cross process locks that are "robust" - when the
jerenkrantz
2001-07-13
1
-1
/
+30
*
set the int interprocess lock handle to -1 at init in case
trawick
2001-07-02
1
-0
/
+3
*
Fix warnings on Solaris 2.6 about assigning from pointer to
jwoolley
2001-07-02
1
-1
/
+10
*
Pure nitpick - remove whitespace.
jerenkrantz
2001-07-01
1
-1
/
+1
*
Fix typo (method->meth).
jerenkrantz
2001-07-01
1
-1
/
+1
*
slight cleanups to the Unix lock implementation...
trawick
2001-06-29
3
-33
/
+57
*
get flock() mechanism child init working for APR_LOCK_ALL+APR_HAS_THREADS;
trawick
2001-06-26
1
-6
/
+2
*
Add apr_lock_create_np() (Unix only, for now) which allows the caller to
trawick
2001-06-26
1
-8
/
+57
*
Fix a few errors in the previous commit which affect locks on Unix:
trawick
2001-06-25
2
-4
/
+12
*
Teach the Unix implementation of locks to:
trawick
2001-06-25
3
-207
/
+297
*
Add a read/write locking implementation for BeOS.
dreid
2001-06-17
1
-29
/
+193
*
on some Unix platforms pthread_t is a structure and the compiler won't allow
trawick
2001-06-14
1
-3
/
+3
*
Clean up Win32 locks when the pool goes away.
trawick
2001-06-13
1
-16
/
+30
*
This has been on my ToDO list for a while, but essentially I've never
dreid
2001-06-11
4
-308
/
+87
*
apr_os_thread_t isn't necessarily a ptr; 0 is compatible with
trawick
2001-06-07
1
-1
/
+1
*
Fix a couple of errors that slipped through earlier...
dreid
2001-06-06
1
-3
/
+3
*
This is a much larger commit than I meant to have, but a lot has
dreid
2001-06-06
5
-106
/
+59
*
Two typographical nits, and add some missing headers to our browser view.
wrowe
2001-06-06
1
-0
/
+1
*
Stop warnings about rc being used uninitialized.
bjh
2001-06-06
1
-0
/
+4
*
Style cleanup: switch statement opening braces belong on the same line.
bjh
2001-06-06
1
-10
/
+5
*
Fix missing brace, broken in recent rwlock patch.
bjh
2001-06-06
1
-0
/
+1
*
(Attempt to) fix the build on Win32 from the sms-ified locks that David
jwoolley
2001-06-06
1
-1
/
+2
*
use new name for pool field
trawick
2001-06-05
1
-5
/
+5
*
One slipped through the rename, but got it now!
dreid
2001-06-05
1
-1
/
+1
*
A couple of changes...
dreid
2001-06-05
7
-72
/
+74
[prev]
[next]