about summary refs log tree commit homepage
path: root/ext/unicorn_http/ext_help.h
DateCommit message (Expand)
2009-09-15http: add #endif comment labels where appropriate
2009-09-15http: cleanup assertion for memoized header strings
2009-09-14http: use rb_str_{update,flush} if available
2009-09-14http: no-op rb_str_modify() for Rubies without it
2009-09-14http: define OFFT2NUM macro on Rubies without it
2009-09-14http: support Rubies without the OBJ_FROZEN macro
2009-08-09http: process Content-Length and Transfer-Encoding
2009-08-09http: generic C string vs VALUEs comparison function
2009-08-09http: move non-Ruby-specific macros c_util.h
2009-08-09unicorn_http: add helpful macros
2009-08-09unicorn_http: small cleanups and size reduction
2009-07-15Rename unicorn/http11 => unicorn_http