summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag2.0.16(no author)2001-04-0457-15269/+0
* Update the CHANGES and ap_release files.Ryan Bloom2001-04-042-2/+2
* Temporary (hopefully) reversion to the previously used hack toMarc Slemko2001-04-033-4/+25
* Done.Bill Stoddard2001-04-031-3/+1
* Oh bother. OPTIM isn't treated the same in apr andJim Jagielski2001-04-031-2/+2
* Minor sync-up of how httpd-2.0 and apr handlesJim Jagielski2001-04-031-2/+2
* This adds some simple error logging to send_the_file. There are aDavid Reid2001-04-031-0/+3
* clean up some mod_cgid issues related to other child maintenance...Jeff Trawick2001-04-031-1/+3
* when handling a graceful restart, kill the child using the correct handleJeff Trawick2001-04-031-1/+1
* Make Apache check APR's configuration when determining the default MPM.Ryan Bloom2001-04-036-32/+15
* - change inconsistent use of logdir and logfiledir all to logfiledir, toMarc Slemko2001-04-034-13/+10
* Uhh, we really need the prototypes for standard string functions.Jeff Trawick2001-04-031-2/+4
* Add the code to actually enable accept filters in 2.0Ryan Bloom2001-04-031-1/+7
* cvs ugliness :-)William A. Rowe Jr2001-04-031-1/+1
* ms vc uglinessWilliam A. Rowe Jr2001-04-031-0/+1
* Hmmm... this made things easier for me to read a while back, perhapsWilliam A. Rowe Jr2001-04-031-1/+1
* Ahhh... the missing file from Ben's and my experimentsWilliam A. Rowe Jr2001-04-031-1/+9
* Use APR's macro to generate config.niceRoy T. Fielding2001-04-032-20/+1
* Threads is a feature, so it is HAS threads not HAVE threads...Marc Slemko2001-04-033-3/+3
* tell the user what's going if APR threads aren't unavailable, and ApacheGreg Ames2001-04-033-0/+12
* Make live simpler - as we are using strchr alreadyDirk-Willem van Gulik2001-04-031-5/+3
* Note OS/2 loadable module support.Brian Havard2001-04-031-0/+3
* Doing last minute alphabettically sorting things to look nice is not always a...Dirk-Willem van Gulik2001-04-031-8/+8
* Whoops... this could be causing problemsWilliam A. Rowe Jr2001-04-031-3/+9
* make sure we have the prototype for index() (fixes a Solaris warning)Jeff Trawick2001-04-031-5/+4
* Some experiments, not targets of the InstallBin complete buildWilliam A. Rowe Jr2001-04-031-1/+25
* Get MaxRequestsPerChild working on Windows.Bill Stoddard2001-04-033-4/+13
* Add a note to check the FAQ. A very common problem caused by VPNsBill Stoddard2001-04-031-1/+1
* Grab the context lock when draining the qheadBill Stoddard2001-04-031-1/+3
* Now doing this check at the top of the loopBill Stoddard2001-04-031-3/+0
* Some shutdown work.Bill Stoddard2001-04-031-2/+5
* Use EXTRA_CPPFLAGS where it needs to be used.Roy T. Fielding2001-04-031-4/+4
* Here they are, real working examples [well, perhaps working.]William A. Rowe Jr2001-04-037-12/+198
* A sunny day in Cupertino.Greg Ames2001-04-021-6/+1
* consistent types; avoid warning on AIX for mismatch between printfJeff Trawick2001-04-021-3/+3
* Fixing a few compiler warnings with mod_proxyGraham Leggett2001-04-023-5/+2
* Fixed problem where responses without entity bodies would causeGraham Leggett2001-04-021-5/+13
* Changes to get AIX DSOs working, sans APR changes.Victor J. Orlikowski2001-04-024-2/+9
* "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
* Fix segfaults for configuration file syntax errors such asJeff Trawick2001-04-022-0/+6
* *) Added support for downstream keepalives in mod_proxy.Graham Leggett2001-04-025-171/+413
* Fix --enable-layout processing on NetBSD. This makes us use a consistantRyan Bloom2001-04-022-3/+8
* Reformat declaration so make_export.awk will recognize them. Yes, I know thisBrian Havard2001-04-021-6/+3
* Switch to using aplibtool for building under OS/2 & add support for buildingBrian Havard2001-04-028-10/+62
* Commit early and often. This should merge all changes intoDirk-Willem van Gulik2001-04-023-56/+571
* 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