log

age author description
Wed, 21 Oct 2020 12:03:21 +0100 Sergey Kandaurov QUIC: sorted ngx_quic_send_frames() declarations. quic
Mon, 19 Oct 2020 12:19:38 +0300 Vladimir Homutov QUIC: account packet header length in amplification limit. quic
Mon, 19 Oct 2020 10:32:53 +0300 Vladimir Homutov QUIC: reverted previous 3 commits. quic
Mon, 19 Oct 2020 10:10:21 +0300 Vladimir Homutov try: --skiptests quic
Wed, 14 Oct 2020 23:21:36 +0300 Vladimir Homutov QUIC: added ACK frame range support. quic
Tue, 15 Sep 2020 22:44:46 +0300 Vladimir Homutov SSL: added the "ssl_keys_file" directive. quic
Thu, 15 Oct 2020 11:37:01 +0300 Vladimir Homutov QUIC: account packet header length in amplification limit. quic
Mon, 12 Oct 2020 14:00:00 +0100 Sergey Kandaurov QUIC: fixed ngx_http_upstream_init() much like HTTP/2 connections. quic
Fri, 09 Oct 2020 16:57:19 +0300 Vladimir Homutov QUIC: reset error and error_reason prior to processing packet. quic
Wed, 07 Oct 2020 14:51:05 +0100 Sergey Kandaurov QUIC: fixed dead store assignment. quic
Wed, 07 Oct 2020 15:29:23 +0300 Vladimir Homutov QUIC: fixed format specifier in debug message. quic
Fri, 02 Oct 2020 16:20:41 +0300 Vladimir Homutov QUIC: added debug message with final packet processing status. quic
Wed, 07 Oct 2020 12:24:03 +0100 Roman Arutyunyan QUIC: set local_socklen in stream connections. quic
Fri, 02 Oct 2020 12:40:49 +0300 Vladimir Homutov QUIC: enabled more key-related debug by default. quic
Fri, 02 Oct 2020 12:56:34 +0300 Vladimir Homutov QUIC: added connection id debug. quic
Wed, 07 Oct 2020 13:38:17 +0300 Vladimir Homutov QUIC: updated c->log->action strings to reflect proper state. quic
Wed, 07 Oct 2020 10:14:02 +0300 Vladimir Homutov QUIC: fixed memory leak in ngx_quic_send_frames(). quic
Tue, 06 Oct 2020 18:08:55 +0100 Sergey Kandaurov QUIC: fixed measuring ACK Delay against 0-RTT packets. quic
Mon, 05 Oct 2020 13:02:53 +0100 Sergey Kandaurov QUIC: do not resend empty queue when speeding up handshake. quic
Mon, 05 Oct 2020 13:02:38 +0100 Sergey Kandaurov QUIC: zero out packet length in frames prior to send. quic
Mon, 05 Oct 2020 14:36:17 +0300 Vladimir Homutov QUIC: fixed build with clang and NGX_QUIC_DEBUG_CRYPTO enabled. quic
Mon, 05 Oct 2020 10:03:01 +0300 Vladimir Homutov QUIC: inline function instead of macro for hexdump. quic
Thu, 01 Oct 2020 22:20:51 +0300 Vladimir Homutov QUIC: fixed handling of incorrect packets. quic
Thu, 01 Oct 2020 12:21:11 +0100 Sergey Kandaurov Merged with the default branch. quic
Tue, 29 Sep 2020 17:32:10 +0300 Maxim Dounin release-1.19.3 tag
Tue, 29 Sep 2020 17:32:10 +0300 Maxim Dounin nginx-1.19.3-RELEASE release-1.19.3
Tue, 29 Sep 2020 15:56:16 +0300 Maxim Dounin Updated OpenSSL used for win32 builds.
Tue, 29 Sep 2020 15:54:09 +0300 Maxim Dounin Proxy: error checking for array init, missed in 7716:d6a5e14aa3e4.
Tue, 29 Sep 2020 15:52:18 +0300 Maxim Dounin Userid: userid_flags fixup.
Mon, 28 Sep 2020 17:41:22 +0300 Maxim Dounin Resolver: improved error messages (ticket #2024).
Mon, 28 Sep 2020 17:07:48 +0300 Maxim Dounin Userid: userid_flags directive to set cookie flags.
Sun, 27 Sep 2020 23:21:11 +0300 Ruslan Ermilov Proxy: added the "proxy_cookie_flags" directive.
Sun, 27 Sep 2020 23:21:10 +0300 Ruslan Ermilov Proxy: changed interface of some internal functions.
Sun, 27 Sep 2020 23:21:09 +0300 Ruslan Ermilov Proxy: strengthen syntax checking for some directives.
Fri, 28 Aug 2020 14:10:54 -0700 Pavel Pautov Stream: set module.
Thu, 24 Sep 2020 13:51:29 +0100 Sergey Kandaurov SSL: abort handshake on SSL_set_SSL_CTX() errors.
Wed, 23 Sep 2020 19:52:31 +0300 Maxim Dounin HTTP/2: run posted requests after reading body.
Wed, 23 Sep 2020 19:50:49 +0300 Maxim Dounin HTTP/2: fixed segfault on DATA frames after 400 errors.
Wed, 16 Sep 2020 18:26:25 +0300 Maxim Dounin SSL: disabled shutdown when there are buffered data.
Wed, 16 Sep 2020 18:26:24 +0300 Maxim Dounin SSL: disabled shutdown after connection errors.
Wed, 16 Sep 2020 18:26:23 +0300 Maxim Dounin SSL: fixed event handling during shutdown.
Wed, 16 Sep 2020 18:26:22 +0300 Maxim Dounin SSL: workaround for incorrect SSL_write() errors in OpenSSL 1.1.1.
Wed, 09 Sep 2020 19:26:27 +0300 Sergey Kandaurov Cache: keep c->body_start when Vary changes (ticket #2029).
Fri, 04 Aug 2017 19:37:37 +0300 Sergey Kandaurov Cache: reset c->body_start when reading a variant on Vary mismatch.
Wed, 02 Sep 2020 23:13:36 +0300 Sergey Kandaurov HTTP/2: rejecting invalid stream identifiers with PROTOCOL_ERROR.
Thu, 01 Oct 2020 12:10:37 +0100 Sergey Kandaurov QUIC: a bandaid for calculating ack_delay with non-monotonic time. quic
Thu, 01 Oct 2020 12:10:22 +0100 Sergey Kandaurov QUIC: speeding up handshake completion. quic
Thu, 01 Oct 2020 12:09:47 +0100 Sergey Kandaurov QUIC: fixed clang-ast asserts. quic
Thu, 01 Oct 2020 12:00:12 +0100 Sergey Kandaurov QUIC: fixed build with OpenSSL after bed310672f39. quic
Thu, 01 Oct 2020 10:04:35 +0300 Vladimir Homutov QUIC: moved ssl configuration pointer to quic configuration. quic
Wed, 30 Sep 2020 20:54:46 +0300 Vladimir Homutov QUIC: added stateless reset support. quic
Wed, 30 Sep 2020 21:27:52 +0300 Vladimir Homutov QUIC: refined the "c->quic->initialized" flag usage. quic
Wed, 30 Sep 2020 15:14:09 +0300 Vladimir Homutov QUIC: packet processing refactoring. quic
Fri, 25 Sep 2020 21:47:28 +0300 Vladimir Homutov QUIC: simplified packet header parsing. quic
Fri, 25 Sep 2020 21:46:55 +0300 Roman Arutyunyan QUIC: keep the entire packet size in pkt->len. quic
Fri, 18 Sep 2020 15:53:37 +0300 Vladimir Homutov QUIC: switched to using fixed-length server connection IDs. quic
Wed, 30 Sep 2020 20:23:16 +0100 Roman Arutyunyan QUIC: resend frames by moving them to output queue. quic
Tue, 29 Sep 2020 22:09:09 +0100 Roman Arutyunyan QUIC: switch stream context to a server selected by SNI. quic
Wed, 23 Sep 2020 13:13:04 +0100 Sergey Kandaurov QUIC: unbreak client certificate verification after 0d2b2664b41c. quic
Mon, 21 Sep 2020 13:58:17 +0300 Vladimir Homutov QUIC: prevented posted push event while in the draining state. quic