summaryrefslogtreecommitdiff
path: root/modules/http/http_core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge PR 311:Stefan Eissing2022-04-131-2/+61
* *) core/mod_http: use RESPONSE meta buckets and a new HTTP/1.x specificStefan Eissing2022-04-071-0/+14
* *) core/mod_http/mod_http2:Stefan Eissing2022-04-041-0/+4
* Make sure that conn->keepalive is NOT reset after being set in ap_read_reques...Jean-Frederic Clere2021-03-241-6/+0
* core: handle morphing buckets setaside/reinstate and kill request core filter.Yann Ylavic2020-03-311-2/+0
* revert r1857857.Christophe Jaillet2019-04-241-0/+9
* Axe a useless comment.Christophe Jaillet2019-04-201-9/+0
* Follow up to r1814659.Yann Ylavic2017-11-081-1/+3
* We can't possibly loop in ap_process_http_async_connection().Yann Ylavic2017-11-081-3/+4
* Follow up to r1740928: including NOT_IN_PROXY in NOT_IN_DIR_LOC_FILE is bothYann Ylavic2017-10-141-3/+3
* * Silence compiler warningRuediger Pluem2017-06-281-1/+1
* PR60647: ACC per connection not available w/ event MPMEric Covener2017-01-251-1/+2
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* Avoid truncating the_request line when there is no request to 'W'rite.William A. Rowe Jr2016-05-131-2/+2
* Revert 1742822, incorrect assumptions hereWilliam A. Rowe Jr2016-05-121-4/+2
* Fix yet another case where we clobber theRainer Jung2016-05-081-2/+4
* reverting r1735176Stefan Eissing2016-03-161-29/+2
* mod_http: Make sure HTTP filters are added on HTTP requests only.Graham Leggett2016-03-151-2/+29
* core: Extend support for setting aside data from the network input filterGraham Leggett2016-03-121-0/+1
* core: Extend support for asynchronous write completion from theGraham Leggett2015-10-041-0/+2
* core: Follow up to r1664071: comments on new keep_alive_timeout_set flag.Yann Ylavic2015-03-051-0/+8
* core: If explicitly configured, use the KeepaliveTimeout value of theYann Ylavic2015-03-041-1/+13
* Fix segfault caused by r1204104 on non-async mpms.Stefan Fritsch2011-11-201-1/+2
* Remove MPM-private stuff from conn_state_tStefan Fritsch2011-11-191-0/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-5/+5
* Create wrapper API for apr_random;Stefan Fritsch2011-09-151-0/+6
* Introduce new function ap_get_conn_socket() to access the socket ofStefan Fritsch2011-06-131-1/+1
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* KeepAlive no longer accepts other than On|Off.Takashi Sato2009-11-221-11/+3
* Use the new ap_update_child_status_from_conn() to put the client IP into theStefan Fritsch2009-10-181-2/+2
* handle an unfortunate implication of loadable MPMs:Jeff Trawick2009-04-021-21/+25
* Enhance KeepAliveTimeout to support a value in milliseconds.Takashi Sato2009-01-121-1/+5
* Introduce Suspendable Requests to the Event MPM.Paul Querna2008-09-201-1/+2
* Move the KeptBodySize directive, kept_body filters and theGraham Leggett2008-04-111-49/+6
* NO var declarations in the middle of the code.Guenter Knauf2008-04-081-1/+1
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+0
* Remove calls to ap_graceful_stop_signalled, and replace by using ap_mpm_queryPaul Querna2008-04-071-1/+7
* If you study all of the directive implementations, you'll noteWilliam A. Rowe Jr2008-04-061-3/+3
* core: Add the option to keep aside a request body up to a certainGraham Leggett2007-11-071-6/+49
* Ensure the URI is "*" and not something like "*foo"Jim Jagielski2007-10-021-1/+2
* We should return Jim Jagielski2007-10-021-1/+1
* Reduce the last change to a minimum, since OPTIONS * does notRoy T. Fielding2007-10-021-13/+3
* OPTIONS * does not map to storage, so handle thisJim Jagielski2007-10-021-0/+19
* Fixup style nitpicks:Paul Querna2007-06-121-3/+4
* Add a clogging_input_filters variable to the conn_rec, enabling the Event MPM...Paul Querna2007-06-121-0/+6
* update license header textRoy T. Fielding2006-07-111-6/+6
* Add optional 'scheme://' prefix to ServerName directive. ForSander Temme2006-05-051-0/+12
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Morph the ap_http_broken_backend_filter() proxy "specific"Jim Jagielski2005-12-201-4/+5