about summary refs log tree commit homepage
DateCommit message (Expand)
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
2015-03-14http_client: hijack after 100-continue disables HTTP response
2015-03-13http_client: do not close input on hijack
2015-03-13avoid unnecessary calls #to_sym for __send__
2015-03-13extras/proxy_pass: remove ERROR_502 constant
2015-03-13test/test_server: fix leftover process from inherit test
2015-03-12extras/proxy_pass: remove unused CHUNK_SIZE constant
2015-03-09yahns 1.6.0 - reduced allocations and bugfixes v1.6.0
2015-03-09acceptor: close inherited-but-unneeded sockets
2015-03-03extras/proxy_pass: flesh out upload support + tests
2015-03-03extras/proxy_pass: log exceptions leading to 502
2015-03-03extras/proxy_pass: do not name unused variable
2015-02-10extras/proxy_pass: save memory in String#split arg
2015-02-10favor Class.new for method-less classes
2015-02-05use the monotonic clock under Ruby 2.1+
2015-02-05skip tests requiring String#b on 1.9.3
2015-02-05fix compatibility with unicorn.git
2015-01-24wbuf: lazily (re)create temporary file
2015-01-24update comments about wbuf_close return values
2015-01-23reduce File::Stat object allocations