about summary refs log tree commit homepage
path: root/ext/unicorn_http/ext_help.h
DateCommit message (Expand)
2013-02-26http: avoid frozen string bug in filter_body
2011-05-05http_parser: add max_header_len accessor
2010-10-07http: remove unnecessary rb_str_update() calls
2010-06-12http: fix rb_str_set_len() define for 1.8.6
2010-06-10http: cleanups for latest Rubinius
2010-02-18http: avoid signedness warnings
2009-11-21http: Rubinius 0.13.0 compatibility fix
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