about summary refs log tree commit homepage
path: root/ext
DateCommit message (Expand)
2010-11-07tee_input: switch to simpler API for parsing trailers
2010-11-06http_parser: add HttpParser#next? method
2010-11-06enable HTTP keepalive support for all methods
2010-10-07http: fix behavior with pipelined requests
2010-10-07http: remove unnecessary rb_str_update() calls
2010-10-07http: allow this to be used as a request object
2010-10-05http: raise empty backtrace for HttpParserError
2010-06-24http: avoid (re-)declaring the Unicorn module
2010-06-12http: fix rb_str_set_len() define for 1.8.6
2010-06-10http: cleanups for latest Rubinius
2010-06-08http: move Version: header check into a less common path
2010-06-08http: ignore Version: header if explicitly set by client
2010-05-07http: allow horizontal tab as leading whitespace in header values
2010-04-26http: pedantic fix for trailer-less chunked requests
2010-04-19http: negative/invalid Content-Length raises exception
2010-02-18http: document CFLAGS used for development
2010-02-18http: const correctness fixes
2010-02-18http: cleanup globals and ABI namespace
2010-02-18http: avoid signedness warnings
2010-02-13http: fix memory leak exposed in concurrent servers
2009-12-19http: allow userinfo component in absoluteURIs
2009-12-06http: PATH_INFO/REQUEST_PATH includes semi-colons
2009-11-21http: Rubinius 0.13.0 compatibility fix
2009-11-04http: allow headers/trailers to be written byte-wise
2009-09-18http: don't force -fPIC if it can't be used
2009-09-15http: add #endif comment labels where appropriate
2009-09-15http: cleanup assertion for memoized header strings
2009-09-14http: create a new string buffer on empty values
2009-09-14http: use rb_str_{update,flush} if available
2009-09-14http: compile with -fPIC
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-09-08"encoding: binary" comments for all sources (1.9)
2009-09-06http: ignore Host: continuation lines with absolute URIs
2009-09-06http: rb_gc_mark already ignores immediates
2009-09-06http: NIL_P(var) instead of var == Qnil
2009-09-06http: verbose assertions
2009-09-06http: extra assertion when advancing p manually
2009-09-06http: remove needless goto
2009-09-06http: use explicit elses for readability
2009-09-06http: refactor keepalive tracking to functions
2009-09-06http: switch to macros for bitflag handling
2009-09-06http: clarify the setting of the actual header in the hash
2009-09-06http: cleanup and avoid potential signedness warning
2009-09-03http: add HttpParser#headers? method
2009-09-02http: SERVER_PROTOCOL matches HTTP_VERSION
2009-09-01http: support for simple HTTP/0.9 GET requests
2009-09-01http: extension-methods allow any tokens
2009-08-29unicorn_http: "fix" const warning