summaryrefslogtreecommitdiffstats
path: root/support (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not install the binaries from the support directory twice.Ryan Bloom2001-04-131-0/+10
* Make ab work again by changing its native types to apr types and formats.Roy T. Fielding2001-04-121-66/+78
* Make clean, distclean, and extraclean consistently according to theRoy T. Fielding2001-04-111-1/+2
* Time to refresh mak on Win32William A. Rowe Jr2001-04-055-52/+49
* Module writers for 2.0 shouldn't still be relying on a no-op forVictor J. Orlikowski2001-04-041-1/+0
* Uhh, we really need the prototypes for standard string functions.Jeff Trawick2001-04-031-2/+4
* Make live simpler - as we are using strchr alreadyDirk-Willem van Gulik2001-04-031-5/+3
* Doing last minute alphabettically sorting things to look nice is not always a...Dirk-Willem van Gulik2001-04-031-8/+8
* make sure we have the prototype for index() (fixes a Solaris warning)Jeff Trawick2001-04-031-5/+4
* consistent types; avoid warning on AIX for mismatch between printfJeff Trawick2001-04-021-3/+3
* "void *res = signal(blah)" isn't cool 'cause void * is not compatible withJeff Trawick2001-04-021-6/+3
* keep ab from dividing by zero when heartbeatres is zeroJeff Trawick2001-04-021-3/+3
* Cleanup all the warnings introduced in AB yesterday.Ryan Bloom2001-04-021-71/+48
* Commit early and often. This should merge all changes intoDirk-Willem van Gulik2001-04-021-54/+480
* Either MacOS-X is much more sensitive for border conditions - or I am just beingDirk-Willem van Gulik2001-04-021-54/+58
* First stab at encapsulating the apr_send() to make it aDirk-Willem van Gulik2001-04-021-12/+55
* Prevent cobbering of lenght for subsequent sends. Still not quiteDirk-Willem van Gulik2001-04-021-572/+590
* Changes to the httpd.exp file, to get DSOs working. This is most of theVictor J. Orlikowski2001-03-301-208/+315
* top_module global variable renamed to ap_top_moduleDoug MacEachern2001-03-261-1/+1
* This should wrap this freshen upWilliam A. Rowe Jr2001-03-225-34/+34
* Add a hook, create_request. This hook allows modules to modifyRyan Bloom2001-03-185-0/+845
* Include some newly-generated files in .cvsignore.Jeff Trawick2001-03-151-0/+5
* dbmmanage, log_server_status, et al are now generated files; get themJeff Trawick2001-03-145-845/+0
* include string.h for the strstr() prototypeJeff Trawick2001-03-141-0/+1
* Enhance customisability of rotatelogs: strftime(3)Ken Coar2001-03-131-5/+21
* Bring the other Perl scripts into the autoconf-editedKen Coar2001-03-125-0/+845
* Bring forward the suexec umask setting option from 1.3, andKen Coar2001-03-121-4/+14
* Bring forward the -V option for suexec from 1.3.20-dev. It looksKen Coar2001-03-091-11/+50
* Fix a screw up of my own invention. I must be getting senile.Victor J. Orlikowski2001-03-061-0/+2
* Updates to the symbol file, in an attempt to finally repair DSOs on AIX.Victor J. Orlikowski2001-03-061-2/+26
* Don't directly include ap_config_auto.h directly. It isn't available onGreg Stein2001-03-011-3/+2
* Goodbye ap_send_http_headerWilliam A. Rowe Jr2001-02-281-1/+0
* A patch to clean up much bogusity in Win32. Eliminates absolute cd "/..."William A. Rowe Jr2001-02-254-30/+24
* Use a better format type for sizeof. This stops a few compilerDavid Reid2001-02-251-6/+6
* Refresh all .mak files should we choose to roll again shortly.William A. Rowe Jr2001-02-255-268/+106
* fix typoGreg Stein2001-02-251-1/+1
* Reconsidered the wisdom of this change... back to the drawing board.William A. Rowe Jr2001-02-251-0/+1
* A remnant of apr_pcfg_getc()William A. Rowe Jr2001-02-251-1/+0
* Use "Basic" authentication instead of "basic" in ab, as the spec says weRyan Bloom2001-02-231-4/+4
* Update copyright to 2001Roy T. Fielding2001-02-1612-51/+49
* Still lots to apr'ize here.William A. Rowe Jr2001-02-111-4/+2
* *) include "apr_signal.h" when neededGreg Stein2001-02-111-12/+6
* Header file cleanup.Ryan Bloom2001-02-101-0/+2
* renaming various functions for consistency sakeDoug MacEachern2001-02-084-62/+62
* close the post file after reading itJeff Trawick2001-01-251-2/+3
* s/LAST/MIDDLE/Doug MacEachern2001-01-221-1/+1
* adjust to ap_hook_handler changesDoug MacEachern2001-01-221-10/+11
* The changes required for the APR_FINFO_wanted argument toWilliam A. Rowe Jr2001-01-202-4/+4
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-192-11/+11
* When is a void fn(void) not a void fn(void)? It's a win32'ism, sinceWilliam A. Rowe Jr2001-01-192-4/+14