about summary refs log tree commit homepage
path: root/test/test_output_buffering.rb
DateCommit message (Expand)
2016-08-02test: skip some buffering tests on non-default values
2016-07-26fix rack 2.x compatibility bugs
2016-01-02copyright updates for 2016
2016-01-02enable frozen_string_literal for Ruby 2.3+
2015-10-13copyright updates
2015-01-23reduce File::Stat object allocations
2013-11-02tests: smaller buffer for big header test
2013-11-02account for truncated/expanded static files
2013-11-01tests: further speed up output buffering test
2013-11-01tests: more intelligent waiting for output buffering
2013-10-30test output_buffering with hijacked responses
2013-10-26tests: increase mkserver use to reduce LoC
2013-10-25enforce FD_CLOEXEC on all pipes, including tests
2013-10-22tests: enforce close_on_exec on all client sockets
2013-10-22tests: do not lose exceptions on quit timeouts
2013-10-21test_output_buffering: workaround a rbx bug
2013-10-21tests: support disabling parallelization env
2013-10-18test: cleanup socket usage and lifetimes
2013-10-18initial commit