log src/event/ngx_event_quic.c @ 8334:72d20158c814 quic

age author description
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