log src/http/ngx_http_request.c @ 8411:7995cd199b52 quic

age author description
Tue, 26 May 2020 20:26:44 +0300 Sergey Kandaurov Merged with the default branch. quic
Tue, 19 May 2020 16:20:33 +0300 Roman Arutyunyan Fixed client buffer reallocation for HTTP/3. quic
Tue, 19 May 2020 15:47:37 +0300 Roman Arutyunyan Fixed $request_length for HTTP/3. quic
Tue, 19 May 2020 15:34:00 +0300 Roman Arutyunyan HTTP/3: restricted symbols in header names. quic
Tue, 19 May 2020 15:29:10 +0300 Roman Arutyunyan HTTP/3: split header parser in two functions. quic
Thu, 23 Apr 2020 18:05:05 +0300 Roman Arutyunyan Assign connection number to every QUIC stream log. quic
Tue, 14 Apr 2020 19:35:20 +0300 Sergey Kandaurov Merged with the default branch. quic
Fri, 27 Mar 2020 19:41:06 +0300 Roman Arutyunyan Parsing HTTP/3 request body. quic
Tue, 24 Mar 2020 16:38:03 +0300 Roman Arutyunyan Removed ngx_quic_stream_node_t. quic
Tue, 24 Mar 2020 19:17:57 +0300 Sergey Kandaurov QUIC streams don't need filter_need_in_memory after 7f0981be07c4. 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
Fri, 20 Mar 2020 13:47:44 +0300 Vladimir Homutov Configurable transport parameters. quic
Wed, 18 Mar 2020 20:22:16 +0300 Roman Arutyunyan HTTP/3 $request_line variable. quic
Wed, 18 Mar 2020 13:46:35 +0300 Roman Arutyunyan Refactored HTTP/3 parser. quic
Sat, 14 Mar 2020 13:18:55 +0300 Roman Arutyunyan Temporary fix for header null-termination in HTTP/3. quic
Fri, 13 Mar 2020 19:36:33 +0300 Roman Arutyunyan HTTP/3. quic
Fri, 13 Mar 2020 14:39:23 +0300 Vladimir Homutov Stream "connection" read/write methods. quic
Thu, 12 Mar 2020 18:08:26 +0300 Sergey Kandaurov Fix build. quic
Thu, 12 Mar 2020 16:54:43 +0300 Vladimir Homutov HTTP/QUIC interface reworked. quic
Fri, 28 Feb 2020 16:23:25 +0300 Vladimir Homutov Moved all QUIC code into ngx_event_quic.c quic
Fri, 28 Feb 2020 13:09:52 +0300 Sergey Kandaurov Introduced quic_version macro, uint16/uint32 routines ported. quic
Fri, 28 Feb 2020 13:09:52 +0300 Sergey Kandaurov Cleanup. quic
Wed, 26 Feb 2020 16:56:47 +0300 Vladimir Homutov Generic function for HKDF expansion. quic
Fri, 28 Feb 2020 13:09:52 +0300 Sergey Kandaurov QUIC header protection routines, introduced ngx_quic_tls_hp(). quic
Fri, 28 Feb 2020 13:09:52 +0300 Sergey Kandaurov AEAD routines, introduced ngx_quic_tls_open()/ngx_quic_tls_seal(). quic
Fri, 28 Feb 2020 13:09:52 +0300 Sergey Kandaurov Transport parameters stub, to complete handshake. quic
Fri, 28 Feb 2020 13:09:52 +0300 Sergey Kandaurov Introduced ngx_quic_secret_t. quic
Fri, 28 Feb 2020 13:09:52 +0300 Sergey Kandaurov QUIC handshake handler, draft 24 bump. quic
Fri, 28 Feb 2020 13:09:52 +0300 Sergey Kandaurov Fixed indentation. quic