log

age author description
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
Wed, 16 Sep 2020 20:21:03 +0100 Roman Arutyunyan HTTP/3: rearranged length check when parsing header. quic
Wed, 16 Sep 2020 19:48:33 +0100 Roman Arutyunyan HTTP/3: removed HTTP/3 parser call from discard body filter. quic
Wed, 16 Sep 2020 12:27:23 +0100 Roman Arutyunyan HTTP/3: reject HTTP/2 frames. quic
Mon, 24 Aug 2020 09:56:36 +0300 Roman Arutyunyan HTTP/3: skip unknown frames on request stream. quic
Wed, 16 Sep 2020 18:59:25 +0100 Roman Arutyunyan HTTP/3: fixed handling request body eof. quic
Fri, 11 Sep 2020 10:56:05 +0300 Vladimir Homutov QUIC: switched to draft 29 by default. quic
Wed, 09 Sep 2020 16:35:29 +0300 Roman Arutyunyan QUIC: allowed old DCID for initial packets until first ACK. quic
Tue, 08 Sep 2020 15:54:02 +0300 Roman Arutyunyan QUIC: eliminated idle timeout restart for dropped packets. quic
Tue, 08 Sep 2020 13:35:50 +0300 Sergey Kandaurov QUIC: removed check for packet size beyond MAX_UDP_PAYLOAD_SIZE. quic
Tue, 08 Sep 2020 13:28:56 +0300 Sergey Kandaurov QUIC: check that the packet length is of at least sample size. quic
Tue, 08 Sep 2020 13:27:39 +0300 Sergey Kandaurov QUIC: update packet length for short packets too. quic
Mon, 07 Sep 2020 20:55:36 +0300 Roman Arutyunyan QUIC: added logging output stream frame offset. quic
Fri, 04 Sep 2020 15:48:53 +0300 Vladimir Homutov QUIC: refactored ngx_quic_retry_input(). quic
Sun, 06 Sep 2020 14:51:23 +0300 Roman Arutyunyan QUIC: do not send STOP_SENDING after STREAM fin. quic
Thu, 03 Sep 2020 13:11:27 +0300 Vladimir Homutov QUIC: added support for multiple connection IDs. quic
Thu, 27 Aug 2020 10:15:37 +0300 Vladimir Homutov QUIC: style. quic
Wed, 02 Sep 2020 22:34:15 +0300 Vladimir Homutov QUIC: pass return code from ngx_quic_decrypt() to the caller. quic
Wed, 02 Sep 2020 09:54:15 +0300 Vladimir Homutov QUIC: discard unrecognized long packes. quic
Mon, 31 Aug 2020 18:42:26 +0300 Roman Arutyunyan HTTP/3: do not set the never-indexed literal bit by default. quic
Tue, 01 Sep 2020 17:20:42 +0300 Vladimir Homutov QUIC: discard incorrect packets instead of closing the connection. quic