about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
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-06-20tests: handle $/ assignment deprecation
2023-06-05tests: move test_upload.rb tests to t/integration.t
2023-06-05test_server: drop early_hints test
2023-06-05test_exec: drop test_basic and test_config_ru_alt_path
2023-06-05test_exec: drop sd_listen_fds emulation test
2023-06-05switch unit/test_response.rb to Perl 5 integration test
2023-06-05chunk unterminated HTTP/1.1 responses
2023-06-05Support Rack 3 and fix tests on Rack 3
2021-10-04use EPOLLEXCLUSIVE on Linux 4.5+
2021-05-01test_util: less excessive encoding tests
2021-03-15tests: force blocking I/O for Ruby 3.x
2021-03-13test/test_helper: only unlink redirected logs from parent
2020-12-09Add rack.after_reply functionality
2020-09-06Update ruby_version requirement to allow ruby 3.0
2020-07-30test_helper: support TAIL= env for watching tests
2020-07-24test_server: test_early_hints: fix test reliability
2020-07-16Add early hints support
2020-03-19http: improve RFC 7230 conformance
2020-01-20test_upload: use spawn to simplify redirects
2020-01-20test_helper: remove unused `chunked_spawn'
2020-01-20test/exec/test_exec: bring worker_processes down to 2
2019-12-15test_util: get rid of some unused variables in tests
2019-05-12test/benchmark/uconnect: test for accept loop speed
2019-05-12test/benchmark/readinput: demo for slowly uploading clients
2019-05-12test/benchmark/ddstream: demo for slowly reading clients
2018-12-12deduplicate strings VM-wide in Ruby 2.5+
2018-08-20shrink pipes under Linux
2018-05-01quiet some mismatched indentation warnings
2018-02-24Use IO#wait instead to fix test for Ruby 1.9
2017-12-22tests: cleanup some unused variable warnings
2017-03-27test_exec: SO_KEEPALIVE value only needs to be true (take #2)
2017-03-23Merge branch 'ccc-tcp-v3'
2017-03-22test_ccc: use a pipe to synchronize test ccc-tcp-v3
2017-03-15Merge remote-tracking branch 'origin/ccc-tcp-v3'
2017-03-14test_exec: SO_KEEPALIVE value only needs to be true
2017-03-14tests: keep disabled tests defined
2017-03-08revert signature change to HttpServer#process_client
2017-03-08new test for check_client_connection
2017-03-08check_client_connection: use tcp state on linux ccc-tcp-v2
2017-02-15Revert "remove response_start_sent"
2017-02-13remove response_start_sent
2016-10-20Add some tolerance (RFC2616 sec. 19.3)
2015-12-13http: TypedData C-API conversion
2015-11-17http_response: allow nil values in response headers
2015-10-27inheriting sockets from UNICORN_FD does not close them
2015-10-27sd_listen_fds emulation cleanup