about summary refs log tree commit homepage
path: root/http_parser.rl
DateCommit message (Expand)
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