index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Follow-up to r1520445:
Jeff Trawick
2015-04-15
1
-1
/
+1
*
libressl fix for removed ENGINE_CTRL_CHIL_SET_FORKCHECK
Eric Covener
2015-04-14
1
-0
/
+2
*
Remove some spaces between some return statements and ';' + fix a strange fo...
Christophe Jaillet
2015-04-14
1
-7
/
+6
*
Use 'unsigned int' in bitfield
Christophe Jaillet
2015-04-13
1
-2
/
+2
*
Tweak log message
Christophe Jaillet
2015-04-12
1
-6
/
+4
*
More followon to r1671397 for proxy server-status
Rainer Jung
2015-04-10
1
-1
/
+3
*
Followon to r1671397 for proxy server-status
Rainer Jung
2015-04-09
1
-14
/
+16
*
Followon to r1671396: add misiing newline in
Rainer Jung
2015-04-09
1
-1
/
+1
*
Followon to r1671396:
Rainer Jung
2015-04-09
1
-1
/
+0
*
allow time to first byte (of response headers)
Eric Covener
2015-04-07
1
-3
/
+72
*
Add output for "?auto" version of server-status
Rainer Jung
2015-04-05
6
-92
/
+181
*
Add more data to "?auto" view of server-status.
Rainer Jung
2015-04-05
1
-5
/
+36
*
Fix issue w/ deterministic ordering and string comparison of "http/1.1." and ...
Jim Jagielski
2015-04-01
1
-10
/
+11
*
http: Add support for RFC2324/RFC7168.
Graham Leggett
2015-04-01
1
-1
/
+16
*
* ssl_array_index is only used by code inside the HAVE_TLS_ALPN. So silence w...
Ruediger Pluem
2015-04-01
1
-1
/
+1
*
And the lognos
Jim Jagielski
2015-03-31
1
-4
/
+4
*
Revert r1670436.
Rainer Jung
2015-03-31
1
-145
/
+0
*
Followup to r1670397+r1670434: even more ALPN goodness.
Rainer Jung
2015-03-31
1
-0
/
+145
*
More ALPN goodness
Jim Jagielski
2015-03-31
4
-6
/
+154
*
Followup to r1670397: add missing APLOGNO.
Rainer Jung
2015-03-31
1
-1
/
+1
*
Add missing APLOGNOs by running
Rainer Jung
2015-03-31
1
-2
/
+2
*
ALPN support, based on mod_spdy/mod_h2 patch set
Jim Jagielski
2015-03-31
5
-0
/
+161
*
Correct MS-DOS check-in crap on text files
William A. Rowe Jr
2015-03-27
2
-242
/
+242
*
s/apr_pstrndup/apr_pstrmemdup/ when applicable
Christophe Jaillet
2015-03-26
1
-2
/
+2
*
mod_proxy_wstunnel: Avoid an empty response by failing with 502 (Bad Gateway)
Yann Ylavic
2015-03-26
1
-10
/
+22
*
mod_proxy_{connect,wstunnel}: follow up to r1657636.
Yann Ylavic
2015-03-25
2
-26
/
+26
*
* mod_lua: fix compilation with lua-5.3
Jan Kaluža
2015-03-24
1
-0
/
+4
*
* mod_proxy: Allow setting options to globally defined balancer from
Jan Kaluža
2015-03-19
2
-1
/
+110
*
* mod_access_compat, mod_authz_host: Handle '#' character.
Jan Kaluža
2015-03-19
2
-1
/
+17
*
Followup to r1667385, my sandbox was out of date.
Eric Covener
2015-03-17
1
-1
/
+1
*
Retry ENOENT like ECONNREFUSED, but only near a server restart.
Eric Covener
2015-03-17
1
-3
/
+26
*
core: Cleanup the request soon/even if some output filter fails to
Yann Ylavic
2015-03-16
1
-9
/
+18
*
* mod_ssl: fix small memory leak in ssl_init_server_certs when ECDH is used.
Jan Kaluža
2015-03-13
1
-3
/
+4
*
Avoid a potential integer underflow in the lock timeout value sent back to a ...
Christophe Jaillet
2015-03-13
1
-2
/
+12
*
ssl_util: Fix possible crash (free => OPENSSL_free) and error path leaks when
Yann Ylavic
2015-03-12
1
-3
/
+8
*
ap_die(): follow up to r1657881.
Yann Ylavic
2015-03-10
1
-2
/
+8
*
core, modules: like r1657897 but for core and other modules than mod_proxy.
Yann Ylavic
2015-03-10
13
-33
/
+35
*
* mod_cache: Preserve the Content-Type in case of 304 response.
Jan Kaluža
2015-03-09
1
-6
/
+14
*
mod_proxy: use the original (non absolute) form of the request-line's URI
Yann Ylavic
2015-03-09
1
-2
/
+6
*
* Do not reset the retry timeout if the worker is in error at this stage even
Ruediger Pluem
2015-03-06
1
-23
/
+38
*
*) mod_rewrite: Add support for starting External Rewriting Programs
Jan Kaluža
2015-03-06
1
-3
/
+14
*
Hmmm... why did git miss this?
Jim Jagielski
2015-03-05
1
-1
/
+1
*
Fresheh html
Jim Jagielski
2015-03-05
1
-9
/
+9
*
core: Follow up to r1664071: comments on new keep_alive_timeout_set flag.
Yann Ylavic
2015-03-05
1
-0
/
+8
*
* Fix typo in error message
Ruediger Pluem
2015-03-04
1
-1
/
+1
*
core: If explicitly configured, use the KeepaliveTimeout value of the
Yann Ylavic
2015-03-04
1
-1
/
+13
*
* mod_authn_dbd: apr_pstrdup dbd_password and dbd_hash to fix use-after-free
Jan Kaluža
2015-03-03
1
-2
/
+4
*
mod_authn_core: Add expression support to AuthName and AuthType.
Graham Leggett
2015-03-01
1
-10
/
+51
*
mod_ssl_ct needs a per-vhost module config even if a vhost
Jeff Trawick
2015-02-22
1
-0
/
+35
*
Provide separate SSL_CT_*_STATUS variables for client vs. proxy
Jeff Trawick
2015-02-22
3
-31
/
+47
[next]