log

age author description
Wed, 16 Sep 2020 18:59:25 +0100 Roman Arutyunyan HTTP/3: fixed handling request body eof. quic
Fri, 11 Sep 2020 10:56:05 +0300 Vladimir Homutov QUIC: switched to draft 29 by default. 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
Tue, 08 Sep 2020 13:35:50 +0300 Sergey Kandaurov QUIC: removed check for packet size beyond MAX_UDP_PAYLOAD_SIZE. quic
Tue, 08 Sep 2020 13:28:56 +0300 Sergey Kandaurov QUIC: check that the packet length is of at least sample size. quic
Tue, 08 Sep 2020 13:27:39 +0300 Sergey Kandaurov QUIC: update packet length for short packets too. 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
Thu, 27 Aug 2020 10:15:37 +0300 Vladimir Homutov QUIC: style. 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
Mon, 31 Aug 2020 18:42:26 +0300 Roman Arutyunyan HTTP/3: do not set the never-indexed literal bit by default. quic
Tue, 01 Sep 2020 17:20:42 +0300 Vladimir Homutov QUIC: discard incorrect packets instead of closing the connection. quic
Tue, 01 Sep 2020 15:21:49 +0300 Roman Arutyunyan QUIC: do not update largest packet number from a bad packet. 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 12:45:21 +0300 Roman Arutyunyan HTTP/3: drop the unwanted remainder of the request. quic
Tue, 25 Aug 2020 14:07:26 +0300 Roman Arutyunyan QUIC: send STOP_SENDING on stream closure. quic
Fri, 21 Aug 2020 14:55:32 +0300 Vladimir Homutov QUIC: updated README. 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
Fri, 21 Aug 2020 10:00:25 +0300 Vladimir Homutov QUIC: dead code removed. 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
Thu, 20 Aug 2020 12:33:00 +0300 Roman Arutyunyan HTTP/3: special handling of client errors in the upstream module. quic
Tue, 18 Aug 2020 17:23:16 +0300 Roman Arutyunyan HTTP/3: request more client body bytes. 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 17:11:32 +0300 Sergey Kandaurov HTTP/3: fixed context storage in request body parser. quic
Tue, 18 Aug 2020 16:22:00 +0300 Roman Arutyunyan Merged with the default branch. 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
Tue, 28 Jul 2020 15:53:42 +0300 Roman Arutyunyan QUIC: added HTTP/3 directives list to README. quic
Thu, 23 Jul 2020 13:41:24 +0300 Roman Arutyunyan HTTP/3: server pushes. 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
Tue, 14 Jul 2020 16:52:44 +0300 Roman Arutyunyan HTTP/3: support $server_protocol variable. quic
Thu, 23 Jul 2020 11:40:10 +0300 Roman Arutyunyan Style: moved function declarations to match usual code style. quic
Thu, 23 Jul 2020 13:12:01 +0300 Roman Arutyunyan HTTP/3: renamed server configuration variables from v3cf to h3scf. quic
Mon, 13 Jul 2020 12:38:08 +0300 Roman Arutyunyan HTTP/3: renamed ngx_http_v3.c to ngx_http_v3_encode.c. quic
Mon, 13 Jul 2020 12:33:00 +0300 Roman Arutyunyan HTTP/3: encode frame ids with ngx_http_v3_encode_varlen_int(). quic
Thu, 23 Jul 2020 12:31:40 +0300 Roman Arutyunyan HTTP/3: generate Location response header for absolute redirects. quic
Mon, 13 Jul 2020 16:00:00 +0300 Roman Arutyunyan HTTP/3: header encoding functions. quic
Wed, 22 Jul 2020 13:45:34 +0300 Roman Arutyunyan QUIC: updated README to mention "quic" listen parameter. quic
Wed, 22 Jul 2020 14:48:49 +0300 Sergey Kandaurov QUIC: fixed bulding perl module by reducing header pollution. quic
Wed, 22 Jul 2020 13:34:48 +0300 Roman Arutyunyan SSL: fixed compilation without QUIC after 0d2b2664b41c. quic
Wed, 22 Jul 2020 11:03:42 +0300 Roman Arutyunyan HTTP/3: do not call shutdown() for QUIC streams. 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
Mon, 13 Jul 2020 15:34:22 +0300 Sergey Kandaurov Merged with the default branch. quic
Thu, 02 Jul 2020 20:07:24 +0300 Roman Arutyunyan HTTP/3: simplified handling return codes from parse functions. quic
Fri, 03 Jul 2020 12:07:43 +0300 Roman Arutyunyan HTTP/3: put ngx_http_v3_parse_varlen_int() return code in variable. quic
Fri, 03 Jul 2020 12:05:05 +0300 Roman Arutyunyan HTTP/3: simplifed handling ngx_http_v3_parse_literal() return code. quic
Fri, 03 Jul 2020 09:26:12 +0300 Roman Arutyunyan HTTP/3: limited prefixed integer size by 62 bits. quic
Fri, 03 Jul 2020 16:41:31 +0300 Roman Arutyunyan HTTP/3: fixed overflow in prefixed integer parser. quic
Thu, 02 Jul 2020 17:35:57 +0300 Sergey Kandaurov HTTP/3: fixed prefix in decoding Section Acknowledgement. quic
Tue, 30 Jun 2020 15:32:09 +0300 Roman Arutyunyan HTTP/3: set r->headers_in.chunked flag after parsing headers. quic
Thu, 02 Jul 2020 16:47:51 +0300 Roman Arutyunyan HTTP/3: close QUIC connection with HTTP/QPACK errors when needed. quic
Tue, 30 Jun 2020 12:30:57 +0300 Roman Arutyunyan HTTP/3: error code definitions for HTTP/3 and QPACK. quic
Thu, 02 Jul 2020 16:33:59 +0300 Roman Arutyunyan QUIC: Introduced ngx_quic_finalize_connection(). quic
Thu, 02 Jul 2020 16:33:36 +0300 Roman Arutyunyan HTTP/3: downgraded literal size error level to NGX_LOG_INFO. quic
Thu, 02 Jul 2020 15:34:05 +0300 Roman Arutyunyan HTTP/3: refactored dynamic table implementation. quic
Thu, 02 Jul 2020 15:15:55 +0300 Roman Arutyunyan HTTP/3: fixed prefixed integer encoding and decoding. quic
Mon, 29 Jun 2020 15:56:14 +0300 Roman Arutyunyan HTTP/3: http3_max_field_size directive to limit string size. quic
Fri, 26 Jun 2020 11:58:00 +0300 Roman Arutyunyan HTTP/3: introduced ngx_http_v3_get_module_srv_conf() macro. quic
Fri, 26 Jun 2020 10:05:28 +0300 Roman Arutyunyan HTTP/3: fixed dropping first non-pseudo header. quic
Thu, 25 Jun 2020 20:31:13 +0300 Sergey Kandaurov HTTP/3: do not emit a DATA frame header for header_only responses. quic
Fri, 19 Jun 2020 11:29:30 +0300 Vladimir Homutov Style. quic
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov README: documented draft-28, draft-29 support. quic
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov Update Initial salt and Retry secret from quic-tls-29. 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 Close connection with PROTOCOL_VIOLATION on decryption failure. quic
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov Define KEY_UPDATE_ERROR from quic-tls-24. 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
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov Do not close QUIC sockets in ngx_close_listening_sockets(). quic
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov QUIC error SERVER_BUSY renamed to CONNECTION_REFUSED in draft-29. 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:03 +0300 Sergey Kandaurov Introduced connection error APPLICATION_ERROR from draft-28. quic
Fri, 05 Jun 2020 13:20:02 +0300 Sergey Kandaurov Receipt of CONNECTION_CLOSE in 0-RTT is permitted in draft-28. quic
Fri, 05 Jun 2020 13:20:02 +0300 Sergey Kandaurov Treat receipt of NEW_TOKEN as connection error PROTOCOL_VIOLATION. quic
Tue, 02 Jun 2020 15:59:14 +0300 Roman Arutyunyan Decoupled validation of Host and :authority for HTTP/2 and HTTP/3. 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 12:42:23 +0300 Roman Arutyunyan Require ":authority" or "Host" in HTTP/3 and HTTP/2 requests. quic
Fri, 29 May 2020 13:29:24 +0300 Vladimir Homutov Added propagation of the "wildcard" flag to c->listening. quic
Fri, 29 May 2020 15:07:46 +0300 Sergey Kandaurov Made NGX_QUIC_DRAFT_VERSION tunable from configure parameters. quic
Fri, 29 May 2020 15:06:33 +0300 Sergey Kandaurov QUIC draft-28 transport parameters support. quic
Fri, 29 May 2020 13:05:57 +0300 Sergey Kandaurov Introduced macros for building length-value transport parameters. 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:55:39 +0300 Sergey Kandaurov Rejected forbidden transport parameters with TRANSPORT_PARAMETER_ERROR. quic
Fri, 29 May 2020 12:50:20 +0300 Sergey Kandaurov Fixed return codes in ngx_quic_add_handshake_data() callback. quic
Tue, 26 May 2020 20:41:43 +0300 Sergey Kandaurov README: update after merging 1.19.0. quic
Tue, 26 May 2020 20:26:44 +0300 Sergey Kandaurov Merged with the default branch. quic
Mon, 25 May 2020 18:37:43 +0300 Vladimir Homutov Updated README with "Contributing" section and draft details. quic
Thu, 14 May 2020 16:02:32 +0300 Roman Arutyunyan HTTP/3: reallocate strings inserted into the dynamic table. 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, 14 May 2020 14:49:53 +0300 Roman Arutyunyan HTTP/3: move body parser call out of ngx_http_parse_chunked(). quic
Tue, 19 May 2020 15:41:41 +0300 Roman Arutyunyan HTTP/3: prevent array access by negative index for unknown streams. quic
Sat, 23 May 2020 14:41:08 +0300 Sergey Kandaurov README: documented Retry, 0-RTT, TLSv1.3 configuration. 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
Fri, 22 May 2020 18:22:00 +0300 Sergey Kandaurov README: pointed out Alt-Svc "ma" parameter useful with curl. quic
Fri, 22 May 2020 18:16:34 +0300 Vladimir Homutov Fixed a typo. 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
Thu, 14 May 2020 18:10:53 +0300 Vladimir Homutov Removed outdated debug. quic
Thu, 14 May 2020 17:22:29 +0300 Vladimir Homutov Fixed a typo. quic
Thu, 14 May 2020 16:33:46 +0300 Sergey Kandaurov README: Retry support, protocol error messages implemented. 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, 06 May 2020 14:34:44 +0300 Sergey Kandaurov Restored ngx_quic_encrypt return type. quic
Thu, 30 Apr 2020 12:22:35 +0300 Vladimir Homutov Store clearflags in pkt->flags after decryption. quic
Fri, 01 May 2020 13:02:30 +0300 Sergey Kandaurov Configure: fixed static compilation with OpenSSL 1.1.1 / BoringSSL. quic
Thu, 30 Apr 2020 15:59:14 +0300 Sergey Kandaurov Mention quic branch in README. quic
Thu, 30 Apr 2020 15:47:43 +0300 Sergey Kandaurov Configure: unbreak with old OpenSSL, --with-http_v3_module added. 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 18:16:13 +0300 Vladimir Homutov Added README. 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 12:25:00 +0300 Vladimir Homutov TODOs cleanup in transport. quic
Thu, 23 Apr 2020 12:10:56 +0300 Vladimir Homutov Retired the ngx_quic_parse_int_multi() function. 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
Wed, 22 Apr 2020 15:59:19 +0300 Sergey Kandaurov HTTP/3: directives with limited values converted to post handler. quic
Wed, 22 Apr 2020 15:48:39 +0300 Sergey Kandaurov HTTP/3: bytes holding directives changed to ngx_conf_set_size_slot. quic
Wed, 22 Apr 2020 14:52:16 +0300 Sergey Kandaurov Improved ngx_quic_build_int() code and readability. quic
Tue, 21 Apr 2020 17:52:32 +0300 Roman Arutyunyan Fixed QUIC buffer consumption in send_chain(). quic
Tue, 21 Apr 2020 17:11:49 +0300 Roman Arutyunyan HTTP/3: fixed encoding variable-length integers. quic
Mon, 20 Apr 2020 18:32:46 +0300 Vladimir Homutov Fixed memory leak with reordered stream frames. quic
Tue, 21 Apr 2020 12:06:24 +0300 Roman Arutyunyan Fixed includes in quic headers. 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 16:54:22 +0300 Vladimir Homutov Fixed error descriptions. quic
Thu, 16 Apr 2020 13:28:43 +0300 Vladimir Homutov Removed outdated TODO. quic
Thu, 16 Apr 2020 12:17:41 +0300 Vladimir Homutov Added handling of incorrect values in TP configuration. 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, 14 Apr 2020 19:35:20 +0300 Sergey Kandaurov Merged with the default branch. quic
Mon, 13 Apr 2020 17:54:23 +0300 Roman Arutyunyan HTTP/3: fixed reading request body. 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:25:41 +0300 Vladimir Homutov Added check for SSL_get_current_cipher() results. quic
Mon, 06 Apr 2020 11:17:14 +0300 Vladimir Homutov Added a bit more debugging in STREAM frame parser. 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
Sat, 04 Apr 2020 17:34:39 +0300 Sergey Kandaurov Removed excessive debugging in QUIC packet creation. quic
Sat, 04 Apr 2020 17:34:04 +0300 Sergey Kandaurov Logging of packet numbers in QUIC packet creation. 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 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