about summary refs log tree commit homepage
path: root/ext/unicorn_http/c_util.h
DateCommit message (Expand)
2010-04-19http: negative/invalid Content-Length raises exception
2010-02-18http: const correctness fixes
2009-09-15http: add #endif comment labels where appropriate
2009-09-06http: verbose assertions
2009-08-15http: fix warning when sizeof(off_t) == sizeof(long long)
2009-08-10http: add CONST_MEM_EQ macro
2009-08-09http: preliminary chunk decoding
2009-08-09http: process Content-Length and Transfer-Encoding
2009-08-09http: move non-Ruby-specific macros c_util.h
2009-08-09Refactoring unicorn_http C/Ragel code