summaryrefslogtreecommitdiff
path: root/test/testprocmutex.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-141-1/+2
* Destroy the shared memory once the test finishes.dreid2004-06-291-1/+6
* * test/testprocmutex.c (test_exclusive): Take lock type parameter.jorton2004-06-141-5/+28
* Presently if we fail in apr_assert_success we get the line number fordreid2004-06-071-2/+2
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-4/+4
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-12/+12
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* - more cleanups, add more error checkingjorton2003-07-031-18/+38
* Pass NULL to apr_proc_mutex_create rather than the invented filenamejorton2003-07-021-2/+1
* Fix typo.jorton2003-07-021-1/+1
* CuTest-ify and clean up the testprocmutex test:jorton2003-07-021-89/+53
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Call apr_initialize at startup of the child processes. You cannot haverbb2002-11-201-0/+10
* Remove all uses of the apr_lock.h API from the tests.aaron2002-04-091-1/+0
* Update our copyright for this year.fielding2002-03-131-1/+1
* Bring this up to date with the new shared memory API. This shouldaaron2002-02-011-2/+2
* get rid of the apr_shmem.h include file -- it messes up dependencies.gstein2002-02-011-2/+2
* roll the extra apr_lock_create_np() functionality into apr_lock_create()trawick2001-12-291-1/+1
* Fix the reporting for child processes that die. This removesrbb2001-10-231-4/+4
* Default the lock to NULL, so that we can test the soon-to-be-committedrbb2001-09-241-2/+2
* Clean up a warning.rbb2001-09-241-1/+1
* Cleanup some warnings.rbb2001-09-241-4/+4
* Add a test for the new process mutex, and a CHANGES entry about therbb2001-09-191-0/+193