about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
2016-04-27test_proxy_pass: test for auto chunking on 1.0 backends
2016-02-29test/*: fix mktmpdir usage for 1.9.3
2016-02-20test_ssl: check SERVER_PORT when parsed from Host: header
2016-02-20https: ensure SERVER_PORT defaults to 443
2016-02-14doc: trim down documentation slightly
2016-02-12set HTTPS and rack.url_scheme in Rack env as appropriate
2016-02-12properly emulate sendfile for OpenSSL sockets
2016-01-02copyright updates for 2016
2016-01-02enable frozen_string_literal for Ruby 2.3+
2015-12-13test_server: fix race condition in hooks test
2015-12-01test_wbuf: deal with proper zero-copy for Unix sockets
2015-10-13copyright updates
2015-07-21test_client_expire: favor Process.spawn over fork+exec
2015-07-17test/test_rack_hijack: ensure proper ordering of log messages
2015-07-15emulate sd_listen_fds for systemd support
2015-07-15test/test_rack_hijack.rb: try to increase test reliability
2015-07-03apply TCP socket options on inherited sockets
2015-06-15test/helper: warn atomically
2015-06-10ensure body is closed during hijack
2015-06-10proxy_pass: skip tests if kcar is missing
2015-05-09support for Rack::TempfileReaper middleware
2015-05-09ssl: ensure rack.hijack users get "normal" IO methods
2015-04-21proxy_pass: fix race condition due to flawed hijack check
2015-04-11proxy_pass: attempt to forward premature upstream responses
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-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-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-03-14proxy_pass: officially become a part of yahns
2015-03-14extras/proxy_pass: support Unix domain sockets as backends
2015-03-13http_client: do not close input on hijack
2015-03-13test/test_server: fix leftover process from inherit test
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-02-05skip tests requiring String#b on 1.9.3
2015-01-23reduce File::Stat object allocations
2014-12-21test_ssl: factor out server SSLContext creation
2014-12-15wbuf_common: close body proxies on sendfile abort
2014-12-02test/test_ssl: skip test if SSL on older Rubies