| Commit message (Expand) | Author | Age | Files | Lines |
* | Follow up to r1814659. | Yann Ylavic | 2017-11-09 | 1 | -1/+3 |
* | We can't possibly loop in ap_process_http_async_connection(). | Yann Ylavic | 2017-11-09 | 1 | -3/+4 |
* | Follow up to r1740928: including NOT_IN_PROXY in NOT_IN_DIR_LOC_FILE is both | Yann Ylavic | 2017-10-14 | 1 | -3/+3 |
* | core, mod_rewrite: introduce the 'redirect-keeps-vary' note | Luca Toscano | 2017-10-10 | 1 | -0/+11 |
* | * Silence compiler warning | Ruediger Pluem | 2017-06-28 | 1 | -1/+1 |
* | Since r1753257, "HEAD" method is registered into the registry hash with the M... | Christophe Jaillet | 2017-06-25 | 1 | -5/+1 |
* | mod_mime: fix quoted pair scanning | Eric Covener | 2017-06-04 | 1 | -2/+2 |
* | PR60647: ACC per connection not available w/ event MPM | Eric Covener | 2017-01-25 | 1 | -1/+2 |
* | http: follow up to r1777460. | Yann Ylavic | 2017-01-06 | 1 | -8/+2 |
* | Remove definition of ASCII_CRLF which is the same as CRLF_ASCII. | Christophe Jaillet | 2017-01-06 | 1 | -5/+3 |
* | http: allow folding in check_headers(), still compliant with RFC 7230 (3.2.4). | Yann Ylavic | 2017-01-05 | 1 | -16/+61 |
* | http_header_filter: on check_headers() failure, use AP_FILTER_ERROR and EOC | Yann Ylavic | 2016-12-20 | 1 | -24/+24 |
* | http: release data buckets (memory, fd, ...) as soon as possible when | Yann Ylavic | 2016-12-14 | 1 | -6/+6 |
* | Follow up to r1773761: restore EOC semantic. | Yann Ylavic | 2016-12-14 | 1 | -18/+10 |
* | Follow up to r1773761: improved recursion detection. | Yann Ylavic | 2016-12-12 | 1 | -8/+19 |
* | Follow up to r1773761: we need to check both ap_send_error_response() and int... | Yann Ylavic | 2016-12-12 | 1 | -4/+4 |
* | Follow up to r1773761: don't recurse on ap_send_error_response() either. | Yann Ylavic | 2016-12-12 | 1 | -2/+5 |
* | Follow up to r1773761: don't recurse on internal redirects. | Yann Ylavic | 2016-12-12 | 1 | -11/+25 |
* | Follow up to r1773761: don't check_headers() more than once. | Yann Ylavic | 2016-12-12 | 1 | -9/+11 |
* | Follow up to r1773293. | Yann Ylavic | 2016-12-12 | 1 | -30/+40 |
* | Drop C-L header and message-body from HTTP 204 responses. | Luca Toscano | 2016-12-09 | 1 | -2/+6 |
* | change error handling for bad resp headers | Eric Covener | 2016-12-08 | 1 | -5/+16 |
* | revert r1773285 | Eric Covener | 2016-12-08 | 1 | -15/+5 |
* | change error handling for bad resp headers | Eric Covener | 2016-12-08 | 1 | -5/+15 |
* | After eliminating unusual whitespace in Unsafe mode (e.g. \f \v), we are left | William A. Rowe Jr | 2016-12-08 | 1 | -11/+1 |
* | loop in checking response headers | Eric Covener | 2016-12-03 | 1 | -0/+1 |
* | * Fix numbers count in comment. | Ruediger Pluem | 2016-11-28 | 1 | -2/+2 |
* | Removing unused warning after r1764961 changes. | Stefan Eissing | 2016-11-22 | 1 | -1/+0 |
* | remove Location: header checks for absolute URL | Eric Covener | 2016-11-22 | 1 | -20/+0 |
* | addendum to r1769760 to make it generate 100 status lines | Stefan Eissing | 2016-11-17 | 1 | -8/+6 |
* | http: Allow unknown response status' lines returned in the form of: | Yann Ylavic | 2016-11-15 | 1 | -7/+30 |
* | Remove unnecessary apr_table_do() function casts | Jacob Champion | 2016-11-10 | 1 | -2/+1 |
* | Appears we cannot disallow this whitespace, since the chunk BNF coexisted | William A. Rowe Jr | 2016-10-18 | 1 | -2/+4 |
* | ap_check_pipeline: clarify/simplify !max_blank_lines logic, no functional cha... | Yann Ylavic | 2016-10-15 | 1 | -16/+15 |
* | Dropped the never-released ap_has_cntrls() as it had very limited | William A. Rowe Jr | 2016-10-14 | 1 | -31/+59 |
* | Rename the previously undocumented HTTPProtocol directive | William A. Rowe Jr | 2016-08-16 | 1 | -2/+2 |
* | [mod_proxy_]http: follow up to r1750392. | Yann Ylavic | 2016-08-12 | 1 | -26/+52 |
* | Revert r1756064 and r1756060 until fixed (tests framework passes). | Yann Ylavic | 2016-08-12 | 1 | -49/+25 |
* | http: follow up to r1750392. | Yann Ylavic | 2016-08-12 | 1 | -0/+1 |
* | [mod_proxy_]http: follow up to r1750392. | Yann Ylavic | 2016-08-12 | 1 | -26/+49 |
* | Fix spelling in comments and text files. | Rainer Jung | 2016-08-11 | 2 | -2/+2 |
* | A whole lotta nope, if you implement HTCPCP then register your methods in init | William A. Rowe Jr | 2016-07-18 | 1 | -2/+0 |
* | Restore 'HEAD' method as a special case of GET with the common ID | William A. Rowe Jr | 2016-07-18 | 1 | -1/+4 |
* | The method_registry is initialized in register_hooks() for mod_http | William A. Rowe Jr | 2016-07-18 | 1 | -4/+0 |
* | Simplify; this code is executed one per request processed, saving | William A. Rowe Jr | 2016-07-18 | 1 | -196/+3 |
* | Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen | William A. Rowe Jr | 2016-06-09 | 2 | -6/+6 |
* | Avoid truncating the_request line when there is no request to 'W'rite. | William A. Rowe Jr | 2016-05-13 | 1 | -2/+2 |
* | Revert 1742822, incorrect assumptions here | William A. Rowe Jr | 2016-05-12 | 1 | -4/+2 |
* | Fix yet another case where we clobber the | Rainer Jung | 2016-05-08 | 1 | -2/+4 |
* | http: Respond with "408 Request Timeout" when a timeout occurs while | Yann Ylavic | 2016-04-14 | 1 | -12/+12 |