about summary refs log tree commit homepage
path: root/lib/rainbows/fiber/io.rb
DateCommit message (Expand)
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