| Commit message (Expand) | Author | Age | Files | Lines |
* | http_protocol: make request processing more robust for incomplete data | Stefan Eissing | 2023-06-21 | 1 | -0/+7 |
* | *) http_protocol: if there is a request and an error bucket in the input | Stefan Eissing | 2023-06-21 | 1 | -62/+71 |
* | fail on bad header | Eric Covener | 2023-01-10 | 1 | -0/+2 |
* | handle large writes in ap_rputs | Eric Covener | 2022-06-01 | 1 | -0/+3 |
* | Merge PR 311: | Stefan Eissing | 2022-04-13 | 1 | -418/+257 |
* | *) core/mod_http: use RESPONSE meta buckets and a new HTTP/1.x specific | Stefan Eissing | 2022-04-07 | 1 | -39/+19 |
* | *) core/mod_http/mod_http2: | Stefan Eissing | 2022-04-04 | 1 | -0/+53 |
* | core: Simpler connection close logic if discarding the request body fails. | Yann Ylavic | 2022-03-07 | 1 | -20/+8 |
* | http: Enforce that fully qualified uri-paths not to be forward-proxied | Yann Ylavic | 2021-12-13 | 1 | -1/+22 |
* | Revert spurious commit r1895340. | Yann Ylavic | 2021-11-25 | 1 | -19/+1 |
* | Trigger ci. | Yann Ylavic | 2021-11-25 | 1 | -1/+19 |
* | core: Follow up to r1893030: Use special address for invalid r->method. | Yann Ylavic | 2021-09-07 | 1 | -2/+4 |
* | core: Initialize the request fields on read failure to avoid NULLs. | Yann Ylavic | 2021-09-07 | 1 | -0/+5 |
* | Revert r1893026, will re-commit with minimal changes to ease backport. | Yann Ylavic | 2021-09-07 | 1 | -7/+2 |
* | core: Initialize the request fields on read failure to avoid NULLs. | Yann Ylavic | 2021-09-07 | 1 | -2/+7 |
* | core: Set r->request_time before any logging, mod_unique_id needs it. | Yann Ylavic | 2021-09-07 | 1 | -1/+3 |
* | server/protocol.c: remove old hooks links that had been moved to server/ssl.c | Stefan Eissing | 2021-04-13 | 1 | -5/+0 |
* | *) core: provide ap_ssl_* functions in new http_ssl.h header file. | Stefan Eissing | 2021-03-26 | 1 | -103/+0 |
* | Make sure that conn->keepalive is NOT reset after being set in ap_read_reques... | Jean-Frederic Clere | 2021-03-24 | 1 | -0/+1 |
* | Changed ap_ssl_answer_challenge() and its hook to provide PEM data for | Stefan Eissing | 2021-03-03 | 1 | -4/+4 |
* | Adding more ap_ssl_* functions and hooks to the core server. | Stefan Eissing | 2021-03-02 | 1 | -0/+36 |
* | *) core: Adding SSL related inquiry functions to the server API. | Stefan Eissing | 2021-02-23 | 1 | -0/+72 |
* | Follow up to r1877955: don't reuse the connection for mixed C-L / T-E requests | Yann Ylavic | 2020-06-30 | 1 | -3/+10 |
* | Follow up to r1877955: always validate the Content-Length | Yann Ylavic | 2020-06-30 | 1 | -11/+13 |
* | Validate request-target per RFC 7230 section 5.3. | Yann Ylavic | 2020-06-22 | 1 | -2/+17 |
* | Add a space to be consistent with surrounding code and to synch with 2.4.x | Christophe Jaillet | 2020-06-19 | 1 | -1/+1 |
* | * Revert r1878939, r1878938, r1878936, the changes to | Ruediger Pluem | 2020-06-19 | 1 | -14/+2 |
* | * Have the HTTP 0.9 / 1.1 processing code reject requests for | Ruediger Pluem | 2020-06-10 | 1 | -2/+14 |
* | core, protocol: reject invalid Content-Length ASAP. | Yann Ylavic | 2020-05-20 | 1 | -1/+12 |
* | core: follow up to r1876664: allow ErrorDocument to read body when applicable | Yann Ylavic | 2020-04-21 | 1 | -35/+40 |
* | core, h2: common ap_parse_request_line() and ap_check_request_header() code. | Yann Ylavic | 2020-04-17 | 1 | -79/+97 |
* | core, h2: send EOR for early HTTP request failure. | Yann Ylavic | 2020-04-17 | 1 | -60/+82 |
* | Fix spelling errors found by codespell. [skip ci] | Mike Rumph | 2020-02-13 | 1 | -1/+1 |
* | factor out TE=chunked checking | Eric Covener | 2020-02-07 | 1 | -2/+1 |
* | PR63669: handle APR_BADARG return from ap_rgetline | Eric Covener | 2020-01-31 | 1 | -0/+3 |
* | Revert r1869222, wrong files committed. | Yann Ylavic | 2019-10-31 | 1 | -128/+93 |
* | mod_proxy_http: follow up to r1869216. | Yann Ylavic | 2019-10-31 | 1 | -93/+128 |
* | mod_proxy_http: Fix 100-continue deadlock for spooled request bodies. PR 63855. | Yann Ylavic | 2019-10-18 | 1 | -4/+11 |
* | Fix a typo in a message. | Christophe Jaillet | 2019-10-05 | 1 | -1/+1 |
* | Fix a signed/unsigned comparison that can never match. | Christophe Jaillet | 2019-08-10 | 1 | -2/+2 |
* | Fix a shadow (and useless) variable. | Christophe Jaillet | 2018-10-19 | 1 | -5/+3 |
* | * server/protocol.c (ap_rvputs): Call va_end before returning in the | Joe Orton | 2018-10-05 | 1 | -0/+1 |
* | add ids | Eric Covener | 2018-08-15 | 1 | -3/+3 |
* | Add StrictHostCheck | Eric Covener | 2018-08-14 | 1 | -2/+19 |
* | http: Enforce consistently no response body with both 204 and 304 statuses. | Yann Ylavic | 2018-07-30 | 1 | -1/+1 |
* | mod_proxy_http: forward 100-continue. | Yann Ylavic | 2018-07-24 | 1 | -14/+16 |
* | PR62368: Print the unparsed URI in AH03454 | Eric Covener | 2018-05-17 | 1 | -1/+1 |
* | Axe ap_rgetline_core(), not used anymore. | Yann Ylavic | 2018-04-22 | 1 | -18/+7 |
* | Follow up to r1829659, ap_[f]getline() EBCDIC awareness. | Yann Ylavic | 2018-04-22 | 1 | -9/+24 |
* | http: add ap_fgetline() and AP_GETLINE_NONBLOCK flag. | Yann Ylavic | 2018-04-20 | 1 | -24/+51 |