index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
*) mod_http2: synchronization with github sources.
Stefan Eissing
2022-09-27
26
-98
/
+1915
*
*) mod_http2: use proper apr_time_t where it is due, no (int) casting.
Stefan Eissing
2022-09-27
1
-4
/
+5
*
*) mod_http2: type adjustments and castings for int/apr_uint32_t/apr_size_t...
Stefan Eissing
2022-09-27
14
-233
/
+118
*
*) mod_http2: documentation clarification on dependency of H2HeaderStrictne...
Stefan Eissing
2022-09-26
1
-1
/
+4
*
*) mod_http2: documentation update on values for H2HeaderStrictness.
Stefan Eissing
2022-09-26
1
-4
/
+6
*
*) mod_http2: new directive "H2HeaderStrictness" to control the compliance
Stefan Eissing
2022-09-26
21
-281
/
+387
*
*) mod_http2: removing bucket splitting into an extra recv brigade.
Stefan Eissing
2022-09-21
2
-71
/
+3
*
*) tests: load the top-level mod_aptest in all test suites.
Stefan Eissing
2022-09-21
8
-16
/
+135
*
*) mod_proxy_http2: use only the ':authority' header to forward 'Host'
Stefan Eissing
2022-09-20
6
-14
/
+66
*
fr doc rebuild.
Lucien Gentis
2022-09-10
4
-22
/
+16
*
fr doc XML file update.
Lucien Gentis
2022-09-10
1
-5
/
+14
*
*) test mod_md: disabling test holding file lock as this fails in our CI
Stefan Eissing
2022-09-10
1
-0
/
+1
*
Fix a doc build issue introduced in r1903933.
Christophe Jaillet
2022-09-09
1
-1
/
+1
*
Fix a strange link in the French Doc.
Christophe Jaillet
2022-09-09
1
-2
/
+1
*
Add some syntax highlight to some directive usage examples.
Christophe Jaillet
2022-09-08
1
-1
/
+11
*
fr doc rebuild.
Lucien Gentis
2022-09-03
3
-13
/
+26
*
fr doc XML files updates.
Lucien Gentis
2022-09-03
2
-12
/
+27
*
emphasize a few things about authz_host
Eric Covener
2022-09-03
1
-2
/
+3
*
xforms
Jim Jagielski
2022-08-29
22
-2738
/
+2795
*
Document hcmethod enhancement to allow HTTP/1.1 comms
Jim Jagielski
2022-08-28
1
-0
/
+3
*
Allow for HTTP/1.1 or HTTP/1.0 protocol health checks
Jim Jagielski
2022-08-28
4
-13
/
+35
*
fr doc rebuild.
Lucien Gentis
2022-08-27
4
-379
/
+423
*
fr doc XML files updates.
Lucien Gentis
2022-08-27
2
-4
/
+45
*
* Use apr_size_t instead of int to harden against overflows.
Ruediger Pluem
2022-08-25
1
-2
/
+2
*
mod_md v2.4.19 from github sync
Stefan Eissing
2022-08-25
17
-68
/
+464
*
Stole a new number.
Stefan Eissing
2022-08-25
1
-1
/
+1
*
core: Follow up to r1902728: ap_max_mem_free early setting.
Yann Ylavic
2022-08-18
1
-1
/
+1
*
core: Follow up to r1902728 and r1902909: Move comment where relevant.
Yann Ylavic
2022-08-18
1
-1
/
+1
*
* http2_get_num_workers is not deprecated.
Ruediger Pluem
2022-08-17
1
-3
/
+3
*
*) mod_ssl: when a proxy connection had handled a request using SSL, an
Stefan Eissing
2022-08-01
4
-2
/
+40
*
core: Follow up to r1902728 and r1902906: simplify for APR-1.8+.
Yann Ylavic
2022-07-21
1
-15
/
+2
*
core: Follow up to r1902728: pools may have no allocator with APR_POOL_DEBUG.
Yann Ylavic
2022-07-21
1
-12
/
+31
*
util_cpre: Follow up to r1902731: Simplify thread pool allocation.
Yann Ylavic
2022-07-19
1
-64
/
+21
*
util: Follow up to r1902728 and r1902731: static/AP_THREAD_LOCAL order matters.
Yann Ylavic
2022-07-15
2
-2
/
+2
*
util_pcre: Restore nmatch < ncaps behaviour with PCRE1 (only).
Yann Ylavic
2022-07-15
1
-0
/
+26
*
util_pcre: Add a thread local subpool cache for when stack does not suffice.
Yann Ylavic
2022-07-15
1
-61
/
+164
*
core: Apply ap_max_mem_free to created threads' pool allocator.
Yann Ylavic
2022-07-15
2
-83
/
+88
*
Make pytest error whitelist a bit more explicit
Rainer Jung
2022-07-11
1
-1
/
+6
*
mpm_winnt: Follow up to r1902636: another compilation error.
Yann Ylavic
2022-07-11
1
-1
/
+1
*
mpm_winnt: Fix compilation error.
Yann Ylavic
2022-07-10
1
-1
/
+1
*
Follow-up to r1902572: Remove now unused #include.
Ivan Zhakov
2022-07-08
1
-1
/
+0
*
Rewrite ap_regexec() without a thread-local storage context for allocations.
Ivan Zhakov
2022-07-08
1
-101
/
+64
*
Update to test with OpenSSL 3.0.5.
Joe Orton
2022-07-05
1
-3
/
+3
*
fr doc rebuild.
Lucien Gentis
2022-07-02
2
-8
/
+14
*
fr doc XML file update.
Lucien Gentis
2022-07-02
1
-8
/
+13
*
*) mod_http2: fixed trailer handling. Empty response bodies
Stefan Eissing
2022-07-02
3
-31
/
+63
*
*) test/modules/http2: adding tests for response trailers with
Stefan Eissing
2022-07-02
3
-26
/
+178
*
*) test: improved nghttp client output parsing.
Stefan Eissing
2022-07-02
1
-4
/
+3
*
Trigger ci (check APR revert r1902369).
Yann Ylavic
2022-06-30
1
-1
/
+1
*
Add .vs to svn:ignore.
Ivan Zhakov
2022-06-30
0
-0
/
+0
[next]