about summary refs log tree commit homepage
DateCommit message (Expand)
2009-04-03Add a test for signal recovery
2009-04-03configurator: allow hooks to be passed callable objects
2009-04-03test_helper: redirect_io uses append and sync
2009-04-02unicorn 0.4.2 v0.4.2
2009-04-02GNUmakefile: "install" preserves unicorn_rails
2009-04-02unicorn: remove unnecessary lambda generation
2009-04-02Add log directories to tests
2009-04-02Use File.basename instead of a regexp
2009-04-02test/rails: v2.1.2 + ActiveRecordStore all around
2009-04-02unicorn_rails: cleanup redundant bits
2009-04-02More descriptive process titles
2009-04-01test_upload: fix a race condition in unlink test
2009-04-01Close std{err,out} redirection targets
2009-04-01FD_CLOEXEC all non-listen descriptors before exec
2009-04-01All IOs created in workers have FD_CLOEXEC set
2009-04-01Remove set_cloexec wrapper and require FD_CLOEXEC
2009-04-01test_exec: add test case for per-worker listeners
2009-04-01Merge unicorn
2009-04-01unicorn 0.4.1 v0.4.1
2009-04-01Manifest: updates
2009-04-01Add local.mk.sample file that I use
2009-04-01Documentation updates, prep for 0.4.1 release
2009-04-01Manifest update
2009-04-01test_rails: 4x speedup
2009-04-01Add more tests for Rails
2009-04-01cgi_wrapper: HTTP status code cleanups
2009-04-01GNUmakefile: prefix errors with $(extra) variable
2009-04-01cgi_wrapper: fix cookies and other headers
2009-03-31test: factor out exec helpers into common code for Rails tests
2009-03-31Rails stack tests for unicorn_rails
2009-03-31unicorn_rails: cleanup path mapping usage
2009-03-31Use {read,write}_nonblock on the pipe
2009-03-31unicorn_rails: minor cleanup for dead variable
2009-03-31configurator: remove unnecessary SocketHelper include
2009-03-31Better canonicalization of listener paths + tests
2009-03-30cgi_wrapper: ensure "Status:" header is not set
2009-03-30GNUmakefile: add test-exec and test-unit targets
2009-03-30unicorn_rails: give more info when aborting
2009-03-30app/old_rails/static: define missing constant
2009-03-30bin/*: parse CLI switches in config.ru sooner
2009-03-29test_exec: fix another race condition
2009-03-29Fix default listener setup
2009-03-29test_exec: fix response bodies
2009-03-29test_exec: fix race conditions
2009-03-29Avoid having two pid files pointing to the same pid
2009-03-29http11: use :http_body instead of "HTTP_BODY"
2009-03-29configurator: favor "listen" directive over "listeners"
2009-03-29configurator: per-listener backlog, {rcv,snd}buf config
2009-03-29TODO: update roadmap to 1.0.0
2009-03-29test_response: ensure response body is closed