about summary refs log tree commit homepage
path: root/lib/rainbows/ev_core
DateCommit message (Collapse)
2011-02-06minimize &block usage for yield
No need to allocate a proc every time when we can just yield much more efficiently.
2010-12-09respect client_body_buffer_size in Unicorn 3.1.0
This is only needed for concurrency options that do not use TeeInput, since TeeInput automatically handles this for us.
2010-12-02ev_core: refactor and split cap_input out
Hopefully it makes more sense now and is easier to digest for new hackers.