about summary refs log tree commit homepage
path: root/http_get.c
DateCommit message (Expand)
2020-01-18s/bogomips.org/yhbt.net/, update copyrights for 2020
2018-11-28update copyrights for 2018 and use SPDX for "GPL-3.0+"
2018-11-28serve /dev*/usage requests from memory
2018-07-09http_get.c: log filesystem-level errors from sendfile
2016-05-29update copyrights for 2016
2015-11-09http: return 416 errors in more cases for bad Ranges
2015-03-06copyright updates for 2015
2014-11-02update copyrights to 2014 (and all contributors)
2014-02-21allow bsd_sendfile with freebsd-glue on Debian/kFreeBSD
2014-02-17check for sys/sendfile.h header instead of __linux__
2013-08-26flesh out systemtap support and awk helpers
2013-08-23http: remove Status: header from all responses
2013-07-13http: pass "struct mog_fd *" more consistently in API
2013-07-11ioq: introduce mog_ioq_contended hint
2013-06-25http_*: fixup long lines from automated conversion
2013-05-06preliminary systemtap support for tracing
2013-03-19http: put parser-private attrs in a private struct attr
2013-02-23http_get: comment about snprintf() being a hot spot
2013-01-17http: avoid MSG_MORE on HEAD responses
2013-01-17linux: favor send() w/MSG_MORE over TCP_CORK
2013-01-17copyright comment updates for 2013
2013-01-17http_get: disable FADV_SEQUENTIAL for small responses
2012-10-26http_get: fix Content-Range response header typo
2012-07-09http: TCP_CORK support for Linux kernel users
2012-03-14http_get: try to sendfile larger chunks at once
2012-03-09rename mog_fadv{seq -> sequential} for clarity
2012-03-08http_get: send 1M chunks via sendfile
2012-03-05make mog_open_file_read() less bug-prone
2012-02-20give advice to the kernel when doing sequential reads
2012-02-10cleanup HTTP Range handling
2012-02-08http: support Range requests for GET/HEAD
2012-02-05http_get: remove unnecessary #includes for sendfile()
2012-02-05compat_sendfile: in case we hit platforms w/o sendfile
2012-02-05http_get: preliminary *BSD sendfile() support (untested)
2012-01-31http: Date: and Last-Modified: response headers
2012-01-18initial HTTP GET/HEAD support