about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2015-06-10ensure body is closed during hijack
2015-02-06doc: update support status for Ruby versions
2014-12-21t/t0002-parser-error.sh: relax test for rack 1.6.0
2014-08-17dev: remove isolate dependency
2014-05-29http: remove xftrust options
2014-02-19remove SSL tests
2013-11-08t0300: kill off stray processes in test
2013-10-25tests: limit oobgc check to accepted sockets
2013-06-07Make -N/--no-default-middleware option work
2013-02-04tests: "wc -l" portability for *BSDs
2013-02-04tests: "wc -c" portability for *BSDs
2013-02-04tests: replace non-portable "date +%s" with ruby equivalent
2013-02-04tests: remove utee
2013-01-22ignore normal Rack response at request-time hijack
2013-01-22support for Rack hijack in request and response
2012-08-02bind listeners after loading for preload_app users
2012-07-28remove Rails-oriented integration tests
2012-04-17tests: set executable bit on integration shell scripts
2012-04-12shutdown client socket for apps which fork in background
2012-04-12t/sslgen.sh: use larger keys for tests
2011-11-15tests: try to set a shorter path for Unix domain sockets
2011-11-15tests: just use the sha1sum implemented in Ruby
2011-11-15t0011: fix test under OpenBSD
2011-11-15t: ensure SSL certificates exist on fresh test
2011-09-15add preliminary SSL support
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