about summary refs log tree commit homepage
path: root/lib/rainbows/ev_core.rb
DateCommit message (Expand)
2011-05-10configurator: move validation logic over
2011-05-03s/max_bytes/client_max_body_size/ for consistency
2011-05-03add client_header_buffer_size tuning parameter
2011-01-21ev_core: force input to be given to app_call
2011-01-21ev_core: garbage reduction
2011-01-20ev_core: simplify setup steps
2011-01-20ev_core: localize 413 error constant
2011-01-19remove support for X-Rainbows-* headers
2011-01-17ev_core: reuse buffer to avoid GC thrashing
2011-01-11event_machine: buffer reads when waiting for async.callback
2011-01-07event_machine: fold write_response back into client
2011-01-07ev_core: small organization cleanup
2011-01-07more consistent use/avoidance of HeaderHash
2011-01-07favor Hash#include? for some existence checks
2011-01-07ev_core: garbage reduction with const strings
2011-01-06event_machine: refactor async.callback for keepalive
2011-01-06event_machine: factor out async.callback handling
2011-01-06eliminate G constant and just use the Rainbows! module
2011-01-04globally refactor Range handling for responses
2011-01-04simplify per-client keepalive state checks
2010-12-09respect client_body_buffer_size in Unicorn 3.1.0
2010-12-08rev+revactor: fix LARGE pipelined uploads
2010-12-03fix pipelining of requests with bodies
2010-12-02ev_core: refactor and split cap_input out
2010-12-01ev_core: split out prepare_request_body
2010-10-28rev+event_machine: small cleanups with new parser API
2010-10-22unindent most files
2010-10-21unicorn 2.x updates + kgio
2010-09-28start using kgio library
2010-07-19rev + em: enable keepalive for pipe/socket responses
2010-07-19rev + em: more easily allow Content-Length in pipe responses
2010-07-10doc: avoid documenting internals on RDoc website
2010-06-28base: constant/namespace cleanup
2010-05-03add client_max_body_size config directive
2010-03-28cleanup: avoid redundant REMOTE_ADDR logic
2010-02-27ev_core: avoid needless String#dup
2009-12-30EventMachine: support deferrables in responses
2009-12-16get rid of the magic EvCore.setup
2009-12-05ev_core: no need to explicitly close TmpIOs
2009-12-05move "async.callback" constant to EvCore
2009-11-26cleanup and refactor error handling
2009-11-24rev/event_machine: avoid needless rewinds
2009-11-07ev_core: cleanup handling of APP constant
2009-11-06cleanup worker heartbeat and master deathwatch
2009-11-05ev_core: remove Tempfile usage once again
2009-11-02ev_core: ensure quit is triggered on all errors
2009-11-02ev_core: use Tempfile instead of Unicorn::Util::tmpio
2009-11-02Rev model is the only user of deferred_bodies
2009-10-26ev_core: do not drop deferred bodies on graceful quits
2009-10-26rev/evma: move common code for event models into ev_core