log src/event/ngx_event_quic.c @ 8611:e2086d8181fa quic

age author description
Tue, 27 Oct 2020 00:00:56 +0300 Vladimir Homutov QUIC: added push event afer the address was validated. quic
Mon, 26 Oct 2020 23:58:34 +0300 Vladimir Homutov QUIC: updated anti-amplification check for draft 32. quic
Mon, 26 Oct 2020 23:47:49 +0300 Vladimir Homutov QUIC: got rid of "pkt" abbreviation in logs. quic
Mon, 26 Oct 2020 23:47:16 +0300 Vladimir Homutov QUIC: added "rx" and "tx" prefixes to packet debug. quic
Mon, 26 Oct 2020 23:17:54 +0300 Vladimir Homutov QUIC: added connection state debug to event handlers. quic
Mon, 26 Oct 2020 00:34:24 +0300 Vladimir Homutov QUIC: added logging of a declined packet without retry token. quic
Tue, 27 Oct 2020 14:12:31 +0300 Vladimir Homutov QUIC: revised value separators in debug and error messages. quic
Tue, 27 Oct 2020 14:32:08 +0300 Vladimir Homutov QUIC: single function for frame debug logging. quic
Fri, 23 Oct 2020 17:08:50 +0300 Vladimir Homutov QUIC: optimized acknowledgement generation. quic
Fri, 23 Oct 2020 18:22:01 +0300 Vladimir Homutov QUIC: added missing "quic" prefix in debug messages. quic
Thu, 22 Oct 2020 11:05:50 +0100 Sergey Kandaurov QUIC: restored proper usage of ngx_quic_drop_ack_ranges(). quic
Wed, 21 Oct 2020 20:39:25 +0300 Vladimir Homutov QUIC: fixed dropping output ack ranges on input ack. quic
Wed, 21 Oct 2020 18:44:25 +0300 Vladimir Homutov QUIC: added macro for unset packet number. quic
Tue, 20 Oct 2020 18:53:25 +0300 Vladimir Homutov QUIC: drop acknowledged ranges. quic
Tue, 20 Oct 2020 18:53:00 +0300 Vladimir Homutov QUIC: added ACK frame range support. quic
Wed, 21 Oct 2020 12:46:23 +0100 Sergey Kandaurov QUIC: expand UDP datagrams with an ack-eliciting Initial packet. quic
Wed, 21 Oct 2020 12:03:22 +0100 Sergey Kandaurov QUIC: avoided excessive initialization in ngx_quic_send_frames(). quic
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
Thu, 15 Oct 2020 11:37:01 +0300 Vladimir Homutov QUIC: account packet header length in amplification limit. 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 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
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
Mon, 21 Sep 2020 13:58:17 +0300 Vladimir Homutov QUIC: prevented posted push event while in the draining state. 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
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
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
Tue, 01 Sep 2020 17:20:42 +0300 Vladimir Homutov QUIC: discard incorrect packets instead of closing the connection. 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 14:07:26 +0300 Roman Arutyunyan QUIC: send STOP_SENDING on stream closure. quic
Fri, 21 Aug 2020 14:41:42 +0300 Sergey Kandaurov QUIC: disabled bidirectional SSL shutdown after 09fb2135a589. quic
Fri, 21 Aug 2020 14:41:41 +0300 Sergey Kandaurov QUIC: stripped down debug traces that have served its purpose. quic
Thu, 20 Aug 2020 16:45:48 +0300 Vladimir Homutov QUIC: removed outdated TODOs. quic
Thu, 20 Aug 2020 17:11:04 +0300 Vladimir Homutov QUIC: added version negotiation support. quic
Wed, 19 Aug 2020 16:00:12 +0300 Sergey Kandaurov QUIC: fixed format specifiers. quic
Wed, 19 Aug 2020 15:58:03 +0300 Sergey Kandaurov QUIC: changed c->quic->pto_count type to ngx_uint_t. quic
Wed, 19 Aug 2020 13:24:54 +0300 Sergey Kandaurov QUIC: do not artificially delay sending queued frames. quic
Wed, 19 Aug 2020 13:24:53 +0300 Sergey Kandaurov QUIC: do not arm loss detection timer on packet threshold. quic
Wed, 19 Aug 2020 13:24:47 +0300 Sergey Kandaurov QUIC: do not arm loss detection timer for succeeding packets. quic
Wed, 19 Aug 2020 13:24:30 +0300 Sergey Kandaurov QUIC: handling packets with send time equal to lost send time. quic
Wed, 19 Aug 2020 13:24:23 +0300 Sergey Kandaurov QUIC: sending probe packets on PTO timer expiration. quic
Tue, 18 Aug 2020 23:33:40 +0300 Sergey Kandaurov QUIC: changed ctx->largest_ack initial value to type maximum. quic
Tue, 18 Aug 2020 12:28:33 +0300 Roman Arutyunyan QUIC: coalesce neighbouring stream send buffers. quic
Fri, 14 Aug 2020 16:54:13 +0300 Sergey Kandaurov QUIC: packet based bytes_in_flight accounting. quic
Fri, 14 Aug 2020 16:54:06 +0300 Sergey Kandaurov QUIC: fixed leak of bytes_in_flight on keys discard. quic
Fri, 14 Aug 2020 16:53:56 +0300 Sergey Kandaurov QUIC: fixed leak of bytes_in_flight attributed to lost packets. quic
Mon, 03 Aug 2020 13:31:48 +0300 Roman Arutyunyan QUIC: handle client RESET_STREAM and STOP_SENDING. quic
Tue, 11 Aug 2020 19:10:57 +0300 Roman Arutyunyan QUIC: create streams for STREAM_DATA_BLOCKED and MAX_STREAM_DATA. quic
Tue, 11 Aug 2020 10:41:39 +0300 Roman Arutyunyan QUIC: fixed ngx_http_test_reading() for QUIC streams. quic
Fri, 07 Aug 2020 12:34:15 +0300 Sergey Kandaurov QUIC: fixed ACK Ranges processing. quic
Fri, 07 Aug 2020 12:34:11 +0300 Sergey Kandaurov QUIC: fixed possible use-after-free on stream cleanup. quic
Tue, 28 Jul 2020 18:54:20 +0300 Sergey Kandaurov QUIC: fixed format specifiers and removed casts. quic
Tue, 28 Jul 2020 17:11:25 +0300 Sergey Kandaurov QUIC: consistent Stream ID logging format. quic
Mon, 27 Jul 2020 19:15:17 +0300 Roman Arutyunyan QUIC: limited the number of client-initiated streams. quic
Mon, 27 Jul 2020 18:51:42 +0300 Roman Arutyunyan QUIC: limited the number of server-initiated streams. quic
Wed, 22 Jul 2020 14:48:49 +0300 Sergey Kandaurov QUIC: fixed bulding perl module by reducing header pollution. quic
Tue, 21 Jul 2020 23:08:23 +0300 Roman Arutyunyan QUIC: eliminated connection handler argument in ngx_quic_run(). quic
Tue, 21 Jul 2020 23:08:39 +0300 Roman Arutyunyan QUIC: added "quic" listen parameter in Stream. quic
Tue, 21 Jul 2020 23:09:22 +0300 Roman Arutyunyan QUIC: added "quic" listen parameter. quic
Sat, 18 Jul 2020 00:08:04 +0300 Roman Arutyunyan QUIC: do not verify the selected ALPN protocol. quic
Sat, 18 Jul 2020 00:08:29 +0300 Roman Arutyunyan QUIC: fixed stream read event log. quic
Mon, 20 Jul 2020 15:19:03 +0300 Sergey Kandaurov Fixed format specifiers. quic
Thu, 16 Jul 2020 16:36:02 +0300 Vladimir Homutov QUIC: added anti-amplification limit. quic
Thu, 16 Jul 2020 15:02:38 +0300 Vladimir Homutov QUIC: added limit of queued data. quic
Thu, 16 Jul 2020 16:05:44 +0300 Vladimir Homutov QUIC: implemented probe timeout (PTO) calculation. quic
Mon, 13 Jul 2020 17:31:29 +0300 Vladimir Homutov QUIC: reworked retransmission mechanism. quic
Wed, 15 Jul 2020 15:10:17 +0300 Vladimir Homutov QUIC: reworked ngx_quic_send_frames() function. quic
Mon, 13 Jul 2020 10:07:15 +0300 Vladimir Homutov QUIC: renaming. quic
Mon, 13 Jul 2020 10:07:20 +0300 Vladimir Homutov QUIC: caching c->quic in the ngx_quic_handle_ack_frame() function. quic
Fri, 10 Jul 2020 15:33:51 +0300 Vladimir Homutov QUIC: delay field of an ACK frame is now calculated. quic
Thu, 16 Jul 2020 15:44:06 +0300 Vladimir Homutov QUIC: added rtt estimation. quic
Thu, 02 Jul 2020 16:33:59 +0300 Roman Arutyunyan QUIC: Introduced ngx_quic_finalize_connection(). quic
Fri, 19 Jun 2020 11:29:30 +0300 Vladimir Homutov Style. quic
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov Get rid of hardcoded numbers used for quic handshake errors. quic
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov Discard short packets which could not be decrypted. quic
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov Reject new QUIC connection with CONNECTION_REFUSED on shutdown. quic
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov Close QUIC connection with NO_ERROR on c->close. quic
Thu, 18 Jun 2020 14:29:24 +0300 Vladimir Homutov QUIC: cleaned up quic encryption state tracking. quic
Thu, 18 Jun 2020 13:58:46 +0300 Vladimir Homutov QUIC: added ALPN checks. quic
Thu, 18 Jun 2020 11:16:35 +0300 Vladimir Homutov QUIC: fixed off-by-one in frame range handler. quic
Tue, 16 Jun 2020 11:54:05 +0300 Vladimir Homutov QUIC: further limiting maximum QUIC packet size. quic
Mon, 15 Jun 2020 17:06:40 +0300 Vladimir Homutov QUIC: raise error on missing transport parameters. quic
Mon, 15 Jun 2020 16:59:53 +0300 Vladimir Homutov QUIC: Fixed connection cleanup. quic
Wed, 10 Jun 2020 21:37:48 +0300 Vladimir Homutov Style. quic
Wed, 10 Jun 2020 21:37:08 +0300 Vladimir Homutov Limited max udp payload size for outgoing packets. quic
Wed, 10 Jun 2020 21:33:20 +0300 Vladimir Homutov Increased default initial retransmit timeout. quic
Wed, 10 Jun 2020 21:23:10 +0300 Vladimir Homutov Fixed usage of own/client transport parameters. quic
Fri, 05 Jun 2020 20:59:27 +0300 Sergey Kandaurov Stream ID handling in MAX_STREAM_DATA and STREAM_DATA_BLOCKED. quic
Fri, 05 Jun 2020 20:59:27 +0300 Sergey Kandaurov Stream ID handling in RESET_STREAM and STOP_SENDING frames. quic
Fri, 05 Jun 2020 20:59:26 +0300 Sergey Kandaurov Reject invalid STREAM ID with STREAM_STATE_ERROR connection error. quic
Fri, 05 Jun 2020 13:20:02 +0300 Sergey Kandaurov Treat receipt of NEW_TOKEN as connection error PROTOCOL_VIOLATION. quic
Mon, 01 Jun 2020 19:53:13 +0300 Sergey Kandaurov Compatibility with BoringSSL master branch. quic
Mon, 01 Jun 2020 19:16:44 +0300 Sergey Kandaurov Fixed transport parameters on a new connection with a valid token. quic
Fri, 29 May 2020 15:06:33 +0300 Sergey Kandaurov QUIC draft-28 transport parameters support. quic
Fri, 29 May 2020 12:56:08 +0300 Sergey Kandaurov Renamed max_packet_size to max_udp_payload_size, from draft-28. quic
Fri, 29 May 2020 12:50:20 +0300 Sergey Kandaurov Fixed return codes in ngx_quic_add_handshake_data() callback. quic
Thu, 21 May 2020 15:48:39 +0300 Vladimir Homutov Style. quic
Fri, 22 May 2020 18:14:35 +0300 Vladimir Homutov Added sending of extra CONNECTION_CLOSE frames. quic
Fri, 22 May 2020 18:08:02 +0300 Vladimir Homutov Added more context to CONNECTION CLOSE frames. quic
Thu, 21 May 2020 15:41:01 +0300 Vladimir Homutov Fixed retransmission of frames after closing connection. quic
Thu, 21 May 2020 15:38:52 +0300 Vladimir Homutov Avoided excessive definitions for connection state. quic
Wed, 20 May 2020 15:36:24 +0300 Sergey Kandaurov Assorted fixes. quic
Mon, 18 May 2020 13:54:53 +0300 Vladimir Homutov Avoid retransmitting of packets with discarded keys. quic
Mon, 18 May 2020 13:54:35 +0300 Vladimir Homutov Fixed frame retransmissions. quic
Tue, 12 May 2020 18:45:44 +0300 Vladimir Homutov Fixed time comparison. quic
Thu, 14 May 2020 14:49:28 +0300 Vladimir Homutov Added tests for connection id lengths in initial packet. quic
Thu, 14 May 2020 01:06:45 +0300 Vladimir Homutov Discard packets without fixed bit or reserved bits set. quic
Thu, 14 May 2020 15:54:45 +0300 Vladimir Homutov Added generation of CC frames with error on connection termination. quic
Thu, 14 May 2020 15:47:24 +0300 Sergey Kandaurov Address validation using NEW_TOKEN frame. quic
Thu, 14 May 2020 15:47:18 +0300 Sergey Kandaurov Address validation using Retry packets. quic
Wed, 13 May 2020 18:34:34 +0300 Sergey Kandaurov Server CID change refactored. quic
Tue, 12 May 2020 18:18:58 +0300 Sergey Kandaurov Preserve original DCID and unbreak parsing 0-RTT packets. quic
Sat, 09 May 2020 17:41:07 +0300 Sergey Kandaurov Removed redundant long packet type checks. quic
Sat, 09 May 2020 17:39:47 +0300 Sergey Kandaurov Removed redundant SSL_do_handshake call before any handshake data. quic
Fri, 08 May 2020 13:08:04 +0300 Vladimir Homutov Cleaned up reordering code. quic
Thu, 07 May 2020 12:34:04 +0300 Vladimir Homutov Cleaned up firefox workaround. quic
Wed, 29 Apr 2020 14:45:55 +0300 Vladimir Homutov Removed outdated/incorrect comments and fixed style. quic
Thu, 30 Apr 2020 12:38:38 +0300 Vladimir Homutov Reworked macros for parsing/assembling packet types. quic
Wed, 29 Apr 2020 14:59:21 +0300 Sergey Kandaurov Renamed retransmit event object in preparation for retry support. quic
Tue, 28 Apr 2020 18:24:01 +0300 Sergey Kandaurov Server CID change. quic
Tue, 28 Apr 2020 18:23:56 +0300 Sergey Kandaurov Factored out sending ACK from payload handler. quic
Tue, 28 Apr 2020 16:37:32 +0300 Roman Arutyunyan Respect MAX_DATA and MAX_STREAM_DATA from QUIC client. quic
Tue, 28 Apr 2020 16:42:43 +0300 Roman Arutyunyan QUIC basic congestion control. quic
Fri, 24 Apr 2020 17:20:37 +0300 Roman Arutyunyan Fixed packet retransmission. quic
Thu, 23 Apr 2020 18:05:05 +0300 Roman Arutyunyan Assign connection number to every QUIC stream log. quic
Fri, 24 Apr 2020 14:38:49 +0300 Vladimir Homutov Error messages cleanup. quic
Fri, 24 Apr 2020 11:33:00 +0300 Vladimir Homutov Cleaned up hexdumps in debug output. quic
Fri, 24 Apr 2020 10:11:47 +0300 Vladimir Homutov Debug cleanup. quic
Thu, 23 Apr 2020 11:50:20 +0300 Vladimir Homutov Removed support of drafts older than currently latest 27. quic
Thu, 23 Apr 2020 13:41:08 +0300 Vladimir Homutov Added proper handling of connection close phases. quic
Thu, 23 Apr 2020 11:15:44 +0300 Vladimir Homutov Refactored ngx_quic_close_connection(). quic
Tue, 21 Apr 2020 17:52:32 +0300 Roman Arutyunyan Fixed QUIC buffer consumption in send_chain(). quic
Mon, 20 Apr 2020 18:32:46 +0300 Vladimir Homutov Fixed memory leak with reordered stream frames. quic
Mon, 20 Apr 2020 17:18:04 +0300 Vladimir Homutov Added MAX_STREAM_DATA stub handler. quic
Mon, 20 Apr 2020 22:25:22 +0300 Vladimir Homutov Respecting maximum packet size. quic
Mon, 20 Apr 2020 12:12:17 +0300 Vladimir Homutov Removed source/destination swap from the function creating header. quic
Fri, 17 Apr 2020 12:01:45 +0300 Sergey Kandaurov Revert "Rejecting new connections with non-zero Initial packet." quic
Thu, 16 Apr 2020 13:28:43 +0300 Vladimir Homutov Removed outdated TODO. quic
Thu, 16 Apr 2020 12:46:48 +0300 Sergey Kandaurov Parsing of truncated packet numbers. quic
Wed, 15 Apr 2020 18:54:03 +0300 Vladimir Homutov Added primitive flow control mechanisms. quic
Wed, 15 Apr 2020 14:29:00 +0300 Vladimir Homutov Create new stream immediately on receiving new stream id. quic
Wed, 15 Apr 2020 13:09:39 +0300 Vladimir Homutov Free remaining frames on connection close. quic
Tue, 14 Apr 2020 16:30:41 +0300 Vladimir Homutov Sorted functions and functions declarations. quic
Wed, 15 Apr 2020 11:11:54 +0300 Vladimir Homutov Added reordering support for STREAM frames. quic
Tue, 14 Apr 2020 12:16:25 +0300 Vladimir Homutov Crypto buffer frames reordering. quic
Mon, 13 Apr 2020 14:57:58 +0300 Vladimir Homutov Cleaned up magic numbers in ngx_quic_output_frames(). quic
Tue, 14 Apr 2020 12:06:32 +0300 Vladimir Homutov Rename types and variables used for packet number space. quic
Tue, 07 Apr 2020 15:50:38 +0300 Vladimir Homutov Added basic offset support in client CRYPTO frames. quic
Tue, 07 Apr 2020 12:54:34 +0300 Sergey Kandaurov Fixed build with OpenSSL using old callbacks API. quic
Mon, 06 Apr 2020 16:19:26 +0300 Vladimir Homutov ACK ranges processing. quic
Mon, 06 Apr 2020 11:16:45 +0300 Vladimir Homutov Ignore non-yet-implemented frames. quic
Sat, 04 Apr 2020 22:27:29 +0300 Vladimir Homutov Do not set timers after the connection is closed. quic
Mon, 06 Apr 2020 14:54:10 +0300 Sergey Kandaurov Discarding Handshake packets if no Handshake keys yet. quic
Mon, 06 Apr 2020 14:54:10 +0300 Sergey Kandaurov Rejecting new connections with non-zero Initial packet. quic
Mon, 06 Apr 2020 14:54:08 +0300 Sergey Kandaurov TLS Key Update in QUIC. quic
Fri, 03 Apr 2020 16:33:59 +0300 Vladimir Homutov Removed unneccesary milliseconds conversion. quic
Fri, 03 Apr 2020 14:02:16 +0300 Vladimir Homutov Proper handling of packet number in header. quic
Fri, 03 Apr 2020 13:49:44 +0300 Sergey Kandaurov Advertizing MAX_STREAMS (0x12) credit in advance. quic
Fri, 03 Apr 2020 09:53:51 +0300 Vladimir Homutov Fixed missing propagation of need_ack flag from frames to packet. quic
Thu, 02 Apr 2020 14:53:01 +0300 Vladimir Homutov Fixed excessive push timer firing. quic
Wed, 01 Apr 2020 17:09:11 +0300 Vladimir Homutov Output buffering. quic
Wed, 01 Apr 2020 17:06:26 +0300 Vladimir Homutov Implemented retransmission and retransmit queue. quic
Wed, 01 Apr 2020 14:31:08 +0300 Vladimir Homutov Introduced packet namespace in QUIC connection. quic
Wed, 01 Apr 2020 14:25:25 +0300 Vladimir Homutov Refactored QUIC secrets storage. quic
Wed, 01 Apr 2020 17:21:52 +0300 Vladimir Homutov Added missing debug description. quic
Wed, 01 Apr 2020 13:27:42 +0300 Sergey Kandaurov TLS Early Data support. quic
Wed, 01 Apr 2020 13:27:42 +0300 Sergey Kandaurov TLS Early Data key derivation support. quic
Wed, 01 Apr 2020 13:27:42 +0300 Sergey Kandaurov Sending HANDSHAKE_DONE just once with BoringSSL. quic
Wed, 01 Apr 2020 13:27:42 +0300 Sergey Kandaurov QUIC packet padding to fulfil header protection sample demands. quic
Wed, 01 Apr 2020 13:27:42 +0300 Sergey Kandaurov Improved SSL_do_handshake() error handling in QUIC. quic
Wed, 01 Apr 2020 13:27:41 +0300 Sergey Kandaurov Style. quic
Fri, 27 Mar 2020 10:02:45 +0300 Roman Arutyunyan Fixed handling QUIC stream eof. quic
Fri, 27 Mar 2020 19:08:24 +0300 Roman Arutyunyan Push QUIC stream frames in send() and cleanup handler. quic
Fri, 27 Mar 2020 12:52:08 +0300 Sergey Kandaurov Unbreak sending CONNECTION_CLOSE from the send_alert callback. quic
Thu, 26 Mar 2020 18:29:38 +0300 Vladimir Homutov Merged ngx_quic_send_packet() into ngx_quic_send_frames(). quic
Thu, 26 Mar 2020 16:54:46 +0300 Vladimir Homutov Got rid of memory allocation in decryption. quic
Wed, 25 Mar 2020 23:40:50 +0300 Roman Arutyunyan QUIC frames reuse. quic
Thu, 26 Mar 2020 12:11:50 +0300 Vladimir Homutov Removed memory allocations from encryption code. quic
Wed, 25 Mar 2020 14:05:40 +0300 Roman Arutyunyan Fixed QUIC stream insert and find. quic
Wed, 25 Mar 2020 12:56:21 +0300 Roman Arutyunyan Safe QUIC stream creation. quic
Tue, 24 Mar 2020 18:05:45 +0300 Roman Arutyunyan When closing a QUIC connection, wait for all streams to finish. quic
Tue, 24 Mar 2020 16:38:03 +0300 Roman Arutyunyan Removed ngx_quic_stream_node_t. quic
Tue, 24 Mar 2020 13:49:42 +0300 Roman Arutyunyan Implemented eof in QUIC streams. quic
Wed, 25 Mar 2020 19:42:00 +0300 Vladimir Homutov Fixed log initialization. quic
Tue, 24 Mar 2020 17:03:39 +0300 Vladimir Homutov Logging cleanup. quic
Tue, 24 Mar 2020 12:15:39 +0300 Vladimir Homutov Added QUIC version check for sending HANDSHAKE_DONE frame. quic
Tue, 24 Mar 2020 11:59:14 +0300 Vladimir Homutov Implemented sending HANDSHAKE_DONE frame after handshake. quic
Mon, 23 Mar 2020 20:48:34 +0300 Sergey Kandaurov Fixed client certificate verification. quic
Mon, 23 Mar 2020 21:20:20 +0300 Roman Arutyunyan Respect QUIC max_idle_timeout. quic
Mon, 23 Mar 2020 19:42:09 +0300 Roman Arutyunyan Allow ngx_queue_frame() to insert frame in the front. quic
Mon, 23 Mar 2020 19:19:44 +0300 Roman Arutyunyan Avoid using QUIC connection after CONNECTION_CLOSE. quic
Mon, 23 Mar 2020 15:49:31 +0300 Roman Arutyunyan Better flow control and buffering for QUIC streams. quic
Mon, 23 Mar 2020 18:47:17 +0300 Roman Arutyunyan Limit output QUIC packets with client max_packet_size. quic
Mon, 23 Mar 2020 14:53:04 +0300 Vladimir Homutov Connection states code cleanup. quic
Sat, 21 Mar 2020 20:51:59 +0300 Vladimir Homutov Added processing of client transport parameters. quic
Sun, 22 Mar 2020 12:15:54 +0300 Sergey Kandaurov Fixed CRYPTO offset generation. quic
Sun, 22 Mar 2020 11:35:15 +0300 Sergey Kandaurov Closing connection on NGX_QUIC_FT_CONNECTION_CLOSE. quic
Fri, 20 Mar 2020 20:39:41 +0300 Vladimir Homutov Removed unused variable. quic
Fri, 20 Mar 2020 20:03:44 +0300 Vladimir Homutov Added checks for permitted frame types. quic
Fri, 20 Mar 2020 13:47:44 +0300 Vladimir Homutov Configurable transport parameters. quic
Thu, 19 Mar 2020 21:46:28 +0300 Roman Arutyunyan Reset QUIC timeout on every datagram. quic
Fri, 20 Mar 2020 10:14:58 +0300 Roman Arutyunyan Double MAX_STREAMS on STREAMS_BLOCKED. quic
Thu, 19 Mar 2020 14:59:55 +0300 Vladimir Homutov The ngx_quic_frame_len() function is not really needed. quic
Thu, 19 Mar 2020 17:07:12 +0300 Vladimir Homutov Added boundaries checks into frame parser. quic
Thu, 19 Mar 2020 15:34:35 +0300 Roman Arutyunyan Send a FIN frame when QUIC stream is closed. quic
Wed, 18 Mar 2020 23:26:26 +0300 Sergey Kandaurov MAX_DATA frame parser/handler. quic
Thu, 19 Mar 2020 11:15:43 +0300 Vladimir Homutov Added parsing of STREAMS BLOCKED frames. quic
Wed, 18 Mar 2020 23:07:40 +0300 Sergey Kandaurov Implemented send_alert callback, CONNECTION_CLOSE writer. quic
Wed, 18 Mar 2020 20:28:28 +0300 Roman Arutyunyan Added copying addr_text to QUIC stream connections. quic
Wed, 18 Mar 2020 16:37:16 +0300 Roman Arutyunyan Moved setting QUIC methods to runtime. quic
Wed, 18 Mar 2020 16:35:11 +0300 Vladimir Homutov Added parsing of RESET_STREAM and STOP_SENDING frames quic