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
*
mod_watchdog: use a single "wd_running" pool in wd_worker() thread.
Yann Ylavic
2020-04-17
1
-19
/
+10
*
core, h2: common ap_parse_request_line() and ap_check_request_header() code.
Yann Ylavic
2020-04-17
1
-37
/
+8
*
core, h2: send EOR for early HTTP request failure.
Yann Ylavic
2020-04-17
1
-20
/
+38
*
* modules/core/mod_watchdog.c (wd_worker): Fix crashes snuck into
Joe Orton
2020-04-16
1
-15
/
+18
*
*) mod_http2: Fixed regression that no longer set H2_STREAM_ID and H2_STREA...
Stefan Eissing
2020-04-16
1
-0
/
+2
*
* modules/aaa/mod_authnz_ldap.c (build_request_config): Fix typo.
Joe Orton
2020-04-16
1
-1
/
+1
*
Add missing pool tags to help debugging.
Yann Ylavic
2020-04-16
34
-5
/
+59
*
mod_{ssl,md}: init_stapling_status hooks should return an int.
Yann Ylavic
2020-04-15
3
-4
/
+4
*
mod_ssl: Fix memory leak in stapling code. PR63687.
Yann Ylavic
2020-04-15
1
-11
/
+17
*
PR64295 cannot override default Virtualhost's mod_reqtimeout
Jean-Frederic Clere
2020-04-15
1
-2
/
+2
*
* modules/core/mod_watchdog.c: Switch to simpler logic to avoid the
Joe Orton
2020-04-14
1
-18
/
+12
*
PR63628: individual status codes for ProxyErrorOverride.
Eric Covener
2020-04-11
7
-18
/
+82
*
* modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Further tweaks
Joe Orton
2020-04-02
1
-16
/
+31
*
core: add r->flushed flag and set it when the response is sent.
Yann Ylavic
2020-04-02
1
-0
/
+5
*
* modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Handle the case
Ruediger Pluem
2020-04-01
1
-29
/
+29
*
* modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Treat zero-length
Joe Orton
2020-04-01
1
-2
/
+6
*
core: handle morphing buckets setaside/reinstate and kill request core filter.
Yann Ylavic
2020-03-31
2
-11
/
+2
*
* modules/ssl/ssl_engine_io.c: Update comment, no function change, [skip ci]
Joe Orton
2020-03-30
1
-1
/
+8
*
* modules/ssl/ssl_engine_io.c: (ssl_io_filter_coalesce): Handle the
Joe Orton
2020-03-30
1
-1
/
+11
*
Add lognos. [skip ci].
Joe Orton
2020-03-30
1
-2
/
+2
*
mod_ssl: Extend the coalescing filter to avoid sending HTTP response
Joe Orton
2020-03-30
1
-12
/
+63
*
Fix a typo
Christophe Jaillet
2020-03-28
1
-1
/
+1
*
* modules/ssl/ssl_private.h: Define X509_up_ref and EVP_PKEY_up_ref
Joe Orton
2020-03-26
3
-12
/
+2
*
* modules/ssl/ssl_engine_vars.c (ssl_get_tls_cb): Fix leak of X509
Joe Orton
2020-03-25
1
-0
/
+5
*
wss also needs is_ssl.
Jean-Frederic Clere
2020-03-24
1
-1
/
+1
*
Fix compilation breakage with OpenSSL 1.1.0 up to 1.1.0f.
Rainer Jung
2020-03-23
1
-1
/
+1
*
* modules/ssl/ssl_util_stapling.c (stapling_check_response) Don't send
Ruediger Pluem
2020-03-18
1
-2
/
+2
*
* modules/ssl/ssl_util_stapling.c (stapling_check_response) Don't stop
Ruediger Pluem
2020-03-18
1
-7
/
+1
*
* modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response): Clear any
Ruediger Pluem
2020-03-18
1
-0
/
+1
*
remove unused headers
Giovanni Bechis
2020-03-09
1
-11
/
+0
*
restore/explain new session creation
Eric Covener
2020-03-02
1
-0
/
+9
*
*) mod_http2: Fixes issue where mod_unique_id would generate non-unique req...
Stefan Eissing
2020-03-02
5
-35
/
+33
*
PR56040: add SessionCookieMaxAge On/Off
Eric Covener
2020-03-02
1
-2
/
+21
*
bubble up an error if none of the passhrases work
Eric Covener
2020-03-01
1
-0
/
+2
*
PR56052: resolve problems with expired sessions
Eric Covener
2020-03-01
1
-9
/
+8
*
PR64140: Allow %{Content-Type} in health check expressions
Eric Covener
2020-02-28
1
-0
/
+7
*
Slighly simplify code.
Christophe Jaillet
2020-02-28
1
-12
/
+4
*
Remove duplicated "CookieTracking" directive in 'command_rec'.
Christophe Jaillet
2020-02-28
1
-2
/
+0
*
mod_ssl: simpler "goto" logic for stapling_renew_response().
Yann Ylavic
2020-02-27
1
-13
/
+8
*
mod_ssl: Fix memory leak of OCSP stapling response.
Yann Ylavic
2020-02-27
1
-7
/
+13
*
Revert r1874574: wrong patch.
Yann Ylavic
2020-02-27
1
-18
/
+10
*
mod_ssl: Fix memory leak of OCSP stapling response.
Yann Ylavic
2020-02-27
1
-10
/
+18
*
"?:" is a GNU extension, use standard syntax
Giovanni Bechis
2020-02-27
2
-2
/
+2
*
Avoid printing NULL strings in logs
Giovanni Bechis
2020-02-26
1
-1
/
+1
*
* modules/generators/cgi_common.h (cgi_handle_request): Catch
Joe Orton
2020-02-25
1
-1
/
+4
*
* modules/generators/cgi_common.h (cgi_handle_request): Factor out
Joe Orton
2020-02-25
3
-158
/
+115
*
* Another whitespace fix
Ruediger Pluem
2020-02-25
1
-1
/
+0
*
* Whitespace fix
Ruediger Pluem
2020-02-25
1
-1
/
+1
*
PR64172: drop severity of AH01666
Eric Covener
2020-02-23
1
-1
/
+1
*
PR64077: samesite/httponly/secure flags for usertrack
Eric Covener
2020-02-22
1
-0
/
+55
[next]