about summary refs log tree commit homepage
path: root/lib/rainbows/rev
DateCommit message (Expand)
2010-12-28complete Rev => Coolio renaming
2010-12-28several response body#close fixes
2010-12-26more :: prefix elimination
2010-12-26remove unnecessary "::" constant prefixing
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-09respect client_body_buffer_size in Unicorn 3.1.0
2010-12-03fix pipelining of requests with bodies
2010-11-05avoid Errno::EAGAIN, harder
2010-11-04avoid Kgio::WaitReadable/WaitWritable constants
2010-10-28rev+event_machine: small cleanups with new parser API
2010-10-25reduce dependency on IO#write_nonblock
2010-10-22unindent most files
2010-09-28start using kgio library
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