about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2010-08-02event_machine: protect IO#close from EBADF
2010-08-02revactor: implement sendfile and range support
2010-07-29fiber/io: reuse buffer in Rainbows::Fiber::IO#each
2010-07-29revactor: Actor-aware dev_fd_response proxying
2010-07-28event_machine: better handling of staggered pipelines
2010-07-27event_machine: prevent double close of client socket
2010-07-27rev/client: workaround close ordering issue when proxying
2010-07-27rev_thread_pool: stop supporting this under Ruby 1.8
2010-07-27event_machine: fix pipelining of static files
2010-07-26rev*: properly handle pipelined responses w/sendfile
2010-07-23rename parse_range => make_range!
2010-07-22rev*: avoid hung connections when proxying HTTP/0.9
2010-07-22writer_thread_pool: fix include ordering issues under 1.8
2010-07-22enable Range: responses for static files for most models
2010-07-20event_machine: avoid redundant open() for static files
2010-07-20rely on autoload for Base and TeeInput
2010-07-19ensure client aborted file/stream response bodies are closed
2010-07-19event_machine: close body descriptor before streaming file
2010-07-19ensure file response bodies are properly closed
2010-07-19ensure stream response bodies get closed
2010-07-19rev: split out deferred chunk logic from unchunked
2010-07-19rev/deferred_response: cleanups
2010-07-19rev: autoload DeferredResponse
2010-07-19prefer Integer#to_s(16) to sprintf("%x\r\n")
2010-07-19event_machine: don't set @body unless it's EM::Deferrable
2010-07-19event_machine: small simplification for async responses
2010-07-19event_machine: split out uncommonly used modules
2010-07-19rev + em: enable keepalive for pipe/socket responses
2010-07-19rev + em: more easily allow Content-Length in pipe responses
2010-07-19event_machine: ResponseChunkPipe style cleanup
2010-07-19event_machine: garbage avoidance for pipe responses
2010-07-19event_machine: avoid race in unchunked fast pipe responses
2010-07-19remove unnecessary header munging for static file serving
2010-07-19dev_fd_response: remove needless begin block
2010-07-19no need to pass 'rb' as File.open flags
2010-07-19sendfile middleware: various style cleanups
2010-07-19refactor response handling for each concurrency model
2010-07-11Rainbows! v0.95.1 - depend on newer Unicorn v0.95.1
2010-07-10Rainbows! 0.95.0 - sendfile() support! v0.95.0
2010-07-10doc: avoid documenting internals on RDoc website
2010-07-09event_machine: rename response_write => em_write_response
2010-07-09http_response: allow Cramp 0.11 to send proper WS headers
2010-07-08restore Rainbows::HttpResponse.write for Cramp
2010-07-08bump TCP_DEFER_ACCEPT default value
2010-07-08stream_file: split this out from rev/sendfile
2010-07-06byte_slice: String#[range] is faster than String#slice!(range)
2010-07-06fix string slicing under 1.9 after short writes
2010-07-06rev/client: more aggressive non-blocking write
2010-07-06cleanup error handling for aborted downloads
2010-07-06rev: avoid unnecessary seeking when using sendfile