index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
pyhttpd
/
conf
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-10-11
*) mod_proxy_hcheck: Re-enable workers in standard ERROR state. PR 66302.
Jim Jagielski
3
-1
/
+6
2022-10-11
Remove trailing whitespace
Jim Jagielski
1
-112
/
+112
2022-10-11
*) mod_proxy_hcheck: Detect AJP/CPING support correctly. PR 66300.
Jim Jagielski
2
-11
/
+15
2022-10-11
mod_proxy: Ignore (and warn about) enablereuse=on for ProxyPassMatch when
Yann Ylavic
3
-33
/
+71
2022-10-11
Steal a number for next commit. [skip ci]
Yann Ylavic
1
-1
/
+1
2022-10-06
Resolving a duplicate log tag after ressurecting h2_headers.c for 2.4.x compat.
Stefan Eissing
1
-1
/
+1
2022-10-06
steal a number [skip ci]
Stefan Eissing
1
-1
/
+1
2022-10-01
fr doc rebuild.
Lucien Gentis
3
-574
/
+607
2022-10-01
fr doc XML file update.
Lucien Gentis
1
-1
/
+32
2022-09-27
*) mod_http2: synchronization with github sources.
Stefan Eissing
26
-98
/
+1915
2022-09-27
*) mod_http2: use proper apr_time_t where it is due, no (int) casting.
Stefan Eissing
1
-4
/
+5
2022-09-27
*) mod_http2: type adjustments and castings for int/apr_uint32_t/apr_size_t...
Stefan Eissing
14
-233
/
+118
2022-09-26
*) mod_http2: documentation clarification on dependency of H2HeaderStrictne...
Stefan Eissing
1
-1
/
+4
2022-09-26
*) mod_http2: documentation update on values for H2HeaderStrictness.
Stefan Eissing
1
-4
/
+6
2022-09-26
*) mod_http2: new directive "H2HeaderStrictness" to control the compliance
Stefan Eissing
21
-281
/
+387
2022-09-21
*) mod_http2: removing bucket splitting into an extra recv brigade.
Stefan Eissing
2
-71
/
+3
2022-09-21
*) tests: load the top-level mod_aptest in all test suites.
Stefan Eissing
8
-16
/
+135
2022-09-20
*) mod_proxy_http2: use only the ':authority' header to forward 'Host'
Stefan Eissing
6
-14
/
+66
2022-09-10
fr doc rebuild.
Lucien Gentis
4
-22
/
+16
2022-09-10
fr doc XML file update.
Lucien Gentis
1
-5
/
+14
2022-09-10
*) test mod_md: disabling test holding file lock as this fails in our CI
Stefan Eissing
1
-0
/
+1
2022-09-09
Fix a doc build issue introduced in r1903933.
Christophe Jaillet
1
-1
/
+1
2022-09-09
Fix a strange link in the French Doc.
Christophe Jaillet
1
-2
/
+1
2022-09-08
Add some syntax highlight to some directive usage examples.
Christophe Jaillet
1
-1
/
+11
2022-09-03
fr doc rebuild.
Lucien Gentis
3
-13
/
+26
2022-09-03
fr doc XML files updates.
Lucien Gentis
2
-12
/
+27
2022-09-03
emphasize a few things about authz_host
Eric Covener
1
-2
/
+3
2022-08-29
xforms
Jim Jagielski
22
-2738
/
+2795
2022-08-28
Document hcmethod enhancement to allow HTTP/1.1 comms
Jim Jagielski
1
-0
/
+3
2022-08-28
Allow for HTTP/1.1 or HTTP/1.0 protocol health checks
Jim Jagielski
4
-13
/
+35
2022-08-27
fr doc rebuild.
Lucien Gentis
4
-379
/
+423
2022-08-27
fr doc XML files updates.
Lucien Gentis
2
-4
/
+45
2022-08-25
* Use apr_size_t instead of int to harden against overflows.
Ruediger Pluem
1
-2
/
+2
2022-08-25
mod_md v2.4.19 from github sync
Stefan Eissing
17
-68
/
+464
2022-08-25
Stole a new number.
Stefan Eissing
1
-1
/
+1
2022-08-18
core: Follow up to r1902728: ap_max_mem_free early setting.
Yann Ylavic
1
-1
/
+1
2022-08-18
core: Follow up to r1902728 and r1902909: Move comment where relevant.
Yann Ylavic
1
-1
/
+1
2022-08-17
* http2_get_num_workers is not deprecated.
Ruediger Pluem
1
-3
/
+3
2022-08-01
*) mod_ssl: when a proxy connection had handled a request using SSL, an
Stefan Eissing
4
-2
/
+40
2022-07-21
core: Follow up to r1902728 and r1902906: simplify for APR-1.8+.
Yann Ylavic
1
-15
/
+2
2022-07-21
core: Follow up to r1902728: pools may have no allocator with APR_POOL_DEBUG.
Yann Ylavic
1
-12
/
+31
2022-07-19
util_cpre: Follow up to r1902731: Simplify thread pool allocation.
Yann Ylavic
1
-64
/
+21
2022-07-15
util: Follow up to r1902728 and r1902731: static/AP_THREAD_LOCAL order matters.
Yann Ylavic
2
-2
/
+2
2022-07-15
util_pcre: Restore nmatch < ncaps behaviour with PCRE1 (only).
Yann Ylavic
1
-0
/
+26
2022-07-15
util_pcre: Add a thread local subpool cache for when stack does not suffice.
Yann Ylavic
1
-61
/
+164
2022-07-15
core: Apply ap_max_mem_free to created threads' pool allocator.
Yann Ylavic
2
-83
/
+88
2022-07-11
Make pytest error whitelist a bit more explicit
Rainer Jung
1
-1
/
+6
2022-07-11
mpm_winnt: Follow up to r1902636: another compilation error.
Yann Ylavic
1
-1
/
+1
2022-07-10
mpm_winnt: Fix compilation error.
Yann Ylavic
1
-1
/
+1
2022-07-08
Follow-up to r1902572: Remove now unused #include.
Ivan Zhakov
1
-1
/
+0
[next]