about summary refs log tree commit homepage
path: root/lib/rainbows/rev
DateCommit message (Expand)
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
2009-11-18make keepalive_timeout configurable
2009-11-18rev: implement keepalive timeout
2009-11-08initial cut of the RevThreadSpawn model
2009-11-07rev: DeferredResponse: always attach to main loop
2009-11-07ev_core: cleanup handling of APP constant
2009-11-07rev: DeferredResponse is independent of parser state
2009-11-07rev: split out further into separate files for reuse
2009-11-06cleanup worker heartbeat and master deathwatch
2009-10-30rev: split out heartbeat class