about summary refs log tree commit homepage
DateCommit message (Expand)
2009-06-30trailer_parser: set keys with "HTTP_" prefix
2009-06-30TeeInput: use only one IO for tempfile
2009-06-30chunked_reader: Add test for chunk parse failure
2009-06-30Add trailer_parser for parsing trailers
2009-06-29http_request: tighter Transfer-Encoding: "chunked" check
2009-06-29Only send "100 Continue" when no body has been sent
2009-06-29ACK clients on "Expect: 100-continue" header
2009-06-29http_request: force BUFFER to be Encoding::BINARY
2009-06-29chunked_reader: simpler interface
2009-06-29configurator: provide stream_input (true|false) option
2009-06-29inetd: fix broken constant references
2009-06-29"Fix" tests that break with stream_input=false
2009-06-29tee_input: avoid rereading fresh data
2009-06-29test_rails: workaround long-standing 1.9 bug
2009-06-29GNUmakefile: allow TRACER= to be specified for tests
2009-06-29test_upload: fix ECONNRESET with 1.9
2009-06-29GNUmakefile: more stringent error checking in tests
2009-06-29test_upload: add tests for chunked encoding
2009-06-29Make TeeInput easier to use
2009-06-29tee_input: avoid defining a @rd.size method
2009-06-29README: another note about older Sinatra
2009-06-25exec_cgi: small cleanups
2009-06-25tee_input: Don't expose the @rd object as a return value
2009-06-10Optimize body-less GET/HEAD requests (again)
2009-06-09Avoid duplicating the "Z" constant
2009-06-07Update TODO
2009-06-07examples/cat-chunk-proxy: link to proposed curl(1) patch
2009-06-06Put copyright text in new files, include GPL2 text
2009-06-06local.mk.sample: publish_doc gzips all html, js, css
2009-06-06README: update with mailing list info
2009-06-06Unicorn::App::Inetd: reinventing Unix, poorly :)
2009-06-05Transfer-Encoding: chunked streaming input support
2009-06-05http_request: fix typo for 1.9
2009-05-31http_request: StringIO is binary for empty bodies (1.9)
2009-05-30http_request: no need to reset the request
2009-05-28unicorn 0.8.1 v0.8.1
2009-05-28Consistent logger assignment for multiple objects
2009-05-28Avoid instance variables lookups in a critical path
2009-05-28Make our HttpRequest object a global constant
2009-05-28SIGHUP reloads app even if preload_app is true
2009-05-28Fix potential race condition in timeout handling
2009-05-27doc: cleanup summary/description
2009-05-26unicorn 0.8.0 v0.8.0
2009-05-26remove trickletest from Manifest
2009-05-25Switch to autoload to defer requires
2009-05-25Only refresh the gem list when building the app
2009-05-25Refresh Gem list when building the app
2009-05-22Merge commit 'v0.7.1'
2009-05-22unicorn 0.7.1 v0.7.1
2009-05-22Merge branch 'benchmark'