[quicwg/base-drafts] d2eae3: MinRTT for the congestion control context
Martin Thomson <noreply@github.com> Tue, 21 January 2020 05:45 UTC
Return-Path: <noreply@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D075D120096 for <quic-issues@ietfa.amsl.com>; Mon, 20 Jan 2020 21:45:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7
X-Spam-Level:
X-Spam-Status: No, score=-7 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ohHGlBXC0p6t for <quic-issues@ietfa.amsl.com>; Mon, 20 Jan 2020 21:45:48 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 674A7120052 for <quic-issues@ietf.org>; Mon, 20 Jan 2020 21:45:48 -0800 (PST)
Date: Mon, 20 Jan 2020 21:45:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1579585547; bh=p3qO9jwM8YmarZeXigkk+wA324KDHwITDn5dvJriIAk=; h=Date:From:To:Subject:From; b=wgutlqpIR90TrN5NostUIi86y8zWi/xcxwIzqfhEBF5OPLIDCCZuSQSoPbqj9+JVw y3FxkZnMmxLUpl+Z5IkD41D7GX2DxuDPCIyRIqGiZ6SNVEQjHru/VCNrL0rzNNb6N2 BuSeE247Ck6yVdqxgG8I2LQH4c+2w2ozRuHaE2Ok=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-symmetric-timeout/c55954-a203af@github.com>
Subject: [quicwg/base-drafts] d2eae3: MinRTT for the congestion control context
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8sSPQA-u5qAATA3VOiT9b7Ybpfc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 21 Jan 2020 05:45:57 -0000
Branch: refs/heads/ianswett-symmetric-timeout Home: https://github.com/quicwg/base-drafts Commit: d2eae3ff88e64a67ad605f58a6f981b14fd26739 https://github.com/quicwg/base-drafts/commit/d2eae3ff88e64a67ad605f58a6f981b14fd26739 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-07-21 (Sun, 21 Jul 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- MinRTT for the congestion control context Also explains what happens to MinRTT if the path RTT changes. Fixes #2908 Commit: eead856d0a445f35be1f55f0823c759a53ab9eab https://github.com/quicwg/base-drafts/commit/eead856d0a445f35be1f55f0823c759a53ab9eab Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-07-21 (Sun, 21 Jul 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Fix a long line Commit: 32ee7e524d6582a317cb4ec3ffbd23263a6040d0 https://github.com/quicwg/base-drafts/commit/32ee7e524d6582a317cb4ec3ffbd23263a6040d0 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-07-21 (Sun, 21 Jul 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: f0169fe1e0568effdc7307ea1613750e70b06056 https://github.com/quicwg/base-drafts/commit/f0169fe1e0568effdc7307ea1613750e70b06056 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-07-21 (Sun, 21 Jul 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: 9c1e11a0221952729437f0692ca8a079b4102523 https://github.com/quicwg/base-drafts/commit/9c1e11a0221952729437f0692ca8a079b4102523 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-07-21 (Sun, 21 Jul 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: c1604ae7dcaed0cd4cf624c946e5470bb887efa4 https://github.com/quicwg/base-drafts/commit/c1604ae7dcaed0cd4cf624c946e5470bb887efa4 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-07-21 (Sun, 21 Jul 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 13667e5b83f99ff150742e52718a5841478080b7 https://github.com/quicwg/base-drafts/commit/13667e5b83f99ff150742e52718a5841478080b7 Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-09-16 (Mon, 16 Sep 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- require peers to check if RETIRE_CONNECTION_ID sequence number is valid Commit: 62278ed1a7d4fcac38f88f669339282128ddeb30 https://github.com/quicwg/base-drafts/commit/62278ed1a7d4fcac38f88f669339282128ddeb30 Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-09-17 (Tue, 17 Sep 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- use the FRAME_ENCONDING_ERROR for errors in frame encoding Commit: c56dd27788254e1cc6574a3e50a77f16b1fccabd https://github.com/quicwg/base-drafts/commit/c56dd27788254e1cc6574a3e50a77f16b1fccabd Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-09-17 (Tue, 17 Sep 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- also allow FLOW_CONTROL_ERRORs for stream overflows Commit: 85db1f71811872bc01e4ac3692e545620258b82e https://github.com/quicwg/base-drafts/commit/85db1f71811872bc01e4ac3692e545620258b82e Author: Martin Thomson <mt@lowentropy.net> Date: 2019-09-19 (Thu, 19 Sep 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Rewrite key update section This makes some significant editorial changes to the key update section, hopefully making the various activities clearer and more explicit. In the process, I am also trying to address #2792, which is the timing sidechannel created by having the generation of updated keys inline with packet processing. In doing so, I'm suggesting that endpoints create the next keys at some time after the key update happens. Right now, I'm thinking 1-2 PTOs is probably close enough to workable. I've limited this at 3PTO. This is, however, just a (firm) suggestion at this stage. For endpoints that only want to keep 2 sets of keys, this is probably the right time frame, especially if we keep the current advice for 3PTO before a subsequent update. The effect of this is that attempts to update at certain times could cause all packets after the update to be discarded. That would only happen if implementations consistently ignored advice on update frequency, so I think that's tolerable, but I'd like input on this. (This also attempts to take up the advice from the other, older PRs on this subject.) Closes #2792, #2791, #2237. Commit: 678c0486f91012173e827b1d708429b153bc3037 https://github.com/quicwg/base-drafts/commit/678c0486f91012173e827b1d708429b153bc3037 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-09-19 (Thu, 19 Sep 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Kazuho is a great help here Commit: 1b4d136a4ac9593b8211d378789ed2d08e16ea6e https://github.com/quicwg/base-drafts/commit/1b4d136a4ac9593b8211d378789ed2d08e16ea6e Author: Martin Thomson <mt@lowentropy.net> Date: 2019-09-20 (Fri, 20 Sep 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Attempt to improve readability in a few places. Also, record that this closes #3054. Commit: f7f22f901db17f280479153698a73a93f0fe9340 https://github.com/quicwg/base-drafts/commit/f7f22f901db17f280479153698a73a93f0fe9340 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-09-24 (Tue, 24 Sep 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Change PTO to be per packet number space Makes PTO consistent with loss detection, which is per packet number space. Fixes #2863 Commit: c5510411b24a814f432e56a6d5d0d0434f1b7516 https://github.com/quicwg/base-drafts/commit/c5510411b24a814f432e56a6d5d0d0434f1b7516 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-09-24 (Tue, 24 Sep 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 3abb83565f1fc9772614f118c5dccc212a45137d https://github.com/quicwg/base-drafts/commit/3abb83565f1fc9772614f118c5dccc212a45137d Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-09-24 (Tue, 24 Sep 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: b35a5e4870cac65f2d7b0d37b21a837a7142a472 https://github.com/quicwg/base-drafts/commit/b35a5e4870cac65f2d7b0d37b21a837a7142a472 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-10-11 (Fri, 11 Oct 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Ian's review comments Commit: c131d08809b85bc2cdf56c67eab62741414571f2 https://github.com/quicwg/base-drafts/commit/c131d08809b85bc2cdf56c67eab62741414571f2 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-10-11 (Fri, 11 Oct 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Restore implementation advice Commit: 1a563f23d8de25376eb56fcb54133968fe72a88d https://github.com/quicwg/base-drafts/commit/1a563f23d8de25376eb56fcb54133968fe72a88d Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-16 (Wed, 16 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Immediately close with INVALID_TOKEN If the Retry token is known to be invalid by the server, then the server can close the connection with INVALID_TOKEN instead of waiting for a timeout. Commit: 24d4b635a6348565fe16e8ee20b0e0e34ad5b590 https://github.com/quicwg/base-drafts/commit/24d4b635a6348565fe16e8ee20b0e0e34ad5b590 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-16 (Wed, 16 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Commit: 8c4691476c3cd896f74ff58402b48c650ac032e6 https://github.com/quicwg/base-drafts/commit/8c4691476c3cd896f74ff58402b48c650ac032e6 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-16 (Wed, 16 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Commit: f220d9994308b4c348aa9ec79954c4256797da36 https://github.com/quicwg/base-drafts/commit/f220d9994308b4c348aa9ec79954c4256797da36 Author: David Schinazi <dschinazi.ietf@gmail.com> Date: 2019-10-17 (Thu, 17 Oct 2019) Changed paths: M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md Log Message: ----------- Add retry integrity tag Commit: 3e9418312ad9c224063fce42da0be441acd9a7ab https://github.com/quicwg/base-drafts/commit/3e9418312ad9c224063fce42da0be441acd9a7ab Author: David Schinazi <dschinazi.ietf@gmail.com> Date: 2019-10-18 (Fri, 18 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- fix retry tp Commit: a7fa53b81c09e2031051f3dbe9e120c52f3174eb https://github.com/quicwg/base-drafts/commit/a7fa53b81c09e2031051f3dbe9e120c52f3174eb Author: David Schinazi <dschinazi.ietf@gmail.com> Date: 2019-10-18 (Fri, 18 Oct 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- fix retry tp Commit: 4aae5f258dfc27ca950b64481a433da39c3c8893 https://github.com/quicwg/base-drafts/commit/4aae5f258dfc27ca950b64481a433da39c3c8893 Author: David Schinazi <dschinazi.ietf@gmail.com> Date: 2019-10-18 (Fri, 18 Oct 2019) Changed paths: M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md Log Message: ----------- cawood's review Commit: eeb4ce37462c90023a0edfc45df9442e37f49732 https://github.com/quicwg/base-drafts/commit/eeb4ce37462c90023a0edfc45df9442e37f49732 Author: David Schinazi <DavidSchinazi@users.noreply.github.com> Date: 2019-10-21 (Mon, 21 Oct 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- MT editorial changes Co-Authored-By: Martin Thomson <mt@lowentropy.net> Commit: 467e31ed2e742ae6d3aff6e472fb7987d284929f https://github.com/quicwg/base-drafts/commit/467e31ed2e742ae6d3aff6e472fb7987d284929f Author: David Schinazi <dschinazi.ietf@gmail.com> Date: 2019-10-21 (Mon, 21 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Review suggestion from MT Commit: 7bed0b465944def7aee9349ea1b61bad09ce8f86 https://github.com/quicwg/base-drafts/commit/7bed0b465944def7aee9349ea1b61bad09ce8f86 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-10-22 (Tue, 22 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Mandatory distinction between token types Closes #3127. Commit: 47889736fe180f33c4951bbd60916278c7985329 https://github.com/quicwg/base-drafts/commit/47889736fe180f33c4951bbd60916278c7985329 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-10-22 (Tue, 22 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Separate generic token construction requirements Commit: 6cf5de8b6bce8470f614918cf149429ed327cf1a https://github.com/quicwg/base-drafts/commit/6cf5de8b6bce8470f614918cf149429ed327cf1a Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-21 (Mon, 21 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Kazuho and MTs comments Commit: b43b5bfb6962bfa87054ae8ed0eb96e18ce5be2a https://github.com/quicwg/base-drafts/commit/b43b5bfb6962bfa87054ae8ed0eb96e18ce5be2a Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-21 (Mon, 21 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Define the error Commit: f827ca30b70e4ccffcd5f94ce884b0c26584d37f https://github.com/quicwg/base-drafts/commit/f827ca30b70e4ccffcd5f94ce884b0c26584d37f Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-21 (Mon, 21 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- whitespace Commit: a263330298f0469ca7791cd503063b57eb0acac9 https://github.com/quicwg/base-drafts/commit/a263330298f0469ca7791cd503063b57eb0acac9 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-10-22 (Tue, 22 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Moved too much up Commit: 6b6273302247ffb91797391218850f95dae0b4af https://github.com/quicwg/base-drafts/commit/6b6273302247ffb91797391218850f95dae0b4af Author: Martin Thomson <mt@lowentropy.net> Date: 2019-10-23 (Wed, 23 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Ian's tweaks Commit: 8c45cc9e37ff1689497e844e3bf6b867138f1f95 https://github.com/quicwg/base-drafts/commit/8c45cc9e37ff1689497e844e3bf6b867138f1f95 Author: David Schinazi <DavidSchinazi@users.noreply.github.com> Date: 2019-10-23 (Wed, 23 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Editorial fix from MikeBishop Co-Authored-By: Mike Bishop <mbishop@evequefou.be> Commit: de8755430b9580bf5cbc3ef7afa8188437a71a2f https://github.com/quicwg/base-drafts/commit/de8755430b9580bf5cbc3ef7afa8188437a71a2f Author: Eric Kinnear <ekinnear@apple.com> Date: 2019-10-23 (Wed, 23 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Packets on one path must not adjust values for a different path Commit: 33c994e1f8e9123c59f5265e507842ab076433b5 https://github.com/quicwg/base-drafts/commit/33c994e1f8e9123c59f5265e507842ab076433b5 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-23 (Wed, 23 Oct 2019) Changed paths: M draft-ietf-quic-http.md M draft-ietf-quic-qpack.md M draft-ietf-quic-recovery.md M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md M ietf.json Log Message: ----------- Merge branch 'master' into ianswett-pto-per-pn-space Commit: 6c3ae350dc546bf6756258f93a2d40a64cc2daa4 https://github.com/quicwg/base-drafts/commit/6c3ae350dc546bf6756258f93a2d40a64cc2daa4 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-23 (Wed, 23 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-Authored-By: Martin Thomson <mt@lowentropy.net> Commit: 3f0da814e8a6ca8d0223457fbe5bb90157d6df15 https://github.com/quicwg/base-drafts/commit/3f0da814e8a6ca8d0223457fbe5bb90157d6df15 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-23 (Wed, 23 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 62e394f7a538c0bf4ef44787510b0229eb118af2 https://github.com/quicwg/base-drafts/commit/62e394f7a538c0bf4ef44787510b0229eb118af2 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-23 (Wed, 23 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 8af3d28bd220814a89edce17726f563783deac0d https://github.com/quicwg/base-drafts/commit/8af3d28bd220814a89edce17726f563783deac0d Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-23 (Wed, 23 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 49a28334da5cbecebb108424ba5db0dca7840e7b https://github.com/quicwg/base-drafts/commit/49a28334da5cbecebb108424ba5db0dca7840e7b Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-23 (Wed, 23 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 054fae193d6d9ccffdf0b20b7011a24ed33eb3b1 https://github.com/quicwg/base-drafts/commit/054fae193d6d9ccffdf0b20b7011a24ed33eb3b1 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-24 (Thu, 24 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: 2140c28bc8398957967bc017e78974668d95a86e https://github.com/quicwg/base-drafts/commit/2140c28bc8398957967bc017e78974668d95a86e Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-24 (Thu, 24 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Martin's suggestion Commit: c056d3063fe3ddf5ba3c31778ec4a721c15a49f3 https://github.com/quicwg/base-drafts/commit/c056d3063fe3ddf5ba3c31778ec4a721c15a49f3 Author: David Schinazi <DavidSchinazi@users.noreply.github.com> Date: 2019-10-24 (Thu, 24 Oct 2019) Changed paths: M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md Log Message: ----------- MT suggestions Co-Authored-By: Martin Thomson <mt@lowentropy.net> Commit: 739d272564a791476b75cff0a6ea258f0e4d17a8 https://github.com/quicwg/base-drafts/commit/739d272564a791476b75cff0a6ea258f0e4d17a8 Author: David Schinazi <dschinazi.ietf@gmail.com> Date: 2019-10-24 (Thu, 24 Oct 2019) Changed paths: M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md Log Message: ----------- fixup line length Commit: 69afe421890c5a94de801a9dc5c8876154b441e8 https://github.com/quicwg/base-drafts/commit/69afe421890c5a94de801a9dc5c8876154b441e8 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-25 (Fri, 25 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Marten's comment Commit: 1c9886e38e9d316d18688b46ed75b9eda9a6bfc8 https://github.com/quicwg/base-drafts/commit/1c9886e38e9d316d18688b46ed75b9eda9a6bfc8 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-25 (Fri, 25 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Marten's pseudocode Commit: a87a04c1a6607caded4daa780f5a8554a82885ab https://github.com/quicwg/base-drafts/commit/a87a04c1a6607caded4daa780f5a8554a82885ab Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-25 (Fri, 25 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- line wrapping Commit: d867945f6f1ca9ada1e01c92e5294310b4dc400b https://github.com/quicwg/base-drafts/commit/d867945f6f1ca9ada1e01c92e5294310b4dc400b Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2019-10-28 (Mon, 28 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- clarify the scope of a NEW_TOKEN token Commit: 3539edc1b1d03a469bd0ff5a32b0735daef8e79c https://github.com/quicwg/base-drafts/commit/3539edc1b1d03a469bd0ff5a32b0735daef8e79c Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2019-10-28 (Mon, 28 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Clarify that: * Endpoints that drop the keys when entering closing state MUST back-off the frequency of CONNECTION_CLOSE packets that it sends. * Endpoints that do not drop stops sending CONNECTION_CLOSE packet once it receives a packet containing CONNECTION_CLOSE. Commit: 1e0db50707bd7ec1179b03269aef26fcc3cd3b0a https://github.com/quicwg/base-drafts/commit/1e0db50707bd7ec1179b03269aef26fcc3cd3b0a Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2019-10-28 (Mon, 28 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- plural Commit: fb291efde6bdb976af004252087865410ed23917 https://github.com/quicwg/base-drafts/commit/fb291efde6bdb976af004252087865410ed23917 Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2019-10-28 (Mon, 28 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Co-Authored-By: Martin Thomson <mt@lowentropy.net> Commit: e67d71336fdf52a267fbccde942849dac6004c69 https://github.com/quicwg/base-drafts/commit/e67d71336fdf52a267fbccde942849dac6004c69 Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2019-10-28 (Mon, 28 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- encourage the use of applicable and unused token, while prohibiting the use of unapplicable ones Commit: 545e788428c30217c705ecb05f686dde00681a44 https://github.com/quicwg/base-drafts/commit/545e788428c30217c705ecb05f686dde00681a44 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-28 (Mon, 28 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Define loss_times Commit: a00c4753d038f0861677ea547c4402746f219bae https://github.com/quicwg/base-drafts/commit/a00c4753d038f0861677ea547c4402746f219bae Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-28 (Mon, 28 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Exponential backoff limits the packets sent Instead of creating special rules for PTO when multiple PN spaces have data, describe how the already existing exponential backoff accomplishes this. Commit: 5e81481786d1ba1c24c4d39c4712ac5003a5cbb4 https://github.com/quicwg/base-drafts/commit/5e81481786d1ba1c24c4d39c4712ac5003a5cbb4 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-28 (Mon, 28 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: abfc00ca30ae3d44ba1f29db246b588178cc1127 https://github.com/quicwg/base-drafts/commit/abfc00ca30ae3d44ba1f29db246b588178cc1127 Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2019-10-29 (Tue, 29 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- SHOULD backoff in decrypting, MUST backoff if not Commit: e36eb7614830dcff2fecb0c720fa29ede4643d03 https://github.com/quicwg/base-drafts/commit/e36eb7614830dcff2fecb0c720fa29ede4643d03 Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2019-10-29 (Tue, 29 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- separate paragraphs for each class of design Commit: a45ded27fd9b4da8658657c0be11ff8cc0d2639c https://github.com/quicwg/base-drafts/commit/a45ded27fd9b4da8658657c0be11ff8cc0d2639c Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2019-10-29 (Tue, 29 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- rephrase based on @martinthomson's suggestion Commit: 15898c5c6ee3538bfe6b45a9e652ee0767c59c21 https://github.com/quicwg/base-drafts/commit/15898c5c6ee3538bfe6b45a9e652ee0767c59c21 Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2019-10-29 (Tue, 29 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- merge the paragraphs (suggested by @ianswett) Commit: 3e153569a5f25801e5711cc26236d28f034c70b6 https://github.com/quicwg/base-drafts/commit/3e153569a5f25801e5711cc26236d28f034c70b6 Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2019-10-29 (Tue, 29 Oct 2019) Changed paths: M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md Log Message: ----------- 0x1d only in 1-RTT; suggest user_canceled alert Commit: 3d68e2be216d2ca28a28221f1f86bc91ffde7fa0 https://github.com/quicwg/base-drafts/commit/3d68e2be216d2ca28a28221f1f86bc91ffde7fa0 Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2019-10-29 (Tue, 29 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Co-Authored-By: Martin Thomson <mt@lowentropy.net> Commit: 175e7ddf52fd32aec9b24ad37214a35df99c8230 https://github.com/quicwg/base-drafts/commit/175e7ddf52fd32aec9b24ad37214a35df99c8230 Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2019-10-29 (Tue, 29 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Co-Authored-By: Martin Thomson <mt@lowentropy.net> Commit: 89a0171ca79c8846ea72749f819a4d52af64b824 https://github.com/quicwg/base-drafts/commit/89a0171ca79c8846ea72749f819a4d52af64b824 Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2019-10-29 (Tue, 29 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- wordwrap Commit: ed8750ae9d8ae6279a44dde075638ca859b40658 https://github.com/quicwg/base-drafts/commit/ed8750ae9d8ae6279a44dde075638ca859b40658 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-29 (Tue, 29 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Don't arm PTO for ApplicationData until complete Commit: 6322d369a5b25b731285b131e77a76b405a6ec16 https://github.com/quicwg/base-drafts/commit/6322d369a5b25b731285b131e77a76b405a6ec16 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-29 (Tue, 29 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Initial and Handshake have no max_ack_delay Commit: 45bf06ce64636c9ded8fb178a2bc905be372dc39 https://github.com/quicwg/base-drafts/commit/45bf06ce64636c9ded8fb178a2bc905be372dc39 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-29 (Tue, 29 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 34e3d6173c558fb156166a88709f81fa0211742a https://github.com/quicwg/base-drafts/commit/34e3d6173c558fb156166a88709f81fa0211742a Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-29 (Tue, 29 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Martin Duke's suggestions Commit: 54e26e7a39e80a265a642a512b1a8574ea2aed21 https://github.com/quicwg/base-drafts/commit/54e26e7a39e80a265a642a512b1a8574ea2aed21 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-29 (Tue, 29 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 96cc1e384b7c65767c7d9bd23130f23c30244b5f https://github.com/quicwg/base-drafts/commit/96cc1e384b7c65767c7d9bd23130f23c30244b5f Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2019-10-30 (Wed, 30 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Co-Authored-By: Martin Thomson <mt@lowentropy.net> Commit: c0b9c9307ddd840fb32bfc1c151040ab569b49fd https://github.com/quicwg/base-drafts/commit/c0b9c9307ddd840fb32bfc1c151040ab569b49fd Author: Martin Thomson <mt@lowentropy.net> Date: 2019-10-30 (Wed, 30 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- an app that wishes to do so can Commit: 54ed6dc0572c3b88f05c8eaa8ef5b520eb00dc21 https://github.com/quicwg/base-drafts/commit/54ed6dc0572c3b88f05c8eaa8ef5b520eb00dc21 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-10-30 (Wed, 30 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Allow provisional registrations for all registries This overhauls the system for IANA registries to use a unified scheme that allows provisional registration. This seems pretty complicated in terms of nailing down all the corner cases, but it is fairly simple in practice: * Provisional registration is easy, it only requires that the requester provide contact information and (ideally) the codepoint they want. They could provide more, but at their discretion. * Permanent registration requires that you fill out the fields. Experts are required for both, but only really to prevent spam. We have a few more requirements for permanent registrations of frame types, but that is more for the purposes of advice, because sending an new frame leads to protocol errors if you haven't agreed to that in the past. I've sketched out a strawman for a codepoint reclamation process. That advises that experts try to find some use of the codepoint. There is a date on registrations that can guide the selection of codepoints to reclaim, but these can be updated any time by anyone who wants to keep the registration "live". Closes #3109. Closes #3020. Commit: eb30e2a0b1f7318a21a326a2481c8c278a902e7d https://github.com/quicwg/base-drafts/commit/eb30e2a0b1f7318a21a326a2481c8c278a902e7d Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2019-10-30 (Wed, 30 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- application does not send a frame Commit: fea8629b7991150a51b86eff18bd302ed633630a https://github.com/quicwg/base-drafts/commit/fea8629b7991150a51b86eff18bd302ed633630a Author: Martin Thomson <mt@lowentropy.net> Date: 2019-10-31 (Thu, 31 Oct 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- enstricted Commit: ce608aac8ea116d554c7fd32dc2199d215db9a24 https://github.com/quicwg/base-drafts/commit/ce608aac8ea116d554c7fd32dc2199d215db9a24 Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2019-10-31 (Thu, 31 Oct 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Update draft-ietf-quic-tls.md Co-Authored-By: Martin Thomson <mt@lowentropy.net> Commit: d0e699677b5760be95b93cdb9063747cd1e42f4b https://github.com/quicwg/base-drafts/commit/d0e699677b5760be95b93cdb9063747cd1e42f4b Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-31 (Thu, 31 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-Authored-By: Martin Thomson <mt@lowentropy.net> Commit: 50f670169e4cae5b13065c015674b597515cda2e https://github.com/quicwg/base-drafts/commit/50f670169e4cae5b13065c015674b597515cda2e Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-31 (Thu, 31 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- loss_times -> loss_time Commit: c764362e3e50f0647b930648de5b645e4cc65ad4 https://github.com/quicwg/base-drafts/commit/c764362e3e50f0647b930648de5b645e4cc65ad4 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-01 (Fri, 01 Nov 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Move some text around Commit: b31d15f3f6233d2cd1bd77aef98a9309bc17eb79 https://github.com/quicwg/base-drafts/commit/b31d15f3f6233d2cd1bd77aef98a9309bc17eb79 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-01 (Fri, 01 Nov 2019) Changed paths: M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md Log Message: ----------- Transport and TLS changelog for -24 Commit: b1d56947b2cf5542481ec65fa7dfb7e4d434fcf9 https://github.com/quicwg/base-drafts/commit/b1d56947b2cf5542481ec65fa7dfb7e4d434fcf9 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-01 (Fri, 01 Nov 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- janaiyengar's suggestions Commit: 408ba486db7c1fdea3d0049379a1a56934e1f78d https://github.com/quicwg/base-drafts/commit/408ba486db7c1fdea3d0049379a1a56934e1f78d Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2019-11-01 (Fri, 01 Nov 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- "the" @MikeBishop Commit: e0a60c778340168e734cb229d12ec7257f736192 https://github.com/quicwg/base-drafts/commit/e0a60c778340168e734cb229d12ec7257f736192 Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2019-11-01 (Fri, 01 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- add unless, based on the discussion starting from https://github.com/quicwg/base-drafts/issues/3155#issuecomment-548264247 Commit: 355d1e552b4ec41891941f7d1f8993ca3723c3da https://github.com/quicwg/base-drafts/commit/355d1e552b4ec41891941f7d1f8993ca3723c3da Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-01 (Fri, 01 Nov 2019) Changed paths: M .circleci/config.yml M draft-ietf-quic-http.md M draft-ietf-quic-qpack.md M draft-ietf-quic-recovery.md M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md M ietf.json Log Message: ----------- Merge branch 'master' into ianswett-pto-per-pn-space Commit: cff00e01280aabf3916edb64508a5d786d779bb3 https://github.com/quicwg/base-drafts/commit/cff00e01280aabf3916edb64508a5d786d779bb3 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-01 (Fri, 01 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- 1 loss_times -> loss_time Commit: 4763ecefb6eda25b4d4abd61df757376651588dd https://github.com/quicwg/base-drafts/commit/4763ecefb6eda25b4d4abd61df757376651588dd Author: Mike Bishop <mbishop@evequefou.be> Date: 2019-11-01 (Fri, 01 Nov 2019) Changed paths: M draft-ietf-quic-http.md Log Message: ----------- HTTP changelog Commit: 9ab15f9af80f63998738ce160d25ebe3c99adf30 https://github.com/quicwg/base-drafts/commit/9ab15f9af80f63998738ce160d25ebe3c99adf30 Author: Mike Bishop <mbishop@evequefou.be> Date: 2019-11-01 (Fri, 01 Nov 2019) Changed paths: M draft-ietf-quic-qpack.md Log Message: ----------- Nothing non-editorial for QPACK Commit: 9617e1da29cda2a6230e7e59e9ae62a257087d73 https://github.com/quicwg/base-drafts/commit/9617e1da29cda2a6230e7e59e9ae62a257087d73 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-01 (Fri, 01 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Kazuho's suggestion About being able to unprotect the Initial packet Commit: 97ed82152c5d9c0a40a87b7a324b2d5dc5c6909b https://github.com/quicwg/base-drafts/commit/97ed82152c5d9c0a40a87b7a324b2d5dc5c6909b Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-01 (Fri, 01 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Commit: 85bac671b3282b7464a7b5b73a52ec5c34f2c62a https://github.com/quicwg/base-drafts/commit/85bac671b3282b7464a7b5b73a52ec5c34f2c62a Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-02 (Sat, 02 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: 70aef67ee532cb6466e6bc1d485718782052de32 https://github.com/quicwg/base-drafts/commit/70aef67ee532cb6466e6bc1d485718782052de32 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-02 (Sat, 02 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: 887c909e025d6d1c3a1f634cf13b62937d51ea37 https://github.com/quicwg/base-drafts/commit/887c909e025d6d1c3a1f634cf13b62937d51ea37 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-02 (Sat, 02 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- MAY close the connection without creating state Commit: c36760da1391e5cf66b10b4d9d699c5fda3c8e88 https://github.com/quicwg/base-drafts/commit/c36760da1391e5cf66b10b4d9d699c5fda3c8e88 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-02 (Sat, 02 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Jana's suggestion Commit: b16c4cfb6295dab73b45b234b7e20a1caff13de3 https://github.com/quicwg/base-drafts/commit/b16c4cfb6295dab73b45b234b7e20a1caff13de3 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-02 (Sat, 02 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Commit: 3ab9f77f170dd89a902f52b4669035c7fab87add https://github.com/quicwg/base-drafts/commit/3ab9f77f170dd89a902f52b4669035c7fab87add Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-02 (Sat, 02 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Commit: 7b29c66d562641af795196e9be527196cb51ef55 https://github.com/quicwg/base-drafts/commit/7b29c66d562641af795196e9be527196cb51ef55 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-02 (Sat, 02 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Reword an awkward sentence Commit: 89f30aae27fc5ce841165ef6c540323369fcd930 https://github.com/quicwg/base-drafts/commit/89f30aae27fc5ce841165ef6c540323369fcd930 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-03 (Sun, 03 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Recovery changelog for -24 Includes #3066, which I plan to merge Monday morning. Commit: bf1394db3c610de54286bbf7aafdb235599ba46f https://github.com/quicwg/base-drafts/commit/bf1394db3c610de54286bbf7aafdb235599ba46f Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-04 (Mon, 04 Nov 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Some small adjustments Commit: 289e57d5ed1f37e2f3ef1c36dc427c782b418576 https://github.com/quicwg/base-drafts/commit/289e57d5ed1f37e2f3ef1c36dc427c782b418576 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-04 (Mon, 04 Nov 2019) Changed paths: M .circleci/config.yml M draft-ietf-quic-http.md M draft-ietf-quic-qpack.md M draft-ietf-quic-recovery.md M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md A ietf.json Log Message: ----------- Merge branch 'master' into rework-key-update-2 Commit: a7b0addaa2cb1a0fab865adb8f1d2437dca302d9 https://github.com/quicwg/base-drafts/commit/a7b0addaa2cb1a0fab865adb8f1d2437dca302d9 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-04 (Mon, 04 Nov 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Split first from subsequent again Commit: 311d87043248d5862f3e181e9045f90bdf73239d https://github.com/quicwg/base-drafts/commit/311d87043248d5862f3e181e9045f90bdf73239d Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-04 (Mon, 04 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Jana's suggestions Commit: 46613ea5d21ed04c3d546c2955e991f41e067fb1 https://github.com/quicwg/base-drafts/commit/46613ea5d21ed04c3d546c2955e991f41e067fb1 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-03 (Sun, 03 Nov 2019) Changed paths: M draft-ietf-quic-http.md M draft-ietf-quic-qpack.md Log Message: ----------- Merge pull request #3181 from quicwg/http/changelog-24 HTTP & QPACK changelogs for -24 Commit: 3b22f6646dde6c5e98e637a6ebf13da23884c6a1 https://github.com/quicwg/base-drafts/commit/3b22f6646dde6c5e98e637a6ebf13da23884c6a1 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-03 (Sun, 03 Nov 2019) Changed paths: M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3180 from quicwg/tt-changelog-24 Transport and TLS changelog for -24 Commit: cd91b144a45472b77039c158c2dc7f7b226e497f https://github.com/quicwg/base-drafts/commit/cd91b144a45472b77039c158c2dc7f7b226e497f Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-03 (Sun, 03 Nov 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Merge pull request #3050 from quicwg/rework-key-update-2 Rewrite key update section Commit: b4080232721175d78d3203f4c31efff357d8397e https://github.com/quicwg/base-drafts/commit/b4080232721175d78d3203f4c31efff357d8397e Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-03 (Sun, 03 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Merge pull request #3185 from quicwg/ianswett-recovery-changelog-24 Recovery changelog for -24 Commit: 810e84bfa7c591f9a914c32a0ac54fbd4d5b3d45 https://github.com/quicwg/base-drafts/commit/810e84bfa7c591f9a914c32a0ac54fbd4d5b3d45 Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-11-04 (Mon, 04 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- add an error for overflow of a CRYPTO stream Commit: d6a83ceb22c2cade9cdb18be50dcfa09b86b10ce https://github.com/quicwg/base-drafts/commit/d6a83ceb22c2cade9cdb18be50dcfa09b86b10ce Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-11-04 (Mon, 04 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- add an error for overflow of a MAX_STREAMS frame Commit: ed73161363ed99d6d75b9af190da1c4c27e02b94 https://github.com/quicwg/base-drafts/commit/ed73161363ed99d6d75b9af190da1c4c27e02b94 Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-11-04 (Mon, 04 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- add an error for overflow of a STREAMS_BLOCKED frame Commit: 9555e35064263df0d5b9cff31b3290615b8ee20c https://github.com/quicwg/base-drafts/commit/9555e35064263df0d5b9cff31b3290615b8ee20c Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-03 (Sun, 03 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3042 from marten-seemann/frame-encoding-errors Use the FRAME_ENCODING_ERROR for errors in frame encoding Commit: 8f10cc46edfe8137d183e9dd855dcce0e57bf383 https://github.com/quicwg/base-drafts/commit/8f10cc46edfe8137d183e9dd855dcce0e57bf383 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-04 (Mon, 04 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update changelog for #3042 Commit: 56e2ca00dc0bd264c21b72d7b28a46652d676d31 https://github.com/quicwg/base-drafts/commit/56e2ca00dc0bd264c21b72d7b28a46652d676d31 Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-11-04 (Mon, 04 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame Commit: 6f5b524c1ac2ed0892748d01d8037256a1456f32 https://github.com/quicwg/base-drafts/commit/6f5b524c1ac2ed0892748d01d8037256a1456f32 Author: Antoine Delignat-Lavaud <antdl@microsoft.com> Date: 2019-11-04 (Mon, 04 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Fix for #3187 Commit: 87c4ec3bafc9d0bca7f5c989a7af375fd20f6ae8 https://github.com/quicwg/base-drafts/commit/87c4ec3bafc9d0bca7f5c989a7af375fd20f6ae8 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-05 (Tue, 05 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Add ; Commit: a53b36498388ee3167064ef33391412ef12a66c7 https://github.com/quicwg/base-drafts/commit/a53b36498388ee3167064ef33391412ef12a66c7 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-05 (Tue, 05 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Remove #3066 from recovery changelog Commit: 76c0daa55390ab7631dad95bdaf0de87dc1d2d8d https://github.com/quicwg/base-drafts/commit/76c0daa55390ab7631dad95bdaf0de87dc1d2d8d Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-05 (Tue, 05 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3190 from quicwg/see-downgrade Add a few semicolons Commit: f9e9cc72f27d80b2d11197ca4a8edb9b28c475c6 https://github.com/quicwg/base-drafts/commit/f9e9cc72f27d80b2d11197ca4a8edb9b28c475c6 Author: Antoine Delignat-Lavaud <antdl@microsoft.com> Date: 2019-11-05 (Tue, 05 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Integrate Martin Thomson's comments Commit: e5aa3e2570e9d093c5ba61dac58443402808fdf2 https://github.com/quicwg/base-drafts/commit/e5aa3e2570e9d093c5ba61dac58443402808fdf2 Author: Dmitri Tikhonov <dtikhonov@litespeedtech.com> Date: 2019-11-05 (Tue, 05 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Add ClientHello changes to transport changelog since -23 Commit: 6e902d3ae04f23269607c914d94e6e86cc6b425e https://github.com/quicwg/base-drafts/commit/6e902d3ae04f23269607c914d94e6e86cc6b425e Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-05 (Tue, 05 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Jana's comments Commit: c86bfb1675ac465d6faaa490c5995df539e62c0e https://github.com/quicwg/base-drafts/commit/c86bfb1675ac465d6faaa490c5995df539e62c0e Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-06 (Wed, 06 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3188 from ad-l/pn_decoding_overflow Correct overflow checks on packet number decoding algorithm Commit: ef6241dc80cdd1efffd4d0f60fff26855202487b https://github.com/quicwg/base-drafts/commit/ef6241dc80cdd1efffd4d0f60fff26855202487b Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2019-11-05 (Tue, 05 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Merge pull request #3066 from quicwg/ianswett-pto-per-pn-space Change PTO to be per packet number space Commit: 57fb22f678c1e7805ebdab7614c81ea9c227f488 https://github.com/quicwg/base-drafts/commit/57fb22f678c1e7805ebdab7614c81ea9c227f488 Author: Mike Bishop <mbishop@evequefou.be> Date: 2019-11-05 (Tue, 05 Nov 2019) Changed paths: M draft-ietf-quic-qpack.md Log Message: ----------- Don't call two different things "blocking" (#3172) * Evictable, not blocking * Focus on insertion, not eviction Commit: 437472d25998151fcffb551b7f358f16caf8acd1 https://github.com/quicwg/base-drafts/commit/437472d25998151fcffb551b7f358f16caf8acd1 Author: Bence BĆ©ky <bencebeky@users.noreply.github.com> Date: 2019-11-05 (Tue, 05 Nov 2019) Changed paths: M draft-ietf-quic-qpack.md Log Message: ----------- Fix bug in Insert Count Increment description. (#3132) * Fix bug in Insert Count Increment description. Fixes issue 3082. This PR fixes the race condition and clarifies that both endpoints must keep track of the Known Received Count. * Revert some changes. * Remove unnecessarily inserted blank line. Commit: bd7e514967d7b1f5ddc66a4e5b26429aa3ce25fa https://github.com/quicwg/base-drafts/commit/bd7e514967d7b1f5ddc66a4e5b26429aa3ce25fa Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-06 (Wed, 06 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3191 from dtikhonov/201911051348-allow-CH-span-to-changelog Add ClientHello changes to transport changelog since -23 Commit: ba07711d38fdf95c4e745bef69997a24d2ed9c26 https://github.com/quicwg/base-drafts/commit/ba07711d38fdf95c4e745bef69997a24d2ed9c26 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-06 (Wed, 06 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3036 from marten-seemann/stronger-retire-error-check require peers to check if RETIRE_CONNECTION_ID sequence number is valid Commit: 3db95fdb3bee104c5b732b38211d5a31c2e61a75 https://github.com/quicwg/base-drafts/commit/3db95fdb3bee104c5b732b38211d5a31c2e61a75 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-06 (Wed, 06 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Certainly Fixes #2430. Commit: 09a420387fa4e2ca5562bc58a31806c1c6deff3f https://github.com/quicwg/base-drafts/commit/09a420387fa4e2ca5562bc58a31806c1c6deff3f Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-06 (Wed, 06 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Editorial fixes from @MikeBishop Co-Authored-By: Mike Bishop <mbishop@evequefou.be> Commit: 69edfcb7f93fe718c665e785773dfe23908f180e https://github.com/quicwg/base-drafts/commit/69edfcb7f93fe718c665e785773dfe23908f180e Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2019-11-05 (Tue, 05 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3192 from quicwg/probably Certainly Commit: 1deac80822eb33acb4eb038210994dcc174a07e8 https://github.com/quicwg/base-drafts/commit/1deac80822eb33acb4eb038210994dcc174a07e8 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-06 (Wed, 06 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Add default contact details Commit: 44a1cd3861501082dc24d09725212c642fae8997 https://github.com/quicwg/base-drafts/commit/44a1cd3861501082dc24d09725212c642fae8997 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-06 (Wed, 06 Nov 2019) Changed paths: M draft-ietf-quic-http.md Log Message: ----------- Add HTTP/3 registration updates Commit: 656d67a144077447150eeb13ee432e1e6f205484 https://github.com/quicwg/base-drafts/commit/656d67a144077447150eeb13ee432e1e6f205484 Author: Mike Bishop <mbishop@evequefou.be> Date: 2019-11-06 (Wed, 06 Nov 2019) Changed paths: M draft-ietf-quic-qpack.md M draft-ietf-quic-transport.md Log Message: ----------- Semicolons before "see {section}" Commit: 22e8b1cae9a2614c72b2b58337b09a359f49c5ab https://github.com/quicwg/base-drafts/commit/22e8b1cae9a2614c72b2b58337b09a359f49c5ab Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-11-07 (Thu, 07 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- forbid exceeding the peer's active_connection_id_limit Commit: 1e286a042ef691a58f38c6b63b6339fdf9b9d14b https://github.com/quicwg/base-drafts/commit/1e286a042ef691a58f38c6b63b6339fdf9b9d14b Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-11-07 (Thu, 07 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- add an error code for exceeding the connection ID limit Commit: 50b9b3997901707201744740d131a08cb1ab31f5 https://github.com/quicwg/base-drafts/commit/50b9b3997901707201744740d131a08cb1ab31f5 Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-11-07 (Thu, 07 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- handle reordered NEW_CONNECTION_ID frames Commit: 1568d427726afd00edf0bef4c4a6c4d5fe259321 https://github.com/quicwg/base-drafts/commit/1568d427726afd00edf0bef4c4a6c4d5fe259321 Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-11-07 (Thu, 07 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Co-Authored-By: Martin Thomson <mt@lowentropy.net> Commit: 25e655f0c904431b911d496857a3fdc3f210758d https://github.com/quicwg/base-drafts/commit/25e655f0c904431b911d496857a3fdc3f210758d Author: Dmitri Tikhonov <dtikhonov@litespeedtech.com> Date: 2019-11-07 (Thu, 07 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Add Retry CID change requirement to transport changelog Commit: 66992a654573597a569668be47b35fbf9384d08c https://github.com/quicwg/base-drafts/commit/66992a654573597a569668be47b35fbf9384d08c Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-11-08 (Fri, 08 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Ian's and Eric's suggestion Commit: 30e554ae61fd41635c374647a07c2e2c5d85650a https://github.com/quicwg/base-drafts/commit/30e554ae61fd41635c374647a07c2e2c5d85650a Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-11-08 (Fri, 08 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Co-Authored-By: Martin Thomson <mt@lowentropy.net> Commit: 8ed69b0c6393dca4a876ee73c866b69a7a2a3e75 https://github.com/quicwg/base-drafts/commit/8ed69b0c6393dca4a876ee73c866b69a7a2a3e75 Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-11-08 (Fri, 08 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- set a default and minimum value for active_connection_id_limit Commit: f1dc14fc587a03f136dc8a2d3fefb0d7e3d22a0e https://github.com/quicwg/base-drafts/commit/f1dc14fc587a03f136dc8a2d3fefb0d7e3d22a0e Author: Eric Kinnear <ekinnear@apple.com> Date: 2019-11-07 (Thu, 07 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Consolidate Retire Prior To instructions in section, clean up frame description Commit: 8354804a2a30580fd1b7deadb19f3baf3ad68fd8 https://github.com/quicwg/base-drafts/commit/8354804a2a30580fd1b7deadb19f3baf3ad68fd8 Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-11-08 (Fri, 08 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- mandate the processing order of NEW_CONNECTION_ID frame fields Commit: 74277249553bc9ab7b5713c876260c2e91e81633 https://github.com/quicwg/base-drafts/commit/74277249553bc9ab7b5713c876260c2e91e81633 Author: Mike Bishop <mbishop@evequefou.be> Date: 2019-11-08 (Fri, 08 Nov 2019) Changed paths: M draft-ietf-quic-http.md Log Message: ----------- Minor formatting Commit: 6a72f4259942e5b84906277bc38bff550b5b9c0e https://github.com/quicwg/base-drafts/commit/6a72f4259942e5b84906277bc38bff550b5b9c0e Author: Mike Bishop <mbishop@evequefou.be> Date: 2019-11-08 (Fri, 08 Nov 2019) Changed paths: M draft-ietf-quic-http.md Log Message: ----------- Recommend H3_NO_ERROR for early responses Commit: 062c47ffba1b94e8e82d2abfe9e672cb056be68c https://github.com/quicwg/base-drafts/commit/062c47ffba1b94e8e82d2abfe9e672cb056be68c Author: martinduke <martin.h.duke@gmail.com> Date: 2019-11-08 (Fri, 08 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- PING in all contexts #3035 updated quic-tls but not quic-transport Commit: f8efc92d9c63ee3180b9e2a3fa5f190c46fdcc54 https://github.com/quicwg/base-drafts/commit/f8efc92d9c63ee3180b9e2a3fa5f190c46fdcc54 Author: Mike Bishop <mbishop@evequefou.be> Date: 2019-11-08 (Fri, 08 Nov 2019) Changed paths: M draft-ietf-quic-http.md Log Message: ----------- Clarify what the error code is for Commit: 933fecd83d04360bb9a544e62193c712c80987e5 https://github.com/quicwg/base-drafts/commit/933fecd83d04360bb9a544e62193c712c80987e5 Author: martinduke <martin.h.duke@gmail.com> Date: 2019-11-08 (Fri, 08 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Wrapped line Wrapped line Commit: 45b3dff2bdfbd7ab1ca6440e241d8495614a647d https://github.com/quicwg/base-drafts/commit/45b3dff2bdfbd7ab1ca6440e241d8495614a647d Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-11 (Mon, 11 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3209 from martinduke/patch-2 PING in all contexts Commit: 0c309a7b240b09d40a1c32fedffe663c24be09b7 https://github.com/quicwg/base-drafts/commit/0c309a7b240b09d40a1c32fedffe663c24be09b7 Author: Eric Kinnear <32474881+erickinnear@users.noreply.github.com> Date: 2019-11-10 (Sun, 10 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Martin's suggestion Co-Authored-By: Martin Thomson <mt@lowentropy.net> Commit: f11934fd629ee03c564438717ac95cb3fed68043 https://github.com/quicwg/base-drafts/commit/f11934fd629ee03c564438717ac95cb3fed68043 Author: Eric Kinnear <ekinnear@apple.com> Date: 2019-11-10 (Sun, 10 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Reword to match Martin's suggestion Commit: 05201a3070627fdb619f329204fee8cc4d22ce8c https://github.com/quicwg/base-drafts/commit/05201a3070627fdb619f329204fee8cc4d22ce8c Author: Mike Bishop <mbishop@evequefou.be> Date: 2019-11-11 (Mon, 11 Nov 2019) Changed paths: M draft-ietf-quic-http.md Log Message: ----------- Title-Case Titles (#3207) Commit: 01190f3f33c69345fe9e04e4195e78fde71ac8e1 https://github.com/quicwg/base-drafts/commit/01190f3f33c69345fe9e04e4195e78fde71ac8e1 Author: Bence BĆ©ky <bencebeky@users.noreply.github.com> Date: 2019-11-11 (Mon, 11 Nov 2019) Changed paths: M draft-ietf-quic-http.md Log Message: ----------- [HTTP/3] [editorial] s/each request and response/each request-response pair/ (#3222) Lest some readers get the impression that each request consumes a single QUIC stream and each response consumes a single QUIC stream. Commit: 58894973e99612511017fac0b098f0c3910fecf7 https://github.com/quicwg/base-drafts/commit/58894973e99612511017fac0b098f0c3910fecf7 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-12 (Tue, 12 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3204 from erickinnear/ek/cleanup_retire_prior_to Resolve conflicting advice on how to handle Retire Prior To Commit: d29ee0834e63f34041696397833eb29df2d43daf https://github.com/quicwg/base-drafts/commit/d29ee0834e63f34041696397833eb29df2d43daf Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-12 (Tue, 12 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3203 from dtikhonov/201911071345-add-2837-and-3147-to-transport-changelog Add Retry CID change requirement to transport changelog Commit: 7016f46e961bfc46a235379c274cdaf68fccd051 https://github.com/quicwg/base-drafts/commit/7016f46e961bfc46a235379c274cdaf68fccd051 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-11 (Mon, 11 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- RTTVar is not really a variance It's a mean deviation. This has confused at least one reader. Commit: 474291a1da6b83e72105de556fa4ec4bd9fce39a https://github.com/quicwg/base-drafts/commit/474291a1da6b83e72105de556fa4ec4bd9fce39a Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-11 (Mon, 11 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Martin's suggestion Commit: 89658b39e24023aebbc76bc7a3592390aa164236 https://github.com/quicwg/base-drafts/commit/89658b39e24023aebbc76bc7a3592390aa164236 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-11 (Mon, 11 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Clarify loss epoch (#3213) * Clarify loss epoch Fixes #3210 * Another try Commit: 1bc2ffea476655a7501f8989415331c753de182c https://github.com/quicwg/base-drafts/commit/1bc2ffea476655a7501f8989415331c753de182c Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-11 (Mon, 11 Nov 2019) Changed paths: M .circleci/config.yml M README.md M draft-ietf-quic-http.md M draft-ietf-quic-invariants.md M draft-ietf-quic-qpack.md M draft-ietf-quic-recovery.md M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md A ietf.json M initial-protection.js Log Message: ----------- Merge branch 'master' into ianswett-min-rtt Commit: 4cf3ff91650a1731e37acd8dc50c4855acae0718 https://github.com/quicwg/base-drafts/commit/4cf3ff91650a1731e37acd8dc50c4855acae0718 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-11 (Mon, 11 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Co-Authored-By: Martin Thomson <mt@lowentropy.net> Commit: 1396f0742e572a6740a05c26cc92cc9deda8799a https://github.com/quicwg/base-drafts/commit/1396f0742e572a6740a05c26cc92cc9deda8799a Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-11 (Mon, 11 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Commit: 7a1bfb73f425696b0eefbb36d94c5f24bef6fabb https://github.com/quicwg/base-drafts/commit/7a1bfb73f425696b0eefbb36d94c5f24bef6fabb Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-12 (Tue, 12 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- A day in the life ...and now we know how many holes it takes to fill the Albert Hall. This section has existed for a long time as "TBD". No longer. It also takes the opportunity to explain a little bit about what 0-RTT is for. Closes #2856. Closes #2843. Commit: 9112fd7fa9c72a51c732e55b6c8c88707ae4e3bb https://github.com/quicwg/base-drafts/commit/9112fd7fa9c72a51c732e55b6c8c88707ae4e3bb Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-12 (Tue, 12 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Clearer text for application errors This cribs Lucas' proposed tweak and makes a few other tiny adjustments. Closes #2850. Commit: 4ae0c600314c9e2e783b855b97c0c9f368ea05bb https://github.com/quicwg/base-drafts/commit/4ae0c600314c9e2e783b855b97c0c9f368ea05bb Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-12 (Tue, 12 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Summarize where frames can be used It's still slightly odd where we have this setup between TLS and transport, but it seems like replicating the information might work. Closes #2721. Commit: 50997741a989c1b70b991a73b2290d7417c5b77e https://github.com/quicwg/base-drafts/commit/50997741a989c1b70b991a73b2290d7417c5b77e Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-12 (Tue, 12 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- grammer iz had Commit: 2ce6f2914d99f3b821c2e2bdb71483fd238ebe74 https://github.com/quicwg/base-drafts/commit/2ce6f2914d99f3b821c2e2bdb71483fd238ebe74 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-12 (Tue, 12 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Restore other state after a spoofed migration This is really just an observation, because there is no real way we can insist on people doing this sort of thing, but being aware of the performance implication of spoofed migrations might motivate solutions. Closes #2311. Commit: b3142eaacf5fe20f62e1a6096eefee5d78cc0b6f https://github.com/quicwg/base-drafts/commit/b3142eaacf5fe20f62e1a6096eefee5d78cc0b6f Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-12 (Tue, 12 Nov 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Use no_application_protocol more The old text used the non-specific "abort" here, but we can use the right error code. Closes #2500. Commit: e898a628f4146a462d112a6de705b1b3f0f11100 https://github.com/quicwg/base-drafts/commit/e898a628f4146a462d112a6de705b1b3f0f11100 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-12 (Tue, 12 Nov 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Yes, I meant to remove that 'if'. Oops. Commit: 32b6f776ffc82063e71af0b9152cbfa65aebaeb8 https://github.com/quicwg/base-drafts/commit/32b6f776ffc82063e71af0b9152cbfa65aebaeb8 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-12 (Tue, 12 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Bad CONNECTION_CLOSE isn't special If we get one, rely on the back-off that we require endpoints to implement when they enter the closing state. No need for any additional special processing rules. Closes #2475. Closes #3230. Commit: 094ac5b9fb261b47dccc0626cba1b8a0105db380 https://github.com/quicwg/base-drafts/commit/094ac5b9fb261b47dccc0626cba1b8a0105db380 Author: Bence BĆ©ky <bencebeky@users.noreply.github.com> Date: 2019-11-12 (Tue, 12 Nov 2019) Changed paths: M draft-ietf-quic-http.md Log Message: ----------- [HTTP/3] [editorial] How many parts is the HTTP/3 specification is split into exactly? (#3219) I count eight including the additional resources or six not including them. But what I'm most concerned about is that Sections 1 and 2 are also part of the HTTP/3 specification. Commit: cee02b8081a97cb76ca41f95023eff22f83f98d0 https://github.com/quicwg/base-drafts/commit/cee02b8081a97cb76ca41f95023eff22f83f98d0 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-13 (Wed, 13 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Mikkel makes this better Co-Authored-By: MikkelFJ <mikkelfj@gmail.com> Commit: 36192e6c3858e5431a60a63859547a661b46373f https://github.com/quicwg/base-drafts/commit/36192e6c3858e5431a60a63859547a661b46373f Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-13 (Wed, 13 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- only the application Co-Authored-By: Mike Bishop <mbishop@evequefou.be> Commit: 2ae98990a35cbecba177a56c71b9db7bd0d57963 https://github.com/quicwg/base-drafts/commit/2ae98990a35cbecba177a56c71b9db7bd0d57963 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-13 (Wed, 13 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Reorder, tweak Commit: 5866e9649332db619d09e31eaa764936ea0d8ac6 https://github.com/quicwg/base-drafts/commit/5866e9649332db619d09e31eaa764936ea0d8ac6 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-13 (Wed, 13 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- termination clause Co-Authored-By: ianswett <ianswett@users.noreply.github.com> Commit: 192990e0903bad56516e5750fadc18004a10aea2 https://github.com/quicwg/base-drafts/commit/192990e0903bad56516e5750fadc18004a10aea2 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-13 (Wed, 13 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Paraphrase Mike's suggestion Commit: dbf8326f45d7610e639946b4df476f2f97fd359d https://github.com/quicwg/base-drafts/commit/dbf8326f45d7610e639946b4df476f2f97fd359d Author: Bence BĆ©ky <bencebeky@users.noreply.github.com> Date: 2019-11-13 (Wed, 13 Nov 2019) Changed paths: M draft-ietf-quic-http.md Log Message: ----------- [HTTP/3] [editorial] Remove mention of redefining setting format. (#3220) * [HTTP/3] [editorial] Remove mention of redefining setting format. Each SETTINGS parameter consists of an identifier and a value, each encoded as QUIC variable-length integer. The sentence being removed is a remnant from the time when setting values were encoded as length-prefixed binary blobs. * Clarify how settings ported from HTTP/2 might redefine value. * reword parenthetical Commit: 08077e12f9f35647b59ef1b293780fce1b4cb14d https://github.com/quicwg/base-drafts/commit/08077e12f9f35647b59ef1b293780fce1b4cb14d Author: David Schinazi <dschinazi.ietf@gmail.com> Date: 2019-11-15 (Fri, 15 Nov 2019) Changed paths: M .circleci/config.yml M draft-ietf-quic-http.md M draft-ietf-quic-qpack.md M draft-ietf-quic-recovery.md M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md M ietf.json Log Message: ----------- Merge branch 'master' into prot_retry Commit: a61c2b36de62fc10694951fcaf47dcf01633f2ae https://github.com/quicwg/base-drafts/commit/a61c2b36de62fc10694951fcaf47dcf01633f2ae Author: David Schinazi <dschinazi.ietf@gmail.com> Date: 2019-11-15 (Fri, 15 Nov 2019) Changed paths: M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md Log Message: ----------- Comment from Christian Huitema Commit: 204aeb1c77d58208ec2e9e9c6f1a35a47277f368 https://github.com/quicwg/base-drafts/commit/204aeb1c77d58208ec2e9e9c6f1a35a47277f368 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-16 (Sat, 16 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- App or flow control limited (#3238) * App or flow control limited Fixes #3236 * spelling Commit: 3a756ee0d1bd3c17baf882cefbe7dbe4e93dc0c5 https://github.com/quicwg/base-drafts/commit/3a756ee0d1bd3c17baf882cefbe7dbe4e93dc0c5 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-16 (Sat, 16 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Fix Gorry's editorial comments (#3237) This attempts to fix Gorry's editorial comments from the QUIC mailing list. Commit: ba6b49a20a69e9e68f0d3a4c5c36efbc79d6d830 https://github.com/quicwg/base-drafts/commit/ba6b49a20a69e9e68f0d3a4c5c36efbc79d6d830 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-16 (Sat, 16 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- MUST NOT use a reordering theshold less than 3 Commit: 67011489dd94afc11d0a06a50ba1c2671c8c4988 https://github.com/quicwg/base-drafts/commit/67011489dd94afc11d0a06a50ba1c2671c8c4988 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-16 (Sat, 16 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 00e05fbb38c9079150e06806e97b5f4763c70ac2 https://github.com/quicwg/base-drafts/commit/00e05fbb38c9079150e06806e97b5f4763c70ac2 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-16 (Sat, 16 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Reference 3168 for ECN And note that 8311 is an update. Commit: 3e0c5f00f5aa1e95d2cf8028da01534a642b9d06 https://github.com/quicwg/base-drafts/commit/3e0c5f00f5aa1e95d2cf8028da01534a642b9d06 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-16 (Sat, 16 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: c52cd498bfa49a005f25bcd11ad11a043c322d08 https://github.com/quicwg/base-drafts/commit/c52cd498bfa49a005f25bcd11ad11a043c322d08 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-16 (Sat, 16 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- ECN editorial >From Gorry's comments Commit: 912634dbeddd6dbe910a05694828db4b2fc67b3a https://github.com/quicwg/base-drafts/commit/912634dbeddd6dbe910a05694828db4b2fc67b3a Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-11-17 (Sun, 17 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- include the handshake and SPA CIDs in the connection ID limit Commit: a11afffde6f7d8a1663baf21877b1b87449c2f41 https://github.com/quicwg/base-drafts/commit/a11afffde6f7d8a1663baf21877b1b87449c2f41 Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-11-17 (Sun, 17 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- rephrase when to supply new CIDs Commit: 26d90987df16bcd264146040aa0ed33995ccc0bf https://github.com/quicwg/base-drafts/commit/26d90987df16bcd264146040aa0ed33995ccc0bf Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-17 (Sun, 17 Nov 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- --layer Commit: b0e93f726ac15c1b3a57721b621639ed5b2fcac0 https://github.com/quicwg/base-drafts/commit/b0e93f726ac15c1b3a57721b621639ed5b2fcac0 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-17 (Sun, 17 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Use host less as appropriate Commit: 5653e332c7394814bedd12b84586da20f3a6c186 https://github.com/quicwg/base-drafts/commit/5653e332c7394814bedd12b84586da20f3a6c186 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-17 (Sun, 17 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Define "address" Closes 3233. Commit: 31c1f5a0b4c9f654c8b980cc001dd6755fc837c8 https://github.com/quicwg/base-drafts/commit/31c1f5a0b4c9f654c8b980cc001dd6755fc837c8 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2019-11-17 (Sun, 17 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Fix incorrect expression Commit: 2473c8b0a7b3834498c159403a6dfca75daaa41e https://github.com/quicwg/base-drafts/commit/2473c8b0a7b3834498c159403a6dfca75daaa41e Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-11-17 (Sun, 17 Nov 2019) Changed paths: M draft-ietf-quic-http.md M draft-ietf-quic-recovery.md M draft-ietf-quic-transport.md Log Message: ----------- Merge remote-tracking branch 'upstream/master' into enforce-active-connection-id-limit Commit: 95ad25c1b3d8bb96947566e0e1f50a9682a3db7c https://github.com/quicwg/base-drafts/commit/95ad25c1b3d8bb96947566e0e1f50a9682a3db7c Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2019-11-17 (Sun, 17 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Set, not seed Commit: e41a121b775409e5b7f6e276ede0e11eca7936d5 https://github.com/quicwg/base-drafts/commit/e41a121b775409e5b7f6e276ede0e11eca7936d5 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-17 (Sun, 17 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Jana's suggestion Commit: f427ed23016ed57959adf1152d08b3041d0704d3 https://github.com/quicwg/base-drafts/commit/f427ed23016ed57959adf1152d08b3041d0704d3 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-17 (Sun, 17 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Reference 3168 for ECN (#3241) * Reference 3168 for ECN And note that 8311 is an update. * Update draft-ietf-quic-recovery.md Commit: c5d0fe922251b4c4ab2b49868805a19f9c42b7ef https://github.com/quicwg/base-drafts/commit/c5d0fe922251b4c4ab2b49868805a19f9c42b7ef Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-17 (Sun, 17 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Merge pull request #3251 from quicwg/jri/not-seed Clarify that initial RTT is set, not seeded into something Commit: bbe9e9bbe1f7a1fb62d32cc52c571242da964f8a https://github.com/quicwg/base-drafts/commit/bbe9e9bbe1f7a1fb62d32cc52c571242da964f8a Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-17 (Sun, 17 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Merge pull request #3250 from quicwg/jri/time-threshold Fix incorrect time-threshold expression Commit: e526ccf9c43c49e3dd90110e3a22e450f32a76b0 https://github.com/quicwg/base-drafts/commit/e526ccf9c43c49e3dd90110e3a22e450f32a76b0 Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2019-11-17 (Sun, 17 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- endpoints never requests a CID Commit: 7333f466daf11ab512f44ab13005fb477c952098 https://github.com/quicwg/base-drafts/commit/7333f466daf11ab512f44ab13005fb477c952098 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-17 (Sun, 17 Nov 2019) Changed paths: M draft-ietf-quic-qpack.md Log Message: ----------- Avoid using table- prefixes for anchors xml2rfc v3 format prohibits the use of these, which will cause problems. This makes the anchors longer, so feel free to go with something else. Commit: 08f96e3da48faf241da7fad12cfee7b27fcef691 https://github.com/quicwg/base-drafts/commit/08f96e3da48faf241da7fad12cfee7b27fcef691 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-18 (Mon, 18 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3252 from kazuho/kazuho/endpoint-never-request-cid endpoints never requests a CID Commit: dfa1d15b6727d17a2a815361dd1d40cf27aae8e1 https://github.com/quicwg/base-drafts/commit/dfa1d15b6727d17a2a815361dd1d40cf27aae8e1 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-18 (Mon, 18 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Merge pull request #3242 from quicwg/ianswett-ecn-editorial ECN editorial Commit: 750caeac14e33b7bfa362d54d4804f6e2be69e5b https://github.com/quicwg/base-drafts/commit/750caeac14e33b7bfa362d54d4804f6e2be69e5b Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-11-18 (Mon, 18 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- no active_connection_id_limit when using zero-length CIDs Commit: 569b660eb85bf55bf7a226037da73057afd86ddf https://github.com/quicwg/base-drafts/commit/569b660eb85bf55bf7a226037da73057afd86ddf Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-11-18 (Mon, 18 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: 98c7e87650c7e4934dbe667334335233e3f8a415 https://github.com/quicwg/base-drafts/commit/98c7e87650c7e4934dbe667334335233e3f8a415 Author: David Schinazi <dschinazi.ietf@gmail.com> Date: 2019-11-18 (Mon, 18 Nov 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Use initial_salt instead of zero key Commit: 81c610b900c4b78a7a1415d1005b7a8f5fff3464 https://github.com/quicwg/base-drafts/commit/81c610b900c4b78a7a1415d1005b7a8f5fff3464 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-19 (Tue, 19 Nov 2019) Changed paths: M draft-ietf-quic-qpack.md Log Message: ----------- Merge pull request #3253 from quicwg/table-tag Avoid using table- prefixes for anchors Commit: 12d3abd22ad130b21f29854fd487546dcd57eb6b https://github.com/quicwg/base-drafts/commit/12d3abd22ad130b21f29854fd487546dcd57eb6b Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-19 (Tue, 19 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Remove some cruft from packet size section This section had a bunch of text that wasn't updated as the result of other changes elsewhere. Though there was a suggestion that this could reference other sections, but as this is in some ways the authoritative section on the subject, I decided to keep the requirements. That's duplicative, but I couldn't see a simple way to deal with that. Closes #3255. Commit: 5b356b5358b8f9d9ff119bbd57e7079d5cda3dc1 https://github.com/quicwg/base-drafts/commit/5b356b5358b8f9d9ff119bbd57e7079d5cda3dc1 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-19 (Tue, 19 Nov 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Key generation for updates MAY be deferred As concluded in Singapore. Closes #2792. Commit: b3defa9c1d9b8a97b445bcc5ca40cd7dfcc75321 https://github.com/quicwg/base-drafts/commit/b3defa9c1d9b8a97b445bcc5ca40cd7dfcc75321 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-19 (Tue, 19 Nov 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- No reading of 1-RTT before the handshake is complete We really mean it. The effect of #3159 has been to shame some implementations into the right behaviour, but on reviewing this section, it really was unambiguous. This tweaks the text slightly and adds a cautionary note, but it is otherwise unchanged other than a few editorial tweaks. Closes #3159. Commit: e2ee0d4652ea2f3a405da6ba14d08416bc4f6b3d https://github.com/quicwg/base-drafts/commit/e2ee0d4652ea2f3a405da6ba14d08416bc4f6b3d Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-19 (Tue, 19 Nov 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Simplify Commit: 459ef0f8b646af38e381acab8f2dfb1769391df0 https://github.com/quicwg/base-drafts/commit/459ef0f8b646af38e381acab8f2dfb1769391df0 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-19 (Tue, 19 Nov 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Keep context Commit: e60e94e5aafe83d4e64bb8d86a1ae68e81eff4ad https://github.com/quicwg/base-drafts/commit/e60e94e5aafe83d4e64bb8d86a1ae68e81eff4ad Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-11-19 (Tue, 19 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- apply Jana's suggestion Commit: 9969af3c4f1a2696a94b3f8e3c504476bd4804f6 https://github.com/quicwg/base-drafts/commit/9969af3c4f1a2696a94b3f8e3c504476bd4804f6 Author: Nick Banks <nibanks@microsoft.com> Date: 2019-11-19 (Tue, 19 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Prevent Idle Timeout while Blocked Commit: 22c459a6461133576cfa0758ca5155689d9e2196 https://github.com/quicwg/base-drafts/commit/22c459a6461133576cfa0758ca5155689d9e2196 Author: Peter Wu <peter@lekensteyn.nl> Date: 2019-11-20 (Wed, 20 Nov 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- TLS: fix references to registries Commit: 49cea64e4bc427763900b739cc85528880767913 https://github.com/quicwg/base-drafts/commit/49cea64e4bc427763900b739cc85528880767913 Author: Nick Banks <nibanks@microsoft.com> Date: 2019-11-19 (Tue, 19 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Ian's suggestion Commit: bdde08d8ac2d62954dc3fb0b49322b339e5a4a5c https://github.com/quicwg/base-drafts/commit/bdde08d8ac2d62954dc3fb0b49322b339e5a4a5c Author: David Schinazi <dschinazi.ietf@gmail.com> Date: 2019-11-20 (Wed, 20 Nov 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- make new key Commit: e4b5c8103a85a79e62da4b027b199b84240bfb24 https://github.com/quicwg/base-drafts/commit/e4b5c8103a85a79e62da4b027b199b84240bfb24 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-20 (Wed, 20 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Allow ranges Commit: b52d6e51eaa3d54a7c6501d85f1b4ada7d5b3707 https://github.com/quicwg/base-drafts/commit/b52d6e51eaa3d54a7c6501d85f1b4ada7d5b3707 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-20 (Wed, 20 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Recovery editorial update Update based on my review of the editor's copy. Commit: 33a4a4804a4d4ba9e10d311560a873adef1d5c77 https://github.com/quicwg/base-drafts/commit/33a4a4804a4d4ba9e10d311560a873adef1d5c77 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-20 (Wed, 20 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- whitespace Commit: 258f2da1aaaaaef58d84ecc04556cbe932238b4a https://github.com/quicwg/base-drafts/commit/258f2da1aaaaaef58d84ecc04556cbe932238b4a Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-20 (Wed, 20 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 16d3ddbb49f0df52a8694dda68c2c57ed871ee44 https://github.com/quicwg/base-drafts/commit/16d3ddbb49f0df52a8694dda68c2c57ed871ee44 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-11-20 (Wed, 20 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Merge pull request #3234 from quicwg/ianswett-recovery-editorial Recovery editorial update Commit: 4170f4073ffa7bbeae39acf5ef512e37cb63898b https://github.com/quicwg/base-drafts/commit/4170f4073ffa7bbeae39acf5ef512e37cb63898b Author: Nick Banks <nibanks@microsoft.com> Date: 2019-11-20 (Wed, 20 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Jana's suggestions Commit: f3e1f901ebe2d1f20bce40b350ea4a7af2c18726 https://github.com/quicwg/base-drafts/commit/f3e1f901ebe2d1f20bce40b350ea4a7af2c18726 Author: Nick Banks <nibanks@microsoft.com> Date: 2019-11-20 (Wed, 20 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Jana's suggestions (2) Commit: f5fc8b46c06a636b23fbc92690017c088ba6fca2 https://github.com/quicwg/base-drafts/commit/f5fc8b46c06a636b23fbc92690017c088ba6fca2 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-25 (Mon, 25 Nov 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Merge pull request #3267 from Lekensteyn/tls-iana-fixes TLS: fix references to registries Commit: 882bc758be4e0ef31edebb890e1f54461e29037e https://github.com/quicwg/base-drafts/commit/882bc758be4e0ef31edebb890e1f54461e29037e Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2019-11-25 (Mon, 25 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3249 from quicwg/sub-host Use host less, define address more Commit: 4c85c51e257757ffa98637b340684b74be8b71c1 https://github.com/quicwg/base-drafts/commit/4c85c51e257757ffa98637b340684b74be8b71c1 Author: Mark Nottingham <mnot@mnot.net> Date: 2019-11-26 (Tue, 26 Nov 2019) Changed paths: M CONTRIBUTING.md Log Message: ----------- Update CONTRIBUTING.md Commit: f831a871f2c06df618c13b056d97cf0f6fefefc1 https://github.com/quicwg/base-drafts/commit/f831a871f2c06df618c13b056d97cf0f6fefefc1 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-26 (Tue, 26 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- iyengareditorialization Commit: d7dd049f2a3f98d43132620708b9231668c049a9 https://github.com/quicwg/base-drafts/commit/d7dd049f2a3f98d43132620708b9231668c049a9 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-26 (Tue, 26 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3262 from quicwg/remove-first-initial Remove some cruft from packet size section Commit: c43acac96f405a821b0566d7ea56e7ea7c4e2f33 https://github.com/quicwg/base-drafts/commit/c43acac96f405a821b0566d7ea56e7ea7c4e2f33 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-28 (Thu, 28 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- A zero-length Retry Token is invalid The Retry packet can be discarded. Closes #3271. Commit: 2f57c4c27e4042c475a87a39a6d2a5f4786f47ee https://github.com/quicwg/base-drafts/commit/2f57c4c27e4042c475a87a39a6d2a5f4786f47ee Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-29 (Fri, 29 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3157 from kazuho/kazuho/connection-close-must-backoff Backoff on CONNECTION_CLOSE Commit: f20777786ad5b925f9b4be5e5bae7b4bcffba95f https://github.com/quicwg/base-drafts/commit/f20777786ad5b925f9b4be5e5bae7b4bcffba95f Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-29 (Fri, 29 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3231 from quicwg/bad-close-ok Bad CONNECTION_CLOSE isn't special Commit: 6660526149fd2fc238bbefb1ffa139ce3a58de6d https://github.com/quicwg/base-drafts/commit/6660526149fd2fc238bbefb1ffa139ce3a58de6d Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-29 (Fri, 29 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3156 from kazuho/kazuho/token-scope clarify the scope of a NEW_TOKEN token Commit: 48ca60d01e0c939f8243963edab5a86db5e4f6cd https://github.com/quicwg/base-drafts/commit/48ca60d01e0c939f8243963edab5a86db5e4f6cd Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-29 (Fri, 29 Nov 2019) Changed paths: M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3164 from kazuho/kazuho/application-close-only-in-1rtt Forbid use of application-level close in Initial, Handshake packets Commit: 12cc91a5d71d070187cec0163ba19aff1eec3713 https://github.com/quicwg/base-drafts/commit/12cc91a5d71d070187cec0163ba19aff1eec3713 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-29 (Fri, 29 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3128 from quicwg/must-distinguish-tokens Mandatory distinction between token types Commit: 745f4674876f25f212f9b4ddfcc1013242f88e24 https://github.com/quicwg/base-drafts/commit/745f4674876f25f212f9b4ddfcc1013242f88e24 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-29 (Fri, 29 Nov 2019) Changed paths: M CONTRIBUTING.md M draft-ietf-quic-http.md M draft-ietf-quic-qpack.md M draft-ietf-quic-recovery.md M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md Log Message: ----------- Merge branch 'master' into handle-reordered-ncid-frames Commit: 373dfc1561634e48a45c1541ac1d17caee4cc776 https://github.com/quicwg/base-drafts/commit/373dfc1561634e48a45c1541ac1d17caee4cc776 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-11-29 (Fri, 29 Nov 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3202 from marten-seemann/handle-reordered-ncid-frames handle reordered NEW_CONNECTION_ID frames Commit: 9f09e6eee38f86f60336db70483c6b049dec90c9 https://github.com/quicwg/base-drafts/commit/9f09e6eee38f86f60336db70483c6b049dec90c9 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-03 (Tue, 03 Dec 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Fix offset of Packet Number field in example Closes #3279. Commit: 621cc6f80564ceb3d2647b5f23814338dcca1aba https://github.com/quicwg/base-drafts/commit/621cc6f80564ceb3d2647b5f23814338dcca1aba Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-03 (Tue, 03 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3225 from quicwg/life A day in the life Commit: 75838e0e8386538b70d6584364354a8b3af865dc https://github.com/quicwg/base-drafts/commit/75838e0e8386538b70d6584364354a8b3af865dc Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-03 (Tue, 03 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3229 from quicwg/restore-path-state Restore other state after a spoofed migration Commit: 5470410e08b99845de425faf285488a20a25b93b https://github.com/quicwg/base-drafts/commit/5470410e08b99845de425faf285488a20a25b93b Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-03 (Tue, 03 Dec 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Merge pull request #3228 from quicwg/abort Use no_application_protocol more Commit: 02eb9515e868e1e6bb80644673a23928bc7d60d3 https://github.com/quicwg/base-drafts/commit/02eb9515e868e1e6bb80644673a23928bc7d60d3 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-03 (Tue, 03 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3226 from quicwg/resetting Clearer text for application errors Commit: 89b53f0934c05a9dfbcbe7ead8cdc728fa6be3a5 https://github.com/quicwg/base-drafts/commit/89b53f0934c05a9dfbcbe7ead8cdc728fa6be3a5 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-03 (Tue, 03 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3139 from erickinnear/ek/reset_cc Packets on one path must not adjust values for a different path Commit: 7d17a202aee84d3751f2f4bdf4e2902f71d8f54c https://github.com/quicwg/base-drafts/commit/7d17a202aee84d3751f2f4bdf4e2902f71d8f54c Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-03 (Tue, 03 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3107 from quicwg/ianswett-invalid-token Immediately close with INVALID_TOKEN Commit: 25267b36c49a8f29f889fde596cef5d63fbfd462 https://github.com/quicwg/base-drafts/commit/25267b36c49a8f29f889fde596cef5d63fbfd462 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-03 (Tue, 03 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3277 from quicwg/retry-token-zero A zero-length Retry Token is invalid Commit: 3641d9cbb34b7936d2b0a91f5ab0a87490daec48 https://github.com/quicwg/base-drafts/commit/3641d9cbb34b7936d2b0a91f5ab0a87490daec48 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-03 (Tue, 03 Dec 2019) Changed paths: M draft-ietf-quic-qpack.md M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3196 from quicwg/semicolons Semicolons before "see {section}" Commit: 56d8e3ef95e06999de57a556264588cd65d675a9 https://github.com/quicwg/base-drafts/commit/56d8e3ef95e06999de57a556264588cd65d675a9 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-03 (Tue, 03 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Prohibit IP fragmentation This won't necessarily prevent fragmentation from happening, but it's the best we can do. I didn't REQUIRE dropping of fragments, because some systems do that for you, but a SHOULD seems appropriate. Closes #3243. Commit: 18e24e212c3abd623990da105478c9f731f7485c https://github.com/quicwg/base-drafts/commit/18e24e212c3abd623990da105478c9f731f7485c Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-03 (Tue, 03 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- NEW_TOKEN contains globally unique values This is already implied by the existing text, but it isn't said directly. That is, we say that the values can't be linkable, which is a stronger requirement. Saying that you can't send the same value on two connections is much clearer. Closes #3179. Commit: b4accb8631ac0add1b5a62a8e7a543e3c72c9ea6 https://github.com/quicwg/base-drafts/commit/b4accb8631ac0add1b5a62a8e7a543e3c72c9ea6 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-05 (Thu, 05 Dec 2019) Changed paths: M draft-ietf-quic-tls.md M initial-protection.js Log Message: ----------- Update vectors for draft-25 Commit: 46cc5af98038ac25d06c90d96a41dec702b2989d https://github.com/quicwg/base-drafts/commit/46cc5af98038ac25d06c90d96a41dec702b2989d Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-05 (Thu, 05 Dec 2019) Changed paths: M draft-ietf-quic-tls.md M initial-protection.js Log Message: ----------- Merge pull request #3284 from quicwg/vector-25 Update vectors for draft-25 Commit: 4d2fd8de88526855513d6a8248e5a812ce0ba831 https://github.com/quicwg/base-drafts/commit/4d2fd8de88526855513d6a8248e5a812ce0ba831 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2019-12-04 (Wed, 04 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Rephrase sentence Commit: bc61dcd873bcc0434de365e2da443eb3dcc830f3 https://github.com/quicwg/base-drafts/commit/bc61dcd873bcc0434de365e2da443eb3dcc830f3 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-05 (Thu, 05 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3285 from quicwg/jri/edit Reword sentence about backoff of CONNECTION_CLOSE Commit: 8ff17f071f05730a12049480dd9a8ffc97fb0b33 https://github.com/quicwg/base-drafts/commit/8ff17f071f05730a12049480dd9a8ffc97fb0b33 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-05 (Thu, 05 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Remove fragmentation assembly recommendation Commit: 802d40f7043ea1e3dd16a0f8fadb6c9d3162c9d8 https://github.com/quicwg/base-drafts/commit/802d40f7043ea1e3dd16a0f8fadb6c9d3162c9d8 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-12-06 (Fri, 06 Dec 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Keep RFC6928 non-normative Adds Gorry's suggestion for an editorial improvement. Commit: c8495ba33d09665dceb3b3a391f30f4654e4ed03 https://github.com/quicwg/base-drafts/commit/c8495ba33d09665dceb3b3a391f30f4654e4ed03 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-12-06 (Fri, 06 Dec 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 932d505c5dcc243939b7b2e6b4f1ba28aa72bd8a https://github.com/quicwg/base-drafts/commit/932d505c5dcc243939b7b2e6b4f1ba28aa72bd8a Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-09 (Mon, 09 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Paraphrase suggestions Commit: 32b81b6bc1b68293e5e5f8f4fa19d0fd905301c0 https://github.com/quicwg/base-drafts/commit/32b81b6bc1b68293e5e5f8f4fa19d0fd905301c0 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-09 (Mon, 09 Dec 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Merge pull request #3263 from quicwg/may-defer-keygen Key generation for updates MAY be deferred Commit: 90bc428d40356107d21e165a94e7fe2b0e3f2e64 https://github.com/quicwg/base-drafts/commit/90bc428d40356107d21e165a94e7fe2b0e3f2e64 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-09 (Mon, 09 Dec 2019) Changed paths: M .circleci/config.yml M CONTRIBUTING.md M draft-ietf-quic-http.md M draft-ietf-quic-qpack.md M draft-ietf-quic-recovery.md M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md M initial-protection.js Log Message: ----------- Merge branch 'master' into provisional Commit: a167bc0a4266fca8026492d7e6d8cb24c9268038 https://github.com/quicwg/base-drafts/commit/a167bc0a4266fca8026492d7e6d8cb24c9268038 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-09 (Mon, 09 Dec 2019) Changed paths: M draft-ietf-quic-http.md Log Message: ----------- Merge pull request #3208 from quicwg/http/early_response Recommend H3_NO_ERROR for early responses Commit: 90baacda8f5ce02aa7d0e1354abc7e48ae74b86e https://github.com/quicwg/base-drafts/commit/90baacda8f5ce02aa7d0e1354abc7e48ae74b86e Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-09 (Mon, 09 Dec 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Merge pull request #3224 from quicwg/really-really-dont-1rtt-early No reading of 1-RTT before the handshake is complete Commit: 752f22c36e96d4a647f6ad69c8cd8a6eb1f8b097 https://github.com/quicwg/base-drafts/commit/752f22c36e96d4a647f6ad69c8cd8a6eb1f8b097 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-09 (Mon, 09 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3201 from marten-seemann/enforce-active-connection-id-limit enforce the active_connection_id_limit Commit: e60e0ea0f7ec734c53be491f811b1f9e78246647 https://github.com/quicwg/base-drafts/commit/e60e0ea0f7ec734c53be491f811b1f9e78246647 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-09 (Mon, 09 Dec 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Merge pull request #3240 from quicwg/ianswett-must-not-3 SHOULD NOT use a reordering threshold less than 3 Commit: 19dd7d0df4c85af239b524a865c117cdf8d5a433 https://github.com/quicwg/base-drafts/commit/19dd7d0df4c85af239b524a865c117cdf8d5a433 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-09 (Mon, 09 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3186 from marten-seemann/crypto-frame-overflow allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame Commit: f93eca717921eca125548e760d5ab8f3f1a5ccb5 https://github.com/quicwg/base-drafts/commit/f93eca717921eca125548e760d5ab8f3f1a5ccb5 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-09 (Mon, 09 Dec 2019) Changed paths: M draft-ietf-quic-http.md M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3170 from quicwg/provisional Allow provisional registrations for all registries Commit: e8cc9063bd9053b4bc7fb46649500fe8d9520d19 https://github.com/quicwg/base-drafts/commit/e8cc9063bd9053b4bc7fb46649500fe8d9520d19 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-10 (Tue, 10 Dec 2019) Changed paths: M draft-ietf-quic-transport.md A metadata.min.js Log Message: ----------- CONNECTION_CLOSE in Handshake too Commit: d97c226a9a2f6c147b3952b39a982cf55f12412b https://github.com/quicwg/base-drafts/commit/d97c226a9a2f6c147b3952b39a982cf55f12412b Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2019-12-09 (Mon, 09 Dec 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Fix congestion control permissiveness Commit: df57effc57901da028bd3c72a5b0d5b76ef84b02 https://github.com/quicwg/base-drafts/commit/df57effc57901da028bd3c72a5b0d5b76ef84b02 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2019-12-09 (Mon, 09 Dec 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- remove pointless sentences Commit: 1de8eb4421ba5d48cf5fac71ee37bc1914e62df3 https://github.com/quicwg/base-drafts/commit/1de8eb4421ba5d48cf5fac71ee37bc1914e62df3 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2019-12-09 (Mon, 09 Dec 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- gorry comment Commit: d8ad74521844f06a60f9f5fcb9cd4d133d6a0e9a https://github.com/quicwg/base-drafts/commit/d8ad74521844f06a60f9f5fcb9cd4d133d6a0e9a Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2019-12-09 (Mon, 09 Dec 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-Authored-By: ianswett <ianswett@users.noreply.github.com> Commit: dc62871ae0d6585eb518c6d7e5d58434922f6b94 https://github.com/quicwg/base-drafts/commit/dc62871ae0d6585eb518c6d7e5d58434922f6b94 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2019-12-09 (Mon, 09 Dec 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- specify section 3.1 Commit: 19063e44b6f29f1cad20f7c13179fc5e6e116638 https://github.com/quicwg/base-drafts/commit/19063e44b6f29f1cad20f7c13179fc5e6e116638 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2019-12-09 (Mon, 09 Dec 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Ted's suggestion Commit: 5ac50f30e276429c2e882be6b3906be28cb61dbf https://github.com/quicwg/base-drafts/commit/5ac50f30e276429c2e882be6b3906be28cb61dbf Author: David Schinazi <dschinazi.ietf@gmail.com> Date: 2019-12-09 (Mon, 09 Dec 2019) Changed paths: M CONTRIBUTING.md M draft-ietf-quic-http.md M draft-ietf-quic-qpack.md M draft-ietf-quic-recovery.md M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md M initial-protection.js Log Message: ----------- Merge branch 'master' into prot_retry Commit: 8a400b45f8817c1894ac1789f43b039070b50a72 https://github.com/quicwg/base-drafts/commit/8a400b45f8817c1894ac1789f43b039070b50a72 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-10 (Tue, 10 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Reword, thanks @janaiyengar Commit: dd930535c23477ae0251a4f8b5341267f1d7d44b https://github.com/quicwg/base-drafts/commit/dd930535c23477ae0251a4f8b5341267f1d7d44b Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-10 (Tue, 10 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- ...and 1-RTT too Commit: 5ac62013d6dd9ee85e2061dc807caf192c22387e https://github.com/quicwg/base-drafts/commit/5ac62013d6dd9ee85e2061dc807caf192c22387e Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-12-10 (Tue, 10 Dec 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Swap sentence order Commit: c23f017912428481d583414e1cef97e5d707d542 https://github.com/quicwg/base-drafts/commit/c23f017912428481d583414e1cef97e5d707d542 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-11 (Wed, 11 Dec 2019) Changed paths: M draft-ietf-quic-transport.md A metadata.min.js Log Message: ----------- Merge pull request #3293 from quicwg/close-in-handshake CONNECTION_CLOSE in Handshake too Commit: 651c4e4fa66697ae35bee3b2585e65457a2e7df5 https://github.com/quicwg/base-drafts/commit/651c4e4fa66697ae35bee3b2585e65457a2e7df5 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-11 (Wed, 11 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Apply editorial suggestions Commit: a35f3c43cbf793ba9da502361d9568615124f492 https://github.com/quicwg/base-drafts/commit/a35f3c43cbf793ba9da502361d9568615124f492 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-11 (Wed, 11 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Remove duplicated CONNECTION_CLOSE rules Commit: e725fe45c12405608e3432ca94e073ab7703fed7 https://github.com/quicwg/base-drafts/commit/e725fe45c12405608e3432ca94e073ab7703fed7 Author: Mike Bishop <mbishop@evequefou.be> Date: 2019-12-10 (Tue, 10 Dec 2019) Changed paths: M draft-ietf-quic-http.md Log Message: ----------- Recommend replacing, not changing, protocol components (#3206) * Recommend replacing, not changing * Remove extra word * Update draft-ietf-quic-http.md Co-Authored-By: Martin Thomson <mt@lowentropy.net> Commit: 77882faf2c30745a5444168dfeac8d708c9c8117 https://github.com/quicwg/base-drafts/commit/77882faf2c30745a5444168dfeac8d708c9c8117 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-12-10 (Tue, 10 Dec 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: d8ca865c63bf318b58938eb64adf064032f5971c https://github.com/quicwg/base-drafts/commit/d8ca865c63bf318b58938eb64adf064032f5971c Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-12-10 (Tue, 10 Dec 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: 60076da33e27d5f49d9cccfe7a8aee1c67171720 https://github.com/quicwg/base-drafts/commit/60076da33e27d5f49d9cccfe7a8aee1c67171720 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2019-12-10 (Tue, 10 Dec 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: ac52e0f5c63bf813d5227317448eee35aec3a8c5 https://github.com/quicwg/base-drafts/commit/ac52e0f5c63bf813d5227317448eee35aec3a8c5 Author: Igor Lubashev <igorlord@alum.mit.edu> Date: 2019-12-11 (Wed, 11 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Clarify the fractions of connections an endpoint must disable spin bit for Commit: 8ebd3bb542cd4ed97c6c7c5ef4a1f92e0391953f https://github.com/quicwg/base-drafts/commit/8ebd3bb542cd4ed97c6c7c5ef4a1f92e0391953f Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-11 (Wed, 11 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Disable spin randomly per-path or per-CID This addresses linkability concerns. Builds on #3270 and includes suggested improvements. Closes #3270. Closes #3257. Closes #2628. Commit: 2625670ec2c3b179bcd81df66c6bf25946c38996 https://github.com/quicwg/base-drafts/commit/2625670ec2c3b179bcd81df66c6bf25946c38996 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-12-10 (Tue, 10 Dec 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 918a1c05d10f94cac30b4651aed997604673a360 https://github.com/quicwg/base-drafts/commit/918a1c05d10f94cac30b4651aed997604673a360 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-12-10 (Tue, 10 Dec 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Reduce repetition Commit: e36b24df432acf9b049ebc49cd233c381553cb9b https://github.com/quicwg/base-drafts/commit/e36b24df432acf9b049ebc49cd233c381553cb9b Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-12-10 (Tue, 10 Dec 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Merge pull request #3223 from quicwg/ianswett-mean-deviation RTTVar is not really a variance Commit: cd6fcba2ed941f991e0ef5aefcd59767b295d037 https://github.com/quicwg/base-drafts/commit/cd6fcba2ed941f991e0ef5aefcd59767b295d037 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2019-12-10 (Tue, 10 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Commit: 1eba3aa1de7f7635d9d923becc14d0aa80fbe1eb https://github.com/quicwg/base-drafts/commit/1eba3aa1de7f7635d9d923becc14d0aa80fbe1eb Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2019-12-10 (Tue, 10 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3281 from quicwg/dedupe-token NEW_TOKEN contains globally unique values Commit: ee7d6964548b9d10db5e203d3c548d07753fd08a https://github.com/quicwg/base-drafts/commit/ee7d6964548b9d10db5e203d3c548d07753fd08a Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-11 (Wed, 11 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Jana strikes again with a solid suggestion Commit: 48958a7cc07f1732fb374648b44e99663c6b1159 https://github.com/quicwg/base-drafts/commit/48958a7cc07f1732fb374648b44e99663c6b1159 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-11 (Wed, 11 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Move the retained sentence higher instead Commit: da2bcfdaba27628c529d32e1654d8294ed78dfc7 https://github.com/quicwg/base-drafts/commit/da2bcfdaba27628c529d32e1654d8294ed78dfc7 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2019-12-10 (Tue, 10 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3295 from quicwg/remove-duped-close-text Remove duplicated CONNECTION_CLOSE rules Commit: e3ea21a0ae64d7050c052d1b42d34b5ff704d031 https://github.com/quicwg/base-drafts/commit/e3ea21a0ae64d7050c052d1b42d34b5ff704d031 Author: Nick Banks <nibanks@microsoft.com> Date: 2019-12-11 (Wed, 11 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Ian's suggestion Co-Authored-By: ianswett <ianswett@users.noreply.github.com> Commit: 87622a4407dbdb40e3d90c28fadd645d9e932701 https://github.com/quicwg/base-drafts/commit/87622a4407dbdb40e3d90c28fadd645d9e932701 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2019-12-11 (Wed, 11 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- editorial suggestion Commit: 1009d3532f7d730bf4f5538a159885caa8ea1f30 https://github.com/quicwg/base-drafts/commit/1009d3532f7d730bf4f5538a159885caa8ea1f30 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-12 (Thu, 12 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3299 from quicwg/janaiyengar-patch-1 editorial suggestion Commit: 4d984c310fde3e4bea1feadd3ae721f172225e12 https://github.com/quicwg/base-drafts/commit/4d984c310fde3e4bea1feadd3ae721f172225e12 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-12 (Thu, 12 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3227 from quicwg/where-art-thou-frame Summarize where frames can be used Commit: 5fb067516a045cd554b5f006813d057c08841c27 https://github.com/quicwg/base-drafts/commit/5fb067516a045cd554b5f006813d057c08841c27 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-12 (Thu, 12 Dec 2019) Changed paths: R metadata.min.js Log Message: ----------- Remove cruft Commit: 66edd7d093cf41bcd7dd9c9687c5f4c5a93530e7 https://github.com/quicwg/base-drafts/commit/66edd7d093cf41bcd7dd9c9687c5f4c5a93530e7 Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-12-12 (Thu, 12 Dec 2019) Changed paths: M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md Log Message: ----------- use a HANDSHAKE_DONE frame to drive the handshake to confirmation Commit: 9ca34149fe35bc5e53109dd4f90a95db957cc0a1 https://github.com/quicwg/base-drafts/commit/9ca34149fe35bc5e53109dd4f90a95db957cc0a1 Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-12-12 (Thu, 12 Dec 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- more concise timing requirement Commit: b39be19c195bf92699321c9c86777517f28b3fd0 https://github.com/quicwg/base-drafts/commit/b39be19c195bf92699321c9c86777517f28b3fd0 Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-12-12 (Thu, 12 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- move retransmission rule for HANDSHAKE_DONE frames Commit: ebe9541dd51bb01ba0682e8664d0b19fc49fc630 https://github.com/quicwg/base-drafts/commit/ebe9541dd51bb01ba0682e8664d0b19fc49fc630 Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-12-12 (Thu, 12 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- prohibit clients from sending HANDSHAKE_DONE Commit: e6c341103cc1badcf35dfae8f124cb63641f2682 https://github.com/quicwg/base-drafts/commit/e6c341103cc1badcf35dfae8f124cb63641f2682 Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-12-12 (Thu, 12 Dec 2019) Changed paths: M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md Log Message: ----------- apply David's suggestions, with minor modifications Commit: e0fef55566de670f1344c89a70ed20f727727820 https://github.com/quicwg/base-drafts/commit/e0fef55566de670f1344c89a70ed20f727727820 Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-12-12 (Thu, 12 Dec 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- send HANDSHAKE_DONE immediately Commit: 1af5969375182bfc8742d2d011f96403ab10ccc6 https://github.com/quicwg/base-drafts/commit/1af5969375182bfc8742d2d011f96403ab10ccc6 Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-12-12 (Thu, 12 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- apply mt's suggestion Commit: 793ed501a4d6f854f47a4977c2fee7fd60bd317c https://github.com/quicwg/base-drafts/commit/793ed501a4d6f854f47a4977c2fee7fd60bd317c Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-12 (Thu, 12 Dec 2019) Changed paths: M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md Log Message: ----------- Move alternative confirmation method Commit: c4041eb0eb6fd2fbf863ca4e7b746cb933986a67 https://github.com/quicwg/base-drafts/commit/c4041eb0eb6fd2fbf863ca4e7b746cb933986a67 Author: Martin Thomson <mt@lowentropy.net> Date: 2019-12-12 (Thu, 12 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Add HANDSHAKE_DONE to the table; fix anchor Commit: df0d32007d13b1d6748ed5d855f12a3cbca38c87 https://github.com/quicwg/base-drafts/commit/df0d32007d13b1d6748ed5d855f12a3cbca38c87 Author: Nick Harper <nharper@chromium.org> Date: 2019-12-13 (Fri, 13 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Clarify the state a client stores with a token It is permissible for a client to do 0-RTT resumption with a NST from one connection and a token from another. This clarifies that a client only needs to associate a token (from a NEW_TOKEN frame) with the server it was from and no additional state, and that a server can't require that a token be from the same connection as the NST in use. Commit: ae8bdf330563f2aa81918686ec49d495f07b9db3 https://github.com/quicwg/base-drafts/commit/ae8bdf330563f2aa81918686ec49d495f07b9db3 Author: Dmitri Tikhonov <dtikhonov@live.com> Date: 2019-12-16 (Mon, 16 Dec 2019) Changed paths: M draft-ietf-quic-http.md Log Message: ----------- HTTP: server may interleave DUPLICATE_PUSH frames as well (#3235) * HTTP: server may interleave DUPLICATE_PUSH frames as well * Update draft-ietf-quic-http.md Co-Authored-By: Martin Thomson <mt@lowentropy.net> Commit: cf39d12c5e0e5421522e95cf2b6543b0060b49ee https://github.com/quicwg/base-drafts/commit/cf39d12c5e0e5421522e95cf2b6543b0060b49ee Author: Marten Seemann <martenseemann@gmail.com> Date: 2019-12-24 (Tue, 24 Dec 2019) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- apply @ianswett's suggestion Co-Authored-By: ianswett <ianswett@users.noreply.github.com> Commit: 364bbfb7073737bed108ad711828b3e747bde12c https://github.com/quicwg/base-drafts/commit/364bbfb7073737bed108ad711828b3e747bde12c Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-12-29 (Sun, 29 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- What if an ACK frame doesn't fit Into a QUIC packet. Fixes #3311 Commit: 84a3a435344f037bce95c08a8254d69556137b5c https://github.com/quicwg/base-drafts/commit/84a3a435344f037bce95c08a8254d69556137b5c Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-12-30 (Mon, 30 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- ACK frames PN space editorial Fixes #3310 by taking @dtikhonov suggestion and adding a sentence about how the same PN may be used in each space. Commit: 8cc78262e5363e7d36e30e00b0f88dfb9056001e https://github.com/quicwg/base-drafts/commit/8cc78262e5363e7d36e30e00b0f88dfb9056001e Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-12-30 (Mon, 30 Dec 2019) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Commit: 8942c8dcf8142aca28baff547d07c473b4a4304d https://github.com/quicwg/base-drafts/commit/8942c8dcf8142aca28baff547d07c473b4a4304d Author: Marten Seemann <martenseemann@gmail.com> Date: 2020-01-01 (Wed, 01 Jan 2020) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- apply @MikeBishop's suggestions Co-Authored-By: Mike Bishop <mbishop@evequefou.be> Commit: a925d9c08639e82bd28e933212018f263a83ae92 https://github.com/quicwg/base-drafts/commit/a925d9c08639e82bd28e933212018f263a83ae92 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-01-02 (Thu, 02 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Co-Authored-By: Martin Thomson <mt@lowentropy.net> Commit: 73b9b04d52a67774551265c2f4509478b5ce9ff1 https://github.com/quicwg/base-drafts/commit/73b9b04d52a67774551265c2f4509478b5ce9ff1 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-01-02 (Thu, 02 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Martin's suggestion Commit: a69e561fa432d95adabf735e328a113edeba526f https://github.com/quicwg/base-drafts/commit/a69e561fa432d95adabf735e328a113edeba526f Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-01-02 (Thu, 02 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Co-Authored-By: Martin Thomson <mt@lowentropy.net> Commit: 7d17c456141051542476f65052ae01aed94e4bbe https://github.com/quicwg/base-drafts/commit/7d17c456141051542476f65052ae01aed94e4bbe Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-01-02 (Thu, 02 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Commit: 1211a6b8e5451133a8f9c339bf4c93b7e47d074d https://github.com/quicwg/base-drafts/commit/1211a6b8e5451133a8f9c339bf4c93b7e47d074d Author: Lucas Pardue <lucaspardue.24.7@gmail.com> Date: 2020-01-06 (Mon, 06 Jan 2020) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- TLS: update xref to HTTP/3 Probably pointless but painful __pour__ pedantics. Commit: 014ac4f5547541fce5d95c8b36822165ef9a3bbe https://github.com/quicwg/base-drafts/commit/014ac4f5547541fce5d95c8b36822165ef9a3bbe Author: Martin Thomson <mt@lowentropy.net> Date: 2020-01-07 (Tue, 07 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Caption all the figures This doesn't caption inline formulae, but it should cover everything else. I've also removed instances of "as follows" in favour of direct references. Commit: 01c0e93e8247baad0e0b677b4396c830dbc03b10 https://github.com/quicwg/base-drafts/commit/01c0e93e8247baad0e0b677b4396c830dbc03b10 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-01-06 (Mon, 06 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3319 from quicwg/captions Caption all the figures Commit: 37585f7fb06945f21a834f8325c53351779ae842 https://github.com/quicwg/base-drafts/commit/37585f7fb06945f21a834f8325c53351779ae842 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-01-07 (Tue, 07 Jan 2020) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Merge pull request #3318 from LPardue/patch-29 TLS: update xref to HTTP/3 Commit: d62ddae0a52f43893ef9d82804db6be31dbbfbb2 https://github.com/quicwg/base-drafts/commit/d62ddae0a52f43893ef9d82804db6be31dbbfbb2 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-01-07 (Tue, 07 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Packet matching for zero-length connection IDs Make the rules on matching packets to connections consistent with our existing advice on use of zero-length connection IDs. Closes #3254. Commit: efedc1cc618655c59fb8e095544fec15ac35175a https://github.com/quicwg/base-drafts/commit/efedc1cc618655c59fb8e095544fec15ac35175a Author: Martin Thomson <mt@lowentropy.net> Date: 2020-01-07 (Tue, 07 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3296 from quicwg/spin-per-path Clarify conditions for disabling spin bit Commit: c60fab6d501d57129f381e624e4b3a648f269d14 https://github.com/quicwg/base-drafts/commit/c60fab6d501d57129f381e624e4b3a648f269d14 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-01-07 (Tue, 07 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Add in before {{version-negotiation}} Typically we use "in {{}}" or "(see {{}})", so this lines up with that. Commit: a25ae1c518a622e357289d438025f8d10fafbb19 https://github.com/quicwg/base-drafts/commit/a25ae1c518a622e357289d438025f8d10fafbb19 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-01-07 (Tue, 07 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Commit: ef30511043224abd03c2ce809d86f92769302f75 https://github.com/quicwg/base-drafts/commit/ef30511043224abd03c2ce809d86f92769302f75 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-01-07 (Tue, 07 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: 074d22ce06be9ffd0d9bba66b5425efc568c3670 https://github.com/quicwg/base-drafts/commit/074d22ce06be9ffd0d9bba66b5425efc568c3670 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-01-07 (Tue, 07 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: a48e87201d2a1cd5ecf43e99dc6bbd078d0e9285 https://github.com/quicwg/base-drafts/commit/a48e87201d2a1cd5ecf43e99dc6bbd078d0e9285 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-01-07 (Tue, 07 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: 91ccecd035d0fa06084f9605e1735e495f48b2ac https://github.com/quicwg/base-drafts/commit/91ccecd035d0fa06084f9605e1735e495f48b2ac Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-01-07 (Tue, 07 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: 417e341285472b0986ee5024844d154314d59652 https://github.com/quicwg/base-drafts/commit/417e341285472b0986ee5024844d154314d59652 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-01-07 (Tue, 07 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Commit: 476d3c5a250c0546cd02654e669e63793864c294 https://github.com/quicwg/base-drafts/commit/476d3c5a250c0546cd02654e669e63793864c294 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-01-07 (Tue, 07 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3312 from quicwg/ianswett-big-ack What if an ACK frame doesn't fit in a packet Commit: 6be25520cc09cb7eed433cb03998a9a137504fef https://github.com/quicwg/base-drafts/commit/6be25520cc09cb7eed433cb03998a9a137504fef Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-01-07 (Tue, 07 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Commit: a570bfb9ca01f49ff9d40f44e22596709b9b80ee https://github.com/quicwg/base-drafts/commit/a570bfb9ca01f49ff9d40f44e22596709b9b80ee Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-01-07 (Tue, 07 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- ekr's suggestion Commit: 5fe4a8f21e570441b9e12dfeb583c53101b12b1c https://github.com/quicwg/base-drafts/commit/5fe4a8f21e570441b9e12dfeb583c53101b12b1c Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-01-07 (Tue, 07 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Commit: e773d6339ab5193d9c92439917d489d6a1478705 https://github.com/quicwg/base-drafts/commit/e773d6339ab5193d9c92439917d489d6a1478705 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-01-07 (Tue, 07 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3313 from quicwg/ianswett-ack-pn-space ACK frames PN space editorial Commit: 8cdbee78948dcbe2e0da15c76c5d870a67a43388 https://github.com/quicwg/base-drafts/commit/8cdbee78948dcbe2e0da15c76c5d870a67a43388 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-01-08 (Wed, 08 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3322 from quicwg/ianswett-in Add in before {{version-negotiation}} Commit: 53607f401a2891d2eeabb72fc45ea46b1ffa86a2 https://github.com/quicwg/base-drafts/commit/53607f401a2891d2eeabb72fc45ea46b1ffa86a2 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-01-09 (Thu, 09 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- More scary Commit: 00f7f3aa60684fc1b00d33f74587b9398ad7899f https://github.com/quicwg/base-drafts/commit/00f7f3aa60684fc1b00d33f74587b9398ad7899f Author: Martin Thomson <mt@lowentropy.net> Date: 2020-01-09 (Thu, 09 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3321 from quicwg/local-address-assumption Packet matching for zero-length connection IDs Commit: 691c21c96f7c4f364d0e80d1cc7f41a65acc0253 https://github.com/quicwg/base-drafts/commit/691c21c96f7c4f364d0e80d1cc7f41a65acc0253 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-01-13 (Mon, 13 Jan 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Use path, not congestion control context Commit: 810bb972e7874c6d4d99f140ae5262ac7c5921f3 https://github.com/quicwg/base-drafts/commit/810bb972e7874c6d4d99f140ae5262ac7c5921f3 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-01-13 (Mon, 13 Jan 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 5d9f7f215431d1f0c0056952123549d0966f08bd https://github.com/quicwg/base-drafts/commit/5d9f7f215431d1f0c0056952123549d0966f08bd Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-01-13 (Mon, 13 Jan 2020) Changed paths: M CONTRIBUTING.md M draft-ietf-quic-http.md M draft-ietf-quic-qpack.md M draft-ietf-quic-recovery.md M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md M initial-protection.js Log Message: ----------- Merge branch 'master' into ianswett-min-rtt Commit: a25ffdfa5a413decae02c948c1823c87ca11e98c https://github.com/quicwg/base-drafts/commit/a25ffdfa5a413decae02c948c1823c87ca11e98c Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-01-13 (Mon, 13 Jan 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: 5df69d1f1ee882f8aac9da6ed136caf886ba5c91 https://github.com/quicwg/base-drafts/commit/5df69d1f1ee882f8aac9da6ed136caf886ba5c91 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-01-13 (Mon, 13 Jan 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: 742b7c7e1bbb5796e29902348780dd62893bc899 https://github.com/quicwg/base-drafts/commit/742b7c7e1bbb5796e29902348780dd62893bc899 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-01-13 (Mon, 13 Jan 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: ce29f01d16cf897f8ee15523113329e9d2cfa386 https://github.com/quicwg/base-drafts/commit/ce29f01d16cf897f8ee15523113329e9d2cfa386 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-01-13 (Mon, 13 Jan 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: 676dbe63dd22f873e69f5717ac7027e1485ed3d8 https://github.com/quicwg/base-drafts/commit/676dbe63dd22f873e69f5717ac7027e1485ed3d8 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-01-13 (Mon, 13 Jan 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: ee320015687ecbce52b1883e745452391c073625 https://github.com/quicwg/base-drafts/commit/ee320015687ecbce52b1883e745452391c073625 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-01-13 (Mon, 13 Jan 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: 68a16ddef6622da71f7b71f96a4308bdf30e2196 https://github.com/quicwg/base-drafts/commit/68a16ddef6622da71f7b71f96a4308bdf30e2196 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-01-13 (Mon, 13 Jan 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: dcc70434385bffcbbbcd741778f96c73341e676b https://github.com/quicwg/base-drafts/commit/dcc70434385bffcbbbcd741778f96c73341e676b Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-01-13 (Mon, 13 Jan 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 623775f0663322a402bfc965db51433af3ead743 https://github.com/quicwg/base-drafts/commit/623775f0663322a402bfc965db51433af3ead743 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-01-13 (Mon, 13 Jan 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Merge pull request #2919 from quicwg/ianswett-min-rtt MinRTT for the path Commit: 225eb36f8b120e70ab564f672d5f2fd0cea41dea https://github.com/quicwg/base-drafts/commit/225eb36f8b120e70ab564f672d5f2fd0cea41dea Author: Mike Bishop <mbishop@evequefou.be> Date: 2020-01-14 (Tue, 14 Jan 2020) Changed paths: M draft-ietf-quic-http.md Log Message: ----------- Unknown error codes are equivalent to NO_ERROR (#3331) Commit: 0c4f4d7302d0ddff338991298347f270d78ae6a6 https://github.com/quicwg/base-drafts/commit/0c4f4d7302d0ddff338991298347f270d78ae6a6 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-01-14 (Tue, 14 Jan 2020) Changed paths: M draft-ietf-quic-qpack.md Log Message: ----------- Use semi-colon instead of (see {{foo}}) (#3302) A stylistic change primarily. Commit: 4615f4bfc60c84914008c6538b0b807cfa0b04d4 https://github.com/quicwg/base-drafts/commit/4615f4bfc60c84914008c6538b0b807cfa0b04d4 Author: Mike Bishop <mbishop@evequefou.be> Date: 2020-01-14 (Tue, 14 Jan 2020) Changed paths: M draft-ietf-quic-http.md Log Message: ----------- One more changelog entry Commit: 5294b4053075e2c58e3ae33e165116a89f1a24f9 https://github.com/quicwg/base-drafts/commit/5294b4053075e2c58e3ae33e165116a89f1a24f9 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-01-15 (Wed, 15 Jan 2020) Changed paths: M draft-ietf-quic-recovery.md M draft-ietf-quic-transport.md Log Message: ----------- Fix references to -tls Closes #3328. Commit: 2ccdfe19a413cbd52fa99d0c46cd06ff7a0f6a11 https://github.com/quicwg/base-drafts/commit/2ccdfe19a413cbd52fa99d0c46cd06ff7a0f6a11 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-01-15 (Wed, 15 Jan 2020) Changed paths: M draft-ietf-quic-recovery.md M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3342 from quicwg/fix-49-410 Fix references to key discard section of -tls Commit: 7cc69f50eb8492c923acc76b4cfe9a837581bad5 https://github.com/quicwg/base-drafts/commit/7cc69f50eb8492c923acc76b4cfe9a837581bad5 Author: Mike Bishop <mbishop@evequefou.be> Date: 2020-01-16 (Thu, 16 Jan 2020) Changed paths: M draft-ietf-quic-http.md Log Message: ----------- Think carefully before blowing up (#3344) Commit: ef45d0c28dee4b813c4a609c2d57621d54cc122b https://github.com/quicwg/base-drafts/commit/ef45d0c28dee4b813c4a609c2d57621d54cc122b Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-01-16 (Thu, 16 Jan 2020) Changed paths: M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3120 from DavidSchinazi/prot_retry Add retry integrity tag Commit: 27f12930a45689d181cb506ddeeabe01d3fa97a4 https://github.com/quicwg/base-drafts/commit/27f12930a45689d181cb506ddeeabe01d3fa97a4 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-01-16 (Thu, 16 Jan 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Merge pull request #3248 from quicwg/jri/cc Fix congestion control permissiveness Commit: 5bdcfd1d677eb2f32dbb54de990474aaf72ca437 https://github.com/quicwg/base-drafts/commit/5bdcfd1d677eb2f32dbb54de990474aaf72ca437 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-01-16 (Thu, 16 Jan 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Merge pull request #3287 from quicwg/ianswett-6928-editorial Keep RFC6928 informative Commit: 00093022a56800cdd74aaaf132264d10df28a05e https://github.com/quicwg/base-drafts/commit/00093022a56800cdd74aaaf132264d10df28a05e Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-01-16 (Thu, 16 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3280 from quicwg/df Prohibit IP fragmentation Commit: b8124601412295bb433951c9cd19e6a059e2fba7 https://github.com/quicwg/base-drafts/commit/b8124601412295bb433951c9cd19e6a059e2fba7 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-01-16 (Thu, 16 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3150 from nharper/ticket-resumption-requirements Clarify the state a client stores with a token Commit: 48895d6d849a1751ea717e4a69afb1afefc478aa https://github.com/quicwg/base-drafts/commit/48895d6d849a1751ea717e4a69afb1afefc478aa Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-01-16 (Thu, 16 Jan 2020) Changed paths: M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3145 from marten-seemann/handshake-done use a HANDSHAKE_DONE frame to drive the handshake to confirmation Commit: ed4a712044fa3c325a2dedcd2b80d507842140ac https://github.com/quicwg/base-drafts/commit/ed4a712044fa3c325a2dedcd2b80d507842140ac Author: Kazuho Oku <kazuhooku@gmail.com> Date: 2020-01-17 (Fri, 17 Jan 2020) Changed paths: M draft-ietf-quic-http.md Log Message: ----------- GOAWAY initiating a graceful shutdown can carry a huge stream ID (#3343) * GOAWAY initiating a graceful shutdown can carry a huge stream ID / also talk about QUIC concepts * apply @ianswett's suggestion * do not assume that there's a API between QUIC and H3 * capitalize "Section" * "currently" allowed max stream * rearrange for better reading * stop talking about adjusting transport behavior, nor use RFC2119 keywords Commit: 6b49e2e111ee66e1c0c4296dd28dbbe3202a3ebe https://github.com/quicwg/base-drafts/commit/6b49e2e111ee66e1c0c4296dd28dbbe3202a3ebe Author: Mike Bishop <mbishop@evequefou.be> Date: 2020-01-20 (Mon, 20 Jan 2020) Changed paths: M draft-ietf-quic-http.md Log Message: ----------- Don't specify RTT in HTTP (#3358) * Don't specify RTT * Do the can-can Commit: f1a7978d063164c8dfa8878205f171fe1b565792 https://github.com/quicwg/base-drafts/commit/f1a7978d063164c8dfa8878205f171fe1b565792 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-01-21 (Tue, 21 Jan 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3266 from nibanks/pr/idle-blocked Prevent Idle Timeout while Blocked Commit: a203af613df8318d9a328b93896af3fadbaa9367 https://github.com/quicwg/base-drafts/commit/a203af613df8318d9a328b93896af3fadbaa9367 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-01-21 (Tue, 21 Jan 2020) Changed paths: M CONTRIBUTING.md M draft-ietf-quic-http.md M draft-ietf-quic-qpack.md M draft-ietf-quic-recovery.md M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md M initial-protection.js Log Message: ----------- Merge branch 'master' into ianswett-symmetric-timeout Compare: https://github.com/quicwg/base-drafts/compare/c55954007d71...a203af613df8
- [quicwg/base-drafts] d2eae3: MinRTT for the congeā¦ Martin Thomson