about summary refs log tree commit homepage
path: root/http_parser.rl
DateCommit message (Expand)
2020-03-19http: favor chunked over Content-Length
2020-03-19http: reject non-chunked Transfer-Encoding
2020-01-18s/bogomips.org/yhbt.net/, update copyrights for 2020
2018-12-08http_parser: workaround parsing OOM in Ragel 6.10
2018-11-28update copyrights for 2018 and use SPDX for "GPL-3.0+"
2018-11-28serve /dev*/usage requests from memory
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)
2013-07-12http: check persist_client state when parsing starts
2013-07-12mgmt: support "SET mogstored.persist_client = $BOOL"
2013-06-25parse out mogilefs devid in mgmt/http requests
2013-04-17http_parser: do not differentiate between MD5 sources
2013-03-19http: put parser-private attrs in a private struct attr
2013-02-18copyright comment updates for 2013 (part 2)
2012-06-26allow absolute URIs in HTTP requests
2012-03-15httpget deserves its own fd_type enum
2012-03-15http: fix uninitialized mem access for non-GET/HEAD reqs
2012-03-14support for httpgetlisten config directive
2012-02-11http: workaround redundant slashes generated by mogadm
2012-02-10cleanup HTTP Range handling
2012-02-08http: support Range requests for GET/HEAD
2012-02-01http: Content-MD5 validation for PUT
2012-01-31http_parser: inplace Content-Range/Content-Length parsing
2012-01-21add HTTP trailer parser
2012-01-20http: cleanup struct fields
2012-01-19add Content-Range: support for PUT requests
2012-01-18initial HTTP GET/HEAD support
2012-01-13initial cut of a the HTTP parser