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

V11.5.0 proposal #25102

Merged
merged 89 commits into from
Dec 18, 2018
Merged

V11.5.0 proposal #25102

merged 89 commits into from
Dec 18, 2018

Commits on Dec 7, 2018

  1. tools: prepare tools/genv8constants.py for Python 3

    PR-URL: #24801
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    cclauss authored and MylesBorins committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    022599c View commit details
    Browse the repository at this point in the history
  2. test: prepare test/message/testcfg.py for Python 3

    PR-URL: #24793
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    cclauss authored and MylesBorins committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    a5c8af7 View commit details
    Browse the repository at this point in the history
  3. test: refactor test-fs-write-file-sync.js

    This commit reduces shared state by introducing scopes and
    block scoped variables. It also makes the monkey patching used
    by the test more robust.
    
    PR-URL: #24834
    Reviewed-By: Jeremiah Senkpiel <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    cjihrig authored and MylesBorins committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    a5c5786 View commit details
    Browse the repository at this point in the history
  4. process: simplify check in previousValueIsValid()

    This commit replaces a call to Number.isFinite() with a
    cheaper typeof check. The subsequent range checks ensure that
    the checked value is finite.
    
    PR-URL: #24836
    Reviewed-By: Ben Noordhuis <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: Jeremiah Senkpiel <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    cjihrig authored and MylesBorins committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    8b109f0 View commit details
    Browse the repository at this point in the history
  5. path: replace assertPath() with validator

    The path module's assertPath() does exactly what the
    validateString() validator does, so this commit updates
    path to use validateString() instead. A couple drive by
    updates to validateString() outside of assertPath() are
    also included.
    
    PR-URL: #24840
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: Jeremiah Senkpiel <[email protected]>
    cjihrig authored and MylesBorins committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    5f60ed7 View commit details
    Browse the repository at this point in the history
  6. src: remove unused env variables in node_util

    Currently the following compiler warnings are generated:
    ../src/node_util.cc:59:16:
    warning: unused variable 'env' [-Wunused-variable]
      Environment* env = Environment::GetCurrent(args);
                   ^
    ../src/node_util.cc:78:16:
    warning: unused variable 'env' [-Wunused-variable]
      Environment* env = Environment::GetCurrent(args);
                   ^
    2 warnings generated.
    
    This commit removes the two unused variables.
    
    PR-URL: #24820
    Reviewed-By: Sam Roberts <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Jeremiah Senkpiel <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    danbev authored and MylesBorins committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    90d481e View commit details
    Browse the repository at this point in the history
  7. src: remove finalized_ member from Hash class

    This commit removes the finalized_ member from the Hash class as it does
    not seem to be used in any valuable way. Commit c75f87c ("crypto:
    refactor the crypto module") removed the check where it was previously
    used.
    
    PR-URL: #24822
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    danbev authored and MylesBorins committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    9b000e5 View commit details
    Browse the repository at this point in the history
  8. doc: revise Waiting for Approvals documentation

    Revise the Waiting for Approvals section of the Collaborator Guide. Keep
    sentences short and clear. Split long paragraphs into shorter
    paragraphs.
    
    PR-URL: #24845
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Daniel Bevenius <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Anto Aravinth <[email protected]>
    Reviewed-By: Vse Mozhet Byt <[email protected]>
    Reviewed-By: Jeremiah Senkpiel <[email protected]>
    Trott authored and MylesBorins committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    c4f3cf9 View commit details
    Browse the repository at this point in the history
  9. tools: prepare tools/test.py for Python 3

    PR-URL: #24799
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Daniel Bevenius <[email protected]>
    cclauss authored and MylesBorins committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    15632c3 View commit details
    Browse the repository at this point in the history
  10. test: prepare test/pseudo-tty/testcfg.py for Python 3

    PR-URL: #24791
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    cclauss authored and MylesBorins committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    526ff1d View commit details
    Browse the repository at this point in the history
  11. tools: prepare tools/specialize_node_d.py for Python 3

    PR-URL: #24797
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    cclauss authored and MylesBorins committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    7cac76c View commit details
    Browse the repository at this point in the history
  12. tools: prepare tools/js2c.py for Python 3

    PR-URL: #24798
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    cclauss authored and MylesBorins committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    c3dda00 View commit details
    Browse the repository at this point in the history
  13. src: fix warning for potential snprintf truncation

    gcc 8+ recognizes that space has not been left for the pid and that the
    return value of snprintf() isn't checked. Leave a little space for the
    pid to prevent `-Wformat-truncation`.
    
    PR-URL: #24810
    Reviewed-By: Richard Lau <[email protected]>
    sam-github authored and MylesBorins committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    94d02ca View commit details
    Browse the repository at this point in the history
  14. src: do not alias new and old signal masks

    In recent gcc, -Wrestrict warns when an argument passed to a
    restrict-qualified parameter aliases with another argument.
    
    PR-URL: #24810
    Reviewed-By: Richard Lau <[email protected]>
    sam-github authored and MylesBorins committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    5206f3a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2018

  1. doc: update LICENSE file

    Update the `LICENSE` file by running `tools/license-builder.sh`.
    
    PR-URL: #24898
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    addaleax authored and targos committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    c300aaa View commit details
    Browse the repository at this point in the history
  2. doc: fix order of events when request is aborted

    PR-URL: #24779
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Daniel Bevenius <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    lpinca authored and targos committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    643ca14 View commit details
    Browse the repository at this point in the history
  3. test: improve test-net-socket-timeout

    * Check for custom Node.js code rather than constructor in
      assert.throws().
    * Use arrow functions consistently.
    
    PR-URL: #24859
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    Trott authored and targos committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    6db760c View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. test: fix wrong parameter

    PR-URL: #24844
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    zhmushan authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    3d87688 View commit details
    Browse the repository at this point in the history
  2. test: make http2 timeout test robust

    Instead of using magic values for the server timeout in
    test-http2-session-timeout, measure the duration of the first request
    (which should be longer than subsequent requests) and use that value.
    
    Fixes: #20628
    
    PR-URL: #24877
    Fixes: #20628
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Anatoli Papirovski <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    Trott authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    91ce957 View commit details
    Browse the repository at this point in the history
  3. test: move http2 test to parallel

    A fix to test-http2-session-timeout makes it sufficiently robust that it
    can be moved to the parallel directory.
    
    PR-URL: #24877
    Fixes: #20628
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Anatoli Papirovski <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    Trott authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    592bad1 View commit details
    Browse the repository at this point in the history
  4. test: move test-cli-syntax to sequential

    It is unreliable under load and the CI failures are getting a bit out of
    hand. Let's move it to sequential.
    
    Refs: #24403
    
    PR-URL: #24907
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Trott authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    f41443c View commit details
    Browse the repository at this point in the history
  5. doc: update http doc for new Agent()/support options in socket.connect()

    For new Agent() signature in http doc, list the supported options in
    socket.connect().
    
    Refs: #24098
    
    PR-URL: #24846
    Reviewed-By: Vse Mozhet Byt <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    BeniCheni authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    81dce68 View commit details
    Browse the repository at this point in the history
  6. inspector: split the HostPort being used and the one parsed from CLI

    Instead of using a shared pointer of the entire debug option set,
    pass the parsed debug option to inspector classes by value because
    they are set once the CLI argument parsing is done. Add another shared
    pointer to HostPort being used by the inspector server, which is copied
    from the one in the debug options initially. The port of the shared
    HostPort is 9229 by default and can be specified as 0 initially but
    will be set to the actual port of the server once it starts listening.
    
    This makes the shared state clearer and makes it possible to use
    `require('internal/options')` in JS land to query the CLI options
    instead of using `process._breakFirstLine` and other underscored
    properties of `process` since we are now certain that these
    values should not be altered once the parsing is done and can be
    passed around in copies without locks.
    
    PR-URL: #24772
    Reviewed-By: Anna Henningsen <[email protected]>
    joyeecheung authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    56b2a72 View commit details
    Browse the repository at this point in the history
  7. build: fix compiler version detection

    Compiler version tuples should be numeric for tuple comparisons
    to work.
    
    Also correct check for AIX where the minimum supported GCC is 6.3.0
    
    PR-URL: #24879
    Reviewed-By: Joyee Cheung <[email protected]>
    Reviewed-By: Ben Noordhuis <[email protected]>
    richardlau authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    cc8a805 View commit details
    Browse the repository at this point in the history
  8. lib: improve error creation performance

    In case of an error where we only care about a cleaned up stack
    trace it is cheaper to reset the stack trace limit for the error
    that is created. That way the stack frames do not have to be
    computed twice.
    
    PR-URL: #24747
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Jeremiah Senkpiel <[email protected]>
    BridgeAR authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    79c52a9 View commit details
    Browse the repository at this point in the history
  9. module: use validateString in modules/cjs

    PR-URL: #24863
    Refs: #22101
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    ZYSzys authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    2a11e6a View commit details
    Browse the repository at this point in the history
  10. doc: update "Testing and CI" in Collaborator Guide

    Update "Testing and CI" in the Collaborator Guide. Remove redundant
    material. Shorten sentences. Remove incorrect material. (Specifically,
    we don't require test cases to be included in all pull requests that
    modify exectuable code. For example, if code is refactored, then passing
    existing tests is sufficient.)
    
    PR-URL: #24884
    Reviewed-By: Daniel Bevenius <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Vse Mozhet Byt <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Anto Aravinth <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    Trott authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    cda1da9 View commit details
    Browse the repository at this point in the history
  11. tools: do not lint tools/inspector_protocol or tools/markupsafe

    PR-URL: #24882
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Ali Ijaz Sheikh <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    cclauss authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    ac46e27 View commit details
    Browse the repository at this point in the history
  12. doc: simplify author ready

    The label should be applied early on. Otherwise there is little
    benefit using this label at all.
    
    PR-URL: #24893
    Reviewed-By: Vse Mozhet Byt <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Denys Otrishko <[email protected]>
    Reviewed-By: Franziska Hinkelmann <[email protected]>
    BridgeAR authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    a6a3829 View commit details
    Browse the repository at this point in the history
  13. tools: update ESLint to 5.10.0

    Update ESLint to 5.10.0.
    
    PR-URL: #24903
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Franziska Hinkelmann <[email protected]>
    cjihrig authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    ad6104d View commit details
    Browse the repository at this point in the history
  14. tools: capitalize sentences

    This adds the `capitalized-comments` eslint rule to verify that
    actual sentences use capital letters as starting letters. It ignores
    special words and all lines below 62 characters.
    
    PR-URL: #24808
    Reviewed-By: Sam Ruby <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    Reviewed-By: Ujjwal Sharma <[email protected]>
    Reviewed-By: Sakthipriyan Vairamani <[email protected]>
    BridgeAR authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    e140d41 View commit details
    Browse the repository at this point in the history
  15. tools: prepare tools/icu/icutrim.py for Python 3

    PR-URL: #24888
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Sakthipriyan Vairamani <[email protected]>
    cclauss authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    1f61c89 View commit details
    Browse the repository at this point in the history
  16. module: use validateString in modules/esm

    PR-URL: #24868
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    ZYSzys authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    25dae6c View commit details
    Browse the repository at this point in the history
  17. assert,util: harden comparison

    The former algorithm used checks which were unsafe. Most of these
    have been replaced with alternatives that can not be manipulated or
    fooled that easily.
    
    PR-URL: #24831
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Ujjwal Sharma <[email protected]>
    BridgeAR authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    bf4faf3 View commit details
    Browse the repository at this point in the history
  18. tools: prepare tools/testp.py for Python 3

    PR-URL: #24890
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Franziska Hinkelmann <[email protected]>
    cclauss authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    b60808a View commit details
    Browse the repository at this point in the history
  19. tools: prepare ./tools/compress_json.py for Python 3

    PR-URL: #24889
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    cclauss authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    16a75be View commit details
    Browse the repository at this point in the history
  20. test: prepare test/pseudo-tty/testcfg.py Python 3

    PR-URL: #24887
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Daniel Bevenius <[email protected]>
    cclauss authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    bc71e9e View commit details
    Browse the repository at this point in the history
  21. test: do not lint macros files (again)

    PR-URL: #24886
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    cclauss authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    56fd127 View commit details
    Browse the repository at this point in the history
  22. test: mark test-cli-syntax as flaky/unreliable

    Refs: #24403
    
    PR-URL: #24957
    Reviewed-By: Gireesh Punathil <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Daijiro Wachi <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Trott authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    22b6bef View commit details
    Browse the repository at this point in the history
  23. doc: remove bad link to irc info

    Remove a link that no longer appears to point to information about
    Node.js IRC channels.
    
    PR-URL: #24967
    Reviewed-By: Gus Caplan <[email protected]>
    Reviewed-By: Daijiro Wachi <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    richardlau authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    0220cd3 View commit details
    Browse the repository at this point in the history
  24. src: use Local version of ToBoolean()

    This fixes a deprecation warning.
    
    PR-URL: #24924
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    Reviewed-By: Franziska Hinkelmann <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    cjihrig authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    08c6b21 View commit details
    Browse the repository at this point in the history
  25. doc: add class worker documentation

    Add documentation about Worker class inherits from EventEmitter.
    
    PR-URL: #24849
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Vse Mozhet Byt <[email protected]>
    yoshimoto8 authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    9bfbb68 View commit details
    Browse the repository at this point in the history
  26. test: replace callback with arrows

    PR-URL: #24866
    Reviewed-By: Daniel Bevenius <[email protected]>
    Reviewed-By: Denys Otrishko <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    Shubhamurkade authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    e050a57 View commit details
    Browse the repository at this point in the history
  27. src: remove use of CallOnForegroundThread()

    The V8 platform's CallOnForegroundThread() method is deprecated.
    This commit replaces its use with GetForegroundTaskRunner()
    functionality instead.
    
    PR-URL: #24925
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Franziska Hinkelmann <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    cjihrig authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    d760572 View commit details
    Browse the repository at this point in the history
  28. doc: update Useful CI Jobs section of Collaborator Guide

    Revise the Useful CI Jobs section of the Collaborator Guide to be more
    clear and concise.
    
    PR-URL: #24916
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Anto Aravinth <[email protected]>
    Reviewed-By: Vse Mozhet Byt <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Franziska Hinkelmann <[email protected]>
    Trott authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    b2e6cbd View commit details
    Browse the repository at this point in the history
  29. stream: fix end-of-stream for HTTP/2

    HTTP/2 streams call `.end()` on themselves from their
    `.destroy()` method, which might be queued (e.g. due to network
    congestion) and not processed before the stream itself is destroyed.
    
    In that case, the `_writableState.ended` property could be set before
    the stream emits its `'close'` event, and never actually emits the
    `'finished'` event, confusing the end-of-stream implementation so
    that it wouldn’t call its callback.
    
    This can be fixed by watching for the end events themselves using the
    existing `'finish'` and `'end'` listeners rather than relying on the
    `.ended` properties of the `_...State` objects.
    
    These properties still need to be checked to know whether stream
    closure was premature – My understanding is that ideally, streams
    should not emit `'close'` before `'end'` and/or `'finished'`, so this
    might be another bug, but changing this would require modifying tests
    and almost certainly be a breaking change.
    
    Fixes: #24456
    
    PR-URL: #24926
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Franziska Hinkelmann <[email protected]>
    addaleax authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    39af61f View commit details
    Browse the repository at this point in the history
  30. test: test TLS client authentication

    TLS client authentication should be tested, including failure scenarios.
    
    PR-URL: #24733
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Ben Noordhuis <[email protected]>
    sam-github authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    016e352 View commit details
    Browse the repository at this point in the history
  31. tls: support "BEGIN TRUSTED CERTIFICATE" for ca:

    Support the same PEM certificate formats for the ca: option to
    tls.createSecureContext() that are supported by openssl when loading a
    CAfile.
    
    Fixes: #24761
    
    PR-URL: #24733
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Ben Noordhuis <[email protected]>
    sam-github authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    390e050 View commit details
    Browse the repository at this point in the history
  32. util: add inspection getter option

    Currently it is not possible to inspect getters. To prevent any side
    effects this should not become a default but under lots of
    circumstances it would still be useful to inspect getters. This way
    it is possible to actively opt into inspecting those.
    
    PR-URL: #24852
    Reviewed-By: Jeremiah Senkpiel <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    BridgeAR authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    117e991 View commit details
    Browse the repository at this point in the history
  33. test: improve internet/test-dns

    * change 'for' loop to 'for of' loop
    * remove unused parameters passed to functions
    * remove unnecessary 'assert.ok'
    
    PR-URL: #24927
    Reviewed-By: Daniel Bevenius <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    IlarionHalushka authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    e61bbda View commit details
    Browse the repository at this point in the history
  34. src: create env->inspector_console_api_object earlier

    Previously we create env->inspector_console_api_object() when
    `process.binding('inspector')` is called, which may be too late
    if the inspector console is used before the first call to
    `process.binding('inspector')` - that is possible when
    using `--inspect-brk-node`. Setting a breakpoint and using the
    inspector console before that would crash the process.
    
    This patch moves the initialization of the console API object to
    the point when Environment is initialized so that
    `installAdditionalCommandLineAPI()` can be essentially a noop
    if we use the inspector console before the inspector binding
    is initialized instead of crashing on an empty object.
    
    PR-URL: #24906
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Franziska Hinkelmann <[email protected]>
    joyeecheung authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    5a1289d View commit details
    Browse the repository at this point in the history
  35. src: include node_internals.h in node_metadata.cc

    Currently, if configured --without-ssl the following compiler error will
    be generated:
    ../src/node_metadata.cc:29:12:
    error: use of undeclared identifier 'llhttp_version'
      llhttp = llhttp_version;
               ^
    ../src/node_metadata.cc:30:17:
    error: use of undeclared identifier 'http_parser_version'
      http_parser = http_parser_version;
    
    This commit includes the node_internals.h header so that
    llhttp_version and http_parser_versions are always available.
    
    PR-URL: #24933
    Reviewed-By: Ben Noordhuis <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    danbev authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    f854701 View commit details
    Browse the repository at this point in the history
  36. worker: drain messages from internal message port

    When the worker thread exits, drain the messages also from the internal
    message port so that the call to 'kDispose' will occur only after all
    the messages from the worker were processed in the parent, so stdio
    messages from the worker will be successfully pushed to their target
    streams in the parent.
    
    PR-URL: #24932
    Fixes: #24636
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    yaelhe authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    331f604 View commit details
    Browse the repository at this point in the history
  37. test: split test-cli-syntax into multiple tests

    Split test-cli-syntax into multiple files to improve reliability and/or
    isolate unreliable test cases.
    
    Move test cases back to parallel as appropriate.
    
    PR-URL: #24922
    Reviewed-By: Bryan English <[email protected]>
    Reviewed-By: Anatoli Papirovski <[email protected]>
    Trott authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    d366676 View commit details
    Browse the repository at this point in the history
  38. doc: fix author-ready conflict

    The onboarding docs still contained an outdated description of the
    `author-ready` label. Now it references the main description to
    prevent any future conflicts.
    
    PR-URL: #25015
    Reviewed-By: Daijiro Wachi <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    BridgeAR authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    1e09629 View commit details
    Browse the repository at this point in the history
  39. test: from functools import reduce in test/testpy/__init__.py

    $ __make lint-py__  # When run on Python 3
    ```
    PYTHONPATH=tools/pip python -m flake8 . \
    		--count --show-source --statistics --select=E901,E999,F821,F822,F823 \
    		--exclude=.git,deps,lib,src,tools/*_macros.py,tools/gyp,tools/inspector_protocol,tools/jinja2,tools/markupsafe,tools/pip
    ./test/testpy/__init__.py:119:37: F821 undefined name 'reduce'
            file_path = join(self.root, reduce(join, test[1:], ""))
                                        ^
    ./test/testpy/__init__.py:161:37: F821 undefined name 'reduce'
            file_path = join(self.root, reduce(join, test[1:], "") + ".js")
                                        ^
    2     F821 undefined name 'reduce'
    2
    make: *** [lint-py] Error 1
    ```
    
    PR-URL: #24954
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    cclauss authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    649a728 View commit details
    Browse the repository at this point in the history
  40. doc: update a link of npm repository

    PR-URL: #24969
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    watilde authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    f0bcacd View commit details
    Browse the repository at this point in the history
  41. doc: revise internal vs. public API in Collaborator Guide

    Make the Collaborator Guide section "Internal vs. Public API" more
    concise and clear. Remove repetition. Clarify some ambiguity.
    wordy, repetitive, and somewhat
    
    PR-URL: #24975
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    Trott authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    877f8a0 View commit details
    Browse the repository at this point in the history
  42. test: refactor test-enable-in-init

    Remove unused function arguments. Convert to ES6 arrow syntax.
    
    PR-URL: #24976
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Daniel Bevenius <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Mitch Hankins authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    d5b0ce1 View commit details
    Browse the repository at this point in the history
  43. doc: add codebytere's info to release team

    PR-URL: #25022
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Myles Borins <[email protected]>
    Reviewed-By: Jeremiah Senkpiel <[email protected]>
    codebytere authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    dbdea36 View commit details
    Browse the repository at this point in the history
  44. src: add GetLoadedLibraries routine

    Add a static function GetLoadedLibraries under
    NativeSymbolDebuggingContext abstraction that provides a list of
    shared objects - either the current process depended on or loaded.
    
    PR-URL: #24825
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Ben Noordhuis <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    gireeshpunathil authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    d0270f3 View commit details
    Browse the repository at this point in the history
  45. src: emit 'params' instead of 'data' for NodeTracing.dataCollected

    PR-URL: #24949
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Ali Ijaz Sheikh <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Anto Aravinth <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    kjin authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    5f8950b View commit details
    Browse the repository at this point in the history
  46. process: properly close file descriptor on exit

    This makes sure the file descriptor is closed syncronously on exit
    instead of using the asyncronous version which should not be used
    on exit.
    
    PR-URL: #24972
    Refs: https://github.com/nodejs/node/pull/24965/files#r240770314
    Reviewed-By: Jeremiah Senkpiel <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    BridgeAR authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    f43f45a View commit details
    Browse the repository at this point in the history
  47. test: increase error information in test-cli-syntax-*

    If there is an error, but not the error code the test expects, display
    more information about the error.
    
    PR-URL: #25021
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Anto Aravinth <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Shelley Vohr <[email protected]>
    Reviewed-By: Daijiro Wachi <[email protected]>
    Trott authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    900a412 View commit details
    Browse the repository at this point in the history
  48. test: mark test-child-process-execsync flaky on AIX

    Refs: #24921
    
    PR-URL: #25031
    Reviewed-By: Gireesh Punathil <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Bradley Farias <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Trott authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    a4ef54a View commit details
    Browse the repository at this point in the history
  49. test: mark test-cli-node-options flaky on arm

    Refs: #25028
    
    PR-URL: #25032
    Reviewed-By: Gireesh Punathil <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Daijiro Wachi <[email protected]>
    Trott authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    9bd4267 View commit details
    Browse the repository at this point in the history
  50. lib: ensure readable stream flows to end

    If a readable stream was set up with `highWaterMark 0`, the while-loop
    in `maybeReadMore_` function would never execute.
    
    The while loop now has an extra or-condition for the case where the
    stream is flowing and there are no items. The or-condition is adapted
    from the emit-condition of the `addChunk` function.
    
    The `addChunk` also contains a check for `state.sync`. However that part
    of the check was omitted here because the `maybeReadMore_` is executed
    using `process.nextTick`. `state.sync` is set and then unset  within the
    `read()` function so it should never be in effect in `maybeReadMore_`.
    
    Fixes: #24915
    
    PR-URL: #24918
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Rantanen authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    2456a54 View commit details
    Browse the repository at this point in the history
  51. url: remove an eslint-disable comment

    Remove an eslint-disable comment by using a strict comparison
    instead of a Boolean cast.
    
    PR-URL: #24995
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Сковорода Никита Андреевич <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: Anto Aravinth <[email protected]>
    cjihrig authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    e7b77ea View commit details
    Browse the repository at this point in the history
  52. test: mark test-worker-memory flaky on Windows CI

    Refs: #23277
    
    PR-URL: #25042
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Gireesh Punathil <[email protected]>
    Trott authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    2825894 View commit details
    Browse the repository at this point in the history
  53. test: remove reference to whatwg in file names under test/wpt

    WPT covers standards in both W3C and WHATWG, as such it would be
    strange to make this disparity explicit in our file names
    (e.g. when testing standards that are solely in W3C, like
    performance-timeline). Remove the reference to WHATWG will
    also make the file names shorter.
    
    PR-URL: #24826
    Refs: #24823
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Daijiro Wachi <[email protected]>
    joyeecheung authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    da984be View commit details
    Browse the repository at this point in the history
  54. test: improve WPT runner name matching

    This patch:
    
    - Support wildcards(*) in WPT runner name matching (needed by e.g.
      encoding where all the tests requires i18n support in the build)
    - Print failure reasons when encountering an expected failure
    - Fix a bug in copyGlobalsFromObject (previously it copies
      properties from `global` instead of the given `obj`)
    
    Previously an expected failure is printed as
    
    ```
    [EXPECTED_FAILURE] response.formData() with input: %61+%4d%4D=
    ```
    
    Now it is printed as
    
    ```
    [EXPECTED_FAILURE] response.formData() with input: %61+%4d%4D=
    missing Request and Response
    ```
    
    PR-URL: #24826
    Refs: #24823
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Daijiro Wachi <[email protected]>
    joyeecheung authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    7e0dbc6 View commit details
    Browse the repository at this point in the history
  55. test: mark test-child-process-exit-code flaky

    Refs: # #25033
    
    PR-URL: #25050
    Reviewed-By: Joyee Cheung <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Gireesh Punathil <[email protected]>
    Trott authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    1e3fb0a View commit details
    Browse the repository at this point in the history
  56. test: mark test-child-process-execfile flaky

    Refs: #25029
    
    PR-URL: #25051
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Trott authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    ac919ef View commit details
    Browse the repository at this point in the history
  57. util: remove todo

    Most people are going to use the existing option and switching the
    name now comes with a cost which does not seem to justify the
    improvement.
    
    PR-URL: #24982
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Anto Aravinth <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    BridgeAR authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    a1f0da1 View commit details
    Browse the repository at this point in the history
  58. test: adding history regression test case

    PR-URL: #24843
    Refs: #24385
    Reviewed-By: Ruben Bridgewater <[email protected]>
    antsmartian authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    eb9e6e6 View commit details
    Browse the repository at this point in the history
  59. test: use blocks instead of async IIFE

    Using an IIFE with async functions + await is equivalent
    to using a block scope (aside from scoping effects
    we don’t rely on), as far as I can tell.
    
    PR-URL: #24989
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Anto Aravinth <[email protected]>
    Reviewed-By: Tiancheng "Timothy" Gu <[email protected]>
    addaleax authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    e04e854 View commit details
    Browse the repository at this point in the history
  60. stream: re-use existing once() implementation

    PR-URL: #24991
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Anto Aravinth <[email protected]>
    Reviewed-By: Jeremiah Senkpiel <[email protected]>
    addaleax authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    d449c36 View commit details
    Browse the repository at this point in the history
  61. build: make lint-addon-docs run only if needed

    Currently, the lint-addon-docs targets recipe will always be run.
    This commit makes lint-addon-docs a phony target and adds a new
    target named tools/.doclintstamp what will be an actual file,
    similar to what the lint-cpp target does.
    
    PR-URL: #24993
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    Reviewed-By: Sakthipriyan Vairamani <[email protected]>
    danbev authored and BethGriggs committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    302081b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. test: remove dead code

    This is not used by the test anymore.
    
    PR-URL: #25009
    Reviewed-By: Sakthipriyan Vairamani <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    BridgeAR authored and BethGriggs committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    110fd39 View commit details
    Browse the repository at this point in the history
  2. test: run eslint on test file and fix errors

    This removes two entries from the eslint ignore file. One file does
    not exist anymore and the other one could easily be fixed.
    
    PR-URL: #25009
    Reviewed-By: Sakthipriyan Vairamani <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    BridgeAR authored and BethGriggs committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    ddff644 View commit details
    Browse the repository at this point in the history
  3. test: use global.gc() instead of gc()

    This change is made for consistency, and to remove an
    eslint-disable comment.
    
    PR-URL: #25012
    Reviewed-By: Сковорода Никита Андреевич <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Jeremiah Senkpiel <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    cjihrig authored and BethGriggs committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    ab1801b View commit details
    Browse the repository at this point in the history
  4. test: remove unnecessary linter comment

    Some would say it's the linter's job to determine what
    looks right.
    
    PR-URL: #25013
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Roman Reiss <[email protected]>
    cjihrig authored and BethGriggs committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    4f0d17b View commit details
    Browse the repository at this point in the history
  5. net: use strict comparisons for fd

    This commit removes an eslint-disable comment, and moves file
    descriptor checks to use strict equality. These checks were
    using loose equality to support numeric and string file
    descriptors. However, d9e95d8
    introduced strict validation, making the loose equality checks
    redundant.
    
    PR-URL: #25014
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Jeremiah Senkpiel <[email protected]>
    Reviewed-By: Daijiro Wachi <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    cjihrig authored and BethGriggs committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    f4d5c35 View commit details
    Browse the repository at this point in the history
  6. doc: make README formatting more consistent

    In order to be consistent with the previous items,
    I split the sentence.
    
    PR-URL: #25003
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    yewenjunfighting authored and BethGriggs committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    00ce972 View commit details
    Browse the repository at this point in the history
  7. doc: add EventTarget link to worker_threads

    PR-URL: #25058
    Reviewed-By: Daijiro Wachi <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Vse Mozhet Byt <[email protected]>
    Azard authored and BethGriggs committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    a9f239f View commit details
    Browse the repository at this point in the history
  8. util: inspect all prototypes

    It is currently difficult to distinguish multiple objects from each
    other because the prototype is not properly inspected. From now on
    all prototypes will be inspected, even if we do not fully know how
    they will look like / what their shape really is.
    
    PR-URL: #24974
    Fixes: #24917
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Anto Aravinth <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    BridgeAR authored and BethGriggs committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    5931747 View commit details
    Browse the repository at this point in the history
  9. doc: fix node.1 --http-parser sort order

    For consistency with the API docs, switch the order of
    --http-parser and --force-fips in node.1.
    
    PR-URL: #25045
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Daijiro Wachi <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    cjihrig authored and BethGriggs committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    bde5df2 View commit details
    Browse the repository at this point in the history
  10. querystring: remove eslint-disable

    Remove the eslint-disable comments by using a strict comparison
    instead of a Boolean cast.
    
    PR-URL: #24995
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Сковорода Никита Андреевич <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: Anto Aravinth <[email protected]>
    cjihrig authored and BethGriggs committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    2e94f3b View commit details
    Browse the repository at this point in the history
  11. 2018-12-18, Version 11.5.0 (Current)

    Notable changes:
    
    * **tls**:
      * support "BEGIN TRUSTED CERTIFICATE" for ca: (Sam Roberts)
        [#24733](#24733)
    * **util**:
      * add inspection getter option (Ruben Bridgewater)
        [#24852](#24852)
    
    PR-URL: #25102
    BethGriggs committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    9a5b243 View commit details
    Browse the repository at this point in the history