about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
2009-04-01test_rails: 4x speedup
2009-04-01Add more tests for Rails
2009-03-31test: factor out exec helpers into common code for Rails tests
2009-03-31Rails stack tests for unicorn_rails
2009-03-31Better canonicalization of listener paths + tests
2009-03-29test_exec: fix another race condition
2009-03-29test_exec: fix response bodies
2009-03-29test_exec: fix race conditions
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-29test_response: ensure response body is closed
2009-03-29test_response: ensure closed socket after write
2009-03-27Always try to send a valid HTTP response back
2009-03-27test_server: quieter tests
2009-03-27style: symbols instead of strings for signal names
2009-03-27Deferred log rotation in workers
2009-03-25Merge commit 'v0.2.3'
2009-03-25Ensure Tempfiles are unlinked after every request
2009-03-25Socket: add {snd,rcv}buf opts to bind_listen
2009-03-24simplify the HttpParser interface
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-21Handle Rack multivalue headers correctly
2009-03-21Rotate master logs before workers.
2009-03-21HttpRequest test so our requests pass Rack::Lint
2009-03-21unicorn/http11: remove GATEWAY_INTERFACE
2009-03-18Add signal queueing for test reliability
2009-03-18tests: do not trust (our correct use of) 1.9 encodings
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-03test_exec: remove extraneous fcntl require
2009-03-03Add configurator test
2009-03-03Make USR1 rotate log files by default
2009-03-03Add Unicorn::Util for a reopen_logs method
2009-03-03test_exec: avoid mis-teardown just in case...
2009-03-03test_exec: avoid hiding error when binary can't be found
2009-03-03Remove -P/--pid switch from CLI
2009-03-03test_exec: higher timeouts for log reading
2009-03-03test_exec: be more liberal regarding terminal output
2009-03-03test/exec: avoid letting child processes unlink tempfiles
2009-03-03test for "unicorn --help" output
2009-03-03exec: disable embedded switch parsing in config.ru
2009-03-03test_exec: simplify check for unicorn binary
2009-03-03test/aggregate: remove Ruby version from output
2009-02-21Fix+test reexec error handling on bad inputs
2009-02-21test_exec: fix for temporary files not being cleaned
2009-02-21GNUMakefile: revamp for parallel 1.8/1.9 runs