about summary refs log tree commit homepage
path: root/lib/rainbows/event_machine
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-07event_machine: fold write_response back into client
2011-01-07event_machine: cleanup async logic
2011-01-06event_machine: refactor async.callback for keepalive
2011-01-06event_machine: factor out async.callback handling
2011-01-06simplify keepalive_timeout accounting
2011-01-04prefer Hash#merge! to Hash#update for consistency
2011-01-04globally refactor Range handling for responses
2011-01-04event_machine: cleanup response_pipe
2011-01-04simplify per-client keepalive state checks
2010-12-28several response body#close fixes
2010-12-26event_machine: split out server and client classes
2010-07-27event_machine: fix pipelining of static files
2010-07-19ensure stream response bodies get closed
2010-07-19prefer Integer#to_s(16) to sprintf("%x\r\n")
2010-07-19event_machine: split out uncommonly used modules