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
/
unix
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Brian Pane's 10% performance improvement logic to trylock() also.
aaron
2002-01-11
1
-13
/
+21
*
Improve performance about 10% by optimizing the code path
wrowe
2002-01-11
1
-24
/
+38
*
more apr_file_mktemp brokeness that I missed.
rbb
2002-01-08
1
-2
/
+2
*
Fix another couple of bugs I introduced with the flags parameter to
rbb
2002-01-08
1
-2
/
+2
*
Add the ability to pass flags to both apr_file_open and apr_mktemp.
rbb
2002-01-08
2
-2
/
+2
*
roll the extra apr_lock_create_np() functionality into apr_lock_create()
trawick
2001-12-29
2
-30
/
+8
*
Change proc_mutex_fcntl_create() to remove the lock file. There was
trawick
2001-10-25
1
-1
/
+6
*
apr_file_mkstemp() already returned the error that we were interested in,
aaron
2001-10-23
1
-3
/
+1
*
It is dangerous to use the identifier "stat" when there is a function of
aaron
2001-10-23
1
-67
/
+67
*
return the error that caused the operation to fail, not the current
trawick
2001-10-23
1
-1
/
+1
*
Stop using the name of a standard system function for a variable.
fielding
2001-10-22
1
-52
/
+40
*
Implement portable accessors for proc mutex. These are equivalent to
aaron
2001-10-19
1
-0
/
+35
*
Added a new parameter to apr_thread_mutex_init(). Mutexes are now by
aaron
2001-10-17
1
-18
/
+32
*
Adds apr_thread_cond_timedwait() interface to new lock API.
aaron
2001-10-12
1
-0
/
+25
*
Remove a stray function stub
jwoolley
2001-10-08
1
-5
/
+0
*
Make sure we declare the pool accessor for both kinds of rwlocks
rbb
2001-09-29
1
-2
/
+1
*
Implement pool accessors for thread_condition variables.
rbb
2001-09-29
1
-0
/
+1
*
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
/
+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
2
-1
/
+801
*
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
*
Add condition variables to the APR set of locking functions.
rbb
2001-09-13
2
-1
/
+165
*
Add the new thread read/write API to APR. This doesn't change any
rbb
2001-09-08
2
-1
/
+194
*
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
2
-1
/
+226
*
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
1
-18
/
+19
*
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
3
-0
/
+46
*
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
*
on some Unix platforms pthread_t is a structure and the compiler won't allow
trawick
2001-06-14
1
-3
/
+3
*
apr_os_thread_t isn't necessarily a ptr; 0 is compatible with
trawick
2001-06-07
1
-1
/
+1
*
This is a much larger commit than I meant to have, but a lot has
dreid
2001-06-06
2
-31
/
+40
*
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
2
-19
/
+20
*
OK, this basically adds a function that allows us to create
dreid
2001-06-05
2
-26
/
+56
[next]