about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
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
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
2010-12-26event_machine: split out server and client classes
2010-12-26rev_thread_*: unindent and split out
2010-12-26rainbows/rev/* require/autoload cleanup
2010-12-26rename rev/thread => rev/thread_client
2010-12-26rev_thread_spawn: disable under Ruby 1.8
2010-12-26avoid HttpParser#keepalive? and HttpParser#reset
2010-12-26rainbows/rev/*: uninident some more
2010-12-26rev: split out Rainbows::Rev::Server
2010-12-26rev: unindent, needless autoload
2010-12-20thread_timeout: fix bad comparison
2010-12-20thread_timeout: avoid a threading bug under 1.9
2010-12-09respect client_body_buffer_size in Unicorn 3.1.0
2010-12-09thread_timeout: de-Struct-ify
2010-12-08respect "rewindable_input false" in Unicorn config
2010-12-08rev+revactor: fix LARGE pipelined uploads
2010-12-03Rainbows! 2.0.1 - upload pipelining fixes v2.0.1
2010-12-03fix pipelining of requests with bodies
2010-12-02ev_core: refactor and split cap_input out
2010-12-01ev_core: split out prepare_request_body