log

age author description
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
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
Tue, 01 Sep 2020 15:21:49 +0300 Roman Arutyunyan QUIC: do not update largest packet number from a bad packet. quic
Fri, 28 Aug 2020 12:01:35 +0300 Roman Arutyunyan QUIC: handle PATH_CHALLENGE frame. quic
Tue, 25 Aug 2020 17:22:57 +0300 Roman Arutyunyan QUIC: enforce flow control on incoming STREAM and CRYPTO frames. quic
Tue, 25 Aug 2020 12:45:21 +0300 Roman Arutyunyan HTTP/3: drop the unwanted remainder of the request. quic