about summary refs log tree commit homepage
path: root/ext/unicorn_http/unicorn_http.rl
DateCommit message (Expand)
2009-08-09http: unit tests for overflow and bad lengths
2009-08-09Switch to Ragel/C-based chunk/trailer parser
2009-08-09http: preliminary chunk decoding
2009-08-09http: process Content-Length and Transfer-Encoding
2009-08-09http: generic C string vs VALUEs comparison function
2009-08-09http: prepare http_parser struct for body processing
2009-08-09http: remove noise functions
2009-08-09http: cleanup setting for common values => globals
2009-08-09http: move global initialization code
2009-08-09http: split out server params handling
2009-08-09http: minor cleanup of http_field handling
2009-08-09http: small cleanup in "https" detection
2009-08-09http: "hp" denotes http_parser structs for consistency
2009-08-09http: remove some redundant functions
2009-08-09http: split uncommon_field into a separate function
2009-08-09http: find_common_field_value => find_common_field
2009-08-09Refactoring unicorn_http C/Ragel code
2009-08-09unicorn_http: update copyright
2009-08-09unicorn_http: remove typedef from http_parser
2009-08-09unicorn_http: small cleanups and size reduction
2009-07-15Rename unicorn/http11 => unicorn_http