| Commit message (Expand) | Author | Age | Files | Lines |
* | *) mod_md: lowered the required minimal libcurl version from 7.50 to 7.29 | Stefan Eissing | 2020-10-15 | 1 | -0/+3 |
* | * Update change entries via make update-changes [skip ci] | Ruediger Pluem | 2020-09-15 | 1 | -0/+11 |
* | mention 304 headers handling | Giovanni Bechis | 2020-09-09 | 1 | -0/+3 |
* | Found a PR lurking for the method type vs UBSan issue. [skip ci] | Joe Orton | 2020-09-08 | 1 | -1/+1 |
* | not my day, it seems | Stefan Eissing | 2020-07-29 | 1 | -1/+1 |
* | *) mod_http2: remote support for abandoned http-wg draft | Stefan Eissing | 2020-07-29 | 1 | -0/+4 |
* | mod_proxy_uwsgi: Error out on HTTP header larger than 16K | Yann Ylavic | 2020-07-23 | 1 | -0/+3 |
* | mod_dav: Some DAV extensions, like CalDAV, specify both document | Graham Leggett | 2020-07-15 | 1 | -0/+6 |
* | mod_dav: Add utility functions dav_validate_root_ns(), | Graham Leggett | 2020-07-15 | 1 | -0/+4 |
* | *) mod_http2: | Stefan Eissing | 2020-07-13 | 1 | -0/+8 |
* | * Make get_line more robust in the case that it is called multiple times: | Ruediger Pluem | 2020-07-06 | 1 | -0/+4 |
* | core: Remove support for the Content-MD5 header, removed in RFC7231. | Graham Leggett | 2020-07-03 | 1 | -0/+4 |
* | mod_dav: Allow other DAV modules to use dav_get_resource(). | Graham Leggett | 2020-07-03 | 1 | -0/+3 |
* | mpm_common: remove ap_mpm_unregister_poll_callback(). | Yann Ylavic | 2020-07-02 | 1 | -0/+3 |
* | Follow up to r1879419: CHANGES entry. | Yann Ylavic | 2020-07-02 | 1 | -0/+4 |
* | mod_dav: Add method_precondition hook. WebDAV extensions define | Graham Leggett | 2020-06-29 | 1 | -0/+5 |
* | Add hooks deliver_report and gather_reports to mod_dav.h. Allows other | Graham Leggett | 2020-06-28 | 1 | -0/+4 |
* | Add dav_get_provider(), dav_open_lockdb() and dav_close_lockdb() mod_dav.h. | Graham Leggett | 2020-06-28 | 1 | -0/+3 |
* | "[mod_dav_fs etag handling] should really honor the FileETag setting". | Graham Leggett | 2020-06-28 | 1 | -0/+13 |
* | Follow up to r1879179: CHANGES entry. | Yann Ylavic | 2020-06-25 | 1 | -0/+4 |
* | Add "v6only" Listen option to enable IPV6_V6ONLY in v4mapped builds | Joe Orton | 2020-06-23 | 1 | -1/+1 |
* | Backported to 2.4.x | Jim Jagielski | 2020-06-20 | 1 | -19/+0 |
* | Oups, axe spurious copypasta. | Yann Ylavic | 2020-06-19 | 1 | -6/+0 |
* | CHANGES entry for ap_proxy_define_match_worker(). | Yann Ylavic | 2020-06-19 | 1 | -0/+11 |
* | mod_proxy_http: always stream the request body by default. | Yann Ylavic | 2020-06-19 | 1 | -0/+6 |
* | * Revert r1878939, r1878938, r1878936, the changes to | Ruediger Pluem | 2020-06-19 | 1 | -7/+0 |
* | *) mod_http2: workaround to facilitate use of common internal protocol/meth... | Stefan Eissing | 2020-06-17 | 1 | -0/+4 |
* | mod_ldap: Use the LDAP API directly to implement the rebind callback | Joe Orton | 2020-06-16 | 1 | -0/+2 |
* | * Have the HTTP 0.9 / 1.1 processing code reject requests for | Ruediger Pluem | 2020-06-10 | 1 | -1/+5 |
* | *) mod_proxy_http2: the "ping" proxy parameter | Stefan Eissing | 2020-06-03 | 1 | -0/+7 |
* | mod_proxy_http: don't strip EOS when spooling request body to file. | Yann Ylavic | 2020-05-29 | 1 | -0/+3 |
* | revert r1878268 | Stefan Eissing | 2020-05-29 | 1 | -0/+3 |
* | update after backport | Stefan Eissing | 2020-05-29 | 1 | -3/+0 |
* | *) mod_proxy_http2: respect ProxyTimeout settings on backend connections | Stefan Eissing | 2020-05-28 | 1 | -0/+3 |
* | PR 64365: proxy_fcgi doesn't check expression before unsetting var | Eric Covener | 2020-05-16 | 1 | -0/+3 |
* | *) mod_http2: Fixed regression that caused connections to close when mod_re... | Stefan Eissing | 2020-05-15 | 1 | -0/+4 |
* | mod_proxy_http: handle Upgrade requests and upgraded protocol forwarding. | Yann Ylavic | 2020-05-12 | 1 | -0/+3 |
* | mod_ssl: Update the ssl_var_lookup() API: | Joe Orton | 2020-05-07 | 1 | -0/+4 |
* | mod_ssl: Drop SSLRandomSeed implementation with OpenSSL 1.1.1. | Joe Orton | 2020-05-07 | 1 | -0/+4 |
* | mod_ssl: Switch to using SSL_OP_NO_RENEGOTATION (where available) to | Joe Orton | 2020-05-05 | 1 | -0/+5 |
* | Add optional options= argument to Listen to add listener-specific | Joe Orton | 2020-04-23 | 1 | -0/+4 |
* | config: allow for environment variable substitution fallback to default value. | Yann Ylavic | 2020-04-22 | 1 | -0/+4 |
* | *) mod_http2: Fixed regression that no longer set H2_STREAM_ID and H2_STREA... | Stefan Eissing | 2020-04-16 | 1 | -0/+3 |
* | Credits where it's due. | Yann Ylavic | 2020-04-16 | 1 | -1/+2 |
* | Add forgotten entries. | Jean-Frederic Clere | 2020-04-16 | 1 | -0/+6 |
* | mod_ssl: Fix memory leak in stapling code. PR63687. | Yann Ylavic | 2020-04-15 | 1 | -0/+2 |
* | PR63628: individual status codes for ProxyErrorOverride. | Eric Covener | 2020-04-11 | 1 | -0/+3 |
* | Issue a warning for non-existent directories when running configtest | Eric Covener | 2020-04-11 | 1 | -0/+3 |
* | revert for now, surprising the scheme is present. | Eric Covener | 2020-03-25 | 1 | -4/+0 |
* | PR63437: don't clobber the scheme in r->uri with MergeSlashes | Eric Covener | 2020-03-25 | 1 | -0/+4 |