about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2024-04-15t/lib.perl: fix Perl integration tests w/o installation HEAD master
2024-03-31treewide: future-proof frozen_string_literal changes
2024-03-31tests: port back-out-of-upgrade to Perl 5
2024-03-31t/integration: disable proxies when running curl(1)
2024-01-15update dependency to Ruby 2.5+
2024-01-15kill off remaining kgio uses
2023-09-10tests: fold early shutdown() tests into t/integration.t
2023-09-10tests: move broken app test to Perl 5 integration test
2023-09-10tests: fold SO_KEEPALIVE check to Perl 5 integration
2023-09-10tests: use Time::HiRes `sleep' and `time' everywhere
2023-09-10tests: use more common variable names between tests
2023-09-10tests: introduce `do_req' helper sub
2023-09-10tests: rewrite SIGWINCH && SIGTTIN test in Perl 5
2023-09-10tests: port reopen logs test over to Perl 5
2023-09-10tests: port t/heartbeat-timeout to Perl 5
2023-09-10tests: port working_directory tests to Perl 5
2023-09-10tests: port some bad config tests to Perl 5
2023-06-20t/active-unix-socket: sleep for init(8) to reap worker
2023-06-20t/lib.perl: FreeBSD: ignore accf_* messages
2023-06-05LISTEN_FDS-inherited sockets are immortal across SIGHUP
2023-06-05tests: move test_upload.rb tests to t/integration.t
2023-06-05t/integration.t: switch PUT tests to MD5, reuse buffers
2023-06-05early_hints supports Rack 3 array headers
2023-06-05tests: get rid of sha1sum.rb and rsha1() sh function
2023-06-05port t/t0116-client_body_buffer_size.sh to Perl 5
2023-06-05port t9000-preread-input.sh to Perl 5
2023-06-05tests: consistent tcp_start and unix_start across Perl 5 tests
2023-06-05tests: check_stderr consistently in Perl 5 tests
2023-06-05port t0019-max_header_len.sh to Perl 5
2023-06-05tests: use autodie to simplify error checking
2023-06-05port t0100-rack-input-tests.sh to Perl 5
2023-06-05port t0011-active-unix-socket.sh to Perl 5
2023-06-05t/integration.t: use start_req to simplify test slighly
2023-06-05port t0002-parser-error.sh to Perl 5
2023-06-05port t0000-http-basic.sh to Perl 5
2023-06-05port t0018-write-on-close.sh to Perl 5
2023-06-05support rack 3 multi-value headers
2023-06-05switch unit/test_response.rb to Perl 5 integration test
2023-06-05Support Rack 3 and fix tests on Rack 3
2021-10-04use EPOLLEXCLUSIVE on Linux 4.5+
2021-09-26drop Ruby 1.9.3 support, require 2.0+ for now
2021-03-13Allocate a new request for each client
2020-07-30build: revamp and avoid unnecessary rebuilds
2018-10-18doc: update more URLs to use HTTPS and avoid redirects
2018-09-18tests: ensure -N/--no-default-middleware not supported in config.ru
2017-12-16avoid reusing env on hijack
2017-03-14test-lib: expr(1) portability fix
2017-03-01t0011-active-unix-socket.sh: fix race condition in test
2017-02-21t/t0012-reload-empty-config.sh: access ivars directly if needed
2015-06-10ensure body is closed during hijack