summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Added more detailed checking of the apr_pollset_poll resultsbrianp2002-08-061-3/+18
* One more update to the pollset API before we start using itbrianp2002-08-041-1/+1
* On systems without poll, limit apr_pollset's capacity tobrianp2002-08-031-1/+1
* Test apr_poll() with larger numbers of descriptorsbrianp2002-08-021-1/+20
* More test cases and error diagnosticsbrianp2002-08-021-13/+26
* UuidCreate demanded yet another .libwrowe2002-08-021-1/+1
* Added select-based pollset implementation for systems without pollbrianp2002-08-011-1/+1
* Added general-purpose pollset API to handle arbitrarily largebrianp2002-08-011-4/+61
* Renamed some variables and replaced integer constants withbrianp2002-08-011-23/+26
* Added an apr_table_overlap() testbrianp2002-07-271-1/+30
* Terminate APR properlybnicholes2002-07-191-0/+2
* Quick includes fixup [and brand an unbranded test]wrowe2002-07-171-2/+56
* Move UUID. Not the simplest thing in the world. Note that almostwrowe2002-07-172-100/+0
* Move the win32-only utf8 support [for the Unicode filesystem] out ofwrowe2002-07-171-1/+1
* Forgot to haul the test on across librarieswrowe2002-07-172-184/+0
* APR occurances to update for socket_opt_get/set and socket_timeout_get/setwrowe2002-07-154-21/+20
* Fix units bug in apr_interval_time_t parameter.aaron2002-07-151-5/+5
* BeOS uses port 7772 for apache 2, so if you ran these tests on a systemdreid2002-07-121-1/+1
* Proof that (UNNESTED) was a bad default on Win32;wrowe2002-07-111-2/+2
* Reimplement apr_poll() on Unix. This improves performance by giving therbb2002-07-114-9/+13
* Continue the Bill Rowe apr_size_t crusade.orlikowski2002-07-101-1/+1
* get the declaration for atexit()trawick2002-07-081-0/+1
* added test cases for apr_table_unset()brianp2002-07-051-0/+22
* added table test programbrianp2002-07-052-2/+123
* Added apr_initialize() to uuid test programbrianp2002-07-051-0/+4
* use new time conversion macros in place of APR_USEC_PER_SECbrianp2002-07-052-2/+2
* use new time conversion macros in place of APR_USEC_PER_SECbrianp2002-07-059-13/+15
* Make testproc work on Win32 -- the .exe extension is required.brane2002-07-041-1/+114
* We shouldn't presume any specific int sizes here, no?wrowe2002-07-021-2/+2
* Any $(shell foo) garbage makes win32 NMAKE choke. Just strip out allwrowe2002-07-021-0/+1
* Correct shared library support on Darwin to not fatally error out whenjerenkrantz2002-06-242-23/+46
* Use apr_ischar() ... especially within apr itself!wrowe2002-06-231-2/+2
* improve error reportingtrawick2002-06-211-2/+6
* Fix calculation of tm_gmtoff on Windows, and add a test case.brane2002-06-091-10/+47
* Some win32 experimental code I'm playing with. Simply demonstrates howwrowe2002-05-314-1/+238
* Get aprtest to build from scratch, once againwrowe2002-05-212-2/+2
* OK... we force folks to swallow awk for all sorts of goodies, such aswrowe2002-05-133-62/+54
* At least this one is an easy fix. All the tests build once again,wrowe2002-05-131-1/+1
* Ain't got no regex, ain't got no fork,wrowe2002-05-132-8/+11
* Address PR 8963wrowe2002-05-101-5/+5
* add a new test program totrawick2002-05-093-1/+262
* - Make this more legible (style police)jerenkrantz2002-05-011-53/+71
* fix compile breakjwoolley2002-04-301-0/+1
* Rename apr_get_groupname to apr_group_name_get.striker2002-04-222-2/+2
* Add .deps to cvsignore since APR may now generate .deps files.jerenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-221-0/+2
* Fix a compile break:jwoolley2002-04-181-2/+2
* Per rename_pendings, rename apr_explode_time to apr_time_exp_tz.jerenkrantz2002-04-151-2/+2
* Rename apr_explode_localtime to apr_time_exp_lt.striker2002-04-131-1/+1
* allow the testlock program to continue on systems where read/write lockstrawick2002-04-111-3/+9