summaryrefslogtreecommitdiff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* When AP_DEBUG is defined, these two need to be in here.Victor J. Orlikowski2001-05-221-0/+2
* Ooops. Leftovers.Victor J. Orlikowski2001-05-221-1/+0
* More exp file changesVictor J. Orlikowski2001-05-221-6/+52
* get rid of a warning for missing strXXX prototype. (I only saw thisJeff Trawick2001-05-211-0/+1
* Get httpd.exp with recent hook changes.Jeff Trawick2001-05-211-2/+3
* Return missing link flags to apxs.inWilliam A. Rowe Jr2001-05-181-1/+15
* Change the make targets and rules to be consistent in all of theRoy T. Fielding2001-05-181-1/+1
* apr_proc_probe_writable_fds is goneJeff Trawick2001-05-171-1/+0
* A bit more clarity, and that's it for now.William A. Rowe Jr2001-05-141-2/+5
* Clarify the wintty purpose and syntax.William A. Rowe Jr2001-05-141-7/+12
* Q. "Why can't I watch my server's activity?" A. You can.William A. Rowe Jr2001-05-142-0/+418
* Fix apachectl so that it uses the configure program name.Ryan Bloom2001-05-091-1/+1
* get the MPMs consistent w.r.t. visibility of ap_max_requests_per_childJeff Trawick2001-05-071-1/+0
* account for the recent apr_pool_*abort changesJeff Trawick2001-05-021-1/+2
* backing out this part of the recent apxs changeDoug MacEachern2001-04-271-1/+1
* Fix APXS: treat sbindir as expected, fix "link" command.Martin Kraemer2001-04-271-3/+14
* Add ap_set_int_slot() functionDoug MacEachern2001-04-201-0/+1
* account for the change to apr_create_signal_threadJeff Trawick2001-04-181-1/+1
* 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-115-0/+845
* Bring forward the suexec umask setting option from 1.3, andKen Coar2001-03-111-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