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
...
*
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
*
Fix locks for win32 terminal services, submitted by Mladen Turk
wrowe
2001-11-27
1
-2
/
+16
*
This one is serious - Win9x won't work till it's addressed.
wrowe
2001-11-27
1
-0
/
+1
*
Implemented apr_cond_timedwait
bnicholes
2001-11-02
1
-1
/
+5
*
Add the actual code for most of the new lock methods. Just the conditional
dreid
2001-10-28
3
-21
/
+300
*
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
5
-0
/
+137
*
Remove FIXME comment. Yes, OS/2 native locks support nesting.
bjh
2001-10-17
1
-1
/
+0
*
Added a new parameter to apr_thread_mutex_init(). Mutexes are now by
aaron
2001-10-17
5
-18
/
+40
*
Adds apr_thread_cond_timedwait() interface to new lock API.
aaron
2001-10-12
5
-0
/
+49
*
Remove a stray function stub
jwoolley
2001-10-08
1
-5
/
+0
*
Implementation of the new locking routines
bnicholes
2001-10-04
3
-18
/
+124
*
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
5
-0
/
+13
*
Implement pool accessor for rwlocks.
rbb
2001-09-29
5
-0
/
+11
*
Implement pool accessor functions for proc mutex's
rbb
2001-09-29
5
-0
/
+10
*
Add pool accessors to the apr_thread_mutex_t datatype.
rbb
2001-09-26
5
-0
/
+12
[prev]
[next]