about summary refs log tree commit homepage
DateCommit message (Expand)
2009-09-04unicorn 0.91.0 v0.91.0
2009-09-04Redirect files in binary mode
2009-09-03Support HTTP/0.9 entity-body-only responses
2009-09-03http: add HttpParser#headers? method
2009-09-02http: SERVER_PROTOCOL matches HTTP_VERSION
2009-09-02test to ensure stderr goes *somewhere* when daemonized
2009-09-02launcher: defer daemonized redirects until config is read
2009-09-02test_http_parser_ng: fix failing HTTP/0.9 test case
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
2009-08-20tee_input: fix rdoc
2009-08-18http: support for multi-line HTTP headers
2009-08-18http: make strings independent before modification
2009-08-18examples/echo: "Expect:" value is case-insensitive
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