| Commit message (Expand) | Author | Age | Files | Lines |
* | Silence a sparse warning about inconsistent indenting + some minor style issues | Christophe Jaillet | 2015-08-31 | 1 | -3/+3 |
* | Silence a sparse warning about inconsistent indenting + some minor style issues | Christophe Jaillet | 2015-08-31 | 1 | -3/+2 |
* | Silence a sparse warning about inconsistent indenting | Christophe Jaillet | 2015-08-31 | 1 | -4/+3 |
* | Avoid adding duplicate subequest filters, as they would not be stripped | Eric Covener | 2015-08-28 | 1 | -2/+12 |
* | reversal of 1698239 due to nedless loop in t/apache/pr17629.t | Stefan Eissing | 2015-08-28 | 1 | -11/+2 |
* | avoid adding multiple subrequest filters when there are nested subrequests. | Eric Covener | 2015-08-27 | 1 | -2/+11 |
* | giving ap_array_index a start parameter, adding ap_array_contains | Stefan Eissing | 2015-08-27 | 2 | -9/+17 |
* | motorz: fix a compiler warning. | Yann Ylavic | 2015-08-26 | 1 | -1/+1 |
* | adding ap_get_protocol(c) which safeguards against NULL returns, for use inst... | Stefan Eissing | 2015-08-26 | 2 | -9/+9 |
* | changed Protocols to let vhosts override servers, removed old H2Engine exampl... | Stefan Eissing | 2015-08-24 | 1 | -1/+2 |
* | creating ap_array_index in util, forwarding scheme into request processing, e... | Stefan Eissing | 2015-08-18 | 1 | -1/+1 |
* | removed unnecessary lingering_close and sbh update on end of protocol upgrade... | Stefan Eissing | 2015-08-17 | 1 | -7/+0 |
* | introducing ap_array_index in util, used in protocol and mod_h2 | Stefan Eissing | 2015-08-17 | 2 | -18/+18 |
* | fixes existing protocol missing in selection if not explicitly proposed | Stefan Eissing | 2015-08-14 | 1 | -4/+14 |
* | new directive ProtocolsHonorOrder, added documentation for Protocols feature,... | Stefan Eissing | 2015-08-13 | 2 | -5/+38 |
* | c89 | Eric Covener | 2015-08-03 | 1 | -1/+2 |
* | removed accidental code | Stefan Eissing | 2015-07-24 | 1 | -3/+0 |
* | new Protocols directive and core API changes to enable protocol switching on ... | Stefan Eissing | 2015-07-24 | 2 | -0/+230 |
* | s/a a/a/g | Rich Bowen | 2015-07-09 | 1 | -1/+1 |
* | s/the the/the/g | Rich Bowen | 2015-07-09 | 2 | -2/+2 |
* | be less weird in comment | Eric Covener | 2015-06-25 | 1 | -1/+1 |
* | elaborate on a misleading comment | Eric Covener | 2015-06-25 | 1 | -1/+3 |
* | SECURITY: CVE-2015-3185 (cve.mitre.org) | William A. Rowe Jr | 2015-06-09 | 1 | -18/+56 |
* | mpm_event: Follow up to r1664071: quiet compiler (spurious) warning. | Yann Ylavic | 2015-06-07 | 1 | -1/+1 |
* | core: Avoid a possible truncation of the faulty header included in the | Yann Ylavic | 2015-06-02 | 1 | -3/+6 |
* | Small speed optimization when parsing <Limit>, <LimitExcept> and environment ... | Christophe Jaillet | 2015-06-02 | 1 | -4/+4 |
* | PR 57968: Don't lowercase the argument to SetHandler if the handler is | Eric Covener | 2015-05-29 | 1 | -2/+19 |
* | Allow for array of multiple simul requests per connection and | Jim Jagielski | 2015-05-28 | 1 | -0/+1 |
* | core: Follow up to r1599601: s/ap_log_common/ap_log_mpm_common/. | Yann Ylavic | 2015-05-16 | 8 | -8/+8 |
* | http: Don't remove the Content-Length of zero from a HEAD response if | Yann Ylavic | 2015-05-07 | 1 | -5/+34 |
* | Make REDIRECT_URL a complete URL (where set). | Nick Kew | 2015-05-04 | 1 | -2/+15 |
* | mpm_event: follow up to r1666468 and r1666618. | Yann Ylavic | 2015-04-19 | 1 | -14/+17 |
* | motorz: add missing (fix duplicated) APLOGNOs. | Yann Ylavic | 2015-04-19 | 1 | -58/+58 |
* | Fix duplicated APLOGNOs from r1661067 and r1661448. | Yann Ylavic | 2015-04-19 | 1 | -1/+1 |
* | Revert r1672014 - doesn't work as advertised (would break configs | Kaspar Brand | 2015-04-15 | 1 | -2/+1 |
* | Fix CGIPassAuth built-in directive documentation, | Jeff Trawick | 2015-04-13 | 1 | -1/+1 |
* | UNSET the VirtualHost's LogLevel just before calling ap_merge_log_config(), | Kaspar Brand | 2015-04-08 | 1 | -1/+2 |
* | core_filters: restore/disable TCP_NOPUSH option after non-blocking sendfile. | Yann Ylavic | 2015-03-26 | 1 | -1/+1 |
* | core: follow up to r1668532: always initialize optional_fn pointers in ap_cre... | Yann Ylavic | 2015-03-23 | 1 | -0/+1 |
* | core: Initialize scoreboard's used optional functions on graceful restarts to | Yann Ylavic | 2015-03-23 | 2 | -4/+12 |
* | core: Cleanup the request soon/even if some output filter fails to | Yann Ylavic | 2015-03-16 | 1 | -5/+6 |
* | mpm_motorz: follow up to r1666482. | Yann Ylavic | 2015-03-14 | 1 | -17/+18 |
* | mpm_event: follow up to r1666468. | Yann Ylavic | 2015-03-14 | 1 | -25/+17 |
* | work w/ apr_skiplist_insert() | Jim Jagielski | 2015-03-13 | 1 | -2/+2 |
* | mpm_event: Allow for timer events duplicates. | Yann Ylavic | 2015-03-13 | 1 | -4/+13 |
* | core, modules: like r1657897 but for core and other modules than mod_proxy. | Yann Ylavic | 2015-03-10 | 3 | -1/+5 |
* | motorz: add and use the timer event of the connection. | Yann Ylavic | 2015-03-10 | 2 | -46/+67 |
* | motorz: revert bogus r1665381. | Yann Ylavic | 2015-03-09 | 2 | -47/+21 |
* | motorz: | Yann Ylavic | 2015-03-09 | 2 | -21/+47 |
* | use pollset impl instead of pollcb | Jim Jagielski | 2015-03-09 | 2 | -85/+118 |