Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v6.13.1 proposal #19027

Merged
merged 24 commits into from
Mar 6, 2018
Merged

v6.13.1 proposal #19027

merged 24 commits into from
Mar 6, 2018

Commits on Feb 27, 2018

  1. http, tls: better support for IPv6 addresses

    - Properly handle IPv6 in Host header when setting servername.
    - When comparing IP addresses against addresses in the subjectAltName
      field of a certificate, format the address correctly before
      doing the string comparison.
    
    PR-URL: #14772
    Fixes: #14736
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    mattiasholmlund authored and MylesBorins committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    8e7ac25 View commit details
    Browse the repository at this point in the history
  2. doc,test: mention Duplex support for TLS

    Document and test the existing support for generic Duplex streams
    in the TLS module.
    
    PR-URL: #17599
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    addaleax authored and MylesBorins committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    e021fb7 View commit details
    Browse the repository at this point in the history
  3. tools: add number-isnan rule

    PR-URL: #17556
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    maclover7 authored and MylesBorins committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    4879038 View commit details
    Browse the repository at this point in the history
  4. lib: enable dot-notation eslint rule

    PR-URL: #18007
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    Reviewed-By: Jon Moss <me@jonathanmoss.me>
    apapirovski authored and MylesBorins committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    969c39e View commit details
    Browse the repository at this point in the history
  5. test: use smaller input file for test-zlib.js

    PR-URL: #17988
    Fixes: #17986
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    Trott authored and MylesBorins committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    16ef24b View commit details
    Browse the repository at this point in the history
  6. doc: examples for fast-tracking regression fixes

    PR-URL: #17379
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    refack authored and MylesBorins committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    17c88c4 View commit details
    Browse the repository at this point in the history
  7. path: fix path.normalize for relative paths

    After slicing, the `lastSegmentLength` should be calculated again,
    instead of assigning value `j`.
    
    PR-URL: #17974
    Fixes: #17928
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    starkwang authored and MylesBorins committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    37071b8 View commit details
    Browse the repository at this point in the history
  8. doc: be less tentative about undefined behavior

    In the documentation for the buffer module, change instances of "the
    result is considered undefined behavior" to "the resulting behavior is
    undefined". It's less ambiguous in meaning and less awkward
    stylistically.
    
    PR-URL: #18091
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
    Reviewed-By: Khaidi Chu <i@2333.moe>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Trott authored and MylesBorins committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    838f7bd View commit details
    Browse the repository at this point in the history
  9. doc: add Leko to collaborators

    PR-URL: #18117
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Leko authored and MylesBorins committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    1505b71 View commit details
    Browse the repository at this point in the history
  10. doc: add documentation for deprecation properties

    PR-URL: #16539
    Fixes: #16394
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    maclover7 authored and MylesBorins committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    8f9362d View commit details
    Browse the repository at this point in the history
  11. test: improve to use template string

    PR-URL: #18097
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    sreepurnajasti authored and MylesBorins committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    2004efd View commit details
    Browse the repository at this point in the history
  12. test: simplify loadDHParam in TLS test

    PR-URL: #18103
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    tniessen authored and MylesBorins committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    eaa30e4 View commit details
    Browse the repository at this point in the history
  13. fs: fix options.end of fs.ReadStream()

    Fixes: #18116
    PR-URL: #18121
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Weijia Wang <starkwang@126.com>
    陈刚 authored and MylesBorins committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    df038ad View commit details
    Browse the repository at this point in the history
  14. doc: simplify sentences that use "considered"

    Change many instances of "x is considered to be y" to "x is y".
    
    PR-URL: #18095
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and MylesBorins committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    2c21421 View commit details
    Browse the repository at this point in the history
  15. doc: warn users about non-ASCII paths on build

    The build breaks if there's a non-ASCII character on
    the path to the building directory.
    
    PR-URL: #16735
    Refs: #16278
    Refs: #14336
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Matheus Marchini authored and MylesBorins committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    2e76df5 View commit details
    Browse the repository at this point in the history
  16. doc: add builtin module in building.md

    Fixes: #12516
    Refs: #2497
    
    PR-URL: #17705
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Suixinlei authored and MylesBorins committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    b83b104 View commit details
    Browse the repository at this point in the history
  17. doc: V8 branch used in 8.x not active anymore

    Add 8.x to the LTS versions that use a V8 branch that is
    not active anymore.
    
    PR-URL: #18155
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    fhinkel authored and MylesBorins committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    46e4311 View commit details
    Browse the repository at this point in the history
  18. doc: Add example of null to assert.ifError

    PR-URL: #18236
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Leko authored and MylesBorins committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    1e8d120 View commit details
    Browse the repository at this point in the history
  19. test: use countdown timer

    PR-URL: #17326
    Refs: #17169
    Reviewed-By: Jon Moss <me@jonathanmoss.me>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    daxlab authored and MylesBorins committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    27107b9 View commit details
    Browse the repository at this point in the history
  20. doc: use PBKDF2 in text

    Use upper case variant in text in compliance with RFC 2898.
    
    PR-URL: #18279
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Vladimir Kurchatkin <vladimir.kurchatkin@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    tniessen authored and MylesBorins committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    7fc5c69 View commit details
    Browse the repository at this point in the history
  21. test: change assert message to default

    assert.strictEqual message argument removed to replace
    with default assert message to show the expected vs
    actual values
    
    PR-URL: #18259
    Refs: #13296
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
    Reviewed-By: Jon Moss <me@jonathanmoss.me>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    ryanmahan authored and MylesBorins committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    bb2d292 View commit details
    Browse the repository at this point in the history
  22. doc: add vdeturckheim as collaborator

    PR-URL: #18432
    Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
    vdeturckheim authored and MylesBorins committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    d333ba5 View commit details
    Browse the repository at this point in the history
  23. test: preserve env in test cases

    Allows env vars to be passed through to child processes. This is needed
    for things like NODE_TEST_DIR or LD_LIBRARY_PATH if testing the shared
    library.
    
    Backport-PR-URL: #18883
    PR-URL: #14822
    Refs: #13390
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    BethGriggs authored and MylesBorins committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    fdf73b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. 2018-03-06, Version 6.13.1 'Boron' (LTS)

    Notable Changes:
    
    * http, tls:
      - better support for IPv6 addresses (Mattias Holmlund)
        #14772
    
    PR-URL: #19027
    MylesBorins committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    1246f72 View commit details
    Browse the repository at this point in the history