about summary refs log tree commit homepage
path: root/lib/rainbows/fiber/io.rb
DateCommit message (Expand)
2011-05-10configurator: move validation logic over
2011-04-26doc: stop recommending Fiber* stuff
2011-03-15fiber/io: fix broken call to Kgio.trywrite
2011-02-06kill some unnecessary &block usage
2011-02-04bump required Unicorn dependency for Kgio
2010-12-27doc: misc cleanups and additions for RDoc
2010-12-27fiber/io: avoid allocating Range objects for slicing
2010-12-27fiber/*: more efficient keepalive_timeout expiry
2010-11-19upgrade to Kgio 2.x and Unicorn 3.x
2010-11-05avoid Errno::EAGAIN, harder
2010-11-04avoid Kgio::WaitReadable/WaitWritable constants
2010-10-26doc: RDoc updates
2010-10-22code shuffling for kgio
2010-10-21unicorn 2.x updates + kgio
2010-09-28start using kgio library
2010-07-29fiber/io: reuse buffer in Rainbows::Fiber::IO#each
2010-07-10doc: avoid documenting internals on RDoc website
2010-07-06fix string slicing under 1.9 after short writes
2010-06-28fiber/base: reuse process_client logic in base
2010-06-18fiber/{base,io}: use arrays instead of hashes for r/w accounting
2010-02-26avoid leaks if app uses Rainbows::Fiber::IO
2009-12-16fiber/io: split out wait_readable and wait_writable methods
2009-11-26Fiber*: cleanup scheduling, fix keepalive
2009-11-25add FiberSpawn concurrency model