about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2011-02-04tests: replace several sed invocations with ed
2011-02-04epoll: handle EINTR properly in Ruby-space
2011-02-04test_isolate: only load sleepy_penguin under Linux
2011-02-04t/bin/unused_listen: simplify this
2011-01-27test for client_max_body_size being zero
2011-01-26GNUmakefile: only enable epoll-based models in Linux
2011-01-24initial XAcceptEpoll concurrency model
2011-01-21epoll: use newer sleepy_penguin
2011-01-19dev_fd_response: do not send chunks to 1.0 clients
2011-01-19t0035: kgio-pipe-response works everywhere
2011-01-19t0023: use skip_models helper
2011-01-19initial edge-triggered epoll model
2011-01-19tests: content-md5 tests shut down connection
2011-01-14t0050: improve test reliability
2011-01-14tests: bump rack-fiber_pool version to 0.9.1
2011-01-11add write-on-close test from Unicorn
2011-01-11event_machine: buffer reads when waiting for async.callback
2011-01-11coolio: enable async.callback for one-shot body responses
2011-01-07redirect unexpected test output to /dev/null
2011-01-07test_isolate: bump versions and simplify
2011-01-07test_isolate: prevent concurrent execution
2011-01-07tests: bump async_sinatra dependency to 0.4.0
2011-01-07bump dependency on Rack to 1.2.1
2011-01-06event_machine: refactor async.callback for keepalive
2011-01-05disable Nagle's algorithm by default
2011-01-05Bump unicorn dependency to 3.3.0
2011-01-05tests: ensure 416 responses do keepalive
2011-01-05send proper 416 responses
2011-01-04t9000: disable this test for CoolioThread* models
2011-01-04return 206 status for partial sendfile responses
2011-01-04coolio_thread_*: fix 416 response handling
2011-01-04t0022: fix up broken/incomplete tests
2010-12-28several response body#close fixes
2010-12-28enable the keepalive_requests config option
2010-12-27coolio*: favor Coolio over Rev
2010-12-27t0019: add CPU usage test
2010-12-27test-lib: fix bug in setting worker_connections
2010-12-27t0015: even less racy fix
2010-12-27t0015: increase reliability of test
2010-12-27initial cool.io support
2010-12-26rev_thread_spawn: disable under Ruby 1.8
2010-12-26bump Unicorn dependency
2010-12-20thread_timeout: fix bad comparison
2010-12-09bump Unicorn dependency to 3.1.0
2010-12-08respect "rewindable_input false" in Unicorn config
2010-12-08t/*.sh: indentation fixes
2010-12-08rev+revactor: fix LARGE pipelined uploads
2010-12-03fix pipelining of requests with bodies
2010-11-20tests: depend on Unicorn 3.0.0
2010-11-19max_body: rewrite wrappers to be safer