summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Update new conn_rec field "data_in_output_filters" in core output filterBrian Pane2005-10-091-1/+1
* Refactored ap_process_request() so that in async MPMs, the MPM (and notBrian Pane2005-10-092-51/+30
* Simplified mod_logio to take advantage of the delayed invocation ofBrian Pane2005-10-091-17/+1
* Redesign of request cleanup:Brian Pane2005-10-092-4/+11
* Forward-port of wrowe's NET_TIME filter removal/refactor intoBrian Pane2005-10-061-4/+4
* forward-port the latest versions of mod_ssl and mod_setenvif from the 2.3 tru...Brian Pane2005-10-0616-264/+403
* doh!Brian Pane2005-09-251-1/+2
* Added new connection states CONN_STATE_HANDLER and CONN_STATE_WRITE_COMPLETION.Brian Pane2005-09-121-4/+7
* * modules/ssl/ssl_util_ssl.c (SSL_X509_STORE_create): Catch errorsJoe Orton2005-09-011-4/+7
* Add ap_append_pid(); This is performed enough to warrantJim Jagielski2005-08-312-4/+3
* Some simple debugging log entriesJim Jagielski2005-08-311-1/+10
* Consistantly use APR_PID_T_FMT for getpid valueJim Jagielski2005-08-311-5/+5
* Start of getpid()/%d confusion fix...Jim Jagielski2005-08-311-41/+44
* mod_log_config: %{hextid}P will log the thread id in hex with APRJeff Trawick2005-08-311-2/+10
* mod_cgid: Refuse to work on Solaris 10 due to OS bugs.Justin Erenkrantz2005-08-301-1/+20
* Fix CVE CAN-2005-2700:Joe Orton2005-08-301-2/+2
* If uid_t and gid_t are unsigned on a platform (hurd, for example), using -1Colm MacCarthaigh2005-08-301-1/+1
* Fix PR36410; Change how the get_suexec_identity hook is handled by CGID.Colm MacCarthaigh2005-08-301-55/+44
* Correct mod_cgid's argv[0] so that the full path can be delved by theWilliam A. Rowe Jr2005-08-291-4/+1
* Noticed in the development of fips-enabled mod_ssl, when we areWilliam A. Rowe Jr2005-08-291-3/+12
* Doxygen fixup / cleanupIan Holsman2005-08-2828-146/+353
* CGId keeps a copy of the listening sockets open, which interferes with a Colm MacCarthaigh2005-08-271-0/+3
* A very minor, but particularly annoying whitespace fix. It took me 15 minutesColm MacCarthaigh2005-08-251-1/+1
* Append the .PID to the ScriptSock filename. This change ensures that multipleColm MacCarthaigh2005-08-251-10/+15
* nit: Consistently CamelCase "ScriptSock".Colm MacCarthaigh2005-08-251-2/+2
* fix 64bit build warningsAndreas Steinmetz2005-08-231-7/+7
* fix 64bit build warnings in modules/davAndreas Steinmetz2005-08-236-27/+27
* Enhance CacheEnable/CacheDisable to control caching on a per-protocol, per-hostColm MacCarthaigh2005-08-233-22/+73
* remove some unused variables and re-name cache_select_url() to simply Colm MacCarthaigh2005-08-234-9/+5
* Improve the cache hit/miss ratio by canonicalising the url key. hostname'sColm MacCarthaigh2005-08-231-4/+74
* Split mod_disk_cache.c into mod_disk_cache.c and mod_disk_cache.hAndreas Steinmetz2005-08-232-64/+96
* mod_dbd:Nick Kew2005-08-202-66/+61
* Arghhh.... missed the version. Sorry for the noise.Mladen Turk2005-08-191-8/+0
* Revert the hack for setting the lbmethod.Mladen Turk2005-08-191-7/+8
* Temporary make balancer working.Mladen Turk2005-08-191-0/+7
* Add ssl dir to include path.Mladen Turk2005-08-191-2/+2
* Do not check the value of r->handler.Paul Querna2005-08-181-4/+0
* Add proxy_hook_load_lbmethods to the export and imports lists for the Netware...Bradley Nicholes2005-08-152-0/+2
* Move the debuging log message about the removal of a url fromJustin Erenkrantz2005-08-122-5/+4
* mod_disk_cache: Remove the directory path of the cached file as far as possibleJustin Erenkrantz2005-08-121-2/+49
* When using the LB Balancer manager, if you disabledJim Jagielski2005-08-121-5/+10
* Get rid of some warningsMartin Kraemer2005-08-121-3/+5
* simple, functional interface to add additional balancer lb selection methodsJim Jagielski2005-08-124-57/+129
* * modules/cache/cache_storage.c (cache_remove_url): Remove unusedJoe Orton2005-08-121-3/+0
* Fix mess left by incompleteness of previous ProxyPassReverse fixNick Kew2005-08-125-15/+17
* Fix build error from cut&pasteNick Kew2005-08-111-3/+4
* Fix incorrectly served 304 responses when expired cache entityJustin Erenkrantz2005-08-111-4/+37
* mod_cache: Implement remove URL via a filter.Justin Erenkrantz2005-08-114-19/+101
* Implement mod_disk_cache's remove_url.Justin Erenkrantz2005-08-111-2/+44
* Add const-ness to apr_dbd_driver_tNick Kew2005-08-112-2/+2