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