about summary refs log tree commit homepage
DateCommit message (Expand)
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
2010-12-29Rakefile: fix fm_update task
2010-12-29Rainbows! 2.1.0 - Cool.io, bugfixes and more!
2010-12-28complete Rev => Coolio renaming
2010-12-28several response body#close fixes
2010-12-28dev_fd_response: pass files straight through
2010-12-28enable the keepalive_requests config option
2010-12-27coolio*: favor Coolio over Rev
2010-12-27coolio_fiber_spawn: decrease CPU usage for keepalive
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-27doc: misc cleanups and additions for RDoc
2010-12-27t0015: increase reliability of test
2010-12-27initial cool.io support
2010-12-27fiber/io: avoid allocating Range objects for slicing
2010-12-27fiber/*: more efficient keepalive_timeout expiry
2010-12-27fiber/base: use bare "select" where possible
2010-12-27thread_pool: avoid needless wakeups from select
2010-12-27thread_*: unindent
2010-12-27introduce worker_yield method
2010-12-27writer_thread_spawn: factor out Client.quit
2010-12-27writer_thread_*: split out classes into separate files
2010-12-27writer_thread_*: split out common socket_proxy code
2010-12-27writer_thread_*: unindent
2010-12-27revactor: split out tee_socket and use autoload
2010-12-26more :: prefix elimination
2010-12-26fiber/queue: unindent
2010-12-26remove unnecessary "::" constant prefixing
2010-12-26never_block: simplify and split out code