about summary refs log tree commit homepage
DateCommit message (Expand)
2011-01-11Rainbows! 3.0.0 - serving the fastest apps to slow clients faster! v3.0.0
2011-01-11add write-on-close test from Unicorn
2011-01-11event_machine: buffer reads when waiting for async.callback
2011-01-11event_machine/client: rename ivar for consistency with Coolio
2011-01-11event_machine/client: remove unused :body accessor
2011-01-11coolio: enable async.callback for one-shot body responses
2011-01-07rainbows/coolio/client: set LOOP constant in module
2011-01-07coolio/client: small optimizations
2011-01-07coolio_thread_*: lazy load Rainbows::Coolio::Client
2011-01-07redirect unexpected test output to /dev/null
2011-01-07event_machine: fold write_response back into client
2011-01-07event_machine: cleanup async logic
2011-01-07ev_core: small organization cleanup
2011-01-07more consistent use/avoidance of HeaderHash
2011-01-07favor Hash#include? for some existence checks
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-07response: do not skip Status header set by app
2011-01-07response: fix skipping of Status: header from app
2011-01-07ev_core: garbage reduction with const strings
2011-01-06event_machine: refactor async.callback for keepalive
2011-01-06event_machine: factor out async.callback handling
2011-01-06minor cleanups following state cleanups
2011-01-06eliminate G constant and just use the Rainbows! module
2011-01-06rainbows.rb: unindent
2011-01-06eliminate timed_read module
2011-01-06simplify keepalive_timeout accounting
2011-01-05disable Nagle's algorithm by default
2011-01-05simplify Rainbows.max_bytes implementation
2011-01-05response: use optimized httpdate implementation
2011-01-05Bump unicorn dependency to 3.3.0
2011-01-05response: allow normal Hash for crafting Range headers
2011-01-05tests: ensure 416 responses do keepalive
2011-01-05send proper 416 responses
2011-01-04writer_thread_pool: remove unnecesary debug messages
2011-01-04prefer Hash#merge! to Hash#update for consistency
2011-01-04globally refactor Range handling for responses
2011-01-04coolio: rename deferred_response => response_pipe
2011-01-04event_machine: cleanup response_pipe
2011-01-04refactor response sendfile body handling for easier debugging
2011-01-04t9000: disable this test for CoolioThread* models
2011-01-04simplify per-client keepalive state checks
2011-01-04coolio/master: small garbage reduction
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
2011-01-04*gemspec: fix build, we have no unit tests
2010-12-29Packaging cleanups, reinstate generated files for the tarball