about summary refs log tree commit homepage
path: root/lib/rainbows/rev
DateCommit message (Expand)
2010-08-28"keepalive_timeout 0" (really) disables keepalive
2010-08-28rev_thread_*: fix IO proxy failures w/pipelining
2010-08-27rainbows/rev/core: tiny cleanup
2010-08-27rainbows/rev/master: unindent
2010-08-26split out accept() callers to acceptor module
2010-08-17rev/client: fix redundant close of client sockets
2010-07-27rev/client: workaround close ordering issue when proxying
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-22enable Range: responses for static files for most models
2010-07-19ensure file response bodies are properly closed
2010-07-19rev: split out deferred chunk logic from unchunked
2010-07-19rev/deferred_response: cleanups
2010-07-19prefer Integer#to_s(16) to sprintf("%x\r\n")
2010-07-19rev + em: enable keepalive for pipe/socket responses
2010-07-19rev + em: more easily allow Content-Length in pipe responses
2010-07-19remove unnecessary header munging for static file serving
2010-07-19refactor response handling for each concurrency model
2010-07-10doc: avoid documenting internals on RDoc website
2010-07-08restore Rainbows::HttpResponse.write for Cramp
2010-07-08stream_file: split this out from rev/sendfile
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
2010-07-05rev: properly enable post-fork sendfile() usage
2010-07-04refactor response body handling for sendfile(2)
2010-07-04rev/client: s/sendfile/rev_sendfile/
2010-06-30rev: add sendfile support
2010-06-30deferred_response: remove needless include
2010-06-21rev: documentation update for #write method
2010-06-21rev: restore Ruby 1.8.6 compatibility
2010-06-18rev: cleanup write method
2010-06-18rev: avoid extraneous data copy for small responses
2010-06-18avoid needless HeaderHash#to_hash calls
2010-06-18prefer Array#[] lookup to Array#first/Array#last
2010-06-06centralize body => IO conversion logic
2010-04-19rev/deferred_response: cleanup and simplification
2009-12-16get rid of the magic EvCore.setup
2009-12-09RevThread*: remove needless nil assignment
2009-12-08RevThread*: move warning message to a saner place
2009-12-04rev: do not initialize a Rev::Loop in master process
2009-12-02add RevThreadPool concurrency model
2009-11-29rev/core: don't set IOBuffer.default_node_size
2009-11-28common Rainbows.accept method
2009-11-28rev/core: fix stupid syntax error :<
2009-11-27rev/core: set IO::Buffer.default_node_size if possible
2009-11-24Rev*: safer client accounting
2009-11-24rev/event_machine: avoid needless rewinds