about summary refs log tree commit homepage
path: root/ext
DateCommit message (Expand)
2009-08-17Documentation updates
2009-08-15http: support for "Connection: keep-alive"
2009-08-15http: fix warning when sizeof(off_t) == sizeof(long long)
2009-08-12http: freeze fields when creating them, always
2009-08-11http: add "HttpParser#keepalive?" method
2009-08-10http: add CONST_MEM_EQ macro
2009-08-10http: rename read_body to filter_body
2009-08-09http: join repeated headers with a comma
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: move non-Ruby-specific macros c_util.h
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-09extconf: SIZEOF_OFF_T should be a ruby.h macro
2009-08-09unicorn_http: add helpful macros
2009-08-09unicorn_http: change "global_" prefix to "g_"
2009-08-09unicorn_http: update copyright
2009-08-09unicorn_http: remove typedef from http_parser
2009-08-09Remove Ragel-generated file from version control
2009-08-09unicorn_http: small cleanups and size reduction
2009-07-15Rename unicorn/http11 => unicorn_http
2009-06-10Optimize body-less GET/HEAD requests (again)
2009-04-21http11: support underscores in URI hostnames
2009-04-21http11: rfc2616 handling of absolute URIs
2009-04-21http11: cleanup some CPP macros
2009-04-21http11: make parser obey HTTP_HOST with empty port
2009-04-21http11: minor cleanups in return types
2009-04-21replace DATA_GET macro with a function
2009-04-21http11: remove callbacks from structure
2009-04-21http11: formatting cleanups
2009-04-21HttpParser: set QUERY_STRING for Rack-compliance
2009-04-21http11: remove unused variables/elements
2009-04-21Move absolute URI parsing into HTTP parser
2009-04-21http11: cleanup #includes and whitespace
2009-04-15http11: default server port is 443 for https
2009-04-12http11: cleanup+safer rack.url_scheme handling
2009-04-08http11: handle "X-Forwarded-Proto: https"