summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Change the way select based poll works so it works as we'd expect it to, i.e.dreid2001-03-222-0/+228
* fix some "issues" with IPv4-mapped IPv6 addresses in apr_ipsubnet_*()trawick2001-03-151-0/+4
* Add apr_ipsubnet_create() and apr_ipsubnet_test() for testingtrawick2001-03-153-0/+226
* Get testthread to build and run appropriately when APR has no threadtrawick2001-03-141-0/+11
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-1/+1
* get "make clean" to get rid of the programs in thetrawick2001-02-191-1/+3
* use the correct type for the len parameter to apr_recv(); this fixestrawick2001-02-161-1/+1
* Update copyright to 2001fielding2001-02-1619-19/+19
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...dougm2001-02-131-4/+4
* renaming various functions for consistency sakedougm2001-02-0820-250/+250
* A binary file is a file that cannot be parsed in ascii and must not bewrowe2001-02-032-226/+226
* Clean up someone's cruft in the repository and back out this changewrowe2001-02-032-226/+226
* clean up gcc warningtrawick2001-02-011-14/+14
* Get tests building, and actually checking for libapr.la revisions towrowe2001-01-285-25/+123
* Revert back to dsp6 format, and add several newer headers to thesewrowe2001-01-281-1/+2
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-281-2/+1
* Oh, and add it to cvsignore...dreid2001-01-251-0/+1
* Add a small test program for testing the new socket options code.dreid2001-01-252-0/+224
* Get testfile.c to compile when APR_FILES_AS_SOCKETS is defined.trawick2001-01-2312-18/+20
* A little more effort to make these tests compile on windows ... a longwrowe2001-01-232-5/+10
* Commit a bunch of cleanups to get win32 going again. Note the apr.dspwrowe2001-01-2313-16/+81
* apr_dir_read now accepts a pointer to the user's apr_finfo_t to gatherwrowe2001-01-231-15/+13
* occhild is not a module, don't compile it as such.rbb2001-01-231-1/+1
* occhild is not a shared object, it's an executable, make it look like one.rbb2001-01-221-2/+2
* Make testdso compile again.rbb2001-01-221-1/+1
* Fix the stat call in sendfile.crbb2001-01-221-1/+1
* The platform changes in apr to support the APR_FINFO_wanted declarationwrowe2001-01-201-1/+1
* Avoid some warnings on platforms where apr_size_t and/or apr_ssize_ttrawick2001-01-151-5/+5
* Use APR_SIZE_T_FMT instead of %d when formatting an apr_size_t. This avoidstrawick2001-01-151-1/+1
* get the test programs to build on at least some systemstrawick2001-01-121-19/+19
* Libtool-ize APR.gstein2001-01-092-73/+50
* get rid of a bogus use of perror()trawick2001-01-081-4/+12
* get rid of bogus calls to perror()trawick2001-01-081-12/+23
* Stop copying file names that we get from apr_file_t's and apr_dir_t's.rbb2001-01-051-1/+1
* Allow the tests that use shared objects to run on BeOS. This isdreid2001-01-021-2/+3
* We do not want to return EAGAIN if there is a timeout set on the socket.rbb2000-12-281-1/+1
* The sendfile test needs to treat TIMEOUT clients as if they wererbb2000-12-211-1/+1
* Tighten up the testsock code a bit. This allows the testsock code torbb2000-12-211-8/+8
* Correction, commited the vc5. Need vc6 in the tree. Humble appologies.wrowe2000-12-211-1/+2
* The Win32 overhaul, in summary;wrowe2000-12-211-2/+1
* Rename the apr_opendir symbol to apr_dir_open. This makes more sense,rbb2000-12-171-1/+1
* update the name of the apr_sendfile() test drivertrawick2000-12-111-1/+1
* include <string.h> for the memset() declarationtrawick2000-12-101-0/+1
* fix a feature test macro so that unistd.h actually getstrawick2000-12-101-1/+1
* Fix typo (thanks, gstein, for pointing this out.)wrowe2000-12-071-5/+5
* Fix parsing for mult @EXEEXT@ tagswrowe2000-12-071-0/+1
* Get ahead for win32wrowe2000-12-071-0/+2
* Allow APR programmers to determine if an MMAP is read-only or if it shouldrbb2000-12-071-1/+2
* Fix a small build problem in the test directorychuck2000-12-071-2/+2
* Make every test source build - regardless of missing apr features.wrowe2000-12-054-0/+20