summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* No functional change: more indenting/formatting changes due toJim Jagielski2005-11-103-10/+10
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-10113-2263/+2263
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-1042-2871/+2871
* Work if check_conn is NOTIMPL in a driverNick Kew2005-11-091-2/+4
* Remove an unnecessary module reference to LLDAPXBradley Nicholes2005-11-081-1/+0
* * Fix a null pointer dereference in dav_method_mkcol during the handling ofRuediger Pluem2005-11-051-1/+1
* fix memory leak. Reported by <christophe.jaillet@wanadoo.fr>Bill Stoddard2005-11-021-0/+1
* Move to a different impl which was my 1st concept and that whichJim Jagielski2005-11-011-21/+15
* Fix a problem where we are doing a case insensitiveJim Jagielski2005-10-311-2/+28
* Moved the extended_status scoreboard update from ap_process_http_connectionBrian Pane2005-10-301-8/+18
* Fix handling of unknown state tokens in If headers:Joe Orton2005-10-302-5/+18
* Change directives from OR_AUTHCFG to ACCESS_CONFNick Kew2005-10-301-5/+5
* Allocate the brigade containing the EOR bucket from the connectionBrian Pane2005-10-291-1/+1
* * Fix PR36906 by not lower caseing the whole worker name. Only lower case theRuediger Pluem2005-10-252-1/+1
* Async write completion for Event MPMBrian Pane2005-10-242-42/+29
* Redesign of request cleanup and logging to use End-Of-Request bucketBrian Pane2005-10-242-20/+27
* Remove the generation of flush bucket in mod_logio, now thatBrian Pane2005-10-241-17/+1
* Add new connection states for handler and write completionBrian Pane2005-10-231-5/+10
* * Fix PR37145 (data loss with httpd-2.0.55 reverse proxy method=post) byRuediger Pluem2005-10-211-4/+64
* * Fix PR37100 (SEGV in mod_proxy_ajp), by sending the data up the filterRuediger Pluem2005-10-214-17/+143
* Remove CGI block on OPTIONS method so that scripts canRoy T. Fielding2005-10-182-14/+0
* C++ comments are not supported by some compilers (ReliantUnix).Jean-Frederic Clere2005-10-181-1/+1
* Faffing about with colon-delimiters (originally copied from mod_authn_dbm)Nick Kew2005-10-181-13/+0
* * modules/generators/config5.m4: Improve Solaris 10 check in mod_cgid toJustin Erenkrantz2005-10-181-7/+25
* * Create new filters CACHE_OUT_SUBREQ / CACHE_SAVE_SUBREQ which only differRuediger Pluem2005-10-171-11/+73
* get properties rightAndré Malo2005-10-171-250/+250
* Add mod_authn_dbd to the NetWare buildBradley Nicholes2005-10-172-0/+251
* * Style fixes: Add line breaks for lines that are too long. No functional cha...Ruediger Pluem2005-10-171-5/+10
* * Style fixes: Spaces, comments, typos. No functional change.Ruediger Pluem2005-10-161-50/+56
* * Cleanup: Remove dead code. No functional change.Ruediger Pluem2005-10-161-36/+1
* * modules/http/http_request.cAndré Malo2005-10-151-0/+1
* Do not set r->content_type directly, use our ap_set_content_type API, so that...Paul Querna2005-10-151-1/+2
* Add mod_authn_dbd to buildNick Kew2005-10-141-0/+1
* Add mod_authn_dbdNick Kew2005-10-141-0/+230
* * modules/ssl/ssl_engine_init.c (ssl_init_CheckServers): Fix IP/portJoe Orton2005-10-131-2/+4
* Performance Tune: Do the cheap and fast length check beforeJim Jagielski2005-10-121-3/+3
* Fix -Wall warning... Thanks to Joe for the head's up!Jim Jagielski2005-10-121-2/+2
* mod_proxy_balancer: BalancerManager and proxies correctly handleJim Jagielski2005-10-112-29/+36
* Support dbd connections tied to the conn_rec.Nick Kew2005-10-092-1/+50
* * Fix a declaration problem introduced in r195013 that is C99 but not ANSI CRuediger Pluem2005-10-091-1/+3
* * Fix PR36883 (mod_proxy_ajp and tomcat issues).Ruediger Pluem2005-10-071-41/+48
* mod_proxy_connect: Fix high CPU loop on systems like UnixWare whichJeff Trawick2005-10-061-1/+3
* NET_TIME, as a standalone feature, was a horrid idea.William A. Rowe Jr2005-10-061-1/+3
* Spare us a wasted variable, csd is initialized null, actingWilliam A. Rowe Jr2005-10-061-3/+1
* * Fix PR36507 (mod_proxy_balancer does not handle sticky sessions withRuediger Pluem2005-10-051-1/+12
* Whitespace fixes.Colm MacCarthaigh2005-10-031-2/+2
* * Fix style nits (whitespaces / formats of comments). No Functional changes.Ruediger Pluem2005-10-031-74/+104
* Two minor whitespace cleanups. Syncs with the 2.2.x branch.Colm MacCarthaigh2005-10-031-2/+2
* * run the request_status hook in proxy_handler if HTTP_SERVICE_UNAVAILABLERuediger Pluem2005-10-021-2/+16
* Fix pool in dbd_construct, and set sensible config defaultsNick Kew2005-09-301-7/+17