about summary refs log tree commit homepage
path: root/lib/rainbows/fiber
DateCommit message (Expand)
2011-04-26doc: stop recommending Fiber* stuff
2011-03-15fiber/io: fix broken call to Kgio.trywrite
2011-03-10switch from IO#sendfile_nonblock to IO#trysendfile
2011-02-06minimize &block usage for yield
2011-02-06kill some unnecessary &block usage
2011-02-04bump required Unicorn dependency for Kgio
2011-01-06eliminate G constant and just use the Rainbows! module
2011-01-04globally refactor Range handling for responses
2011-01-04refactor response sendfile body handling for easier debugging
2010-12-28complete Rev => Coolio renaming
2010-12-28several response body#close fixes
2010-12-27coolio*: favor Coolio over Rev
2010-12-27coolio_fiber_spawn: decrease CPU usage for keepalive
2010-12-27doc: misc cleanups and additions for RDoc
2010-12-27initial cool.io support
2010-12-27fiber/io: avoid allocating Range objects for slicing
2010-12-27fiber/*: more efficient keepalive_timeout expiry
2010-12-27fiber/base: use bare "select" where possible
2010-12-26fiber/queue: unindent
2010-12-26remove unnecessary "::" constant prefixing
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-22fiber_pool: no need for old Fiber::IO
2010-10-22code shuffling for kgio
2010-10-21unicorn 2.x updates + kgio
2010-09-28start using kgio library
2010-08-26split out accept() callers to acceptor module
2010-07-29fiber/io: reuse buffer in Rainbows::Fiber::IO#each
2010-07-23rename parse_range => make_range!
2010-07-22enable Range: responses for static files for most models
2010-07-19refactor response handling for each concurrency model
2010-07-10doc: avoid documenting internals on RDoc website
2010-07-08restore Rainbows::HttpResponse.write for Cramp
2010-07-06fix string slicing under 1.9 after short writes
2010-07-06cleanup error handling for aborted downloads
2010-07-04refactor response body handling for sendfile(2)
2010-06-28add preliminary sendfile (1.0.0) gem support
2010-06-28fiber/base: reuse process_client logic in base
2010-06-28(style) prefer "until" instead of "while !"
2010-06-28base: constant/namespace cleanup
2010-06-18fiber/{base,io}: use arrays instead of hashes for r/w accounting
2010-06-18fiber/base: more accurate sleep timeout
2010-06-18prefer Array#[] lookup to Array#first/Array#last
2010-03-28cleanup: avoid redundant REMOTE_ADDR logic
2010-03-28fiber/base: do not modify hash during iteration (1.9.2dev)
2010-02-26avoid leaks if app uses Rainbows::Fiber::IO
2010-02-11use Hash#compare_by_identity for performance
2009-12-22common Rainbows.sleep(nr) method