index
:
delta/apache/apr.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
evenset
gstein-pocore
pollcb-dev
thread-name
trunk
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
github.com: github.com: apache/apr.git. This may lag behind the Subversion repository, mirrored as libapr.git.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
locks
/
beos
Commit message (
Expand
)
Author
Age
Files
Lines
*
On Windows, OS2 and BEOS, the singluar lock mechanisms were already compatible
William A. Rowe Jr
2017-06-02
1
-3
/
+3
*
apr_{thread,proc,global}_timedlock() with negative timeout is now equivalent
Yann Ylavic
2017-04-07
2
-8
/
+2
*
locks: follow up to r1790488.
Yann Ylavic
2017-04-07
2
-2
/
+2
*
locks: follow up to r1667900.
Yann Ylavic
2017-04-07
2
-40
/
+14
*
apr_os_proc_mutex_put_ex: Allow to specify whether the OS native
Yann Ylavic
2016-04-13
1
-1
/
+9
*
apr_proc/global_mutex: Fix API regarding the native OS mutexes
Yann Ylavic
2016-03-06
1
-3
/
+29
*
Follow up to r1667900: handle negative (infinite) timeout in mutex/cond timed...
Yann Ylavic
2015-03-20
2
-36
/
+41
*
locks: introduce apr_{thread,proc,global}_mutex_timedlock().
Yann Ylavic
2015-03-19
3
-30
/
+148
*
apr_thread_cond_*wait() on BeOS: Fix broken logic.
Jeff Trawick
2009-04-23
1
-1
/
+2
*
Add object perms set macros and implement them for shm and mutex
Mladen Turk
2009-02-07
1
-0
/
+2
*
Fix the typo.
Joe Orton
2006-08-03
4
-4
/
+4
*
Update license header.
Joe Orton
2006-08-03
4
-24
/
+24
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
4
-4
/
+8
*
Remove .cvsignore files.
Joe Orton
2004-11-18
1
-5
/
+0
*
Add the apr_proc_mutex_cleanup function.
David Reid
2004-03-09
1
-0
/
+6
*
Cold but clear here today.
David Reid
2004-02-26
1
-0
/
+1
*
Fix some include paths for the new build system
David Reid
2004-02-26
4
-5
/
+5
*
Relicense APR under Apache License, Version 2.0
Justin Erenkrantz
2004-02-13
4
-196
/
+40
*
First whack at switching to a single top-level make. This adds a dependency
Greg Stein
2004-02-05
1
-16
/
+0
*
rip
Cliff Woolley
2003-11-16
1
-5
/
+0
*
Add proc_mutex_lockfile() for retrieving the name of the file
Jeff Trawick
2003-06-07
1
-0
/
+5
*
Namespace protection for include/arch/ header files
Thom May
2003-01-06
4
-5
/
+5
*
Update copyright notices to 2003.
Thom May
2003-01-01
4
-4
/
+4
*
Added 2 additional lock functions: apr_proc_mutex_name and
Jim Jagielski
2002-06-07
1
-0
/
+10
*
Split APR_THREAD_MUTEX_DEFAULT with a new APR_THREAD_MUTEX_UNNESTED
William A. Rowe Jr
2002-05-29
1
-0
/
+4
*
Add .deps to cvsignore since APR may now generate .deps files.
Justin Erenkrantz
2002-04-22
1
-0
/
+1
*
Allow VPATH builds to properly generate build dependencies. This requires
Justin Erenkrantz
2002-04-22
1
-0
/
+2
*
We don't need seperate global_mutex's.
David Reid
2002-04-13
2
-97
/
+1
*
Don't build locks.lo anymore.
Aaron Bannert
2002-04-09
1
-1
/
+1
*
** DEPRECATE old lock API: apr_lock.h **
Aaron Bannert
2002-04-09
1
-459
/
+0
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
6
-6
/
+6
*
get rid of a stray ';' after APR_IMPLEMENT_POOL_ACCESSOR()
Jeff Trawick
2002-02-18
1
-1
/
+1
*
Add a new lock API: apr_global_mutex_t
Aaron Bannert
2002-02-18
2
-1
/
+97
*
roll the extra apr_lock_create_np() functionality into apr_lock_create()
Jeff Trawick
2001-12-29
2
-13
/
+12
*
Change the conditional code for BeOS,
David Reid
2001-12-23
1
-45
/
+62
*
This small fix allows us to get code that needs this function working
David Reid
2001-12-23
1
-1
/
+1
*
We should really be setting the owner of the mutex when we have a
David Reid
2001-12-18
1
-10
/
+7
*
Remove an uneeded function and add the accessor thingy so we can build
David Reid
2001-12-13
1
-8
/
+4
*
The first pass at adding conditionals for BeOS. These are heavily based
David Reid
2001-12-11
1
-7
/
+119
*
Add the actual code for most of the new lock methods. Just the conditional
David Reid
2001-10-28
3
-21
/
+300
*
Implement portable accessors for proc mutex. These are equivalent to
Aaron Bannert
2001-10-19
1
-0
/
+27
*
Added a new parameter to apr_thread_mutex_init(). Mutexes are now by
Aaron Bannert
2001-10-17
1
-0
/
+1
*
Adds apr_thread_cond_timedwait() interface to new lock API.
Aaron Bannert
2001-10-12
1
-0
/
+6
*
Implement pool accessors for thread_condition variables.
Ryan Bloom
2001-09-29
1
-0
/
+3
*
Implement pool accessor for rwlocks.
Ryan Bloom
2001-09-29
1
-0
/
+2
*
Implement pool accessor functions for proc mutex's
Ryan Bloom
2001-09-29
1
-0
/
+2
*
Add pool accessors to the apr_thread_mutex_t datatype.
Ryan Bloom
2001-09-26
1
-0
/
+2
*
New process locking API for APR.
Ryan Bloom
2001-09-19
2
-1
/
+106
*
Add condition variables to the APR set of locking functions.
Ryan Bloom
2001-09-13
2
-1
/
+92
*
Add the new thread read/write API to APR. This doesn't change any
Ryan Bloom
2001-09-08
2
-1
/
+100
[next]