index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
changes-entries
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-09-18
ci: show non-traceX logs only.
Yann Ylavic
1
-1
/
+1
2021-09-18
ci: print error_log on perl-framework failure.
Yann Ylavic
1
-13
/
+17
2021-09-17
*) mod_md: when MDMessageCmd for a 'challenge-setup:<type>:<dnsname>'
Stefan Eissing
5
-3
/
+29
2021-09-15
*) mod_md: fixed a bug in handling multiple parallel OCSP requests. These c...
Stefan Eissing
6
-14
/
+34
2021-09-14
* Log the correct timeout
Ruediger Pluem
1
-2
/
+2
2021-09-14
fix time-of-use vs time-of-check
Ruediger Pluem
2
-2
/
+2
2021-09-13
* adding tests to verfiy header field name length checks
Stefan Eissing
1
-0
/
+5
2021-09-11
fr doc rebuild
Lucien Gentis
2
-2
/
+4
2021-09-11
fr doc XML file update.
Lucien Gentis
1
-2
/
+4
2021-09-10
make the test work with LibreSSL
Giovanni Bechis
1
-1
/
+1
2021-09-10
* Switch to using OpenSSL EVP_* API to avoid deprecation warnings with
Stefan Eissing
2
-15
/
+20
2021-09-10
formatting change entry [skip ci]
Stefan Eissing
1
-2
/
+2
2021-09-10
* mod_http2: when a server is restarted gracefully, any idle h2 worker
Stefan Eissing
10
-8
/
+31
2021-09-09
core: Add ap_create_connection() to create a server or client/proxy connection.
Yann Ylavic
8
-14
/
+61
2021-09-09
* optimizing hook check as suggested by Yann.
Stefan Eissing
1
-1
/
+2
2021-09-09
*core: clarify comments and use hook API better to check for presence of ca...
Stefan Eissing
2
-4
/
+5
2021-09-07
mpm_event: Follow up to r1893014: log when children are not spawned.
Yann Ylavic
1
-1
/
+12
2021-09-07
Sync CHANGES [skip ci].
Yann Ylavic
6
-14
/
+19
2021-09-07
core: Follow up to r1893030: Use special address for invalid r->method.
Yann Ylavic
1
-2
/
+4
2021-09-07
core: Initialize the request fields on read failure to avoid NULLs.
Yann Ylavic
2
-0
/
+7
2021-09-07
Revert r1893026, will re-commit with minimal changes to ease backport.
Yann Ylavic
2
-9
/
+2
2021-09-07
core: Initialize the request fields on read failure to avoid NULLs.
Yann Ylavic
2
-2
/
+9
2021-09-07
mod_proxy: Don't canonicalize with both nocanon and ProxyPassInterpolateEnv On.
Yann Ylavic
2
-1
/
+4
2021-09-07
mpm_event: Fix children processes possibly not stopped on graceful restart.
Yann Ylavic
2
-0
/
+5
2021-09-07
test/time-sem.c: unlock the accept mutex before exiting (error conditions).
Yann Ylavic
1
-0
/
+2
2021-09-07
mod_unique_id: Follow up to r1892915 and r1893002: Atomic counter.
Yann Ylavic
1
-6
/
+32
2021-09-07
mod_unique_id: Follow up to r1892915: Shorter counter race condition yet.
Yann Ylavic
1
-5
/
+3
2021-09-07
core: Set r->request_time before any logging, mod_unique_id needs it.
Yann Ylavic
1
-1
/
+3
2021-09-06
mod_proxy: Follow up to r1892986: APLOGNO()
Yann Ylavic
2
-2
/
+2
2021-09-06
mod_proxy: Follow up to r1892814.
Yann Ylavic
1
-21
/
+34
2021-09-05
Fix a compilation error in the configuration where this is compiled.
Christophe Jaillet
1
-1
/
+1
2021-09-05
Fix some typo and doxygen issues.
Christophe Jaillet
1
-8
/
+8
2021-09-05
Reduce the time window where duplicates may be generated by mod_uniqueid
Christophe Jaillet
2
-7
/
+9
2021-09-05
Revert r1887244 and r1887245 which causes issues on Windows
Christophe Jaillet
2
-32
/
+24
2021-09-04
Add an alternate syntax for <!-- comment ... -->
Christophe Jaillet
1
-1
/
+3
2021-09-03
Sync CHANGES [skip ci].
Yann Ylavic
5
-11
/
+15
2021-09-03
mod_proxy: Follow up to r1892814.
Yann Ylavic
1
-1
/
+1
2021-09-03
mod_proxy: Follow up to r1892740.
Yann Ylavic
1
-11
/
+0
2021-09-03
Second attempt at updating the Travis conditions to work properly
Joe Orton
2
-2
/
+41
2021-09-03
Adjust Travis conditions for candidate-2.4.x tags.
Joe Orton
1
-2
/
+2
2021-09-02
mod_proxy: Faster unix socket path parsing in the "proxy:" URL.
Yann Ylavic
2
-2
/
+4
2021-09-02
mod_proxy_uwsgi: Fix PATH_INFO setting for generic worker.
Yann Ylavic
2
-17
/
+6
2021-09-01
mod_md:
Stefan Eissing
5
-1
/
+49
2021-08-30
mod_proxy: Fix potential tunneling infinite loop and spurious timeout.
Yann Ylavic
2
-6
/
+27
2021-08-30
Sync CHANGES entries [skip ci].
Yann Ylavic
7
-35
/
+40
2021-08-30
* mod_deflate: refrain from reading buckets of known length, just
Stefan Eissing
1
-3
/
+8
2021-08-26
Add HTTP/2 test job to Travis configuration.
Joe Orton
2
-0
/
+39
2021-08-26
test/modules/http2:
Stefan Eissing
2
-7
/
+2
2021-08-25
mod_http2: fixes a use-after-read of an integer value when
Stefan Eissing
1
-14
/
+12
2021-08-25
* test/modules/http2: using stop/start instead of reload when changing apach...
Stefan Eissing
2
-14
/
+21
[next]