summaryrefslogtreecommitdiffstats
path: root/server/util_etag.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump the logno.Graham Leggett2020-07-061-1/+1
* Use a brigade instead of direct reads, allow APR to handle MMAP.Graham Leggett2020-07-061-26/+37
* Bump log numbers.Graham Leggett2020-07-031-1/+1
* Add MMAP support to ETag generation.Graham Leggett2020-07-031-81/+113
* Add log numbers to util_etag.c.Graham Leggett2020-07-031-5/+5
* Seek to the start of the file when calculating the ETag.Graham Leggett2020-07-031-1/+10
* Be defensive when calculating the digest. Make sure the offset is initialisedGraham Leggett2020-07-031-7/+36
* Use a dedicated constant for the base64 sha1 length.Graham Leggett2020-06-291-1/+3
* Remove tabs.Graham Leggett2020-06-291-3/+3
* Make sure the get and restore the file offset when conputing the ETag. Be def...Graham Leggett2020-06-291-2/+9
* "[mod_dav_fs etag handling] should really honor the FileETag setting".Graham Leggett2020-06-281-77/+180
* Avoid cyclic dependency by moving ap_set_etag() from module http to core.Yann Ylavic2018-06-061-0/+220