summaryrefslogtreecommitdiffstats
path: root/libapreq.dsp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-13Actually clear the cache for the worker MPM (missed in r1879757).Joe Orton1-0/+1
2020-07-10Try removing the cached ~/perl5 to reset the broken workerJoe Orton1-0/+1
2020-07-07For TEST_SSL=1 runs, test SSLSessionCache with shmcb, memcachedJoe Orton2-7/+11
2020-07-07Check for and use gettid() directly if available; glibc 2.30 and laterJoe Orton2-8/+16
2020-07-06Bump the logno.Graham Leggett2-2/+2
2020-07-06* Update lognoRuediger Pluem2-2/+2
2020-07-06* Make get_line more robust in the case that it is called multiple times:Ruediger Pluem2-1/+47
2020-07-06* Do not try to parse already aborted requestsRuediger Pluem1-1/+1
2020-07-06Use a brigade instead of direct reads, allow APR to handle MMAP.Graham Leggett1-26/+37
2020-07-05Extend method_precondition hook to be called during the PROPFINDGraham Leggett3-5/+31
2020-07-04fr doc rebuild.Lucien Gentis16-475/+441
2020-07-04fr doc xml files updates.Lucien Gentis5-132/+98
2020-07-03Bump log numbers.Graham Leggett2-2/+2
2020-07-03Add MMAP support to ETag generation.Graham Leggett1-81/+113
2020-07-03Bump MMN correctly.Graham Leggett1-2/+2
2020-07-03core: Remove support for the Content-MD5 header, removed in RFC7231.Graham Leggett9-185/+16
2020-07-03Add skeleton for new features docs for 2.6.Graham Leggett4-0/+216
2020-07-03Add log numbers to util_etag.c.Graham Leggett2-6/+6
2020-07-03Seek to the start of the file when calculating the ETag.Graham Leggett1-1/+10
2020-07-03mod_dav: Allow other DAV modules to use dav_get_resource().Graham Leggett4-3/+10
2020-07-03Be defensive when calculating the digest. Make sure the offset is initialisedGraham Leggett1-7/+36
2020-07-02Follow up to r1879449: yet better MPM poll callback API.Yann Ylavic7-65/+41
2020-07-02mpm_common: add pool argument to mpm_register_poll_callback[_timeout] hooks.Yann Ylavic7-68/+85
2020-07-02Adjust for r1879447 to specify shmcb is tested when Joe Orton1-1/+1
2020-07-02* modules/ssl/ssl_scache.c (ssl_scache_init): Use <16 characterJoe Orton1-2/+2
2020-07-02Add additional test suite runs for the prefork & event pool-debug builds:Joe Orton2-5/+19
2020-07-02mod_proxy_wstunnel: follow up to r1879418: handle first async lifetime too.Yann Ylavic1-9/+27
2020-07-02mod_proxy_http: follow up to r1879419: clarify poll callback pds/subpool.Yann Ylavic1-7/+16
2020-07-02mpm_common: remove ap_mpm_unregister_poll_callback().Yann Ylavic6-35/+7
2020-07-02Follow up to r1879419: CHANGES entry.Yann Ylavic1-0/+4
2020-07-02mod_proxy_http: handle async tunneling of Upgrade(d) protocols.Yann Ylavic3-54/+220
2020-07-02mod_proxy_wstunnel: avoid leaks on tunnel->pfds->pool.Yann Ylavic1-7/+23
2020-07-02mpm_event: poll callbacks fixes and improvements.Yann Ylavic2-64/+100
2020-07-02mod_ssl: release coalesced data when called from ap_filter_output_pending().Yann Ylavic2-6/+14
2020-07-01mod_proxy: reindent ap_proxy_transfer_between_connections() after r1879401.Yann Ylavic1-46/+44
2020-07-01mod_proxy: improved and reentrant tunneling loop.Yann Ylavic4-130/+176
2020-06-30* Improve formating and aligning [skip ci]Ruediger Pluem1-6/+6
2020-06-30* Use isValidAddress when dumping buckets [skip ci]Ruediger Pluem1-5/+9
2020-06-30* Create helper function isValidAddress to determine if an address is valid [...Ruediger Pluem1-0/+21
2020-06-30* Let dump_brigade print the length of the brigadeRuediger Pluem1-0/+5
2020-06-30Follow up to r1877955: don't reuse the connection for mixed C-L / T-E requestsYann Ylavic1-3/+10
2020-06-30Travis changes:Joe Orton2-7/+17
2020-06-30Follow up to r1877955: always validate the Content-LengthYann Ylavic1-11/+13
2020-06-30Add Travis jobs to test shared-MPMs under APR pool-debug with both event and ...Joe Orton1-0/+12
2020-06-30Revert r1879361: 2.4.x material only.Yann Ylavic1-25/+8
2020-06-30mod_proxy: unfail mixed ProxyPass/<Proxy> and ProxyPassMatch/<ProxyMatch>.Yann Ylavic2-9/+26
2020-06-30Follow up to r1879235: fill APLOGNO().Yann Ylavic2-2/+2
2020-06-29server/util_script.c: reserve one APLOGNO number after r1879253Luca Toscano2-2/+2
2020-06-29Use a dedicated constant for the base64 sha1 length.Graham Leggett1-1/+3
2020-06-29Remove tabs.Graham Leggett1-3/+3