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
/
netware
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing whitespaces in *.c.
ivan
2022-11-20
4
-19
/
+19
*
Revert 1839699, this contained unintended, additional noise. Re-correcting.
wrowe
2018-08-30
1
-1
/
+1
*
Revert 1839627, this macro does not result in a usable CC_FOR_BUILD
wrowe
2018-08-30
1
-1
/
+1
*
locks: thread: timedlock: better handling of spurious wakeups that may be
ylavic
2017-05-07
1
-10
/
+12
*
apr_{thread,proc,global}_timedlock() with negative timeout is now equivalent
ylavic
2017-04-07
1
-8
/
+2
*
locks: follow up to r1790488.
ylavic
2017-04-07
2
-2
/
+2
*
locks: follow up to r1667900.
ylavic
2017-04-07
2
-18
/
+13
*
locks/netware: follow up to r1667962 and r1667900: fix typos (compile errors).
ylavic
2016-09-17
3
-4
/
+4
*
apr_os_proc_mutex_put_ex: Allow to specify whether the OS native
ylavic
2016-04-13
1
-1
/
+8
*
proc_mutex-netware: follow up to r1733775.
ylavic
2016-03-06
1
-14
/
+2
*
apr_proc/global_mutex: Fix API regarding the native OS mutexes
ylavic
2016-03-06
1
-8
/
+60
*
Follow up to r1667900: handle negative (infinite) timeout in mutex/cond timed...
ylavic
2015-03-20
2
-13
/
+29
*
locks: introduce apr_{thread,proc,global}_mutex_timedlock().
ylavic
2015-03-19
2
-10
/
+120
*
Axed C++ comments and tabs.
fuankg
2011-02-26
1
-4
/
+4
*
Add object perms set macros and implement them for shm and mutex
mturk
2009-02-07
1
-0
/
+2
*
Fix the typo.
jorton
2006-08-03
4
-4
/
+4
*
Update license header.
jorton
2006-08-03
4
-24
/
+24
*
Update copyright year to 2005 and standardize on current copyright owner line.
jerenkrantz
2005-02-04
4
-4
/
+8
*
Fixing various compiler errors when compiling against the latest version of L...
bnicholes
2004-11-27
1
-1
/
+1
*
Relicense APR under Apache License, Version 2.0
jerenkrantz
2004-02-13
4
-196
/
+40
*
Add proc_mutex_lockfile() for retrieving the name of the file
trawick
2003-06-07
1
-0
/
+5
*
Namespace protection for include/arch/ header files
thommay
2003-01-06
4
-6
/
+6
*
Update copyright notices to 2003.
thommay
2003-01-01
4
-4
/
+4
*
Implemention of apr_proc_mutex_cleanup() for NetWare
bnicholes
2002-11-22
1
-0
/
+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
-1
/
+5
*
** DEPRECATE old lock API: apr_lock.h **
aaron
2002-04-09
1
-317
/
+0
*
Update our copyright for this year.
fielding
2002-03-13
5
-5
/
+5
*
Removed global_mutex.c since global mutexes on NetWare have been
bnicholes
2002-02-22
1
-119
/
+0
*
Implementation of the global mutex APIs
bnicholes
2002-02-20
1
-6
/
+30
*
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
*
Piggy-backed the proc_mutexes on the thread_mutexes since all resources
bnicholes
2002-02-08
1
-10
/
+33
*
Removed a workaround for a bug that has been fixed
bnicholes
2002-02-08
1
-4
/
+1
*
Directly included the NKS/errno.h header
bnicholes
2002-02-08
1
-0
/
+2
*
Cleanup work on the proc stubs that are unused in NetWare
bnicholes
2002-01-08
1
-12
/
+2
*
roll the extra apr_lock_create_np() functionality into apr_lock_create()
trawick
2001-12-29
2
-9
/
+6
*
Added a check to make sure we aren't trying to unlock and lock we don't have
bnicholes
2001-12-19
1
-1
/
+4
*
Implemented apr_cond_timedwait
bnicholes
2001-11-02
1
-1
/
+5
*
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
/
+2
*
Adds apr_thread_cond_timedwait() interface to new lock API.
aaron
2001-10-12
1
-0
/
+6
*
Implementation of the new locking routines
bnicholes
2001-10-04
3
-18
/
+124
*
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
/
+2
*
New process locking API for APR.
rbb
2001-09-19
1
-0
/
+103
*
Add condition variables to the APR set of locking functions.
rbb
2001-09-13
1
-0
/
+88
*
Add the new thread read/write API to APR. This doesn't change any
rbb
2001-09-08
1
-0
/
+97
[next]