summaryrefslogtreecommitdiff
path: root/modules/slotmem
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* Reverting r1870454 for this source.Stefan Eissing2019-11-271-2/+0
* *) mod_http2: Fixed interaction with mod_reqtimeout. A loaded mod_http2 was...Stefan Eissing2019-11-261-0/+2
* * modules/slotmem/mod_slotmem_shm.c (restore_slotmem): RemoveJoe Orton2018-10-051-1/+0
* mod_slotmem_shm: follow up to r1831869: fix dead else if condition.Yann Ylavic2018-05-291-3/+3
* mod_slotmem_shm: follow up to r1831869: fix persisted file size's checksum.Yann Ylavic2018-05-201-3/+3
* mod_slotmem_shm: follow up to r1831869 (check persistent files).Yann Ylavic2018-05-181-84/+126
* mod_slotmem_shm: follow up to r1831869.Yann Ylavic2018-05-181-73/+44
* mod_slotmem_shm: use a generation number for SHM filename on all platforms.Yann Ylavic2018-05-181-38/+5
* Restore mod_slotmem_shm from 2.4.29.Yann Ylavic2018-05-181-341/+241
* mod_slotmem_shm: follow up to r1830800, preserve callee API.Yann Ylavic2018-05-111-1/+0
* mod_slomem_shm: Handle a generation number when the slotmem size changes.Yann Ylavic2018-05-031-63/+94
* mod_slotmem_shm: better comment on MPM WinNT specifics.Yann Ylavic2018-03-161-31/+30
* mod_slotmem_shm: SHMs need to be attached in MPM winnt children processes.Yann Ylavic2018-03-151-6/+42
* mod_slotmem_shm: follow up tp r1822509.Yann Ylavic2018-02-081-25/+0
* mod_slotmem_shm: follow up tp r1822509.Yann Ylavic2018-02-061-7/+12
* mod_slotmem_shm: follow up tp r1822509.Yann Ylavic2018-02-061-9/+3
* mod_slotmem_shm: follow up tp r1822509.Yann Ylavic2018-02-061-7/+54
* mod_slotmem_shm: follow up tp r1822509.Yann Ylavic2018-01-291-3/+2
* mod_slotmem_shm: Rework SHM reuse/deletion.Yann Ylavic2018-01-291-180/+195
* Revert r1822341, slotmems are not reused on (graceful) restart.Yann Ylavic2018-01-291-5/+38
* PR 62044: Force addition of generation number to shm filename onJim Jagielski2018-01-261-38/+5
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* Follow up to r1715880: revert more abusive ap_casecmpstr[n]() usages.Yann Ylavic2015-12-291-1/+1
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-1/+1
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-231-1/+1
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-1/+1
* mod_slotmem_shm: follow up to r1702450.Yann Ylavic2015-09-151-1/+1
* mod_slotmem_shm: follow up to r1702450.Yann Ylavic2015-09-151-20/+27
* mod_slotmem_shm: revert frivolous s/name/fname/ from r1702473, keep the comme...Yann Ylavic2015-09-141-10/+10
* mod_slotmem_shm: follow up to r1702450.Yann Ylavic2015-09-111-3/+7
* mod_slotmem_shm: follow up to r1702450.Yann Ylavic2015-09-111-11/+11
* mod_slotmem_shm: Fix balancers and balancer members slots reuse onYann Ylavic2015-09-111-57/+76
* This 2 includes are not needed anymore.Christophe Jaillet2015-02-061-2/+0
* These are more than debug errors...Jim Jagielski2014-08-291-3/+3
* follow-up to r1562472, 1561262, and 1561923:Jeff Trawick2014-03-041-9/+15
* More debuggingJim Jagielski2014-01-291-0/+5
* c89 fixEric Covener2014-01-281-1/+1
* Remove wonky and unneeded code. We have accessJim Jagielski2014-01-251-43/+0
* More debug messaging... useful for tracking downJim Jagielski2014-01-251-0/+7
* not needed any longerJim Jagielski2014-01-251-1/+0
* Revert to assuming APR uses ftok(..,1)Jim Jagielski2014-01-241-10/+2
* Avoid APR check.Jim Jagielski2014-01-241-5/+8
* Handle the gugz fix in APR 1.5.1 regarding duplicateJim Jagielski2013-11-171-0/+8
* Follow-up to r1540161:Jeff Trawick2013-11-151-5/+4
* Avoid the confusion... the digests are NOT strings.Jim Jagielski2013-11-081-9/+22
* If apr_file_read did return APR_EOF, then ensure that,Jim Jagielski2013-11-081-0/+1
* Allow for backwards compatibility for the md5 check...Jim Jagielski2013-11-081-6/+16
* whitespaceJim Jagielski2013-11-081-1/+0
* Error detection and a quick validity check when restoring...Jim Jagielski2013-11-081-17/+33