summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Follow-up to r1520445:Jeff Trawick2015-04-151-1/+1
* libressl fix for removed ENGINE_CTRL_CHIL_SET_FORKCHECKEric Covener2015-04-141-0/+2
* Remove some spaces between some return statements and ';' + fix a strange fo...Christophe Jaillet2015-04-141-7/+6
* Use 'unsigned int' in bitfieldChristophe Jaillet2015-04-131-2/+2
* Tweak log messageChristophe Jaillet2015-04-121-6/+4
* More followon to r1671397 for proxy server-statusRainer Jung2015-04-101-1/+3
* Followon to r1671397 for proxy server-statusRainer Jung2015-04-091-14/+16
* Followon to r1671396: add misiing newline inRainer Jung2015-04-091-1/+1
* Followon to r1671396:Rainer Jung2015-04-091-1/+0
* allow time to first byte (of response headers)Eric Covener2015-04-071-3/+72
* Add output for "?auto" version of server-statusRainer Jung2015-04-056-92/+181
* Add more data to "?auto" view of server-status.Rainer Jung2015-04-051-5/+36
* Fix issue w/ deterministic ordering and string comparison of "http/1.1." and ...Jim Jagielski2015-04-011-10/+11
* http: Add support for RFC2324/RFC7168.Graham Leggett2015-04-011-1/+16
* * ssl_array_index is only used by code inside the HAVE_TLS_ALPN. So silence w...Ruediger Pluem2015-04-011-1/+1
* And the lognosJim Jagielski2015-03-311-4/+4
* Revert r1670436.Rainer Jung2015-03-311-145/+0
* Followup to r1670397+r1670434: even more ALPN goodness.Rainer Jung2015-03-311-0/+145
* More ALPN goodnessJim Jagielski2015-03-314-6/+154
* Followup to r1670397: add missing APLOGNO.Rainer Jung2015-03-311-1/+1
* Add missing APLOGNOs by runningRainer Jung2015-03-311-2/+2
* ALPN support, based on mod_spdy/mod_h2 patch setJim Jagielski2015-03-315-0/+161
* Correct MS-DOS check-in crap on text filesWilliam A. Rowe Jr2015-03-272-242/+242
* s/apr_pstrndup/apr_pstrmemdup/ when applicableChristophe Jaillet2015-03-261-2/+2
* mod_proxy_wstunnel: Avoid an empty response by failing with 502 (Bad Gateway)Yann Ylavic2015-03-261-10/+22
* mod_proxy_{connect,wstunnel}: follow up to r1657636.Yann Ylavic2015-03-252-26/+26
* * mod_lua: fix compilation with lua-5.3Jan Kaluža2015-03-241-0/+4
* * mod_proxy: Allow setting options to globally defined balancer fromJan Kaluža2015-03-192-1/+110
* * mod_access_compat, mod_authz_host: Handle '#' character.Jan Kaluža2015-03-192-1/+17
* Followup to r1667385, my sandbox was out of date.Eric Covener2015-03-171-1/+1
* Retry ENOENT like ECONNREFUSED, but only near a server restart.Eric Covener2015-03-171-3/+26
* core: Cleanup the request soon/even if some output filter fails toYann Ylavic2015-03-161-9/+18
* * mod_ssl: fix small memory leak in ssl_init_server_certs when ECDH is used.Jan Kaluža2015-03-131-3/+4
* Avoid a potential integer underflow in the lock timeout value sent back to a ...Christophe Jaillet2015-03-131-2/+12
* ssl_util: Fix possible crash (free => OPENSSL_free) and error path leaks whenYann Ylavic2015-03-121-3/+8
* ap_die(): follow up to r1657881.Yann Ylavic2015-03-101-2/+8
* core, modules: like r1657897 but for core and other modules than mod_proxy.Yann Ylavic2015-03-1013-33/+35
* * mod_cache: Preserve the Content-Type in case of 304 response.Jan Kaluža2015-03-091-6/+14
* mod_proxy: use the original (non absolute) form of the request-line's URIYann Ylavic2015-03-091-2/+6
* * Do not reset the retry timeout if the worker is in error at this stage evenRuediger Pluem2015-03-061-23/+38
* *) mod_rewrite: Add support for starting External Rewriting ProgramsJan Kaluža2015-03-061-3/+14
* Hmmm... why did git miss this?Jim Jagielski2015-03-051-1/+1
* Fresheh htmlJim Jagielski2015-03-051-9/+9
* core: Follow up to r1664071: comments on new keep_alive_timeout_set flag.Yann Ylavic2015-03-051-0/+8
* * Fix typo in error messageRuediger Pluem2015-03-041-1/+1
* core: If explicitly configured, use the KeepaliveTimeout value of theYann Ylavic2015-03-041-1/+13
* * mod_authn_dbd: apr_pstrdup dbd_password and dbd_hash to fix use-after-freeJan Kaluža2015-03-031-2/+4
* mod_authn_core: Add expression support to AuthName and AuthType.Graham Leggett2015-03-011-10/+51
* mod_ssl_ct needs a per-vhost module config even if a vhostJeff Trawick2015-02-221-0/+35
* Provide separate SSL_CT_*_STATUS variables for client vs. proxyJeff Trawick2015-02-223-31/+47