about summary refs log tree commit homepage
path: root/ext
DateCommit message (Expand)
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"
2009-04-08http11: Remove qsort/bsearch code paths
2009-03-29http11: use :http_body instead of "HTTP_BODY"
2009-03-24simplify the HttpParser interface
2009-03-21http11: don't set headers Rack doesn't like
2009-03-21unicorn/http11: remove GATEWAY_INTERFACE
2009-03-10http11: mark private methods as static
2009-03-10http11: remove unnecessary CPP definitions
2009-03-03unicorn/http11: hopefully fix gem installation
2009-02-25rename http11 => unicorn/http11
2009-02-20http11: set SERVER_NAME env regardless of Host: header
2009-02-19http11: don't bother defining SERVER_SOFTWARE
2009-02-09s/Mongrel/Unicorn/g
2009-02-09Remove Java and Win32 support
2009-01-31Clean up some logging.
2009-01-31No more special params hash.
2008-07-15http_parser: restore r996 (accept '"', '<', and '>' characters in URLs)
2008-07-15http11: fix Ragel parser to work with Ragel 6.2
2008-05-24Restore trunk from stable1-2 branch.