summaryrefslogtreecommitdiff
path: root/src/http_range.c
Commit message (Expand)AuthorAgeFilesLines
* [multiple] spelling: github action check-spellingGlenn Strauss2023-01-091-1/+1
* [multiple] codespell: correct spelling in commentsGlenn Strauss2023-01-071-1/+1
* [multiple] use buffer_append_char()Glenn Strauss2022-05-111-2/+2
* [core] feature flag to allow Range w/ HTTP/1.0Glenn Strauss2022-02-051-0/+9
* [core] replace strncasecmp w/ buffer_eq_icase_ssnGlenn Strauss2021-08-271-5/+5
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-5/+5
* [multiple] use buffer_append_* aggregatesGlenn Strauss2021-04-021-2/+2
* [multiple] http_header APIs to reduce str copiesGlenn Strauss2021-03-261-6/+4
* [core] quiet coverity warningGlenn Strauss2021-03-021-0/+6
* [core] http_range.[ch] RFC 7233 Range handlingGlenn Strauss2021-03-021-0/+453