Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.15.1
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.16.0
Choose a head ref
  • 6 commits
  • 16 files changed
  • 4 contributors

Commits on Dec 3, 2018

  1. Working on v6.15.2

    PR-URL: #24803
    rvagg committed Dec 3, 2018
    Copy the full SHA
    92968b6 View commit details

Commits on Dec 21, 2018

  1. http: fix regression of binary upgrade response body

    See: #24958
    
    PR-URL: #25036
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    mcollina authored and MylesBorins committed Dec 21, 2018
    Copy the full SHA
    8a3e0c0 View commit details
  2. deps: cherry-pick http_parser_set_max_header_size

    This commit adds http_parser_set_max_header_size() to the
    http-parser for overriding the compile time maximum HTTP
    header size.
    
    Backport-PR-URL: #25173
    PR-URL: #24811
    Fixes: #24692
    Refs: nodejs/http-parser#453
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    cjihrig authored and MylesBorins committed Dec 21, 2018
    Copy the full SHA
    59f83d6 View commit details
  3. cli: add --max-http-header-size flag

    Allow the maximum size of HTTP headers to be overridden from
    the command line.
    
    Backport-PR-URL: #25173
    co-authored-by: Matteo Collina <hello@matteocollina.com>
    PR-URL: #24811
    Fixes: #24692
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    2 people authored and MylesBorins committed Dec 21, 2018
    Copy the full SHA
    f233b16 View commit details

Commits on Dec 25, 2018

  1. http: add maxHeaderSize property

    This commit exposes the value of --max-http-header-size
    as a property of the http module.
    
    Backport-PR-URL: #25218
    PR-URL: #24860
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Shelley Vohr <codebytere@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cjihrig authored and MylesBorins committed Dec 25, 2018
    Copy the full SHA
    c0c4de7 View commit details
  2. 2018-12-26, Version 6.16.0 'Boron' (LTS)

    The 6.15.0 security release introduced some unexpected breakages on
    the 6.x release line. This is a special release to fix a regression
    in the HTTP binary upgrade response body and add a missing CLI flag
    to adjust the max header size of the http parser.
    
    Notable changes:
    
    * cli:
      - add --max-http-header-size flag (cjihrig)
        #24811
    * http:
      - add maxHeaderSize property (cjihrig)
        #24860
    
    PR-URL: #25178
    MylesBorins committed Dec 25, 2018
    Copy the full SHA
    a3aa4b4 View commit details
Loading