[quicwg/base-drafts] 936c5a: Test for an alternative format
Martin Thomson <noreply@github.com> Tue, 21 April 2020 22:07 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 05BFF3A0B6E for <quic-issues@ietfa.amsl.com>; Tue, 21 Apr 2020 15:07:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level:
X-Spam-Status: No, score=-2.1 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, DKIM_VALID_EF=-0.1, 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 chXd6JQE2Rzz for <quic-issues@ietfa.amsl.com>; Tue, 21 Apr 2020 15:07:41 -0700 (PDT)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 452573A0A9A for <quic-issues@ietf.org>; Tue, 21 Apr 2020 15:07:41 -0700 (PDT)
Received: from github-lowworker-292e294.va3-iad.github.net (github-lowworker-292e294.va3-iad.github.net [10.48.102.70]) by smtp.github.com (Postfix) with ESMTP id D95B5121270 for <quic-issues@ietf.org>; Tue, 21 Apr 2020 15:07:40 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1587506860; bh=db32m5vaoRS5AgSRnZD/isgKOVNBZZolrAniC6cn/bI=; h=Date:From:To:Subject:From; b=i0y8OzG9J6AIWzd83A1rhJv3IK9yw3W9Qkj1YL/kDMJmoMMb2D27iNyM53G2hlB81 swP1EaH5n/bi5dvnBi26vjRwKIOkoTQM2AobThKOEY3yRhLaLvAHGTe1dOgNgBdvxM I9UH41uiEC9PrmeeJ6plv/8lGVuVvVFs0M9zV3Do=
Date: Tue, 21 Apr 2020 15:07:40 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/757a20-aa60cc@github.com>
Subject: [quicwg/base-drafts] 936c5a: Test for an alternative format
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_weusi0aGbYSVjy8F6ZQeJy25rI>
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 Apr 2020 22:07:43 -0000
Branch: refs/heads/master Home: https://github.com/quicwg/base-drafts Commit: 936c5a0abb73827453297e9c6af5326ac80763bc https://github.com/quicwg/base-drafts/commit/936c5a0abb73827453297e9c6af5326ac80763bc Author: Martin Thomson <mt@lowentropy.net> Date: 2020-04-15 (Wed, 15 Apr 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Test for an alternative format For describing packet and frame layouts. Prototype in the transport doc only. Not sure if this is worth pursuing, but it closes #3115 if it does. Commit: cb4c268a1ce23a3ad3c593c64e17a9d365fa2c62 https://github.com/quicwg/base-drafts/commit/cb4c268a1ce23a3ad3c593c64e17a9d365fa2c62 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-04-15 (Wed, 15 Apr 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Some more formalism Commit: 50a1c5f24c9a9a3dae60282dbc8010d61ac187d7 https://github.com/quicwg/base-drafts/commit/50a1c5f24c9a9a3dae60282dbc8010d61ac187d7 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-04-15 (Wed, 15 Apr 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Refinements Commit: fcdd2fa0265be10914c0ef84c9818497f48ac953 https://github.com/quicwg/base-drafts/commit/fcdd2fa0265be10914c0ef84c9818497f48ac953 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-04-15 (Wed, 15 Apr 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- One fewer line Commit: 1bf2dc3301734962ac02b4ba64f481451d00c14e https://github.com/quicwg/base-drafts/commit/1bf2dc3301734962ac02b4ba64f481451d00c14e Author: Martin Thomson <mt@lowentropy.net> Date: 2020-04-15 (Wed, 15 Apr 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Follow own conventions Commit: ac1f3ac831e16b62f0883fa9b25acf5da8eba2a5 https://github.com/quicwg/base-drafts/commit/ac1f3ac831e16b62f0883fa9b25acf5da8eba2a5 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-04-15 (Wed, 15 Apr 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Refine format syntax more Commit: 44e37af7f673f81651dc2590799f34de8577154a https://github.com/quicwg/base-drafts/commit/44e37af7f673f81651dc2590799f34de8577154a Author: Martin Thomson <mt@lowentropy.net> Date: 2020-04-15 (Wed, 15 Apr 2020) Changed paths: M draft-ietf-quic-http.md M draft-ietf-quic-invariants.md M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md Log Message: ----------- Apply the new format throughout Commit: 3223ae2141a4f1373378ec99ed22dbb266999b85 https://github.com/quicwg/base-drafts/commit/3223ae2141a4f1373378ec99ed22dbb266999b85 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-04-15 (Wed, 15 Apr 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Use length instead of len now that there is room Commit: 4cc5359be9ce099d15e5a344c22278c0a38eaac8 https://github.com/quicwg/base-drafts/commit/4cc5359be9ce099d15e5a344c22278c0a38eaac8 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-04-15 (Wed, 15 Apr 2020) Changed paths: M draft-ietf-quic-http.md M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md Log Message: ----------- Batch of code review suggestions Co-Authored-By: ianswett <ianswett@users.noreply.github.com> Co-Authored-By: Mike Bishop <mbishop@evequefou.be> Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: 68ccc047f48e2dff3ca1fe595cbf32e1abc2d261 https://github.com/quicwg/base-drafts/commit/68ccc047f48e2dff3ca1fe595cbf32e1abc2d261 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-04-15 (Wed, 15 Apr 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Rewrap Commit: 4c0abcff58fa163d3a506c592a89f6e8b41789d0 https://github.com/quicwg/base-drafts/commit/4c0abcff58fa163d3a506c592a89f6e8b41789d0 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-04-15 (Wed, 15 Apr 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Remove parenthesized letters from bit notation Commit: 4d4701548ea1d9f18140e89a1114c003b4af79ed https://github.com/quicwg/base-drafts/commit/4d4701548ea1d9f18140e89a1114c003b4af79ed Author: Martin Thomson <mt@lowentropy.net> Date: 2020-04-15 (Wed, 15 Apr 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Consistent naming for _BLOCKED fields Closes #3579. Commit: 82bcaff60bf2d6725da5d1c1f628fb510ebdae7f https://github.com/quicwg/base-drafts/commit/82bcaff60bf2d6725da5d1c1f628fb510ebdae7f Author: Martin Thomson <mt@lowentropy.net> Date: 2020-04-16 (Thu, 16 Apr 2020) Changed paths: M draft-ietf-quic-http.md Log Message: ----------- Notpayload Co-Authored-By: Lucas Pardue <lucaspardue.24.7@gmail.com> Commit: f746d7f956d321e1fdb5decae711bd3360a6ac46 https://github.com/quicwg/base-drafts/commit/f746d7f956d321e1fdb5decae711bd3360a6ac46 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-04-16 (Thu, 16 Apr 2020) Changed paths: M draft-ietf-quic-http.md Log Message: ----------- Define the SETTINGS frame properly Commit: e05726eb06f6ea4b94991b71305cfd6c4feff9e5 https://github.com/quicwg/base-drafts/commit/e05726eb06f6ea4b94991b71305cfd6c4feff9e5 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-04-20 (Mon, 20 Apr 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3584 from quicwg/blocked-frame-limit-names Consistent naming for _BLOCKED fields Commit: aa60cc1879ae4569ac063da9d3c21b49abfc4673 https://github.com/quicwg/base-drafts/commit/aa60cc1879ae4569ac063da9d3c21b49abfc4673 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-04-22 (Wed, 22 Apr 2020) Changed paths: M draft-ietf-quic-http.md M draft-ietf-quic-invariants.md M draft-ietf-quic-tls.md M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3573 from quicwg/alternative-format Alternative packet format presentation Compare: https://github.com/quicwg/base-drafts/compare/757a202326e3...aa60cc1879ae
- [quicwg/base-drafts] 936c5a: Test for an alternat… Martin Thomson