summaryrefslogtreecommitdiff
path: root/modules/http
Commit message (Expand)AuthorAgeFilesLines
...
* [mod_proxy_]http: follow up to r1750392.Yann Ylavic2016-08-121-26/+52
* Revert r1756064 and r1756060 until fixed (tests framework passes).Yann Ylavic2016-08-111-49/+25
* http: follow up to r1750392.Yann Ylavic2016-08-111-0/+1
* [mod_proxy_]http: follow up to r1750392.Yann Ylavic2016-08-111-26/+49
* Fix spelling in comments and text files.Rainer Jung2016-08-112-2/+2
* A whole lotta nope, if you implement HTCPCP then register your methods in initWilliam A. Rowe Jr2016-07-181-2/+0
* Restore 'HEAD' method as a special case of GET with the common IDWilliam A. Rowe Jr2016-07-181-1/+4
* The method_registry is initialized in register_hooks() for mod_httpWilliam A. Rowe Jr2016-07-181-4/+0
* Simplify; this code is executed one per request processed, saving William A. Rowe Jr2016-07-181-196/+3
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-092-6/+6
* 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
* http: Respond with "408 Request Timeout" when a timeout occurs whileYann Ylavic2016-04-141-12/+12
* Follow up to r1734656: restore c->data_in_input_filters usage toYann Ylavic2016-03-221-1/+5
* 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-122-5/+3
* Add 451... Needed to adjust RESPONSE_CODES whichJim Jagielski2016-02-161-1/+27
* revert r1725348, force-response-1.0 is not suggested.Eric Covener2016-01-211-2/+0
* leave a note that RFC7230 suggests force-response-1.0 behavior.Eric Covener2016-01-181-0/+2
* Use 'ap_array_str_contains' to simplify code.Christophe Jaillet2015-12-201-19/+6
* More ap_casecmpstr[n]() usages (follow up to r1715876).Yann Ylavic2015-11-231-1/+1
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-232-5/+5
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-232-5/+5
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-232-5/+5
* core: follow up to r1710095, r1710105.Yann Ylavic2015-11-021-72/+75
* core: follow up to r1710095.Yann Ylavic2015-10-221-31/+38
* core: Limit to ten the number of tolerated empty lines between request,Yann Ylavic2015-10-221-12/+74
* Make sure we free the main request rather than the final internalGraham Leggett2015-10-061-8/+8
* core: Extend support for asynchronous write completion from theGraham Leggett2015-10-042-2/+12
* mod_ssl: follow up to r1705194, r1705823, r1705826 and r1705828.Yann Ylavic2015-09-291-2/+2
* mod_ssl: forward EOR (only) brigades to the core_output_filter().Yann Ylavic2015-09-241-2/+2
* Avoid adding duplicate subequest filters, as they would not be strippedEric Covener2015-08-281-2/+11
* reversal of 1698239 due to nedless loop in t/apache/pr17629.tStefan Eissing2015-08-281-10/+2
* avoid adding multiple subrequest filters when there are nested subrequests. Eric Covener2015-08-271-2/+10
* ap_process_request needs exportation for use in mod_h2 on WindowsGregg Lewis Smith2015-08-101-1/+1
* http: follow up to r1685345.Yann Ylavic2015-07-011-0/+7
* http: follow up to r1685345, also needed in 2.4.x/2.2.x by r1686271/r1687339.Yann Ylavic2015-07-011-0/+1
* http: follow up to r1484852.Yann Ylavic2015-06-291-16/+18
* Follow up to r1685345: don't accept spaces *before* the chunk-size.Yann Ylavic2015-06-141-4/+0
* Follow up to r1684513: allow spaces before and after chunk-size.Yann Ylavic2015-06-131-2/+16
* Follow up to r1684513: apply missing changes voted on security@.Yann Ylavic2015-06-131-3/+2
* http, mod_ssl: Introduce and return the 421 (Misdirected Request) status codeYann Ylavic2015-06-121-1/+6
* Limit accepted chunk-size to 2^63-1 and be strict about chunk-extWilliam A. Rowe Jr2015-06-091-47/+83
* http: Don't remove the Content-Length of zero from a HEAD response if Yann Ylavic2015-05-071-25/+0
* http: Add support for RFC2324/RFC7168.Graham Leggett2015-04-011-1/+16
* core: Cleanup the request soon/even if some output filter fails toYann Ylavic2015-03-161-9/+18
* ap_die(): follow up to r1657881.Yann Ylavic2015-03-101-2/+8
* core, modules: like r1657897 but for core and other modules than mod_proxy.Yann Ylavic2015-03-101-1/+11