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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replaced APR_USEC_PER_SEC division with the new apr_time_sec() macro
Brian Pane
2002-06-30
2
-3
/
+5
*
Added 2 additional lock functions: apr_proc_mutex_name and
Jim Jagielski
2002-06-07
5
-5
/
+67
*
Split APR_THREAD_MUTEX_DEFAULT with a new APR_THREAD_MUTEX_UNNESTED
William A. Rowe Jr
2002-05-29
5
-13
/
+85
*
Fix a problem with global mutexes on OS/390 when something other
Jeff Trawick
2002-05-09
1
-4
/
+4
*
APR_PROC_MUTEX_IS_GLOBAL is the condition where apr_global_mutex_t
Jeff Trawick
2002-05-08
1
-2
/
+0
*
get global_mutex.c to compile when APR_PROCESS_LOCK_IS_GLOBAL
Jeff Trawick
2002-05-06
1
-0
/
+2
*
Add apr_os_get function for global_mutexes.
Ryan Bloom
2002-05-02
1
-0
/
+12
*
Optimization: rearranged the mutex lock/unlock code to
Brian Pane
2002-04-28
1
-10
/
+8
*
Add .deps to cvsignore since APR may now generate .deps files.
Justin Erenkrantz
2002-04-22
3
-0
/
+3
*
Allow VPATH builds to properly generate build dependencies. This requires
Justin Erenkrantz
2002-04-22
3
-0
/
+6
*
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
2
-2
/
+2
*
** DEPRECATE old lock API: apr_lock.h **
Aaron Bannert
2002-04-09
9
-2753
/
+2
*
Be a bit more clear about the FIXME statement and the exact
Jim Jagielski
2002-04-05
2
-6
/
+14
*
Support for Posix semaphores for locking has been added. This uses
Jim Jagielski
2002-04-04
3
-6
/
+269
*
Get flock-based mutexes to work in apps like Apache. Use the
Jeff Trawick
2002-04-01
1
-4
/
+6
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
29
-29
/
+29
*
Fix a segfault in apr_thread_rwlock_destroy() on Win32. The pool
Jeff Trawick
2002-03-12
1
-0
/
+1
*
We actually need to bubble up errno for this... can't assume that it
Jim Jagielski
2002-03-08
1
-2
/
+5
*
These are redundant redundancies. We already wrap the whole file
Jim Jagielski
2002-03-06
1
-12
/
+0
*
Win32: Fix apr_proc_mutex_lock/trylock. Getting WAIT_ABANDONED is
Bill Stoddard
2002-02-28
1
-8
/
+2
*
Unnamed cross proc locks are quite legal on win32, thank you.
William A. Rowe Jr
2002-02-27
1
-4
/
+6
*
OS/2: Use APR_PROC_MUTEX_IS_GLOBAL to provide global mutex as an alias for
Brian Havard
2002-02-23
2
-97
/
+1
*
Removed global_mutex.c since global mutexes on NetWare have been
Bradley Nicholes
2002-02-22
1
-119
/
+0
*
No actual global_mutex implementation on Win32, it's simply a proc_lock.
William A. Rowe Jr
2002-02-22
1
-102
/
+0
*
Implementation of the global mutex APIs
Bradley Nicholes
2002-02-20
1
-6
/
+30
*
Implement apr_global_mutex_foo() on Windows. This is basically identical
Bill Stoddard
2002-02-19
1
-7
/
+14
*
get rid of a stray ';' after APR_IMPLEMENT_POOL_ACCESSOR()
Jeff Trawick
2002-02-18
5
-5
/
+5
*
Make apr_global_mutex_t work on systems w/o APR_HAS_THREADS.
Aaron Bannert
2002-02-18
1
-2
/
+10
*
Change the name of the 'stat' variable so we don't shadow the libc symbol.
Aaron Bannert
2002-02-18
1
-33
/
+33
*
Add a new lock API: apr_global_mutex_t
Aaron Bannert
2002-02-18
8
-3
/
+564
*
We don't look for palloc to fail
William A. Rowe Jr
2002-02-16
1
-3
/
+0
*
OS/2: Implement apr_proc_mutex*()
Brian Havard
2002-02-11
1
-8
/
+152
*
Piggy-backed the proc_mutexes on the thread_mutexes since all resources
Bradley Nicholes
2002-02-08
1
-10
/
+33
*
Removed a workaround for a bug that has been fixed
Bradley Nicholes
2002-02-08
1
-4
/
+1
*
Directly included the NKS/errno.h header
Bradley Nicholes
2002-02-08
1
-0
/
+2
*
Win32 mod_rewrite was broken by the implicit assumption that fname would
William A. Rowe Jr
2002-02-01
1
-6
/
+29
*
Add Brian Pane's 10% performance improvement logic to trylock() also.
Aaron Bannert
2002-01-11
1
-13
/
+21
*
Improve performance about 10% by optimizing the code path
William A. Rowe Jr
2002-01-11
1
-24
/
+38
*
Cleanup work on the proc stubs that are unused in NetWare
Bradley Nicholes
2002-01-08
1
-12
/
+2
*
more apr_file_mktemp brokeness that I missed.
Ryan Bloom
2002-01-08
1
-2
/
+2
*
Fix another couple of bugs I introduced with the flags parameter to
Ryan Bloom
2002-01-08
1
-2
/
+2
*
Add the ability to pass flags to both apr_file_open and apr_mktemp.
Ryan Bloom
2002-01-08
2
-2
/
+2
*
Fix thread_mutex trylock for Win9x (returns APR_ENOTIMPL) and
William A. Rowe Jr
2002-01-08
2
-14
/
+101
*
roll the extra apr_lock_create_np() functionality into apr_lock_create()
Jeff Trawick
2001-12-29
10
-72
/
+39
*
Leave apr_os_proc_mutex_*() as unimplemented for now as the type of the native
Brian Havard
2001-12-29
1
-12
/
+2
*
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
*
Added a check to make sure we aren't trying to unlock and lock we don't have
Bradley Nicholes
2001-12-19
1
-1
/
+4
*
We should really be setting the owner of the mutex when we have a
David Reid
2001-12-18
1
-10
/
+7
[next]