about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
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
2010-11-19upgrade to Kgio 2.x and Unicorn 3.x
2010-11-17test_isolate: depend on newer Unicorn
2010-10-28tests: avoid race conditions on reload tests
2010-10-28t0018: wait for old worker to be reaped
2010-10-28HUP reload restores defaults on unset settings
2010-10-27use Unicorn 2.0.0 final
2010-10-22dev_fd_response: do not wrap for Fiber-aware IOs
2010-10-21unicorn 2.x updates + kgio
2010-09-28start using kgio library
2010-08-28bump Unicorn dependency to 1.1.3
2010-08-28"keepalive_timeout 0" (really) disables keepalive
2010-08-28t0016: disable Rack::Lint for speed
2010-08-19add Rainbows::ThreadTimeout middleware
2010-08-17avoid EBADF with certain middlewares when proxying
2010-08-03t0500: avoid race condition with timestamps
2010-08-02revactor: implement sendfile and range support
2010-08-01t0015: cleanup after working directory test
2010-08-01tests: do not clobber existing RUBYLIB
2010-07-29revactor: Actor-aware dev_fd_response proxying