[quicwg/base-drafts] e84650: make transport parameters varint

Martin Thomson <noreply@github.com> Fri, 21 February 2020 21:06 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 66DEB120086 for <quic-issues@ietfa.amsl.com>; Fri, 21 Feb 2020 13:06:49 -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 ejCEjr4W28zl for <quic-issues@ietfa.amsl.com>; Fri, 21 Feb 2020 13:06:47 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6CA1912006B for <quic-issues@ietf.org>; Fri, 21 Feb 2020 13:06:47 -0800 (PST)
Received: from github-lowworker-b19c547.va3-iad.github.net (github-lowworker-b19c547.va3-iad.github.net [10.48.17.66]) by smtp.github.com (Postfix) with ESMTP id 57F776E1259 for <quic-issues@ietf.org>; Fri, 21 Feb 2020 13:06:46 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1582319206; bh=oJEoGOu8cbNSHJXKnEmBpcQ6ia683Toj2d3hNQadKrg=; h=Date:From:To:Subject:From; b=I/MlJvzMhbFqMH8Tvs9krhP7yThyqUwE3q3DfqkA8IUkznCGbxal2wcunfFjvt1xJ xnqsaMqt3uwu8cY4NiYFFCzPEn92Dqk4rHyyVieVuLjXC8bgka//wTEm/dIRNghYY9 K3J7KYYLO/kAiH6oz722KZALvEBYRjnzCvuSnrrA=
Date: Fri, 21 Feb 2020 13:06:46 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/8e5bbd-c1b860@github.com>
Subject: [quicwg/base-drafts] e84650: make transport parameters varint
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/z6TO3L0_PSlaJh0pQJhr3AfW2vQ>
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: Fri, 21 Feb 2020 21:06:50 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: e846500ce2ee4a6d78b2ab54c2dc9a2dc0d43c9b
      https://github.com/quicwg/base-drafts/commit/e846500ce2ee4a6d78b2ab54c2dc9a2dc0d43c9b
  Author: David Schinazi <dschinazi.ietf@gmail.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  make transport parameters varint


  Commit: 6bc3d4ad61c2c11baf7183488613e9fcc5dff1cb
      https://github.com/quicwg/base-drafts/commit/6bc3d4ad61c2c11baf7183488613e9fcc5dff1cb
  Author: David Schinazi <dschinazi.ietf@gmail.com>
  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 varinttp


  Commit: 9876208d33d68d923d31699b7a5e54e32bf321f1
      https://github.com/quicwg/base-drafts/commit/9876208d33d68d923d31699b7a5e54e32bf321f1
  Author: David Schinazi <dschinazi.ietf@gmail.com>
  Date:   2020-02-05 (Wed, 05 Feb 2020)

  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
    R initial-protection.js
    A protection-samples.js

  Log Message:
  -----------
  Merge branch 'master' into varinttp


  Commit: 6ab9bab55bb3247e5f8938fd908578f9ef13187e
      https://github.com/quicwg/base-drafts/commit/6ab9bab55bb3247e5f8938fd908578f9ef13187e
  Author: David Schinazi <dschinazi.ietf@gmail.com>
  Date:   2020-02-05 (Wed, 05 Feb 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  revert preferred_address change


  Commit: c1b860491d2cb6ad1c45dacd02a521988654430e
      https://github.com/quicwg/base-drafts/commit/c1b860491d2cb6ad1c45dacd02a521988654430e
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-02-22 (Sat, 22 Feb 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3169 from DavidSchinazi/varinttp

Make transport parameters varint


Compare: https://github.com/quicwg/base-drafts/compare/8e5bbdf5e6d2...c1b860491d2c