| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not install the binaries from the support directory twice. | Ryan Bloom | 2001-04-13 | 1 | -0/+10 |
* | Make ab work again by changing its native types to apr types and formats. | Roy T. Fielding | 2001-04-12 | 1 | -66/+78 |
* | Make clean, distclean, and extraclean consistently according to the | Roy T. Fielding | 2001-04-11 | 1 | -1/+2 |
* | Time to refresh mak on Win32 | William A. Rowe Jr | 2001-04-05 | 5 | -52/+49 |
* | Module writers for 2.0 shouldn't still be relying on a no-op for | Victor J. Orlikowski | 2001-04-04 | 1 | -1/+0 |
* | Uhh, we really need the prototypes for standard string functions. | Jeff Trawick | 2001-04-03 | 1 | -2/+4 |
* | Make live simpler - as we are using strchr already | Dirk-Willem van Gulik | 2001-04-03 | 1 | -5/+3 |
* | Doing last minute alphabettically sorting things to look nice is not always a... | Dirk-Willem van Gulik | 2001-04-03 | 1 | -8/+8 |
* | make sure we have the prototype for index() (fixes a Solaris warning) | Jeff Trawick | 2001-04-03 | 1 | -5/+4 |
* | consistent types; avoid warning on AIX for mismatch between printf | Jeff Trawick | 2001-04-02 | 1 | -3/+3 |
* | "void *res = signal(blah)" isn't cool 'cause void * is not compatible with | Jeff Trawick | 2001-04-02 | 1 | -6/+3 |
* | keep ab from dividing by zero when heartbeatres is zero | Jeff Trawick | 2001-04-02 | 1 | -3/+3 |
* | Cleanup all the warnings introduced in AB yesterday. | Ryan Bloom | 2001-04-02 | 1 | -71/+48 |
* | Commit early and often. This should merge all changes into | Dirk-Willem van Gulik | 2001-04-02 | 1 | -54/+480 |
* | Either MacOS-X is much more sensitive for border conditions - or I am just being | Dirk-Willem van Gulik | 2001-04-02 | 1 | -54/+58 |
* | First stab at encapsulating the apr_send() to make it a | Dirk-Willem van Gulik | 2001-04-02 | 1 | -12/+55 |
* | Prevent cobbering of lenght for subsequent sends. Still not quite | Dirk-Willem van Gulik | 2001-04-02 | 1 | -572/+590 |
* | Changes to the httpd.exp file, to get DSOs working. This is most of the | Victor J. Orlikowski | 2001-03-30 | 1 | -208/+315 |
* | top_module global variable renamed to ap_top_module | Doug MacEachern | 2001-03-26 | 1 | -1/+1 |
* | This should wrap this freshen up | William A. Rowe Jr | 2001-03-22 | 5 | -34/+34 |
* | Add a hook, create_request. This hook allows modules to modify | Ryan Bloom | 2001-03-18 | 5 | -0/+845 |
* | Include some newly-generated files in .cvsignore. | Jeff Trawick | 2001-03-15 | 1 | -0/+5 |
* | dbmmanage, log_server_status, et al are now generated files; get them | Jeff Trawick | 2001-03-14 | 5 | -845/+0 |
* | include string.h for the strstr() prototype | Jeff Trawick | 2001-03-14 | 1 | -0/+1 |
* | Enhance customisability of rotatelogs: strftime(3) | Ken Coar | 2001-03-13 | 1 | -5/+21 |
* | Bring the other Perl scripts into the autoconf-edited | Ken Coar | 2001-03-12 | 5 | -0/+845 |
* | Bring forward the suexec umask setting option from 1.3, and | Ken Coar | 2001-03-12 | 1 | -4/+14 |
* | Bring forward the -V option for suexec from 1.3.20-dev. It looks | Ken Coar | 2001-03-09 | 1 | -11/+50 |
* | Fix a screw up of my own invention. I must be getting senile. | Victor J. Orlikowski | 2001-03-06 | 1 | -0/+2 |
* | Updates to the symbol file, in an attempt to finally repair DSOs on AIX. | Victor J. Orlikowski | 2001-03-06 | 1 | -2/+26 |
* | Don't directly include ap_config_auto.h directly. It isn't available on | Greg Stein | 2001-03-01 | 1 | -3/+2 |
* | Goodbye ap_send_http_header | William A. Rowe Jr | 2001-02-28 | 1 | -1/+0 |
* | A patch to clean up much bogusity in Win32. Eliminates absolute cd "/..." | William A. Rowe Jr | 2001-02-25 | 4 | -30/+24 |
* | Use a better format type for sizeof. This stops a few compiler | David Reid | 2001-02-25 | 1 | -6/+6 |
* | Refresh all .mak files should we choose to roll again shortly. | William A. Rowe Jr | 2001-02-25 | 5 | -268/+106 |
* | fix typo | Greg Stein | 2001-02-25 | 1 | -1/+1 |
* | Reconsidered the wisdom of this change... back to the drawing board. | William A. Rowe Jr | 2001-02-25 | 1 | -0/+1 |
* | A remnant of apr_pcfg_getc() | William A. Rowe Jr | 2001-02-25 | 1 | -1/+0 |
* | Use "Basic" authentication instead of "basic" in ab, as the spec says we | Ryan Bloom | 2001-02-23 | 1 | -4/+4 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 12 | -51/+49 |
* | Still lots to apr'ize here. | William A. Rowe Jr | 2001-02-11 | 1 | -4/+2 |
* | *) include "apr_signal.h" when needed | Greg Stein | 2001-02-11 | 1 | -12/+6 |
* | Header file cleanup. | Ryan Bloom | 2001-02-10 | 1 | -0/+2 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 4 | -62/+62 |
* | close the post file after reading it | Jeff Trawick | 2001-01-25 | 1 | -2/+3 |
* | s/LAST/MIDDLE/ | Doug MacEachern | 2001-01-22 | 1 | -1/+1 |
* | adjust to ap_hook_handler changes | Doug MacEachern | 2001-01-22 | 1 | -10/+11 |
* | The changes required for the APR_FINFO_wanted argument to | William A. Rowe Jr | 2001-01-20 | 2 | -4/+4 |
* | The big change. This is part 3 of the apr-util symbols rename, please | William A. Rowe Jr | 2001-01-19 | 2 | -11/+11 |
* | When is a void fn(void) not a void fn(void)? It's a win32'ism, since | William A. Rowe Jr | 2001-01-19 | 2 | -4/+14 |