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
*
Fix a problem with global mutexes on OS/390 when something other
trawick
2002-05-09
1
-4
/
+4
*
APR_PROC_MUTEX_IS_GLOBAL is the condition where apr_global_mutex_t
trawick
2002-05-08
1
-2
/
+0
*
get global_mutex.c to compile when APR_PROCESS_LOCK_IS_GLOBAL
trawick
2002-05-06
1
-0
/
+2
*
Add apr_os_get function for global_mutexes.
rbb
2002-05-02
1
-0
/
+12
*
Optimization: rearranged the mutex lock/unlock code to
brianp
2002-04-28
1
-10
/
+8
*
Add .deps to cvsignore since APR may now generate .deps files.
jerenkrantz
2002-04-22
3
-0
/
+3
*
Allow VPATH builds to properly generate build dependencies. This requires
jerenkrantz
2002-04-22
3
-0
/
+6
*
We don't need seperate global_mutex's.
dreid
2002-04-13
2
-97
/
+1
*
Don't build locks.lo anymore.
aaron
2002-04-09
2
-2
/
+2
*
** DEPRECATE old lock API: apr_lock.h **
aaron
2002-04-09
9
-2753
/
+2
*
Be a bit more clear about the FIXME statement and the exact
jim
2002-04-05
2
-6
/
+14
*
Support for Posix semaphores for locking has been added. This uses
jim
2002-04-04
3
-6
/
+269
*
Get flock-based mutexes to work in apps like Apache. Use the
trawick
2002-04-01
1
-4
/
+6
*
Update our copyright for this year.
fielding
2002-03-13
29
-29
/
+29
*
Fix a segfault in apr_thread_rwlock_destroy() on Win32. The pool
trawick
2002-03-12
1
-0
/
+1
*
We actually need to bubble up errno for this... can't assume that it
jim
2002-03-08
1
-2
/
+5
*
These are redundant redundancies. We already wrap the whole file
jim
2002-03-06
1
-12
/
+0
*
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
*
OS/2: Use APR_PROC_MUTEX_IS_GLOBAL to provide global mutex as an alias for
bjh
2002-02-23
2
-97
/
+1
*
Removed global_mutex.c since global mutexes on NetWare have been
bnicholes
2002-02-22
1
-119
/
+0
*
No actual global_mutex implementation on Win32, it's simply a proc_lock.
wrowe
2002-02-22
1
-102
/
+0
*
Implementation of the global mutex APIs
bnicholes
2002-02-20
1
-6
/
+30
*
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
5
-5
/
+5
*
Make apr_global_mutex_t work on systems w/o APR_HAS_THREADS.
aaron
2002-02-18
1
-2
/
+10
*
Change the name of the 'stat' variable so we don't shadow the libc symbol.
aaron
2002-02-18
1
-33
/
+33
*
Add a new lock API: apr_global_mutex_t
aaron
2002-02-18
8
-3
/
+564
*
We don't look for palloc to fail
wrowe
2002-02-16
1
-3
/
+0
*
OS/2: Implement apr_proc_mutex*()
bjh
2002-02-11
1
-8
/
+152
*
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
*
Win32 mod_rewrite was broken by the implicit assumption that fname would
wrowe
2002-02-01
1
-6
/
+29
*
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
*
Cleanup work on the proc stubs that are unused in NetWare
bnicholes
2002-01-08
1
-12
/
+2
*
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
*
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
10
-72
/
+39
*
Leave apr_os_proc_mutex_*() as unimplemented for now as the type of the native
bjh
2001-12-29
1
-12
/
+2
*
Change the conditional code for BeOS,
dreid
2001-12-23
1
-45
/
+62
*
This small fix allows us to get code that needs this function working
dreid
2001-12-23
1
-1
/
+1
*
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
*
We should really be setting the owner of the mutex when we have a
dreid
2001-12-18
1
-10
/
+7
*
Remove an uneeded function and add the accessor thingy so we can build
dreid
2001-12-13
1
-8
/
+4
*
The first pass at adding conditionals for BeOS. These are heavily based
dreid
2001-12-11
1
-7
/
+119
*
Fix compile error introduced by the previous commit to this file.
stoddard
2001-11-27
1
-0
/
+1
[next]