about summary refs log tree commit homepage
path: root/lib/rainbows
DateCommit message (Expand)
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-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-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-06eliminate timed_read module
2011-01-06simplify keepalive_timeout accounting
2011-01-05response: use optimized httpdate implementation
2011-01-05response: allow normal Hash for crafting Range headers
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-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
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-27doc: misc cleanups and additions for RDoc
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