1. 6d0e16f Tests: limit_req_dry_run tests. by Sergey Kandaurov · 4 years, 11 months ago
  2. 9f34d39 Tests: added stream $session_time test. by Sergey Kandaurov · 4 years, 11 months ago
  3. f09576c Tests: not_modified_finalize.t with cached response (ticket #1782). by Sergey Kandaurov · 4 years, 11 months ago
  4. 1d4e6d4 Tests: removed unused Config imports. by Sergey Kandaurov · 4 years, 11 months ago
  5. 628eeeb Tests: adapted js_subrequests.t to njs changes after 0.3.3. by Dmitry Volyntsev · 5 years ago
  6. 20548d1 Tests: upstream hash tests for round-robin fallback on empty key. by Sergey Kandaurov · 5 years ago
  7. 1d3cdb1 Tests: Python 3.7 (PEP 3333) compatibility in uwsgi tests. by Sergey Kandaurov · 5 years ago
  8. ab842ba Tests: removed unused gzip imports. by Sergey Kandaurov · 5 years ago
  9. a2e6dec Tests: skip TLS 1.3 session reuse tests with older Perl modules. by Sergey Kandaurov · 5 years ago
  10. dc52f19 Tests: fixed session reuse tests in ssl_certificate.t with TLSv1.3. by Sergey Kandaurov · 5 years ago
  11. e1f7c2a Tests: fixed ssl_stapling.t for nginx built with OpenSSL 0.9.8y+. by Sergey Kandaurov · 5 years ago
  12. a4200e7 Tests: range filter TODO adjusted. by Sergey Kandaurov · 5 years ago
  13. 00902ef Tests: range filter and chunked transfer encoding test. by Sergey Kandaurov · 5 years ago
  14. 6600e15 Tests: stream limit rate tests, variables support. by Sergey Kandaurov · 5 years ago
  15. 94decbf Tests: more stream_limit_rate.t tests. by Sergey Kandaurov · 5 years ago
  16. bdfe581 Tests: limit_rate / limit_rate_after tests. by Sergey Kandaurov · 5 years ago
  17. 726e572 Tests: http include tests. by Sergey Kandaurov · 5 years ago
  18. e214f43 Tests: avoid uninitialized warnings in stream_upstream_random.t. by Sergey Kandaurov · 5 years ago
  19. eb7d45e Tests: removed now unused timeout adjustments in stream tests. by Sergey Kandaurov · 5 years ago
  20. 918e29f Tests: removed now unused timeout adjustments in h2_proxy_cache.t. by Sergey Kandaurov · 5 years ago
  21. 43f0a92 Tests: use TODO for js_subrequests.t sr_file + aio test. by Sergey Kandaurov · 5 years ago
  22. 1acc187 Tests: run HTTP/2 unsafe socket tests on a fresh connection. by Sergey Kandaurov · 5 years ago
  23. b9e3684 Tests: added $limit_rate test with invalid empty value. by Sergey Kandaurov · 5 years ago
  24. ced0a86 Tests: fastcgi_catch_stderr test. by Sergey Kandaurov · 5 years ago
  25. 3339c0a Tests: removed HTTP/2 proxy cache TODO tests for empty DATA frame. by Sergey Kandaurov · 5 years ago
  26. 728fba0 Tests: adjusted proxy.t proxy_read_timeout for slow hosts. by Sergey Kandaurov · 5 years ago
  27. 6b930da Tests: proxy.t doesn't need Socket since cdbdb75cf194, drop it. by Sergey Kandaurov · 5 years ago
  28. 9bed6b2 Tests: adjusted limit_req rate in HTTP/2 body preread tests more. by Sergey Kandaurov · 5 years ago
  29. fd50474 Tests: unbreak stream_ssl_realip.t with TLS 1.3. by Sergey Kandaurov · 5 years ago
  30. c1c0a89 Tests: loading "data:..." certificates with perl module. by Sergey Kandaurov · 5 years ago
  31. b99e2bb Tests: added njs modules tests. by Dmitry Volyntsev · 5 years ago
  32. 575fa02 Tests: adapted js.t to njs changes. by Dmitry Volyntsev · 5 years ago
  33. 0631782 Tests: shutdown in stream_upstream_zone.t with closed connections. by Sergey Kandaurov · 5 years ago
  34. ee646b6 Tests: simplified stream_proxy_ssl_verify.t using return directive. by Sergey Kandaurov · 5 years ago
  35. 147dc07 Tests: listen port ranges. by Sergey Kandaurov · 5 years ago
  36. 1bd3091 Tests: style. by Sergey Kandaurov · 5 years ago
  37. ea41422 Tests: fixed session reuse in ssl_sni.t with OpenSSL 1.1.0+. by Sergey Kandaurov · 5 years ago
  38. 3daf08a Tests: moved $ssl_server_name tests in http to ssl_sni.t. by Sergey Kandaurov · 5 years ago
  39. 8e6c78f Tests: preserving original SNI in a resumption handshake. by Sergey Kandaurov · 5 years ago
  40. fb3f4b5 Tests: added $ssl_server_name tests with SSL session reuse. by Sergey Kandaurov · 5 years ago
  41. bba405c Tests: loading "engine:..." keys with certificate variable. by Sergey Kandaurov · 5 years ago
  42. 2f8407d Tests: added basic ssl tests with dynamic certificate not found. by Sergey Kandaurov · 5 years ago
  43. 0c41d6c Tests: adapted js_internal_redirect.t to njs changes. by Dmitry Volyntsev · 5 years ago
  44. 91c2dca Tests: ssl tests with dynamic certificates. by Sergey Kandaurov · 5 years ago
  45. c974f7d Tests: njs tests for setting nginx variables. by Dmitry Volyntsev · 5 years ago
  46. 88621f1 Tests: adapted stream_js.t to njs changes. by Dmitry Volyntsev · 5 years ago
  47. aa344bf Tests: moved njs http headers test to a separate file. by Dmitry Volyntsev · 5 years ago
  48. ff5944e Tests: added njs http r.headersOut tests. by Dmitry Volyntsev · 5 years ago
  49. 21a4f20 Tests: adapted js.t to set header changes in njs. by Dmitry Volyntsev · 5 years ago
  50. 4f99ccf Tests: adjusted stream_udp_stream.t for slow hosts. by Sergey Kandaurov · 5 years ago
  51. 62c2624 Tests: get rid of deprecated njs API in 0.2.2. by Dmitry Volyntsev · 5 years ago
  52. 09d1ab2 Tests: removed js tests for deprecated njs API. by Dmitry Volyntsev · 5 years ago
  53. 17c5e9b Tests: removed ngx_parse_inet6_url() "::" test from proxy.t. by Sergey Kandaurov · 5 years ago
  54. 9473777 Tests: keep stream_udp_limit_rate.t TODOs for a while. by Sergey Kandaurov · 5 years ago
  55. 0e30a20 Tests: adjusted stream_udp_limit_rate.t for slow hosts. by Sergey Kandaurov · 5 years ago
  56. c8cb671 Tests: stream_udp_limit_rate.t TODOs removed, fix committed. by Sergey Kandaurov · 5 years ago
  57. 96f3fbb Tests: stream limit rate tests with datagrams. by Sergey Kandaurov · 5 years ago
  58. a3c1156 Tests: upstream ip_hash tests with IPv6 and unix sockets. by Sergey Kandaurov · 5 years ago
  59. f30601c Tests: reverted 2f7d7953b2a8 after FreeBSD-EN-19:02.tcp. by Sergey Kandaurov · 5 years ago
  60. c790583 Tests: avoid edge cases in upstream random two test. by Sergey Kandaurov · 5 years ago
  61. 9795af5 Tests: userid TODO adjusted, fix committed. by Sergey Kandaurov · 5 years ago
  62. 0ed1423 Tests: skip certain tests on FreeBSD 12.0. by Sergey Kandaurov · 5 years ago
  63. d60ff98 Tests: adjusted stream udp test with failed peer. by Sergey Kandaurov · 5 years ago
  64. f18c993 Tests: aligned generic read timeouts in stream and mail tests. by Sergey Kandaurov · 5 years ago
  65. 3c59131 Tests: added userid tests with IPv6 and unix sockets. by Sergey Kandaurov · 5 years ago
  66. 4aa9b91 Tests: aligned various generic read timeouts to http_end(). by Sergey Kandaurov · 5 years ago
  67. 563b80d Tests: adjusted read timeout in HTTP/2 request buffering tests. by Sergey Kandaurov · 5 years ago
  68. 17e5fcb Tests: upstream_response_length_variable tests, proxy.t merged. by Sergey Kandaurov · 5 years ago
  69. f1740b6 Tests: simple geo module tests with unix socket address. by Sergey Kandaurov · 5 years ago
  70. 5c47795 Tests: added missing proxy prerequisites. by Sergey Kandaurov · 5 years ago
  71. 72cdb72 Tests: adjusted rate in limit_req_delay.t for slow hosts. by Sergey Kandaurov · 5 years ago
  72. 8b0dd9e Tests: removed TODOs for gRPC fixes merged in 1.14.2. by Sergey Kandaurov · 5 years ago
  73. 12d5216 Tests: proxy cache background update with regex captures. by Sergey Kandaurov · 5 years ago
  74. f849b5e Tests: njs http global code. by Dmitry Volyntsev · 5 years ago
  75. 98dc105 Tests: adjusted proxy_cache_use_stale.t for slow hosts. by Sergey Kandaurov · 5 years ago
  76. 08ceda8 Tests: expect ssl_sni_reneg.t failures on stable in certain cases. by Sergey Kandaurov · 5 years ago
  77. ed5bda3 Tests: harden proxy_variables.t, avoid uninitialized warnings. by Sergey Kandaurov · 5 years ago
  78. e58a0f4 Tests: handled SIGPIPE in ssl_sni_reneg.t. by Sergey Kandaurov · 5 years ago
  79. 99b6615 Tests: adjusted proxy_cache_error.t read timeout. by Sergey Kandaurov · 5 years ago
  80. 68f63f2 Tests: adjusted client connect timeout in various tests with SSL. by Sergey Kandaurov · 5 years ago
  81. 38d6fc4 Tests: adjusted connect timeout in HTTP/2 tests. by Sergey Kandaurov · 5 years ago
  82. a2fb5e3 Tests: unpack GIF in VAX order to fix image_filter.t on big-endian. by Sergey Kandaurov · 5 years ago
  83. 6c1fe0c Tests: "limit_req .. delay" tests. by Sergey Kandaurov · 5 years ago
  84. bd47dcf Tests: added upstream response time tests with client close. by Sergey Kandaurov · 5 years ago
  85. 43fc7be Tests: proxy_variables.t TODO adjusted, fix committed. by Sergey Kandaurov · 5 years ago
  86. df0bdfc Tests: adjusted upstream response time tests for upcoming changes. by Sergey Kandaurov · 5 years ago
  87. 8631036 Tests: skip OCSP stapling and multiple cert tests with BoringSSL. by Sergey Kandaurov · 5 years ago
  88. 20324b4 Tests: unbreak $ssl_ciphers test with BoringSSL. by Sergey Kandaurov · 5 years ago
  89. 93846a6 Tests: marked "requests - responses" proxy_requests test as unsafe. by Sergey Kandaurov · 5 years ago
  90. 5f361b3 Tests: LibreSSL client detection in multiple certificate tests. by Sergey Kandaurov · 5 years ago
  91. e471591 Tests: stream tests for the proxy_requests directive. by Sergey Kandaurov · 5 years ago
  92. a2064ef Tests: rewrite module tests, the "if" directive. by Sergey Kandaurov · 5 years ago
  93. fea22d5 Tests: added upstream max_conns tests with hash balancer. by Sergey Kandaurov · 5 years ago
  94. 3ef6792 Tests: fixed upstream max_conns test with ip_hash balancer. by Sergey Kandaurov · 5 years ago
  95. 6ec20ab Tests: added upstream ip_hash test with single peer. by Sergey Kandaurov · 5 years ago
  96. aadada9 Tests: ported upstream max_conns tests to stream, reduced diffs. by Sergey Kandaurov · 5 years ago
  97. 37d142f Tests: unbreak grpc.t on stable versions. by Sergey Kandaurov · 5 years ago
  98. 99dcf7e Tests: support TLS 1.3 in ssl_stapling.t by preferring sigalgs. by Sergey Kandaurov · 6 years ago
  99. 53c400e Tests: support TLS 1.3 in ssl_certificates.t by preferring sigalgs. by Sergey Kandaurov · 6 years ago
  100. bbd44a9 Tests: skip ssl_sni_reneg.t with TLS 1.3. by Sergey Kandaurov · 6 years ago