about summary refs log tree commit homepage
path: root/lib/rainbows/event_machine.rb
DateCommit message (Expand)
2017-01-09eventmachine: wait for deferred actions to finish em-deferred
2014-01-29event_machine: update for unicorn 4.8.x
2013-01-11event_machine: join reactor_thread if it is already running
2011-08-19event_machine: update rdoc for new Cramp homepage
2011-08-05event_machine: APP needs to be in the main Client class
2011-08-05event_machine: add :em_client_class option
2011-05-21try_defer: enable documentation
2011-05-20event_machine: disconnect idle clients at on SIGQUIT
2011-05-16document RubyGem requirements
2011-01-20ev_core: simplify setup steps
2011-01-06eliminate G constant and just use the Rainbows! module
2011-01-04globally refactor Range handling for responses
2010-12-26event_machine: split out server and client classes
2010-12-26rainbows/rev/* require/autoload cleanup
2010-12-26avoid HttpParser#keepalive? and HttpParser#reset
2010-12-09respect client_body_buffer_size in Unicorn 3.1.0
2010-10-28rev+event_machine: small cleanups with new parser API
2010-10-22unindent most files
2010-09-28start using kgio library
2010-09-17event_machine: remove unnecessary "return"
2010-08-28"keepalive_timeout 0" (really) disables keepalive
2010-08-26split out accept() callers to acceptor module
2010-08-02event_machine: protect IO#close from EBADF
2010-07-28event_machine: better handling of staggered pipelines
2010-07-27event_machine: prevent double close of client socket
2010-07-27event_machine: fix pipelining of static files
2010-07-20event_machine: avoid redundant open() for static files
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-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-19refactor response handling for each concurrency model
2010-07-10doc: avoid documenting internals on RDoc website
2010-07-09event_machine: rename response_write => em_write_response
2010-07-08restore Rainbows::HttpResponse.write for Cramp
2010-07-04refactor response body handling for sendfile(2)
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-05-04eventmachine: "rack.multithread" is always true when deferring
2010-05-04eventmachine: add app.deferred?(env) support as middleware