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
/
test
/
testlock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* test/testlock.c: Revert 502048, accidentally snuck in with
jorton
2007-03-01
1
-4
/
+4
*
Implement a BASEDIR build environment variable to allow the NetWare build to ...
bnicholes
2007-01-31
1
-4
/
+4
*
Fix the typo.
jorton
2006-08-03
1
-1
/
+1
*
Update license header.
jorton
2006-08-03
1
-6
/
+6
*
Fix an assert that occurs when you destroy a rwlock on win32 and later clear
rooneg
2006-01-22
1
-0
/
+2
*
Update copyright year to 2005 and standardize on current copyright owner line.
jerenkrantz
2005-02-04
1
-1
/
+2
*
The failure to delete the conditional lock ws causing a hang on BeOS, so
dreid
2004-06-30
1
-0
/
+2
*
Presently if we fail in apr_assert_success we get the line number for
dreid
2004-06-07
1
-9
/
+9
*
* test/testlock.c (test_thread_rwlock): Catch ENOTIMPL.
jorton
2004-05-25
1
-0
/
+4
*
Add the line number to the verbose output from abts. This also removes
rbb
2004-05-14
1
-26
/
+26
*
Move the APR test suite from CuTest to abts. The output is cleaner,
rbb
2004-05-13
1
-39
/
+39
*
Relicense APR under Apache License, Version 2.0
jerenkrantz
2004-02-13
1
-49
/
+10
*
* include/apr_thread_cond.h: Note when destroying a condvar gives
jorton
2003-12-29
1
-7
/
+12
*
Update copyright notices to 2003.
thommay
2003-01-01
1
-1
/
+1
*
Move CuAssertSuccess to apr_assert_success, and remove it from the
rbb
2002-12-06
1
-5
/
+5
*
Use CuAssertSuccess for some rv==APR_SUCCESS checks which are currently
jorton
2002-12-06
1
-5
/
+5
*
Migrate testlock to the new test suite.
rbb
2002-12-03
1
-250
/
+97
*
use new time conversion macros in place of APR_USEC_PER_SEC
brianp
2002-07-05
1
-1
/
+1
*
allow the testlock program to continue on systems where read/write locks
trawick
2002-04-11
1
-3
/
+9
*
Remove all uses of the apr_lock.h API from the tests.
aaron
2002-04-09
1
-216
/
+0
*
Update our copyright for this year.
fielding
2002-03-13
1
-1
/
+1
*
roll the extra apr_lock_create_np() functionality into apr_lock_create()
trawick
2001-12-29
1
-4
/
+4
*
while on some platforms you can get away with the bug of
trawick
2001-12-02
1
-1
/
+3
*
Added a new parameter to apr_thread_mutex_init(). Mutexes are now by
aaron
2001-10-17
1
-4
/
+4
*
Let's just make these consistent. All have declared prototypes now, and
aaron
2001-10-12
1
-7
/
+9
*
clean up some gcc warnings
trawick
2001-10-12
1
-1
/
+1
*
New test for apr_thread_cond_timedwait().
aaron
2001-10-12
1
-0
/
+77
*
I accidentally commented out this function in my last commit.
rbb
2001-09-15
1
-3
/
+2
*
This allows us to generate a valid Makefile on Visual C++ 7.0.
rbb
2001-09-15
1
-2
/
+2
*
Add condition variables to the APR set of locking functions.
rbb
2001-09-13
1
-2
/
+143
*
Update the testlock program, to use the new locking API as well as the
rbb
2001-09-10
1
-0
/
+163
*
allow the name of a lock file to be specified on the command line
trawick
2001-08-30
1
-5
/
+28
*
change some of the test programs to use exit status 0 for
trawick
2001-08-01
1
-1
/
+1
*
More fooness
wrowe
2001-07-27
1
-4
/
+4
*
Bring testlock in line with the rest of the test apps and change the order
dreid
2001-06-06
1
-49
/
+63
*
This adds a test to testlock for locking the same lock from the same
dreid
2001-06-06
1
-18
/
+68
*
Implement read write locks. This commit will support POSIX pthread
jerenkrantz
2001-05-31
1
-0
/
+250