log src/event/ngx_event_quic.c @ 8237:ff540f13d95d quic

age author description
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
Wed, 18 Mar 2020 13:49:39 +0300 Vladimir Homutov Implemented creation of server unidirectional streams. quic
Wed, 18 Mar 2020 13:02:19 +0300 Vladimir Homutov Style and handlers. quic
Wed, 18 Mar 2020 12:58:27 +0300 Vladimir Homutov Extracted transport part of the code into separate file. quic
Tue, 17 Mar 2020 14:10:37 +0300 Vladimir Homutov Firefox fixes. quic
Mon, 16 Mar 2020 19:42:57 +0300 Vladimir Homutov Fixed a typo with OpenSSL. quic
Mon, 16 Mar 2020 19:00:47 +0300 Vladimir Homutov Split transport and crypto parts into separate files. quic
Mon, 16 Mar 2020 13:06:43 +0300 Vladimir Homutov Added processing of CONNECTION CLOSE frames. quic
Sat, 14 Mar 2020 03:15:09 +0300 Sergey Kandaurov Fixed header protection application with pn length > 1. quic
Fri, 13 Mar 2020 20:44:32 +0300 Roman Arutyunyan Fixed sanitizer errors. quic