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

v8.14.1 proposal #24832

Merged
merged 88 commits into from Dec 18, 2018
Merged

v8.14.1 proposal #24832

merged 88 commits into from Dec 18, 2018

Commits on Nov 28, 2018

  1. deps: cherry-pick 6bc4bfe from V8 upstream

    Only changes to src/base/debug/stack_trace_posix.cc included
    
    Original commit message:
        Fixes to V8 GN build process on aix platform
    
        src/base/debug/stack_trace_posix.cc: suppressed unused function warnings
        for functions DemangleSymbols, OutputPointer(in order to compile with
        -Werror flag)
    
        test/cctest/test-isolate-independent-builtins.cc: corrections to make
        ByteInText test case compatible with aix. (affects aix only)
    
        Change-Id: I49e45e63545404c77aaed3f51b26557f6f03455e
        Reviewed-on: https://chromium-review.googlesource.com/927484
        Reviewed-by: Jakob Gruber <jgruber@chromium.org>
        Reviewed-by: Michael Achenbach <machenbach@chromium.org>
        Commit-Queue: Jakob Gruber <jgruber@chromium.org>
        Cr-Commit-Position: refs/heads/master@{#52071}
    
    PR-URL: #23958
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
    Reviewed-By: George Adams <george.adams@uk.ibm.com>
    Vasili Skurydzin authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    9bedae5 View commit details
    Browse the repository at this point in the history
  2. deps: cherry-pick d2e0166 from V8 upstream

        Original commit message:
    
        ppc64, aix: Pass CallFrequency object by const reference to avoid value copy error.
    
        Bug: v8:8193
        GCC bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61976
    
        Change-Id: I0d4efca4da03ef82651325e15ddf2160022bc8de
        Reviewed-on: https://chromium-review.googlesource.com/1228633
        Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
        Reviewed-by: Daniel Clifford <danno@chromium.org>
        Reviewed-by: Junliang Yan <jyan@ca.ibm.com>
        Commit-Queue: Junliang Yan <jyan@ca.ibm.com>
        Cr-Commit-Position: refs/heads/master@{#56275}
    
    PR-URL: #23958
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
    Reviewed-By: George Adams <george.adams@uk.ibm.com>
    Vasili Skurydzin authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    5034729 View commit details
    Browse the repository at this point in the history
  3. deps,v8: fix gyp build on Aix platform

    Floating this patch since the code does not exist upstream anymore.
    
    deps/v8/testing/gtest.gyp:
    Supperss -Wnonnull-compare, -Waddress warnings for deps/v8/testing/gtest
    project;
    
    deps/v8/src/compiler/store-store-elimination.cc, deps/v8/src/conversions.cc:
    Suppress unused function warnings in order to compile with newer (>4.8.5)
    gcc on Aix.
    
    PR-URL: #23958
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
    Reviewed-By: George Adams <george.adams@uk.ibm.com>
    Vasili Skurydzin authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    4f3c9e6 View commit details
    Browse the repository at this point in the history
  4. doc: remove reference to sslv3 in tls.md

    PR-URL: #23745
    Fixes: #9822
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    jasnell authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    e2d2ce6 View commit details
    Browse the repository at this point in the history
  5. test: fix assertion arguments order

    PR-URL: #23787
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Aiden01 authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    544e64d View commit details
    Browse the repository at this point in the history
  6. test: ensure openssl version prints correctly

    PR-URL: #23678
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
    sam-github authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    73d19b1 View commit details
    Browse the repository at this point in the history
  7. test: fix strictEqual() arguments order

    PR-URL: #23771
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    fraxken authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    0f98c49 View commit details
    Browse the repository at this point in the history
  8. test: fix strictEqual() argument order

    PR-URL: #23768
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    RomainLanz authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    ac91346 View commit details
    Browse the repository at this point in the history
  9. test: fix test-require-symlink on Windows

    Creating directory symlinks on Windows require 'dir' parameter to be
    provided.
    
    Fixes: #23596
    
    PR-URL: #23691
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    bzoz authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    e7a573a View commit details
    Browse the repository at this point in the history
  10. doc: document that addMembership must be called once in a cluster

    Fixes: #12572
    Refs: #16240
    
    PR-URL: #23746
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    jasnell authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    32ae851 View commit details
    Browse the repository at this point in the history
  11. doc: document ACL limitation for fs.access on Windows

    Fixes: #19192
    
    PR-URL: #23772
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
    jasnell authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    0ff88a3 View commit details
    Browse the repository at this point in the history
  12. doc: add note about removeListener order

    Fixes: #21635
    
    PR-URL: #23762
    Reviewed-By: Matheus Marchini <mat@mmarchini.me>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    jasnell authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    e5f75cf View commit details
    Browse the repository at this point in the history
  13. doc: move @phillipj to emeriti

    Moving @phillipj to emeriti as he has not been an active collaborator
    for a long time, and will not have the opportunity to do so in the
    near future.
    
    PR-URL: #23790
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    phillipj authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    f037942 View commit details
    Browse the repository at this point in the history
  14. deps: icu: apply workaround patch

    ICU 62.1 had a bug where certain orders of operations would not
    work with the minimum significant digit setting. Fixed in
    ICU 63.1. Applied the following patch from v8.
    
    https://chromium-review.googlesource.com/c/chromium/deps/icu/+/1128503
    
    ICU Bug:
    https://unicode-org.atlassian.net/browse/ICU-20063
    
    Fixes: #22156
    
    PR-URL: #23764
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    srl295 authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    34d9129 View commit details
    Browse the repository at this point in the history
  15. crypto: add SET_INTEGER_CONSANT macro

    This commit introduces a SET_INTEGER_CONSANT macro to reduce some code
    duplication in SecureContext::Initialize.
    
    PR-URL: #23687
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    danbev authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    4996056 View commit details
    Browse the repository at this point in the history
  16. doc: add review suggestions to require()

    PR-URL: #23605
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    ErickWendel authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    3f2a016 View commit details
    Browse the repository at this point in the history
  17. test: fix strictEqual() arguments order

    PR-URL: #23800
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Shelley Vohr <codebytere@gmail.com>
    Nolan Rigo authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    3a864d7 View commit details
    Browse the repository at this point in the history
  18. build: allow for overwriting of use_openssl_def

    PR-URL: #23763
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    codebytere authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    f70e79a View commit details
    Browse the repository at this point in the history
  19. build: initial .travis.yml implementation

    Refs: ayojs/ayo#14
    Refs: ayojs/ayo#75
    Co-authored-by: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    
    PR-URL: #21059
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Jon Moss <me@jonathanmoss.me>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
    Reviewed-By: Matheus Marchini <matheus@sthima.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    addaleax authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    7612024 View commit details
    Browse the repository at this point in the history
  20. build: install markdown linter for travis

    Run `make lint-md-build` to install the markdown linter.
    
    PR-URL: #21215
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.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: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
    richardlau authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    1da04c2 View commit details
    Browse the repository at this point in the history
  21. build: improve Travis CI settings

    Remove macOS-specific steps, and reduce warnings due to compilation with
    clang.
    
    PR-URL: #21459
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    TimothyGu authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    2674336 View commit details
    Browse the repository at this point in the history
  22. build,tools: tweak the travis config

    PR-URL: #22417
    Reviewed-By: George Adams <george.adams@uk.ibm.com>
    Reviewed-By: Matheus Marchini <matheus@sthima.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    refack authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    313ef6f View commit details
    Browse the repository at this point in the history
  23. build,doc: remove outdated lint-md-build

    - In release guide
    - In Travis config
    
    Refs: #20109
    
    PR-URL: #22991
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    targos authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    15d1f67 View commit details
    Browse the repository at this point in the history
  24. tools: apply linting to first commit in PRs

    Use Travis-CI to check the formatting of the first commit in a pull
    request. This will hopefully reduce formatting errors and nits about
    them in pull requests.
    
    PR-URL: #22452
    Reviewed-By: Weijia Wang <starkwang@126.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Steven R Loomis <srloomis@us.ibm.com>
    Trott authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    c15d236 View commit details
    Browse the repository at this point in the history
  25. tools: make Travis commit linting more robust

    Use $TRAVIS_COMMIT_RANGE in .travis.yml to avoid merge commits in some
    situations.
    
    Refs: #23307 (comment)
    
    PR-URL: #23397
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    Trott authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    2a8a28c View commit details
    Browse the repository at this point in the history
  26. tools: do not lint commit message if var undefined

    Check that $TRAVIS_COMMIT_RANGE is set before trying to lint commit
    messages in Travis CI.
    
    Refs: #23572 (comment)
    Refs: #22842 (comment)
    
    PR-URL: #23725
    Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Matheus Marchini <mat@mmarchini.me>
    Trott authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    22043cc View commit details
    Browse the repository at this point in the history
  27. tools: clarify commit message linting

    Clarify in Travis results that the commit message linting is for the
    commit message and not something else.
    
    PR-URL: #23742
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Trott authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    02209c5 View commit details
    Browse the repository at this point in the history
  28. build,meta: switch to gcc-4.9 on travis

    The version of `clang` provided in the Travis linux image uses
    libstdc++4.8 whice is below our minimal supported version.
    
    Switching to `make test -j1` is to avoid races during the test cycle
    causes by the main target being "unstable", that is it always builds
    some files, and relinks the binary, which is used by the test procedure.
    
    PR-URL: #23778
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    refack authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    85a6dae View commit details
    Browse the repository at this point in the history
  29. doc: simplify path.basename() on POSIX and Windows

    PR-URL: #23864
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    ZYSzys authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    9afdc09 View commit details
    Browse the repository at this point in the history
  30. test: fix strictEqual() argument order

    PR-URL: #23829
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    lveteau authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    d0368b8 View commit details
    Browse the repository at this point in the history
  31. doc: simplify valid security issue descriptions

    PR-URL: #23881
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    0d4de59 View commit details
    Browse the repository at this point in the history
  32. test: fix regression when compiled with FIPS

    In commit bff53c5, a check was added for very specific OpenSSL
    format. Unfortunately, when OpenSSL is compiled in FIPS mode, this
    check fails. Added additional regex to satisfy OpenSSL version
    strings in both regular and FIPS modes.
    
    PR-URL: #23871
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    AdamMajer authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    b1e6de8 View commit details
    Browse the repository at this point in the history
  33. doc: make example more clarified in cluster.md

    PR-URL: #23931
    Refs: #23930
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    ZYSzys authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    27b3583 View commit details
    Browse the repository at this point in the history
  34. doc: add note about ABI compatibility

    Building node against versions of the dependencies that differ from the
    ones we vendor will result in a non ABI compatible version of Node.js
    
    This patch adds a note to make it explicit that if individuals build
    node against different versions of a dependency they should make a
    custom NODE_MODULE_VERSION.
    
    PR-URL: #22237
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Jon Moss <me@jonathanmoss.me>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    MylesBorins authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    2459e15 View commit details
    Browse the repository at this point in the history
  35. doc: remove mailing list

    We removed the mailing list from the README and other places quite some
    time ago. Core devs don't monitor it much. However, it is still linked
    in a couple places in the docs directory. Remove those links.
    
    PR-URL: #23932
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Trott authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    3025f35 View commit details
    Browse the repository at this point in the history
  36. doc: add documentation for http.IncomingMessage$complete

    Fixes: #8102
    
    PR-URL: #23914
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    jasnell authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    6d76f85 View commit details
    Browse the repository at this point in the history
  37. doc: fix typographical issues

    PR-URL: #23970
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    denismcdonald authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    73e0bb1 View commit details
    Browse the repository at this point in the history
  38. doc: use Node.js instead of Node

    Per branding guidelines from the Foundation, use Node.js and not Node.
    
    PR-URL: #23967
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Matheus Marchini <mat@mmarchini.me>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    8bb67a1 View commit details
    Browse the repository at this point in the history
  39. doc: add branding to style guide

    PR-URL: #23967
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Matheus Marchini <mat@mmarchini.me>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    c1723c8 View commit details
    Browse the repository at this point in the history
  40. lib: remove useless cwd in posix.resolve

    PR-URL: #23902
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    ZYSzys authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    fa12532 View commit details
    Browse the repository at this point in the history
  41. src: use "constants" string instead of creating new one

    Using the same "constants" string in c++.
    
    PR-URL: #23894
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    oyyd authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    e8dbd09 View commit details
    Browse the repository at this point in the history
  42. child_process: handle undefined/null for fork() args

    PR-URL: #22416
    Fixes: #20749
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: Matheus Marchini <mat@mmarchini.me>
    shobhitchittora authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    22b4149 View commit details
    Browse the repository at this point in the history
  43. test: add property for RangeError in test-buffer-copy

    PR-URL: #23968
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    mritunjayz authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    6ae07a9 View commit details
    Browse the repository at this point in the history
  44. test: fix strictEqual arguments order

    PR-URL: #23956
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Westixy authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    d34ade8 View commit details
    Browse the repository at this point in the history
  45. tools: update alternative docs versions

    Add `11.x` and mark `10.x` as `lts`.
    
    PR-URL: #23980
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    richardlau authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    e84c01d View commit details
    Browse the repository at this point in the history
  46. doc: simplify CODE_OF_CONDUCT.md

    PR-URL: #23989
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Trott authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    003eb0c View commit details
    Browse the repository at this point in the history
  47. doc: revise COLLABORATOR_GUIDE.md

    Simplify text/content.
    
    PR-URL: #23990
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Trott authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    d1eebb2 View commit details
    Browse the repository at this point in the history
  48. doc: address bits of proof reading work

    PR-URL: #23978
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Jagannath Bhat authored and rvagg committed Nov 28, 2018
    Copy the full SHA
    78d9a5e View commit details
    Browse the repository at this point in the history
  49. build: only check REPLACEME & DEP...X for releases

    PR-URL: #24575
    Refs: #24551
    Refs: #12958
    Refs: #12957
    Refs: #8325
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    rvagg committed Nov 28, 2018
    Copy the full SHA
    a8402fe View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2018

  1. doc: sort bottom-of-file markdown links

    Backport of #24679
    
    PR-URL: #24682
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    sam-github authored and rvagg committed Dec 1, 2018
    Copy the full SHA
    ffe1f80 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. doc: correct async_hooks resource names

    Correct async hooks resource names to match the implementation:
    `TCPSERVER` => `TCPSERVERWRAP`
    
    Refs: #17157
    
    PR-URL: #24684
    Refs: #17157
    Refs: #24001
    Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
    Flarna authored and BethGriggs committed Dec 3, 2018
    Copy the full SHA
    f5683a9 View commit details
    Browse the repository at this point in the history
  2. test: rename regression tests file names

    Rename the tests appropriately alongside mentioning the subsystem.
    Also, make a few basic changes to make sure the tests conform to the
    standard test structure.
    
    - Rename test-regress-GH-io-1068 to test-tty-stdin-end
    - Rename test-regress-GH-io-1811 to test-zlib-kmaxlength-rangeerror
    - Rename test-regress-GH-node-9326 to test-kill-segfault-freebsd
    - Rename test-timers-regress-GH-9765 to test-timers-setimmediate-infinite-loop
    - Rename test-tls-pfx-gh-5100-regr to test-tls-pfx-authorizationerror
    - Rename test-tls-regr-gh-5108 to test-tls-tlswrap-segfault
    
    PR-URL: #19332
    Fixes: #19105
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Weijia Wang <starkwang@126.com>
    Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
    ryzokuken authored and BethGriggs committed Dec 3, 2018
    Copy the full SHA
    8fa5bd3 View commit details
    Browse the repository at this point in the history
  3. doc: move StackOverflow to unofficial section

    Fixes: #19412
    
    PR-URL: #19416
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    JosephLeon authored and BethGriggs committed Dec 3, 2018
    Copy the full SHA
    4db289c View commit details
    Browse the repository at this point in the history
  4. test: refactor parallel/test-tls-ca-concat.js

    PR-URL: #19092
    Fixes: #14544
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Colin Ihrig <cjihrig@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>
    juggernaut451 authored and BethGriggs committed Dec 3, 2018
    Copy the full SHA
    146c488 View commit details
    Browse the repository at this point in the history
  5. test: remove message from assert.strictEqual()

    Converted the 'message' argument values from the last two free socket
    assert.strictEqual() calls to code comments as they fail to provide the
    necessary details and values specific to why the test is failing. The
    default message returned from the strictEqual() call should provide
    sufficient details for debugging errors.
    
    PR-URL: #19525
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    willhayslett authored and BethGriggs committed Dec 3, 2018
    Copy the full SHA
    18c4e5e View commit details
    Browse the repository at this point in the history
  6. doc: update child_process.md

    Add an explanation of the risk of exceeding platform pipe
    capacity with uncaptured output in child_process.spawn
    with stdio of pipe
    
    PR-URL: #19075
    Fixes: #4236
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    AriLFrankel authored and BethGriggs committed Dec 3, 2018
    Copy the full SHA
    0649148 View commit details
    Browse the repository at this point in the history
  7. doc: minor improvements to buffer.md

    PR-URL: #19547
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Trott authored and BethGriggs committed Dec 3, 2018
    Copy the full SHA
    d79e7d6 View commit details
    Browse the repository at this point in the history
  8. doc: fix n-api example string

    - using a length of 6 for `"hello"` includes a terminating null yielding
      `"hello\u0000"`
    - length of 5 would work,
    but comparing to the N-API docs gives `NAPI_AUTO_LENGTH` instead
    
    PR-URL: #19205
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    srl295 authored and BethGriggs committed Dec 3, 2018
    Copy the full SHA
    b2fc3b5 View commit details
    Browse the repository at this point in the history
  9. doc: add types for some process properties

    PR-URL: #19571
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    vsemozhetbyt authored and BethGriggs committed Dec 3, 2018
    Copy the full SHA
    63d8632 View commit details
    Browse the repository at this point in the history
  10. doc: add directory structure in writing-tests.md

    PR-URL: #18802
    Fixes: #18774
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Matheus Marchini <matheus@sthima.com>
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    juggernaut451 authored and BethGriggs committed Dec 3, 2018
    Copy the full SHA
    8338700 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. doc: document make docopen

    Documented `make docopen` as a way to read documentation in the browser.
    
    PR-URL: #19321
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    AyushG3112 authored and BethGriggs committed Dec 4, 2018
    Copy the full SHA
    c3ecf05 View commit details
    Browse the repository at this point in the history
  2. test: remove third param from assert.strictEqual

    Removing third argument in calls to assert.strictEqual() so that the
    values of the first two arguments are shown instead as this is more
    useful for debugging.
    
    Refs: https://nodejs.org/api/assert.html#assert_assert_strictequal_actual_expected_message
    
    PR-URL: #19536
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    davis.okoth@kemsa.co.ke authored and BethGriggs committed Dec 4, 2018
    Copy the full SHA
    ea1fda6 View commit details
    Browse the repository at this point in the history
  3. doc: add BethGriggs to collaborators

    PR-URL: #19610
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    BethGriggs committed Dec 4, 2018
    Copy the full SHA
    9d249bf View commit details
    Browse the repository at this point in the history
  4. doc: remove confusing note about child process stdio

    It’s not obvious what the paragraph is supposed to say.
    In particular, whether and what kind of buffering mechanism
    a process uses for its stdio streams does not affect that,
    in general, no guarantees can be made about when it consumes data
    that was sent to it.
    
    PR-URL: #19552
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    addaleax authored and BethGriggs committed Dec 4, 2018
    Copy the full SHA
    e48cc3c View commit details
    Browse the repository at this point in the history
  5. doc: improve assert legacy text

    This changes a sentence fragment into a full sentence and provides a few
    other minor improvements.
    
    PR-URL: #19622
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Trott authored and BethGriggs committed Dec 4, 2018
    Copy the full SHA
    bf95392 View commit details
    Browse the repository at this point in the history
  6. doc: remove use of "random port" re dgram send

    PR-URL: #19620
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    tlhunter authored and BethGriggs committed Dec 4, 2018
    Copy the full SHA
    06daf52 View commit details
    Browse the repository at this point in the history
  7. test: update link according to NIST bibliography

    According to NIST SP 800 38D, this is the document the link orginally
    pointed to.
    
    Fixes: #17619
    
    PR-URL: #19593
    Reviewed-By: Weijia Wang <starkwang@126.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    tniessen authored and BethGriggs committed Dec 4, 2018
    Copy the full SHA
    0cbe813 View commit details
    Browse the repository at this point in the history
  8. doc: fix grammar error in process.md

    PR-URL: #19641
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    kenjiO authored and BethGriggs committed Dec 4, 2018
    Copy the full SHA
    17e8421 View commit details
    Browse the repository at this point in the history
  9. lib: fix a typo in lib/timers "read through"

    PR-URL: #19666
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    adispring authored and BethGriggs committed Dec 4, 2018
    Copy the full SHA
    8afbd5c View commit details
    Browse the repository at this point in the history
  10. test: refactor test-http-expect-continue

    Use common.mustCall() where appropriate. Remove some logic that is not
    required when common.mustCall() is used (incrementor/decrementor to make
    sure everything is called the same number of times).
    
    PR-URL: #19625
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Trott authored and BethGriggs committed Dec 4, 2018
    Copy the full SHA
    8a0ecf4 View commit details
    Browse the repository at this point in the history
  11. test: refactor test-net-dns-error

    - Use `common.mustCall()` and `common.mustNotCall()`.
    - Use ternary operator.
    
    PR-URL: #19640
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    lpinca authored and BethGriggs committed Dec 4, 2018
    Copy the full SHA
    a62df1b View commit details
    Browse the repository at this point in the history
  12. test: removed default message from assert.strictEqual

    Use the `assert.strictEqual()` default message instead of a static
    message to include the actual and expected value.
    
    PR-URL: #19660
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    jaspal-yupana authored and BethGriggs committed Dec 4, 2018
    Copy the full SHA
    8a546e8 View commit details
    Browse the repository at this point in the history
  13. test: use createReadStream instead of ReadStream

    This commit updates test-fs-read-stream to use fs.createReadStream
    instead of using fs.ReadStream. All other places in this test use
    the former.
    
    PR-URL: #19636
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Weijia Wang <starkwang@126.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    danbev authored and BethGriggs committed Dec 4, 2018
    Copy the full SHA
    3ca10fa View commit details
    Browse the repository at this point in the history
  14. test: remove 3rd argument from assert.strictEqual

    If there is an AssertionError, the string literal is printed and not the
    value of `r`. For debugging purposes, it is good to know if `r` is false
    or null or something else.
    
    PR-URL: #19707
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Axxxx0n authored and BethGriggs committed Dec 4, 2018
    Copy the full SHA
    bd9cc92 View commit details
    Browse the repository at this point in the history
  15. test: rename regression tests more expressively

    - Rename test-fs-truncate-GH-6233 to test-fs-truncate-clear-file-zero
    - Rename test-process-exit-GH-12322 to test-process-exit-handler
    
    PR-URL: #19668
    Refs: #19105
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    ryzokuken authored and BethGriggs committed Dec 4, 2018
    Copy the full SHA
    1bda582 View commit details
    Browse the repository at this point in the history
  16. doc: do not identify string as "JavaScript string"

    A parameter that is explicitly identified as a string does not need to
    be further specified in the text as a "JavaScript string". Remove the
    type altogether as it is indicated in the argument description.
    
    PR-URL: #19689
    Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Trott authored and BethGriggs committed Dec 4, 2018
    Copy the full SHA
    216e7da View commit details
    Browse the repository at this point in the history
  17. doc: remove "if provided" for optional arguments

    Remove "if provided" when discussing arguments that are explicitly
    indicated to be optional and have default values.
    
    PR-URL: #19690
    Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Trott authored and BethGriggs committed Dec 4, 2018
    Copy the full SHA
    33b7c50 View commit details
    Browse the repository at this point in the history
  18. test: fix flaky test-cluster-send-handle-twice

    Use `common.mustCall()` to make sure connection callback runs exactly
    once.
    
    Use `connect` event instead of `setTimeout` to avoid test failing if
    timer runs before client is connected.
    
    Remove `cluster.worker.disconnect()` after `assert.fail()`. It is
    unreachable code that is unnecessary.
    
    PR-URL: #19700
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Trott authored and BethGriggs committed Dec 4, 2018
    Copy the full SHA
    a7b3274 View commit details
    Browse the repository at this point in the history
  19. doc: update to adding listens on SIGUSR1

    Updated the doc/api/process.md documentation to reflect that
    listening on SIGUSR1 could impact the debugger.
    
    Fixes: #19619
    
    PR-URL: #19709
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    willhayslett authored and BethGriggs committed Dec 4, 2018
    Copy the full SHA
    6d8c65e View commit details
    Browse the repository at this point in the history
  20. test: remove third argument from call to assert.strictEqual()

    Remove the message argument from call to assert.strictEqual so
    that the AssertionError will report the value of er.code, and add
    a comment with the message.
    
    PR-URL: #19659
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    ForrestWeiswolf authored and BethGriggs committed Dec 4, 2018
    Copy the full SHA
    086570e View commit details
    Browse the repository at this point in the history
  21. test: improve assert message

    Use the default assert.strictEqual() message so that unequal values are
    shown in the event of an AssertionError.
    
    PR-URL: #19629
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    q3e authored and BethGriggs committed Dec 4, 2018
    Copy the full SHA
    970164f View commit details
    Browse the repository at this point in the history
  22. test: test process.setuid for bad argument types

    Test process.setuid with an object as an argument. An equivalent test
    exists for process.seteuid.
    
    PR-URL: #19703
    Fixes: #19591
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    dsinecos authored and BethGriggs committed Dec 4, 2018
    Copy the full SHA
    5e09a3d View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. doc: fix api documentation of http.createServer

    Fixes: #24105
    
    PR-URL: #24869
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    aautio authored and MylesBorins committed Dec 10, 2018
    Copy the full SHA
    6922231 View commit details
    Browse the repository at this point in the history
  2. doc: add description for inspector-only console methods.

    Description inspired by dev tools reference and inspector err messages
    
    Added:
    * intro
    * console.debug()
    * console.dirxml()
    * console.markTimeline()
    * console.profile()
    * console.profileEnd()
    * console.table()
    * console.timeStamp()
    * console.timeline()
    * console.timelineEnd()
    
    PR-URL: #17004
    Fixes: #16755
    Reviewed-By: Khaidi Chu <i@2333.moe>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Tiriel authored and MylesBorins committed Dec 10, 2018
    Copy the full SHA
    74c1074 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. assert: revert breaking change

    It was not intended to change the `assert.doesNotThrow()` message
    with #23223. This reverts the
    breaking behavior to the one before.
    
    PR-URL: #24786
    Refs: #23223
    Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
    BridgeAR authored and BethGriggs committed Dec 11, 2018
    Copy the full SHA
    62fb5db View commit details
    Browse the repository at this point in the history
  2. test: verify order of error in h2 server stream

    Currently the order of error / closing of an h2 stream is consistent
    in 10.x, 11.x, and master. There appears to be an unexpected behavior
    difference in 8.x. This test will be used to bisect the commit that will
    fix this behavior change and ensure there are no future regressions.
    
    PR-URL: #24685
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    MylesBorins authored and BethGriggs committed Dec 11, 2018
    Copy the full SHA
    394cb42 View commit details
    Browse the repository at this point in the history
  3. http2: fix sequence of error/close events

    Correct sequence of emitting `error` and `close` events for a
    `Http2Stream`.
    
    PR-URL: #24789
    Refs: #22850
    Refs: #24685
    Fixes: #24559
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Flarna authored and BethGriggs committed Dec 11, 2018
    Copy the full SHA
    4c24a82 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. 2018-12-18, Version 8.14.1 'Carbon' (LTS)

    Notable changes:
    
    * **assert**:
      - revert breaking change (Ruben Bridgewater)
        [#24786](#24786)
    * **http2**:
      - fix sequence of error/close events (Gerhard Stoebich)
        [#24789](#24789)
    
    PR-URL: #24832
    BethGriggs authored and MylesBorins committed Dec 18, 2018
    Copy the full SHA
    187694e View commit details
    Browse the repository at this point in the history