summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Silence a sparse warning about inconsistent indenting + some minor style issuesChristophe Jaillet2015-08-311-3/+3
* Silence a sparse warning about inconsistent indenting + some minor style issuesChristophe Jaillet2015-08-311-3/+2
* Silence a sparse warning about inconsistent indentingChristophe Jaillet2015-08-311-4/+3
* Avoid adding duplicate subequest filters, as they would not be strippedEric Covener2015-08-281-2/+12
* reversal of 1698239 due to nedless loop in t/apache/pr17629.tStefan Eissing2015-08-281-11/+2
* avoid adding multiple subrequest filters when there are nested subrequests. Eric Covener2015-08-271-2/+11
* giving ap_array_index a start parameter, adding ap_array_containsStefan Eissing2015-08-272-9/+17
* motorz: fix a compiler warning.Yann Ylavic2015-08-261-1/+1
* adding ap_get_protocol(c) which safeguards against NULL returns, for use inst...Stefan Eissing2015-08-262-9/+9
* changed Protocols to let vhosts override servers, removed old H2Engine exampl...Stefan Eissing2015-08-241-1/+2
* creating ap_array_index in util, forwarding scheme into request processing, e...Stefan Eissing2015-08-181-1/+1
* removed unnecessary lingering_close and sbh update on end of protocol upgrade...Stefan Eissing2015-08-171-7/+0
* introducing ap_array_index in util, used in protocol and mod_h2Stefan Eissing2015-08-172-18/+18
* fixes existing protocol missing in selection if not explicitly proposedStefan Eissing2015-08-141-4/+14
* new directive ProtocolsHonorOrder, added documentation for Protocols feature,...Stefan Eissing2015-08-132-5/+38
* c89Eric Covener2015-08-031-1/+2
* removed accidental codeStefan Eissing2015-07-241-3/+0
* new Protocols directive and core API changes to enable protocol switching on ...Stefan Eissing2015-07-242-0/+230
* s/a a/a/gRich Bowen2015-07-091-1/+1
* s/the the/the/gRich Bowen2015-07-092-2/+2
* be less weird in commentEric Covener2015-06-251-1/+1
* elaborate on a misleading commentEric Covener2015-06-251-1/+3
* SECURITY: CVE-2015-3185 (cve.mitre.org)William A. Rowe Jr2015-06-091-18/+56
* mpm_event: Follow up to r1664071: quiet compiler (spurious) warning.Yann Ylavic2015-06-071-1/+1
* core: Avoid a possible truncation of the faulty header included in theYann Ylavic2015-06-021-3/+6
* Small speed optimization when parsing <Limit>, <LimitExcept> and environment ...Christophe Jaillet2015-06-021-4/+4
* PR 57968: Don't lowercase the argument to SetHandler if the handler isEric Covener2015-05-291-2/+19
* Allow for array of multiple simul requests per connection andJim Jagielski2015-05-281-0/+1
* core: Follow up to r1599601: s/ap_log_common/ap_log_mpm_common/.Yann Ylavic2015-05-168-8/+8
* http: Don't remove the Content-Length of zero from a HEAD response if Yann Ylavic2015-05-071-5/+34
* Make REDIRECT_URL a complete URL (where set).Nick Kew2015-05-041-2/+15
* mpm_event: follow up to r1666468 and r1666618.Yann Ylavic2015-04-191-14/+17
* motorz: add missing (fix duplicated) APLOGNOs.Yann Ylavic2015-04-191-58/+58
* Fix duplicated APLOGNOs from r1661067 and r1661448.Yann Ylavic2015-04-191-1/+1
* Revert r1672014 - doesn't work as advertised (would break configsKaspar Brand2015-04-151-2/+1
* Fix CGIPassAuth built-in directive documentation,Jeff Trawick2015-04-131-1/+1
* UNSET the VirtualHost's LogLevel just before calling ap_merge_log_config(),Kaspar Brand2015-04-081-1/+2
* core_filters: restore/disable TCP_NOPUSH option after non-blocking sendfile.Yann Ylavic2015-03-261-1/+1
* core: follow up to r1668532: always initialize optional_fn pointers in ap_cre...Yann Ylavic2015-03-231-0/+1
* core: Initialize scoreboard's used optional functions on graceful restarts toYann Ylavic2015-03-232-4/+12
* core: Cleanup the request soon/even if some output filter fails toYann Ylavic2015-03-161-5/+6
* mpm_motorz: follow up to r1666482.Yann Ylavic2015-03-141-17/+18
* mpm_event: follow up to r1666468.Yann Ylavic2015-03-141-25/+17
* work w/ apr_skiplist_insert()Jim Jagielski2015-03-131-2/+2
* mpm_event: Allow for timer events duplicates. Yann Ylavic2015-03-131-4/+13
* core, modules: like r1657897 but for core and other modules than mod_proxy.Yann Ylavic2015-03-103-1/+5
* motorz: add and use the timer event of the connection.Yann Ylavic2015-03-102-46/+67
* motorz: revert bogus r1665381.Yann Ylavic2015-03-092-47/+21
* motorz:Yann Ylavic2015-03-092-21/+47
* use pollset impl instead of pollcbJim Jagielski2015-03-092-85/+118