about summary refs log tree commit homepage
path: root/ext/unicorn/http11/http11_parser.h
DateCommit message (Expand)
2009-04-21http11: support underscores in URI hostnames
2009-04-21http11: rfc2616 handling of absolute URIs
2009-04-21http11: minor cleanups in return types
2009-04-21http11: remove callbacks from structure
2009-04-21http11: remove unused variables/elements
2009-03-24simplify the HttpParser interface
2009-03-10http11: remove unnecessary CPP definitions
2009-02-25rename http11 => unicorn/http11