about summary refs log tree commit homepage
DateCommit message (Expand)
2009-08-180.10.0r - rainbows! v0.10.0r
2009-08-18Rainbows!
2009-08-18http_response: allow reentrancy
2009-08-18examples/echo: "Expect:" value is case-insensitive
2009-08-18tee_input: allow using Revactor::TCP::Socket objects
2009-08-17Documentation updates
2009-08-16unicorn 0.90.0 v0.90.0
2009-08-16app/inetd: explicitly close pipe descriptors on CatBody#close
2009-08-15Remove explicit requires for Rack things
2009-08-15Make launchers __END__-aware
2009-08-15TODO: remove keep-alive/pipelining
2009-08-15http: support for "Connection: keep-alive"
2009-08-15update TODO
2009-08-15const: remove unused constants
2009-08-15http_response: pass through unknown status codes
2009-08-15Fix documentation for Util.reopen_logs
2009-08-15GNUmakefile: Fix "install" target
2009-08-15http: fix warning when sizeof(off_t) == sizeof(long long)
2009-08-15Drop the micro benchmarks
2009-08-15tee_input: make interface more usable outside of Unicorn
2009-08-15http_request: reinstate empty StringIO optimization
2009-08-15README: everybody loves Ruby DSLs
2009-08-12http: freeze fields when creating them, always
2009-08-11http: add "HttpParser#keepalive?" method
2009-08-10http: add CONST_MEM_EQ macro
2009-08-10http: rename read_body to filter_body
2009-08-10test_signals: unlink log files of KILL-ed process
2009-08-10Documentation updates
2009-08-09test_exec: wait for worker readiness
2009-08-09test_util: explicitly close tempfiles for GC-safety
2009-08-09http: join repeated headers with a comma
2009-08-09http: add test for invalid trailer
2009-08-09http: unit tests for overflow and bad lengths
2009-08-09Switch to Ragel/C-based chunk/trailer parser
2009-08-09test_upload: extra CRLF is needed
2009-08-09http: preliminary chunk decoding
2009-08-09http: process Content-Length and Transfer-Encoding
2009-08-09http: generic C string vs VALUEs comparison function
2009-08-09http: prepare http_parser struct for body processing
2009-08-09http: move non-Ruby-specific macros c_util.h
2009-08-09http: remove noise functions
2009-08-09http: cleanup setting for common values => globals
2009-08-09http: move global initialization code
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