summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix the reporting for child processes that die. This removesrbb2001-10-233-13/+13
* Added a new parameter to apr_thread_mutex_init(). Mutexes are now byaaron2001-10-172-7/+62
* Let's just make these consistent. All have declared prototypes now, andaaron2001-10-121-7/+9
* clean up some gcc warningstrawick2001-10-122-3/+4
* New test for apr_thread_cond_timedwait().aaron2001-10-121-0/+77
* Remove SMS and all references.striker2001-09-282-92/+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
* Ignore the new test program.rbb2001-09-241-0/+1
* Cleanup some warnings.rbb2001-09-241-4/+4
* Add an extra parameter to all apr_proc_wait() calls for the new "exitcode"gstein2001-09-202-9/+10
* Add a test for the new process mutex, and a CHANGES entry about therbb2001-09-192-1/+198
* That fourth test is the rwlock test not the mutex test.jerenkrantz2001-09-161-2/+2
* don't need this header anymore at all, it was just a leftoverjwoolley2001-09-161-3/+0
* Protect including a header file that doesn't exist on Windowsrbb2001-09-151-0/+2
* I accidentally commented out this function in my last commit.rbb2001-09-151-3/+2
* This allows us to generate a valid Makefile on Visual C++ 7.0.rbb2001-09-152-3/+3
* Add condition variables to the APR set of locking functions.rbb2001-09-131-2/+143
* Add the new thread_mutex API to the Windows build. This works onrbb2001-09-101-0/+4
* Update the testlock program, to use the new locking API as well as therbb2001-09-101-0/+163
* This test attempts to asses the performance characterists of various mutexianh2001-09-103-0/+414
* Fix the apr_proc_create for win32. In order to do so, this patchwrowe2001-09-091-1/+1
* Quiet a warning on Unix.rbb2001-09-021-1/+1
* After fighting the test build system on Windows for a while, thisrbb2001-09-011-0/+32
* On platforms where neither HAVE_GMTOFF nor HAVE___OFFSET is defined,jerenkrantz2001-08-311-0/+2
* allow the name of a lock file to be specified on the command linetrawick2001-08-301-5/+28
* add another testcase which tests the interaction between read,trawick2001-08-291-0/+88
* tweak a message to mention an APR error value instead of an errno valuetrawick2001-08-281-1/+1
* Added an #ifdef for NetWare to rename to loadable module to MOD_TEST.NLM.bnicholes2001-08-281-0/+4
* get apr_file_ungetc() for unix working well enough with bufferedtrawick2001-08-241-16/+8
* Always close what we open.bjh2001-08-231-0/+1
* Use uniform wrapping for unistd.h, and don't include it if it's aready includ...martin2001-08-223-3/+3
* add testdir, testhash; remove abtrawick2001-08-151-1/+2
* Move the necessary shared memory code from MM into APR and remove ourjerenkrantz2001-08-132-74/+38
* fix the type of the length parameter to apr_hash_this()trawick2001-08-071-3/+3
* fix the APR_TEST_* macros to retrieve the proper APR error stringtrawick2001-08-071-1/+1
* add some simple diagnostics for apr_send() failurestrawick2001-08-071-2/+3
* gotta close the dir before it can be removed (at least on Win32);trawick2001-08-061-0/+3
* Added the .def file used to build the NetWare test NLMsbnicholes2001-08-061-0/+3
* access the memset() declarationtrawick2001-08-061-0/+2
* add optional -f parameter to set filename; this is a workaround fortrawick2001-08-041-5/+13
* use exit status 0 for success in testdir, testoc, and testproctrawick2001-08-024-6/+10
* rename the temporary scratch directory from testdir to tmpdirtrawick2001-08-021-6/+6
* server isn't really dependent upon sendfile.lotrawick2001-08-021-1/+1
* don't hang forever on systems which don't report readability ontrawick2001-08-021-2/+2
* fix the exit status of testthread so it is easier to use in antrawick2001-08-021-1/+2
* Context man, give me contextwrowe2001-08-021-10/+10
* change some of the test programs to use exit status 0 fortrawick2001-08-0110-10/+10
* get rid of vestigial !APR_HAS_THREADS logictrawick2001-08-011-4/+9
* printf() * variable (as in "%.*s") must be inttrawick2001-07-301-1/+1