summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixing up the test projectwrowe2000-12-052-6/+90
* Fix some build depends/targets for make clean.wrowe2000-12-051-4/+13
* Build even if the platform doesn't support mmap.wrowe2000-12-041-0/+6
* A brand new (and -greatly- simplified) test build environment for Win32wrowe2000-12-0419-1293/+159
* Test Makefile.in -> Makefile converter for Win32 ... I'll wrap with awrowe2000-12-041-0/+41
* Add the sendfile test to the testsock program. This allows make test torbb2000-12-033-29/+100
* Fix a bunch of type mis-matches in the test code.rbb2000-12-036-18/+18
* fix a bad commenttrawick2000-12-031-1/+1
* Remove a warning from server.crbb2000-12-031-1/+1
* Update the .cvsignore filerbb2000-12-031-0/+2
* Get testdso working on Linux again. This should work on all platforms.rbb2000-12-032-4/+9
* Make occhild a bit cleaner.rbb2000-12-031-2/+1
* Add a header to remove a warning.rbb2000-12-031-0/+1
* The test programs themselves should always be built with debug mode on.rbb2000-12-031-1/+1
* Ensure that the server process has started before we try to run the client.rbb2000-12-031-0/+2
* Add an extra const into the getopt functions. We never attempt to modify anygstein2000-11-291-1/+1
* *) Add functions for file-level locking/unlocking.gstein2000-11-293-1/+180
* Get the test programs all building cleanly again.rbb2000-11-293-5/+5