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-25Socket: add {snd,rcv}buf opts to bind_listen
2009-03-24simplify the HttpParser interface
2009-03-24HttpRequest: small improvement for GET requests
2009-03-23unicorn_rails: support non-Rack versions of Rails
2009-03-22Don't bother unlinking UNIX sockets
2009-03-22Streamline rack environment generation
2009-03-22HttpResponse: speed up non-multivalue headers
2009-03-22Merge commit 'origin/benchmark' into release
2009-03-22benchmark: header values must be strings
2009-03-22All new benchmarks, old ones removed
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