about summary refs log tree commit homepage
path: root/lib/rainbows/revactor
DateCommit message (Expand)
2019-01-02quiet mismatched indentation warnings
2015-11-24fix broken constant lookups in unmaintained bits
2015-11-21revactor: remove fcntl dependency
2013-02-11hijacking support for Rack 1.5.x users
2011-05-10configurator: move validation logic over
2011-03-10switch from IO#sendfile_nonblock to IO#trysendfile
2011-02-06kill some unnecessary &block usage
2011-02-04bump required Unicorn dependency for Kgio
2011-01-20remove support for Sunshowers
2011-01-06simplify keepalive_timeout accounting
2011-01-04globally refactor Range handling for responses
2011-01-04refactor response sendfile body handling for easier debugging
2010-12-28several response body#close fixes
2010-12-27revactor: split out tee_socket and use autoload
2010-12-26more :: prefix elimination
2010-08-02revactor: implement sendfile and range support
2010-07-29revactor: Actor-aware dev_fd_response proxying
2010-05-03cleanup request size limiting for TeeInput users
2010-02-26revactor/tee_input: sync w/ Unicorn::TeeInput struct-ification
2009-11-15revactor/tee_input: share error handling with superclass
2009-11-13revactor/tee_input: raise ClientDisconnect on EOFError
2009-11-11revactor/tee_input: unnecessary error handling
2009-11-08rev_thread_spawn/revactor: fix TeeInput for short reads
2009-10-02initial revision