about summary refs log tree commit homepage
DateCommit message (Expand)
2010-10-09unicorn 2.0.0pre3 - more small fixes v2.0.0pre3
2010-10-09add PrereadInput middleware to get around TeeInput
2010-10-08bump kgio dependency
2010-10-08build: automatically call isolate on updates
2010-10-08bump kgio dependency to 1.3.0
2010-10-07gemspec: bump kgio version
2010-10-07http: fix behavior with pipelined requests
2010-10-07unicorn 2.0.0pre2 - releases are cheap v2.0.0pre2
2010-10-07http: remove unnecessary rb_str_update() calls
2010-10-07start using more compact parser API
2010-10-07http_server: avoid method redefinition warnings
2010-10-07http: allow this to be used as a request object
2010-10-06bin/unicorn: show "RACK_ENV" in --help
2010-10-06Raiefile: capture prerelease tags
2010-10-06unicorn 2.0.0pre1 - a boring "major" release v2.0.0pre1
2010-10-06gemspec: depend on newer isolate
2010-10-06various cleanups and reduce indentation
2010-10-05upgrade to kgio 1.2.0
2010-10-05GNUmakefile: fix isolate invocation
2010-10-05tee_input: use kgio to avoid stack traces on EOF
2010-10-05http: raise empty backtrace for HttpParserError
2010-10-05tests: do not invoke isolate in test install dest
2010-10-05test_tee_input: use a socketpair()
2010-10-05test_signals: enable test under Rubinius
2010-10-05tmpio: use super instead of an explicit method
2010-10-05update comment about non-blocking accept()
2010-10-05util: uindent use less ambiguous constant scoping
2010-10-05Unicorn::Util.tmpio => Unicorn::TmpIO.new
2010-10-05doc: update TODO
2010-10-05start using kgio, the kinder, gentler I/O library
2010-10-04split out isolate usage/logic
2010-10-04http_request: reformat and small reorg
2010-10-04tee_input: update interface to use HttpRequest
2010-10-04http_request: avoid globals
2010-10-04split out worker to a separate file
2010-10-04http_response: avoid singleton method
2010-10-04Merge commit 'v1.1.4'
2010-10-04unicorn 1.1.4 - small bug fix and doc updates v1.1.4
2010-10-04update Rails 3 tests to use Rails 3 final
2010-10-04avoid unlinking actively listening sockets
2010-10-04doc: update HACKING for documentation contributions
2010-10-04doc: update Sandbox document for Bundler
2010-10-04avoid unlinking actively listening sockets
2010-09-15doc: update HACKING for documentation contributions
2010-09-15doc: update Sandbox document for Bundler
2010-08-30TUNING: more on socket buffer sizes
2010-08-30TUNING: more on socket buffer sizes
2010-08-30update Rails 3 tests to use Rails 3 final
2010-08-30remove nasty ugly hacks at startup
2010-08-29Merge branch '1.1.x-stable'