log

age author description
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 13:49:40 +0300 Sergey Kandaurov Fixed computing nonce again, by properly shifting packet number. 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
Thu, 02 Apr 2020 11:40:25 +0300 Sergey Kandaurov Fixed computing nonce by xoring all packet number bytes. 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
Tue, 31 Mar 2020 13:13:12 +0300 Vladimir Homutov Removed unused field from ngx_quic_header_t. quic
Sat, 28 Mar 2020 18:41:31 +0300 Sergey Kandaurov HTTP/3: http3 variable. quic
Sat, 28 Mar 2020 18:02:20 +0300 Sergey Kandaurov HTTP/3: static table cleanup. quic
Fri, 27 Mar 2020 19:41:06 +0300 Roman Arutyunyan Parsing HTTP/3 request body. 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 19:46:54 +0300 Roman Arutyunyan Chunked response body in HTTP/3. quic
Fri, 27 Mar 2020 15:50:42 +0300 Roman Arutyunyan Fixed buffer overflow. 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
Thu, 26 Mar 2020 13:54:49 +0300 Vladimir Homutov Logging cleanup. quic