about summary refs log tree commit homepage
DateCommit message (Expand)
2015-06-11yahns 1.8.0 - minor updates v1.8.0
2015-06-10ensure body is closed during hijack
2015-06-10proxy_pass: skip tests if kcar is missing
2015-06-05reduce inline constant cache overheads
2015-06-05use Unicorn::HttpParser#response_start_sent accessor
2015-06-05support SIGWINCH even if not daemonized
2015-05-18proxy_pass: allow filtering or overriding response headers
2015-05-12proxy_pass: no point in closing StringIO
2015-05-11yahns 1.7.0 - rack.hijack improvements and more v1.7.0
2015-05-11extras/proxy_pass: remove compatibility note
2015-05-11worker threads log LoadError and SyntaxError, too
2015-05-09support for Rack::TempfileReaper middleware
2015-05-09proxy_pass: favor literal hash over arrays for error responses
2015-05-09ssl: ensure rack.hijack users get "normal" IO methods
2015-05-09openssl_client: remove shutdown call
2015-05-08avoid excess allocations for rack.hijack support
2015-05-08proxy_pass: avoid unnecessary close method
2015-05-08proxy_pass: fix race condition due to ensure
2015-05-08proxy: ensure GC sees the client socket upon reactivation
2015-04-24proxy_pass: clear backtrace on ECONNREFUSED
2015-04-22favor #nil? instead of "== nil" comparisons in cold code
2015-04-22config: avoid unnecessary binmode call
2015-04-21proxy_pass: fix race condition due to flawed hijack check
2015-04-11proxy_pass: attempt to forward premature upstream responses
2015-04-09proxy_pass: capture local variable earlier for rescue
2015-04-08proxy_pass: support backends which rely on EOF to terminate
2015-04-07extras/proxy_pass: reinstate synchronous version
2015-04-07wbuf: fix writev calls for vectors
2015-04-07proxy_pass: avoid needless regexp
2015-04-07proxy_pass: possibly avoid breaking some middlewares
2015-04-07http_context: avoid defining our own *buffer_tmpdir methods
2015-04-07use String#include? for cold, simple substring matches
2015-04-07test/test_proxy_pass: remove buffer size tuning
2015-04-07proxy_pass: send 1.0 requests to upstreams for 1.0 clients
2015-04-07proxy_pass: preliminary support for passing trailers
2015-04-04proxy_pass: more tests for giant headers and truncations
2015-04-03proxy_pass: expand pipelining tests for after-upload behavior
2015-04-03proxy_pass: test for truncated response behavior
2015-04-03proxy_pass: test and fix larger uploads
2015-04-03proxy_pass: rewrite to be async, using rack.hijack
2015-04-03allow vector args to wbuf_write
2015-04-03http_client: preserve HTTP state after hijack
2015-04-03wbuf: store busy signal inside this object
2015-04-01tmpio: add writev support via kgio
2015-04-01test/test_proxy_pass: rename test name, too
2015-04-01doc: note possible removal of client_body_buffer_size
2015-03-17avoid EPOLL_CTL_DEL calls on rack.hijack
2015-03-14proxy_pass: officially become a part of yahns
2015-03-14extras/proxy_pass: support Unix domain sockets as backends
2015-03-14extras/proxy_pass: implicit $fullpath expansion for upstreams