summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/testdbm.c (generate_tables): Fix off-by-one.jorton2009-03-251-4/+4
* * Make dbd driver tests from APR-UTIL run again by importing dbd.c plusrpluem2009-03-252-6/+431
* * test/abts_tests.h: Link in the apr-util test suites.jorton2009-03-251-1/+19
* * test/Makefile.in (testall): Fix per apr-util to force linking againstjorton2009-03-251-1/+1
* * test/: Merge test suite from apr-util. Substitute jorton2009-03-2520-9/+4382
* Enable unix domain (AF_UNIX) sockets if supported by the OSmturk2009-02-192-7/+20
* fix spelling in a commenttrawick2009-01-311-1/+1
* As I had gone ahead and built this table as part of another exercise,wrowe2008-11-211-1/+46
* "make testall" does not build the support programs (readchild, mod_test.la, ...)gregames2008-10-031-1/+1
* Test for telnet service instead of http (Solaris 8 doesn't have http).bojan2008-08-111-3/+3
* Moved new apr_file_link() function to open.c for all platformstdonovan2008-07-252-20/+19
* Add apr_file_link() function.bojan2008-07-251-0/+20
* * Increase the size of the mapped block from 16k to 64k since the default pagerpluem2008-06-181-2/+2
* Use correct format for apr_time_t.bojan2008-06-171-2/+3
* Add test for apr_getservbyname().bojan2008-06-021-0/+21
* Correct license statements to the ASF labeling policy. Note major partswrowe2008-05-282-13/+12
* Revert unintentional r658631 change to Makefile.inwrowe2008-05-211-2/+0
* Add APR_DSOPATH for walking library path locationswrowe2008-05-211-0/+2
* Revert r47540mturk2008-04-131-17/+0
* Introduce apr_pollset_wakeup()mturk2008-04-131-0/+17
* win32 find.exe != bsd/gnu find, and we want the native flavor.wrowe2007-12-261-1/+2
* fix some obvious reversals of expected and actual values in invocations trawick2007-11-1810-48/+48
* check that the library function succeeded, not thattrawick2007-11-181-2/+2
* Learn the appropriate csize Allocation magic applicablewrowe2007-11-081-3/+2
* No use for rv now.wrowe2007-11-061-1/+0
* On some (bogus) platforms we can only discover csize-by-name.wrowe2007-11-061-0/+2
* More effectively explain apr_shm_remove, and the hints thatwrowe2007-11-061-10/+19
* After reviewing the code, back out the previous two commitswrowe2007-11-061-5/+12
* The test for remove should actually be verifying thatwrowe2007-11-061-7/+3
* Axe another poor illustration, apr_shm_destroy preceeds apr_shm_removewrowe2007-11-061-6/+3
* Leftover cut-n-paste junk noted by Lucian Adrian Grijincu <lucian.grijincu gm...wrowe2007-11-061-1/+1
* It is entirely pointless to have nonportable behaviors as exampleswrowe2007-11-061-12/+1
* Broken on EBCDIC platforms at a minimum, perhaps others.wrowe2007-11-011-51/+67
* Address the make flavor discrepancies that Joe Orton pointed out.wrowe2007-10-311-33/+52
* * test/testlfs.c (test_open): Fix style issues introduced injorton2007-10-301-8/+4
* Lots of testing on this first draft is needed. Committing to make it easierwrowe2007-10-301-55/+82
* avoid passing function ptr in void *trawick2007-10-291-4/+16
* fix implicit return type for closeConnection()trawick2007-10-291-1/+1
* Explanations would be goodwrowe2007-10-262-0/+18
* Drop redundant referencewrowe2007-10-261-1/+1
* Finish reverting to the old manner of building mod_test.lawrowe2007-10-261-1/+1
* Back out this change, let libmod_test carry all linkage dependencies andwrowe2007-10-251-5/+3
* Avoid a truncation emit, keep the math size_t big.wrowe2007-10-191-1/+1
* Clean up the last overflow lines, and toss in some dependencieswrowe2007-10-191-1/+8
* Push check: to the end where it's easy to find, and roughly matcheswrowe2007-10-191-16/+16
* In my recent commit (586209) I demonstrated that we were much too wordywrowe2007-10-191-17/+17
* ./testall and ./data/, like peanut butter and jelly. Am I right or what?wrowe2007-10-191-0/+3
* Reordering; group into logical (what a concept) groups of tests,wrowe2007-10-191-37/+41
* Reordering, put TESTS front and centerwrowe2007-10-191-12/+14
* Missed the pre-aprapp bindings for test gui-buildswrowe2007-10-181-5/+35