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
2020-12-07
ci: have an ASan run w/o pool-debug too.
Yann Ylavic
1
-1
/
+10
2020-12-07
mod_proxy_http2: stop/wait the workers threads before their pool is killed.
Yann Ylavic
1
-3
/
+4
2020-12-06
mod_http2: Rename server_pool as pchild in h2_workers_create()
Yann Ylavic
1
-3
/
+7
2020-12-06
mod_http2: revert r1883675.
Yann Ylavic
1
-7
/
+4
2020-12-06
²main: -V to print the SHM mechanisms in use.
Yann Ylavic
1
-4
/
+22
2020-12-05
Cosmetics (and one more ci pass, just in case).
Yann Ylavic
1
-1
/
+2
2020-12-05
Add ASan (AddressSanitizer) build and tests to ci.
Yann Ylavic
2
-1
/
+23
2020-12-05
fr doc rebuild.
Lucien Gentis
2
-9
/
+31
2020-12-05
fr doc XML file update.
Lucien Gentis
1
-9
/
+33
2020-12-05
Whitespace change to force ci (third time's a charm?).
Yann Ylavic
1
-1
/
+1
2020-12-05
Whitespace change to force ci (again).
Yann Ylavic
1
-1
/
+1
2020-12-04
Whitespace change to force ci.
Yann Ylavic
1
-1
/
+1
2020-12-04
Document mod_ssl client certificate handling w/SSLProxyMachineCertificate*.
Joe Orton
2
-18
/
+62
2020-12-03
mod_proxy_fcgi: follow up to r1884068 and r1884069.
Yann Ylavic
1
-6
/
+11
2020-12-03
mod_proxy_fcgi: follow up to r1884068.
Yann Ylavic
1
-34
/
+83
2020-12-03
mod_proxy_fcgi: Honor "SetEnv proxy-sendcl".
Yann Ylavic
2
-7
/
+75
2020-12-03
mod_proxy: provide prefetching and spooling mechanisms to all proxy modules.
Yann Ylavic
4
-248
/
+327
2020-11-30
* modules/metadata/mod_unique_id.c: Use base64url encoding for
Joe Orton
2
-6
/
+6
2020-11-27
ap_pbase64decode(): save double NUL byte allocation and assignment.
Yann Ylavic
1
-4
/
+2
2020-11-27
Stop testing if a core dump was generated during the main test suite run.
Joe Orton
1
-0
/
+6
2020-11-25
Run the LDAP testing without pool-debug for the time being.
Joe Orton
1
-2
/
+2
2020-11-25
mod_auth_digest: fix crash with ONE_PROCESS (debug) mode shutdown.
Yann Ylavic
1
-2
/
+6
2020-11-25
Revert r1883807 and r1883745, not the right fix.
Yann Ylavic
1
-43
/
+38
2020-11-25
mod_auth_digest: axe useless assignment from r1883745.
Yann Ylavic
1
-1
/
+0
2020-11-24
Adjust name for pool-debug build. [skip ci]
Joe Orton
1
-1
/
+1
2020-11-24
For pool-debug builds, use APR/APR-util 1.7.x branches to pick
Joe Orton
1
-7
/
+10
2020-11-23
mod_auth_digest: fix crash on ONE_PROCESS (debug) mode shutdown.
Yann Ylavic
1
-38
/
+44
2020-11-23
mod_proxy: pconf vs pchild consistency, and correctness in ONE_PROCESS mode.
Yann Ylavic
3
-9
/
+10
2020-11-23
Add a note on APR/APR-util caching. [skip ci]
Joe Orton
1
-0
/
+11
2020-11-22
mod_case_filter_in: fix memory leak.
Yann Ylavic
1
-1
/
+1
2020-11-22
core: fix c->client_ip for unix socket connections.
Yann Ylavic
1
-3
/
+20
2020-11-22
mod_example_hooks: fix global "trace" string lifetime.
Yann Ylavic
1
-4
/
+5
2020-11-22
core: reset ap_runtime_dir to NULL after AP_SQ_MS_DESTROY_CONFIG.
Yann Ylavic
1
-0
/
+1
2020-11-22
mod_proxy_http2: follow up to r1883704.
Yann Ylavic
1
-5
/
+8
2020-11-22
Whitespace change to trigger travis (somehow interrupted).
Yann Ylavic
1
-2
/
+2
2020-11-22
mod_proxy_http2: thread safety with MPM prefork, still..
Yann Ylavic
1
-3
/
+18
2020-11-21
fr doc rebuild.
Lucien Gentis
9
-21
/
+52
2020-11-21
fr doc XML files updates.
Lucien Gentis
2
-11
/
+45
2020-11-20
mod_proxy_http2: stop/wait the workers threads before their pool is killed.
Yann Ylavic
1
-4
/
+7
2020-11-20
mod_proxy_http2: explicitely apr_thread_exit() at the end of slot_run().
Yann Ylavic
1
-0
/
+2
2020-11-20
mod_ssl_ct: join the threads before their parent pools are destroyed.
Yann Ylavic
1
-4
/
+4
2020-11-19
Follow up to r1883639: debug log for rfc7231#section-5.1.1
Yann Ylavic
2
-1
/
+5
2020-11-19
Remove indentation preserved in r1883639 to ease review.
Yann Ylavic
1
-37
/
+35
2020-11-19
Make HTTP_IN filter send 100 continue in blocking mode only.
Yann Ylavic
2
-91
/
+49
2020-11-15
Fix an harmless warning spoted by gcc 10 and -Werror=discarded-qualifiers
Christophe Jaillet
1
-2
/
+2
2020-11-14
Save a few cycles.
Christophe Jaillet
1
-6
/
+4
2020-11-14
Explain limitation of UnDefine syntax as already noted in Define.
Christophe Jaillet
1
-3
/
+9
2020-11-14
Improve a message about SessionExpiryUpdateInterval values
Christophe Jaillet
1
-1
/
+1
2020-11-14
Remove a useless and erroneous precision about the upper limit of LimitReques...
Christophe Jaillet
1
-3
/
+3
2020-11-14
Fix 2 typo [skip ci]
Christophe Jaillet
1
-2
/
+2
[next]