summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add a test program for pipes. Add support for non-buffered CGI's to mod_cgi.rbb2000-03-012-1/+117
* A first pass at shared memory for Unix. This is still pretty ugly, but Irbb2000-01-272-1/+146
* timetaken is expected to be in milliseconds, not seconds.bjh2000-01-261-2/+2
* Take a couple of values that were static for all locks out of the lockrbb2000-01-251-0/+2
* I don't think sleeping for 1000 seconds is what we want to do here. Switchbjh2000-01-101-1/+7
* more stuff to ignoredgaudet2000-01-091-0/+12
* time overhaul:dgaudet2000-01-092-120/+36
* Next pass at the time functions. This defines an ap_ansi_time_t which hasrbb2000-01-061-2/+2
* Separate the stat structure from the file structure and use ap_stat andrbb2000-01-062-5/+6
* Initialize all ap_file_t's to NULL. This allows ap_open and ap_stat torbb2000-01-044-5/+5
* Use always ap_signal() in APR to avoid redefining the system call signal()sascha1999-12-312-2/+2
* Fix a minor bug in testproc. We always call sleep, and it is defined to berbb1999-12-301-1/+1
* Remove the apr_config.h include line and the ifdefs that require it. Thisrbb1999-12-201-9/+0
* The compiler for PowerPC versions of BeOS is about as pedantic asdreid1999-12-191-2/+1
* New project files for all of the APR test programs. With these changes,rbb1999-12-1710-51/+29
* Various fixes for Win32 APR. The test cases all almost work again onrbb1999-12-172-15/+16
* Get the mmap test working again and tidy up in htdigest.dreid1999-12-152-8/+20
* Programs that build using APR no longer have access to the HAVE_FOO_Hrbb1999-12-032-12/+0
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-033-12/+22
* Clean up the getopt stuff a bit. Basically, I am removing the #define's,rbb1999-11-221-4/+3
* With the removal of the signalling logic, this should have gone away too.rbb1999-11-223-161/+0
* Under Linux, I always got amartin1999-11-202-0/+2
* Add a context parameter to ap_accept() for the connection socket to bebjh1999-10-241-1/+1
* Enhancements for APR network_io. Adds separate local/remote access methods forbjh1999-10-243-6/+24
* Make a single APR library file.bjh1999-10-241-2/+2
* This set of changes adds the function ap_mmap_open_create which allowsdreid1999-10-211-8/+35
* PR:dreid1999-10-202-3/+112
* Improve/fix signal test program.bjh1999-10-181-6/+30
* Fix a bug in the logic to set/get userdata from ALL apr types. I haverbb1999-10-154-4/+38
* I missed one function when swapping paramters. This fixes it. I think Irbb1999-10-144-10/+10
* Make use of -lcrypt conditional on actually having libcrypt.abjh1999-10-141-1/+1
* This finishes the argument swaps. The docs haven't been updated, andrbb1999-10-114-12/+12
* Bring signals up to the current APR parameter order spec.rbb1999-10-111-3/+3
* Bring network code to the parameter order spec. This means contexts go last,rbb1999-10-102-3/+3
* Bring the misc code up to the APR parameter order spec. This also fixes a fewrbb1999-10-082-3/+3
* Bring file_io up to the new parameter order for APR. I have decided to dorbb1999-10-065-19/+19
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-0414-55/+54
* Allow APR locks to do more than just straight mutex. Only mutex isrbb1999-09-201-1/+1
* A change to how APR uses user data. Now, user data is a linked list thatrbb1999-09-1414-13/+110
* More changes to bring BeOS up to the UNIX APR level. Also a few changes torbb1999-09-101-3/+3
* Fix the test programs to use the new timeout API's in network I/O. Also, fixrbb1999-09-034-9/+11
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llrbb1999-08-314-8/+13
* Run make depend after moving the four header files. Remove the test programsrbb1999-08-184-37/+48
* Initial revisionrbb1999-08-1731-0/+5778