summaryrefslogtreecommitdiff
path: root/test/testprocmutex.c
Commit message (Expand)AuthorAgeFilesLines
* Revert 1733684 (r930508, r1667900, r1667901, r1667903, r1667962, r1669077, r1...William A. Rowe Jr2017-05-241-83/+36
* Revert 1790047 (r1790045 from trunk), wasWilliam A. Rowe Jr2017-05-241-4/+6
* Revert 1790474 (r1790296, r1790302, r1790303, r1790304, r1790330, r1790331, r...William A. Rowe Jr2017-05-231-27/+0
* Revert 1790490 (r1790488 from trunk), was;William A. Rowe Jr2017-05-231-3/+3
* Revert r1791932William A. Rowe Jr2017-05-231-2/+0
* Make timedlocks a configuration option.Nick Kew2017-04-191-0/+2
* Merge r1790488 from trunk:Yann Ylavic2017-04-071-3/+3
* Merge r1790296, r1790302, r1790303, r1790304, r1790330, r1790331, r1790436, r...Yann Ylavic2017-04-061-0/+27
* Merge r1790045 from trunk:Yann Ylavic2017-04-031-6/+4
* merge r1671386 from trunkGregg Lewis Smith2016-11-171-5/+15
* revert r1770128Gregg Lewis Smith2016-11-171-5/+5
* We may not have fork but we still need lockmech_tGregg Lewis Smith2016-11-171-5/+5
* Merge r930508, r1667900, r1667901, r1667903, r1667962, r1669077, r1671292, r1...Yann Ylavic2016-03-051-36/+83
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* The unnecessary inclusion of errno.h causes these test programs to fail to co...Paul Querna2006-06-211-1/+0
* * test/testprocmutex.c (make_child): Take trylock parameter.Joe Orton2006-04-261-4/+40
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Destroy the shared memory once the test finishes.David Reid2004-06-291-1/+6
* * test/testprocmutex.c (test_exclusive): Take lock type parameter.Joe Orton2004-06-141-5/+28
* Presently if we fail in apr_assert_success we get the line number forDavid Reid2004-06-071-2/+2
* Add the line number to the verbose output from abts. This also removesRyan Bloom2004-05-141-4/+4
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-12/+12
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* - more cleanups, add more error checkingJoe Orton2003-07-031-18/+38
* Pass NULL to apr_proc_mutex_create rather than the invented filenameJoe Orton2003-07-021-2/+1
* Fix typo.Joe Orton2003-07-021-1/+1
* CuTest-ify and clean up the testprocmutex test:Joe Orton2003-07-021-89/+53
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Call apr_initialize at startup of the child processes. You cannot haveRyan Bloom2002-11-201-0/+10
* Remove all uses of the apr_lock.h API from the tests.Aaron Bannert2002-04-091-1/+0
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Bring this up to date with the new shared memory API. This shouldAaron Bannert2002-02-011-2/+2
* get rid of the apr_shmem.h include file -- it messes up dependencies.Greg Stein2002-02-011-2/+2
* roll the extra apr_lock_create_np() functionality into apr_lock_create()Jeff Trawick2001-12-291-1/+1
* Fix the reporting for child processes that die. This removesRyan Bloom2001-10-231-4/+4
* Default the lock to NULL, so that we can test the soon-to-be-committedRyan Bloom2001-09-241-2/+2
* Clean up a warning.Ryan Bloom2001-09-241-1/+1
* Cleanup some warnings.Ryan Bloom2001-09-241-4/+4
* Add a test for the new process mutex, and a CHANGES entry about theRyan Bloom2001-09-191-0/+193