log

age author description
Tue, 21 Mar 2023 02:58:02 +0300 Maxim Dounin Tests: adapted session reuse tests to work with TLSv1.3.
Tue, 21 Mar 2023 02:57:39 +0300 Maxim Dounin Tests: handling of EWOULDBLOCK from sysread() with IO::Socket::SSL.
Tue, 21 Mar 2023 02:57:20 +0300 Maxim Dounin Tests: style.
Fri, 10 Mar 2023 07:30:28 +0300 Maxim Dounin Tests: expect HTTP 400 on HTTP/2 header validation errors.
Mon, 06 Feb 2023 09:36:14 -0800 Dmitry Volyntsev Tests: removed excessive tab characters from js_fetch_objects.t.
Mon, 06 Feb 2023 09:36:13 -0800 Dmitry Volyntsev Tests: fixed js tests for Fetch API for nginx-1.22 and below.
Fri, 03 Feb 2023 15:20:26 +0400 Sergey Kandaurov Tests: speedup lingering close with request pipelining.
Sat, 28 Jan 2023 03:11:04 +0300 Maxim Dounin Tests: fixed warning about protocol options redefinition.
Thu, 12 Jan 2023 22:09:35 +0400 Sergey Kandaurov Tests: h2_limit_req.t cleanup.
Fri, 23 Dec 2022 19:20:50 +0400 Sergey Kandaurov Tests: revised tests for listen port ranges.
Tue, 20 Dec 2022 19:42:09 +0400 Sergey Kandaurov Tests: ssl session ticket key rotation tests.
Thu, 15 Dec 2022 21:02:18 +0400 Sergey Kandaurov Tests: fixed hostname verification in ssl_certificate_chain.t.
Tue, 13 Dec 2022 08:50:42 -0800 Dmitry Volyntsev Tests: added js tests for Fetch API objects.
Tue, 13 Dec 2022 08:50:12 -0800 Dmitry Volyntsev Tests: improved fetch tests by avoding match for specific messages.
Fri, 02 Dec 2022 17:46:32 -0800 Dmitry Volyntsev Test: avoiding forbidden Host header in js fetch tests.
Fri, 02 Dec 2022 17:46:22 -0800 Dmitry Volyntsev Tests: improved njs version check to account multi digit versions.
Fri, 02 Dec 2022 17:46:16 -0800 Dmitry Volyntsev Tests: removed remaining njs version checks older than 0.6.0.
Fri, 18 Nov 2022 09:52:36 -0800 Eugene Grebenschikov Tests: clearing of pre-existing Content-Range headers.
Tue, 15 Nov 2022 22:01:34 -0800 Eugene Grebenschikov Tests: proxy protocol v2 TLVs tests for stream module.
Tue, 15 Nov 2022 17:39:18 -0800 Dmitry Volyntsev Tests: added stream js test for Fetch object reinitialization.
Mon, 14 Nov 2022 17:52:23 -0800 Dmitry Volyntsev Tests: added stream fetch tests for js_access directive.
Thu, 10 Nov 2022 17:08:43 +0400 Sergey Kandaurov Tests: improved readability in PROXY protocol v2 TLV tests.
Thu, 10 Nov 2022 16:42:01 +0400 Sergey Kandaurov Tests: use try_run() in proxy_protocol2_tlv.t.
Thu, 10 Nov 2022 16:40:05 +0400 Sergey Kandaurov Tests: removed rewrite dependency in proxy_protocol2_tlv.t.
Thu, 10 Nov 2022 16:37:54 +0400 Sergey Kandaurov Tests: fixed proxy_protocol2_tlv.t prerequisites.
Wed, 26 Oct 2022 13:29:19 -0700 Eugene Grebenschikov Tests: skip proxy_protocol2_tlv.t for nginx stable.
Mon, 24 Oct 2022 09:59:19 -0700 Eugene Grebenschikov Tests: variables for proxy protocol v2 TLVs
Thu, 13 Oct 2022 20:29:39 +0400 Sergey Kandaurov Tests: proxy_ssl_certificate inheritance test with empty value.
Wed, 12 Oct 2022 13:41:32 -0700 Eugene Grebenschikov Tests: removing unneeded changes in the previous commit.
Wed, 12 Oct 2022 11:55:32 -0700 Eugene Grebenschikov Tests: http resolver with ipv4/ipv6 parameters.
Tue, 27 Sep 2022 16:11:56 -0700 Dmitry Volyntsev Tests: added HEAD method tests for js fetch API.
Tue, 27 Sep 2022 21:49:46 +0400 Sergey Kandaurov Tests: fixed previous commit mismerge.
Tue, 27 Sep 2022 18:39:52 +0400 Sergey Kandaurov Tests: merged tests for proxy protocol server variables.
Mon, 26 Sep 2022 17:48:03 -0700 Dmitry Volyntsev Tests: added js tests for s.send() in async context.
Mon, 26 Sep 2022 15:49:15 +0400 Sergey Kandaurov Tests: added missing TEST_GLOBALS_STREAM templates.
Mon, 19 Sep 2022 14:13:22 +0400 Sergey Kandaurov Tests: avoid uninitialized warnings in fastcgi tests.
Mon, 19 Sep 2022 13:26:32 +0400 Sergey Kandaurov Tests: updated try_run() to rely on nginx "-e".
Thu, 15 Sep 2022 16:53:57 -0700 Vadim Zhestikov Tests: added js tests for js_preload_object directive.
Tue, 30 Aug 2022 17:24:16 +0400 Sergey Kandaurov Tests: avoid send timeout in h2_ssl.t test with canceled streams.
Thu, 25 Aug 2022 16:53:15 -0700 Dmitry Volyntsev Tests: added js r.internal test.
Thu, 25 Aug 2022 16:53:08 -0700 Dmitry Volyntsev Tests: adjusted stream_js_fetch.t TODO for njs 0.7.6 and older.
Tue, 23 Aug 2022 19:40:07 -0700 Dmitry Volyntsev Tests: added stream js test for s.send() in async context.
Tue, 23 Aug 2022 19:40:05 -0700 Dmitry Volyntsev Tests: improved stream fetch test with async callbacks.
Thu, 04 Aug 2022 09:41:44 -0700 Dmitry Volyntsev Tests: fixed version check for tests added in bd21a4a7c9f5.
Tue, 02 Aug 2022 20:35:06 -0700 Dmitry Volyntsev Tests: added js tests for directives in additional contexts.
Tue, 02 Aug 2022 20:35:05 -0700 Dmitry Volyntsev Tests: updated js properties deprecated since 0.5.0.
Wed, 20 Jul 2022 17:47:22 -0700 Dmitry Volyntsev Tests: added js fetch tests for responses without Content-Length.
Sun, 17 Jul 2022 11:59:24 +0400 Sergey Kandaurov Tests: socket leaks with zero available bytes (ticket #2367).
Thu, 14 Jul 2022 20:05:07 -0700 Dmitry Volyntsev Tests: added extended request arguments tests.
Thu, 14 Jul 2022 20:00:51 -0700 Dmitry Volyntsev Tests: removing js case-insensitive tests for r.args.
Wed, 13 Jul 2022 14:55:55 -0700 Dmitry Volyntsev Tests: removed njs version checks older than 0.6.0.
Wed, 06 Jul 2022 15:51:40 -0700 Dmitry Volyntsev Tests: added js headers test for multiple special headers set.
Mon, 13 Jun 2022 15:13:30 +0400 Sergey Kandaurov Tests: added proxy cache tests with upstream cache headers.
Tue, 07 Jun 2022 21:28:14 -0700 Dmitry Volyntsev Tests: added js headers tests when value is absent.
Fri, 03 Jun 2022 18:24:51 +0400 Sergey Kandaurov Tests: corrected proxy_cache_error.t comment.
Mon, 30 May 2022 21:37:05 +0300 Maxim Dounin Tests: tests for multiple WWW-Authenticate headers (ticket #485).
Mon, 30 May 2022 21:35:56 +0300 Maxim Dounin Tests: tests for multiple Vary headers (ticket #1423).
Mon, 30 May 2022 21:34:22 +0300 Maxim Dounin Tests: tests for duplicate response headers.
Mon, 30 May 2022 21:33:44 +0300 Maxim Dounin Tests: perl $r->header_in() combining headers test.
Mon, 30 May 2022 21:33:05 +0300 Maxim Dounin Tests: perl $r->header_in("Connection") test.