about summary refs log tree commit homepage
path: root/ext/unicorn_http
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