summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused pool variables from the testthread code.rbb2001-07-271-4/+0
* Fix a typo in aprtest.hrbb2001-07-271-1/+1
* Improve ourselveswrowe2001-07-274-10/+15
* Hmmm... parent-child status messages need to be interwoven. This aughtwrowe2001-07-272-2/+8
* How is this for short and sweet. Drop in #include "aprtest.h" for thesewrowe2001-07-272-126/+138
* Another new sourcewrowe2001-07-271-0/+4
* Fixes and goodnesswrowe2001-07-272-28/+41
* More foonesswrowe2001-07-271-4/+4
* Update the test suite to reflect the new thread worker's arguments.wrowe2001-07-241-9/+27
* Fix compilation error when on non-IPv6 platformsjerenkrantz2001-07-231-0/+4
* Couple of pieces of tidying up...dreid2001-07-222-1/+3
* add a simple test driver for some of the APR userid-basedtrawick2001-07-203-1/+133
* Add apr_hash_overlay function in the spirit of apr_table_overlay.jerenkrantz2001-07-192-6/+303
* Back out the inherit flag from apr_socket_create/apr_os_socket_put.wrowe2001-07-186-11/+11
* Added an inherit flag to apr_socket_create and other socket creationrbb2001-07-166-11/+11
* s/apr_sms_identity/apr_sms_get_identity/striker2001-07-111-4/+4
* apr_connect() on Unix:trawick2001-07-101-10/+10
* Whoops, meant to add testsockets as well.dreid2001-07-071-0/+1
* Update cvsignore for testud and add .core. Don't know about others, butdreid2001-07-071-1/+2
* Few changes, mainly to add more support for sms :)dreid2001-07-072-24/+32
* Add a simple test that creates a number of sockets of different typesdreid2001-07-072-0/+155
* This basically addsdreid2001-07-071-2/+20
* Get apr_sms_trivial into APR and add the appropriate things to testmem.jerenkrantz2001-07-011-2/+10
* Get this compiling again. Seems like the right choice.jerenkrantz2001-07-011-1/+1
* Added another test for apr_explode_gmt/apr_implode_gmt combinations.brane2001-06-301-0/+15
* Added new function apr_implode_gmt, which works like apr_implode_time, exceptbrane2001-06-301-0/+15
* Update the time code to make it clearer what's going on and todreid2001-06-291-104/+44
* Make testdir more portablebjh2001-06-281-3/+5
* Add a standard test macro for testing a function's return value using anbjh2001-06-281-0/+14
* Added explode/implode test for local time, and use APR'sbrane2001-06-281-8/+30
* what libapr? tests link to the static libwrowe2001-06-271-3/+0
* get rid of an unused local variabletrawick2001-06-261-1/+0