summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get the test programs mostly working again.rbb2000-11-293-0/+4
* add a "default:" case, just to be sure.gstein2000-11-251-7/+20
* updates to changed interfaces to apr_set_port(), apr_get_port(),trawick2000-11-212-14/+18
* Change apr_bind() to take apr_sockaddr_t.trawick2000-11-192-21/+81
* The client test program now makes better use of apr_getaddrinfo(),trawick2000-11-191-20/+22
* This changes AF_ to APR_. The reason is that if we're on a platformdreid2000-11-183-3/+3
* APR: Change apr_connect() to take apr_sockaddr_t instead of hostname.trawick2000-11-172-8/+11
* Add apr_inet_ntop(), apr_inet_pton(), apr_create_socket(), andtrawick2000-11-161-2/+2
* Fix a spelling error...dreid2000-11-161-1/+1
* Clean up a lot of warnings in the test directory.rbb2000-11-1510-21/+21
* Fix an include path so that make depend works in this directory.trawick2000-11-151-1/+1
* This patch removes the dependencies from Makefile.in. Dependenciestrawick2000-11-151-71/+2
* Give up after certain errors. Otherwise, there is conflictingtrawick2000-11-141-0/+2
* Use apr_set_port() instead of apr_set_{remote|local}_port().trawick2000-11-121-2/+2
* Fixing an oddly fractured .dsp (once to often through the dsp converter?)wrowe2000-11-091-2/+2
* This is the next step in the conversion of socket address functions todreid2000-11-092-4/+4
* This adds the APR_LOCAL/APR_REMOTE to APR and changes the apr_get/set_portdreid2000-11-082-6/+6
* Change to apr_port_t to remove compiler warnings and bring us up to date.dreid2000-11-082-2/+2
* Update the apr_sendfile() test program to expect APR_EOF/0 bytestrawick2000-11-031-8/+8
* Make the len parm to apr_sendfile() apr_ssize_t * instead of apr_size_t *trawick2000-11-031-2/+3
* Good files to have (on Win32), but obnoxious to keep reporting.wrowe2000-10-301-0/+3
* The things you discovered with clean sources.wrowe2000-10-211-1/+1