about summary refs log tree commit homepage
DateCommit message (Expand)
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'
2009-05-22Define HttpRequest#reset if missing
2009-05-22Merge branch '0.7.x-stable'
2009-05-22GNUmakefile: glob all files in bin/*
2009-05-22Disable formatting for command-line switches
2009-05-22test_response: correct OFS test
2009-05-22http_response: allow string status codes
2009-05-22Enforce minimum timeout at 3 seconds
2009-05-22configurator: fix rdoc formatting
2009-05-22Preserve 1.9 IO encodings in reopen_logs
2009-05-22Fix a warning about @pid being uninitialized
2009-05-22TUNING: add a note about somaxconn with UNIX sockets
2009-05-22Ignore unhandled master signals in the workers
2009-05-22Safer timeout handling and test case
2009-05-22app/old_rails: correctly log errors in output
2009-05-22Add TUNING document
2009-05-22app/exec_cgi: GC prevention
2009-05-22Add example init script
2009-05-22test_upload: still uncomfortable with 1.9 IO encoding...
2009-05-22test_request: enable with Ruby 1.9 now Rack 1.0.0 is out
2009-05-21GNUmakefile: glob all files in bin/*
2009-05-21Disable formatting for command-line switches