about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2011-01-20ev_core: simplify setup steps
2011-01-20merge rack_input into process_client
2011-01-20ev_core: localize 413 error constant
2011-01-20remove unused 416 error constants/exceptions
2011-01-20dev_fd_response: garbage reduction
2011-01-19dev_fd_response: do not send chunks to 1.0 clients
2011-01-19remove support for X-Rainbows-* headers
2011-01-19initial edge-triggered epoll model
2011-01-17ev_core: reuse buffer to avoid GC thrashing
2011-01-11Rainbows! 3.0.0 - serving the fastest apps to slow clients faster! v3.0.0
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-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-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