| Commit message (Expand) | Author | Age | Files | Lines |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | William A. Rowe Jr | 2000-08-06 | 7 | -12/+12 |
* | Finish converting "ap_sendfile" to "apr_sendfile". | Jeff Trawick | 2000-08-04 | 1 | -11/+11 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 17 | -497/+497 |
* | Clean up compile warnings, mostly by including apr_strings.h. | Jeff Trawick | 2000-08-01 | 7 | -3/+7 |
* | Cast some void * ptrs to char * so that some ptr arithmetic | Jeff Trawick | 2000-07-18 | 1 | -2/+4 |
* | ap_dso_init() isn't needed. if/when a platform needs it, then | Greg Stein | 2000-07-15 | 1 | -6/+0 |
* | Update ap_sendfile() test driver to properly use it in non-blocking | Jeff Trawick | 2000-07-07 | 1 | -42/+224 |
* | various updates to the ap_sendfile() test driver... | Jeff Trawick | 2000-06-27 | 1 | -11/+100 |
* | Turn on SO_REUSEADDR in the server test program. | Jeff Trawick | 2000-06-27 | 1 | -0/+8 |
* | Ignore new executable file testsf. | Jeff Trawick | 2000-06-26 | 1 | -0/+1 |
* | Add a test driver for ap_sendfile(). | Jeff Trawick | 2000-06-26 | 2 | -0/+467 |
* | win32/pipe.c: | Jeff Trawick | 2000-06-19 | 1 | -9/+10 |
* | Get recently-added tests in testfile.c to work on Win32. testfile | Jeff Trawick | 2000-06-17 | 1 | -4/+7 |
* | Turn on buffering for config file reads. This is dependent on ap_fgets() | Jeff Trawick | 2000-06-16 | 1 | -0/+200 |
* | Prevent incorrect generation of dependencies on system header files by | Brian Havard | 2000-06-03 | 5 | -5/+5 |
* | Remove some dependancies that shouldn't be there... | David Reid | 2000-06-03 | 1 | -9/+6 |
* | Fix error handling for DSO opening. This probably doesn't fix all | Ryan Bloom | 2000-05-26 | 1 | -2/+5 |
* | Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols. | William A. Rowe Jr | 2000-05-26 | 1 | -8/+8 |
* | PR: | William A. Rowe Jr | 2000-05-26 | 10 | -44/+47 |
* | Add a new APR function. This function basically lets a file masquerade as | Ryan Bloom | 2000-05-24 | 1 | -0/+29 |
* | Update testoc to make it work properly with the new ap_proc_t. | Ryan Bloom | 2000-05-24 | 1 | -4/+4 |
* | Make the testproc stuff work again after re-naming the stdin, stdout, stderr | Ryan Bloom | 2000-05-24 | 1 | -2/+2 |
* | Convert ap_proc_t to a complete type. This lets us access the pid directly. | Ryan Bloom | 2000-05-23 | 2 | -18/+12 |
* | ignore occhild too | Jeff Trawick | 2000-05-09 | 1 | -0/+1 |
* | serious bug fix: | Jeff Trawick | 2000-05-06 | 3 | -17/+203 |
* | Improve the other_child test program. | Ryan Bloom | 2000-05-03 | 3 | -4/+29 |
* | Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter can | Sascha Schumann | 2000-04-30 | 1 | -1/+0 |
* | Update comment for depend target. The template makefiles are now called | Sascha Schumann | 2000-04-30 | 1 | -1/+1 |
* | lib/apr/test/ab_apr no longer exists, so get rid of ab_apr.dsp | Jeff Trawick | 2000-04-28 | 1 | -90/+0 |
* | apr_errno.h: | Jeff Trawick | 2000-04-28 | 1 | -5/+6 |
* | Remove the htdigest files from the test directory. I am moving these to | Ryan Bloom | 2000-04-27 | 2 | -295/+0 |
* | Remvoe ApacheBench from the test directory in APR. This has been moved to | Ryan Bloom | 2000-04-27 | 2 | -1033/+0 |
* | Add the status parameter back to the Other Child logic. | Ryan Bloom | 2000-04-24 | 1 | -1/+1 |
* | ap_canonical_err() return APR_*. use that for the test. | Greg Stein | 2000-04-24 | 1 | -2/+2 |
* | Fix some problems on systems where EAGAIN != EWOULDBLOCK (e.g., OS/390). | Jeff Trawick | 2000-04-23 | 1 | -2/+2 |
* | Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw. | Ryan Bloom | 2000-04-22 | 1 | -1/+1 |
* | I missed one apr_config.h when I did the last ones. | Ryan Bloom | 2000-04-22 | 1 | -1/+0 |
* | Remove all the test programs that were never ported. These are still in | Ryan Bloom | 2000-04-22 | 5 | -1640/+62 |
* | apr_config.h is private and should not be used by test programs. | Ryan Bloom | 2000-04-22 | 3 | -3/+0 |
* | Add ap_xlate_open() et al for translation of text between different | Jeff Trawick | 2000-04-20 | 1 | -7/+56 |
* | a few bug fixes to get it running better on Linux | Jeff Trawick | 2000-04-17 | 1 | -6/+12 |
* | APR_SO_TIMEOUT now takes microseconds instead of seconds. (The new | Jeff Trawick | 2000-04-16 | 2 | -10/+29 |
* | Convert ap_poll() to use microseconds instead of seconds for | Jeff Trawick | 2000-04-16 | 1 | -2/+2 |
* | ap_set_pipe_timeout() now takes microseconds instead of seconds; | Jeff Trawick | 2000-04-15 | 1 | -1/+1 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | Ryan Bloom | 2000-04-14 | 16 | -40/+43 |
* | silly cleanup for APR test pgms to avoid compile warnings and | Jeff Trawick | 2000-04-14 | 5 | -6/+12 |
* | Add more code sharing arrangements and a few minor updates/tweaks. | David Reid | 2000-04-05 | 3 | -3/+14 |
* | include stdlib.h for atexit() declaration | Jeff Trawick | 2000-04-05 | 1 | -0/+1 |
* | call ap_initialize() and ap_terminate() | Jeff Trawick | 2000-04-05 | 1 | -0/+2 |
* | Add the other child stuff to beos, tidy up the test program a little and | David Reid | 2000-04-04 | 1 | -5/+24 |