summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* We are done with this subrequest (before we even got started...) soWilliam A. Rowe Jr2001-08-061-0/+3
* This is not C++, falling out of scope doesn't constitute destruction :)William A. Rowe Jr2001-08-061-0/+1
* Explain the worker MPMRyan Bloom2001-08-062-0/+9
* Remove all the warnings from mod_example.c.Ryan Bloom2001-08-061-42/+5
* This was entirely broken. We cannot skip the location walk just becauseWilliam A. Rowe Jr2001-08-061-24/+20
* Just a little cleaner.William A. Rowe Jr2001-08-061-10/+19
* Multiviews and mod_negotiation will already handle this case, it neverWilliam A. Rowe Jr2001-08-062-22/+5
* More explanationWilliam A. Rowe Jr2001-08-061-2/+5
* Get the worker MPM working again. This should fix the serializationRyan Bloom2001-08-053-70/+75
* Speed up the server's response to a spike in incoming workloadGreg Ames2001-08-053-9/+59
* cosmetic changes only for a clean build; no serialization problemsJeff Trawick2001-08-042-6/+2
* minimal changes to get it to compileJeff Trawick2001-08-041-12/+14
* Subtle variation for security. If the mod_mime file has nothing specificWilliam A. Rowe Jr2001-08-042-25/+46
* axe unused variableJeff Trawick2001-08-041-1/+0
* Correct the default.Joshua Slive2001-08-031-1/+1
* Solve the major underlying problem of content negotation by passingWilliam A. Rowe Jr2001-08-032-22/+58
* remove a gcc warning, leave object code unchangedJeff Trawick2001-08-031-1/+1
* Forgot the CHANGES, as usual....Victor J. Orlikowski2001-08-031-0/+2
* Save hundreds of cycles on every autoindex request by _not_ attemptingWilliam A. Rowe Jr2001-08-031-50/+73
* Add a timeout when making connections from within the proxy.Victor J. Orlikowski2001-08-033-0/+9
* Both the ftp and http proxies were erroneously sending a flush bucket afterVictor J. Orlikowski2001-08-032-4/+0
* Update this custom bucket to use the free function pointer in apr_bucket_type_tBill Stoddard2001-08-031-0/+1
* Expand .html.en, .html.fr and .html.ja.jis as well asYoshiki Hayashi2001-08-031-1/+1
* Handle the ap_pass_brigade inside the SPLIT_BRIGADE... macro.Ryan Bloom2001-08-031-1/+5
* That's enough for tonight ... gheesh. Allow 2xx + OK (0) results fromWilliam A. Rowe Jr2001-08-031-1/+1
* Allow a slightly larger range of acceptable responses.William A. Rowe Jr2001-08-031-1/+1
* Fix some major brokenness. We were not validating that the autoindexWilliam A. Rowe Jr2001-08-031-23/+30
* Begone ancient beast. IndexOptions FancyIndexing is sufficiently lessWilliam A. Rowe Jr2001-08-031-22/+2
* Provide an ap_set_deprecated() fn for quick-and-dirty 'we don't do this'William A. Rowe Jr2001-08-032-2/+22
* Thanks Justin :) This also looked a bit klunkyWilliam A. Rowe Jr2001-08-032-4/+4
* Somebody please teach OtherBill how to spell "deprecated". ;-)Cliff Woolley2001-08-033-12/+12
* It's a new book. Time to throw out the old switch-hitter plays.William A. Rowe Jr2001-08-033-81/+78
* Undo my unintentionally overzelous name change, and fix the style of sizeof()William A. Rowe Jr2001-08-021-9/+9
* If it won't let us run in APR_POOLS_DEBUG mode, it's broken.William A. Rowe Jr2001-08-021-1/+1
* fix a problem in the threaded and worker mpm's where a keepalive connectionGreg Ames2001-08-022-4/+8
* Make this legible. Points out a huge headache in the new conftree poolsWilliam A. Rowe Jr2001-08-021-2/+2
* Really compress the add_/remove_ handling, and fix pool allocations.William A. Rowe Jr2001-08-021-87/+60
* I forgot to catch all the other return calls in this function, so thisRyan Bloom2001-08-021-1/+2
* XBitHack has just been re-enabled in Apache 2.0, so the docs need toRyan Bloom2001-08-021-6/+0
* Fix typo in prior commitWilliam A. Rowe Jr2001-08-021-2/+2
* Add a handler to mod_includes.c. This handler is designed toRyan Bloom2001-08-022-0/+35
* Adapt to changed declaration of apr_pool_sub_make()William A. Rowe Jr2001-08-025-7/+11
* Make the includes filter check return codes from filters lower inRyan Bloom2001-08-022-9/+25
* Add the ability to extend the methods that Apache understandsRyan Bloom2001-08-0210-67/+162
* Need some context for the iterator! Finally get to use that accessor :)William A. Rowe Jr2001-08-023-3/+4
* Solve the merge bugs, by storing a copy bit to save us a ton ofWilliam A. Rowe Jr2001-08-012-14/+75
* APR-util has renamed buildconf.sh to buildconf to match APR and httpd-2.0.Justin Erenkrantz2001-08-011-2/+2
* This patch fixes more untold breakage than you can shake a stick at.William A. Rowe Jr2001-08-011-3/+8
* fix some warnings in resolve_symlink(), one of which seems to be forJeff Trawick2001-08-011-4/+4
* Port mod_tls.c from Eastern Europe to Apache-landWilliam A. Rowe Jr2001-08-011-244/+256