about summary refs log tree commit homepage
DateCommit message (Expand)
2009-03-25unicorn 0.2.3 v0.2.3
2009-03-25Ensure Tempfiles are unlinked after every request
2009-03-25Don't bother unlinking UNIX sockets
2009-03-22unicorn 0.2.2 v0.2.2
2009-03-21Handle Rack multivalue headers correctly
2009-03-21Simplify code for sleeping/waking up the master
2009-03-21Rotate master logs before workers.
2009-03-21HttpRequest: correctly reference logger
2009-03-21HttpRequest test so our requests pass Rack::Lint
2009-03-21http11: don't set headers Rack doesn't like
2009-03-21unicorn/http11: remove GATEWAY_INTERFACE
2009-03-20unicorn_rails: remove unnecessary Rack-loading logic
2009-03-20documentation/disclaimer updates
2009-03-20Process management cleanups
2009-03-20Add Unicorn::App::ExecCgi
2009-03-20HttpResponse: close body if it can close
2009-03-19Remove Mongrel stuff from CHANGELOG
2009-03-19Trap WINCH to QUIT children without respawning
2009-03-19Move listen path and address expansion to Configurator
2009-03-19unicorn_rails: fix standard pid path setup
2009-03-19start libifying common launcher code
2009-03-18Fix link to Rubyforge releases page
2009-03-18unicorn v0.2.1, fix the Manifest v0.2.1
2009-03-18unicorn 0.2.0 v0.2.0
2009-03-18Documentation updates, prepare for 0.2.0
2009-03-18Add unicorn_rails script for Rails 2.3.2
2009-03-18Add signal queueing for test reliability
2009-03-18gracefully die if working dir is invalid at fork
2009-03-18tests: do not trust (our correct use of) 1.9 encodings
2009-03-17Allow binding to UNIX sockets relative to "~"
2009-03-16Start _Known Issues_ section in README
2009-03-10HttpRequest: update comment regarding short writes v0.1.0
2009-03-10HttpRequest: set binmode on tempfiles
2009-03-10http11: mark private methods as static
2009-03-10http11: remove unnecessary CPP definitions
2009-03-09update TODO
2009-03-09Remove sinatra example
2009-03-09Add -s/--server switch for compatibility with rackup
2009-03-09Documentation updates
2009-03-09Configurator: document reasons for lowering backlog
2009-03-09test_exec: increase backlog to 128
2009-03-09Revert "Remove -P/--pid switch from CLI"
2009-03-09Revert "exec: disable embedded switch parsing in config.ru"
2009-03-09Unicorn::Configurator: documentation
2009-03-09Remove COPYING, it is redundant with LICENSE
2009-03-09Force rdoc 2.4.1 to run for me
2009-03-04README: documentation update
2009-03-04Add before_exec hook
2009-03-04Remove "directory" config option
2009-03-04Ensure we always try to have a default listener