about summary refs log tree commit homepage
path: root/lib/rainbows/rev/thread.rb
DateCommit message (Expand)
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-10-28rev+event_machine: small cleanups with new parser API
2010-09-28start using kgio library
2010-07-26rev*: properly handle pipelined responses w/sendfile
2010-07-19refactor response handling for each concurrency model
2010-07-10doc: avoid documenting internals on RDoc website
2010-07-04refactor response body handling for sendfile(2)
2009-12-09RevThread*: remove needless nil assignment
2009-12-08RevThread*: move warning message to a saner place
2009-12-02add RevThreadPool concurrency model