about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2011-06-17error logging is more consistent
2011-06-17add broken app test from Rainbows!
2011-06-17ensure at_exit handlers run on graceful shutdown
2011-06-16add heartbeat timeout test from Rainbows!
2011-05-05http_parser: add max_header_len accessor
2011-05-05t0002-parser-error: fix race conditions
2011-05-04return 414 for URI length violations
2011-04-29oob_gc: reimplement to fix breakage and add tests
2011-04-01bump dependencies for testing
2011-02-10Revert "test_helper: simplify random port binding"
2011-02-02test_helper: simplify random port binding
2011-01-05close client socket after closing response body
2010-12-21http: hook up "trust_x_forwarded" to configurator
2010-12-09allow client_buffer_body_size to be tuned
2010-12-09configurator: ensure examples in FAQ still work
2010-12-09tee_input: fix accounting error on corked requests
2010-11-18tests: add parser error test from Rainbows!
2010-11-18add missing test files
2010-11-11configurator: enable "rewindable_input" directive
2010-10-28t0012: fix race condition in reload
2010-10-27configurator: reloading with unset values restores default
2010-10-09add PrereadInput middleware to get around TeeInput
2010-10-08build: automatically call isolate on updates
2010-10-04split out isolate usage/logic
2010-10-04avoid unlinking actively listening sockets
2010-08-30update Rails 3 tests to use Rails 3 final
2010-08-30remove nasty ugly hacks at startup
2010-08-28update Rails3 tests to use 3.0.0rc2
2010-08-07log ERROR messages if workers exit with failure
2010-07-16SIGTTIN works after SIGWINCH
2010-07-13SIGHUP deals w/ dual master pid path scenario
2010-06-17t030[34]: proper temporary UNIX domain socket handling
2010-06-17tests: extra working_directory integration cases
2010-06-15workaround rbx not reopening logs to stderr/stdout
2010-06-11t0005: Ruby 1.9.2 $LOAD_PATH fix
2010-06-10test to ensure "unicorn fooapp.rb" respects working_directory
2010-06-10add test for erroring out when config.ru is bad
2010-06-10t0303: extra test for multiple listeners
2010-06-10tests: fix sha1 calculation for non-random_blob
2010-06-10t0303: set executable bit
2010-06-10my-tap-lib: fix race condition in verbose mode
2010-06-10tests: skip config.ru parsing tests under rbx
2010-06-10fix alt-working_directory behavior for Rails 3
2010-06-10unicorn_rails: no need to load ActionDispatch::Static
2010-06-10tests: split out host/port extraction from listen
2010-06-10tests: update Rails 3 tests to Rails 3 beta4
2010-06-10respect "working_directory" wrt config.ru
2010-06-10tests: set NO_PROXY when running tests
2010-06-08tests: add Rails 3 test for the missing config.ru case
2010-06-08tests: libify common rails3 setup code