about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
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
2014-12-02initial cut at OpenSSL support
2014-09-01extras/autoindex: do not link beyond top-level
2014-07-16test_server: avoid multiple workers for dead parent check
2014-05-12test_wbuf: workaround Linux-specific behavior
2014-03-22tests: avoid autoclose when inheriting
2014-03-13test/helper: compat w/ coverage in Feature #9508
2014-02-08test: log skipped tests on non-Linux systems
2014-02-08test_server: check_client_connection uses Unix sockets
2014-02-08test_client_expire: add delays for non-Linux OSes
2014-02-08wbuf_common: avoid trysendfile on empty sf_count
2014-02-04response: do not use MSG_MORE on empty bodies
2014-02-04http_response: use kgio_syssend with MSG_MORE
2013-12-27tests: document and check for ab(1) dependency
2013-11-12exec_cgi: drop chunk/content-length
2013-11-12extras/try_gzip_static: return 404 on ENOTDIR
2013-11-10test: workaround sockets not being binary on rbx
2013-11-10test_server: remove unneccessary IO#wait call
2013-11-10test: exec_cgi test uses worker_processes
2013-11-06http_response: reorder wbuf_maybe on successful early flush
2013-11-05extras: add autoindex module
2013-11-05http_response: fix app-controlled close + test
2013-11-02add extras for exec_cgi and try_gzip_static
2013-11-02tests: smaller buffer for big header test
2013-11-02http: do not drop Content-Range from response headers
2013-11-02account for truncated/expanded static files
2013-11-01test trysendfile usage with UNIX sockets
2013-11-01tests: further speed up output buffering test
2013-11-01input and output buffers support tmpdir: arguments