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

v10.13.1 proposal #24675

Closed
wants to merge 328 commits into from
Closed

v10.13.1 proposal #24675

wants to merge 328 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 30, 2018

  1. lib: migrate to getOptions in loaders.js

    PR-URL: #23455
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    rxiayth authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    6acc891 View commit details
    Browse the repository at this point in the history
  2. lib: migrate from process.binding to internalBinding

    We are migrating towards using internalBinding(\'options\').getOptions()
    instead of process.binding(\'config\') to access the value of the
    --experimental-vm-modules command line option.
    
    PR-URL: #23586
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    madeinjam authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    26f356f View commit details
    Browse the repository at this point in the history
  3. test: change to arrow functions in send-bad-arguments

    PR-URL: #23483
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Shelley Vohr <codebytere@gmail.com>
    annatangzhao authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    bf20cf8 View commit details
    Browse the repository at this point in the history
  4. tools: update ESLint to 5.7.0

    Update ESLint to 5.7.0.
    
    PR-URL: #23629
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    cjihrig authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    6af2f9f View commit details
    Browse the repository at this point in the history
  5. crypto: move field initialization to class

    PR-URL: #23610
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
    Diana Holland authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    86a5690 View commit details
    Browse the repository at this point in the history
  6. doc: wrap links in <>

    This fixes links that were broken due to inclusion of the trailing dot.
    Also simplifies a pair of occurances of []().
    
    PR-URL: #23359
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    ChALkeR authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    5ee0d90 View commit details
    Browse the repository at this point in the history
  7. doc: fix pr-url in repl.md

    Now it points to the actual pr, not to /compare/.
    
    PR-URL: #23359
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    ChALkeR authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    43d4977 View commit details
    Browse the repository at this point in the history
  8. doc: use reserved domains for examples in url.md

    Changes non-reserved domains to reserved ones in url.md.
    
    PR-URL: #23359
    Refs: https://www.iana.org/domains/reserved
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    ChALkeR authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    272d4fa View commit details
    Browse the repository at this point in the history
  9. doc: fix url example to match behavior

    Fixes one WHATWG URL example to match the actual behavior.
    
    PR-URL: #23359
    Fixes: #22653
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    ChALkeR authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    00c028f View commit details
    Browse the repository at this point in the history
  10. test: fix assertion order

    PR-URL: #23533
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    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: Gireesh Punathil <gpunathi@in.ibm.com>
    Chrn authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    ac0a03a View commit details
    Browse the repository at this point in the history
  11. test: fix assertion order test-tls-server-verify

    PR-URL: #23549
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Carolina Pinzon authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    16175c1 View commit details
    Browse the repository at this point in the history
  12. lib: switch to internalBinding for cjs loader

    Switch the cjs loader to use internalBinding instead of
    process.binding for reading command line options.
    
    PR-URL: #23492
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    DrakiaXYZ authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    c634698 View commit details
    Browse the repository at this point in the history
  13. test: fix assertion argument order

    PR-URL: #23489
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    carlrc authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    7e56801 View commit details
    Browse the repository at this point in the history
  14. test: rename process.argv[0] to process.execPath, rename ex to err

    PR-URL: #23488
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Bryan English <bryan@bryanenglish.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    kaltepeter authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    58aaa61 View commit details
    Browse the repository at this point in the history
  15. test: fix strictEqual argument order

    PR-URL: #23490
    Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    fastereder authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    01d599c View commit details
    Browse the repository at this point in the history
  16. test: modernizing test-dgram-listen-after-bind with arrow functions

    PR-URL: #23500
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    chrisforrette authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    e0a3e23 View commit details
    Browse the repository at this point in the history
  17. test: fix argument order in asserts

    PR-URL: #23499
    Reviewed-By: Guy Bedford <guybedford@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>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    @CAYdenberg authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    13afb68 View commit details
    Browse the repository at this point in the history
  18. test: use arrow functions in test-exception-handler

    PR-URL: #23498
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    jennazee authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    627e3ad View commit details
    Browse the repository at this point in the history
  19. lib: removed unused variable

    This change removes a variable that is not being used in the file.
    
    PR-URL: #23497
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    lxlongxl authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    5a0b9fa View commit details
    Browse the repository at this point in the history
  20. test: modernized test to use arrow functions

    PR-URL: #23496
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    ggoforth authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    f1fb2be View commit details
    Browse the repository at this point in the history
  21. test: reversed arguments in strictqual to reflect documentation

    PR-URL: #23494
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    scabhi authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    e9f1746 View commit details
    Browse the repository at this point in the history
  22. test: update function keywords to fat arrows

    Updated all the function keywords to fat arrow implementations in
    test/parallel/test-event-emitter-no-error-provided-to-error-event.js
    
    PR-URL: #23493
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    RobertMonks authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    fd5290e View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    d156d09 View commit details
    Browse the repository at this point in the history
  24. test: fix strictEqual assertion arguments

    PR-URL: #23508
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    a0viedo authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    6f590be View commit details
    Browse the repository at this point in the history
  25. test: fix assertions args order in test/parallel/test-fs-chmod.js

    PR-URL: #23507
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    milsosa authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    119fc3a View commit details
    Browse the repository at this point in the history
  26. test: fix argument order in assertions

    PR-URL: #23506
    Reviewed-By: Gireesh Punathil <gpunathi@in.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: Ruben Bridgewater <ruben@bridgewater.de>
    Illescas, Ricardo authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    d590aa8 View commit details
    Browse the repository at this point in the history
  27. test: put expected assert value in correct place

    The order of arguments in test-fs-readdir-ucs2 was the
    opposite of what is recommended in the documentation,
    which is that the first value should be the value being tested,
    and the second value is the expected value.
    This fixes the test to make it conform to the documentation.
    
    PR-URL: #23505
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    jfarseneau-wb authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    23d6932 View commit details
    Browse the repository at this point in the history
  28. test: modernize test-child-process-flush-stdio

    PR-URL: #23504
    Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Viacheslav Liakhov authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    28b6129 View commit details
    Browse the repository at this point in the history
  29. test: properly order test assertion variables

    PR-URL: #23503
    Reviewed-By: Gireesh Punathil <gpunathi@in.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: Ruben Bridgewater <ruben@bridgewater.de>
    DavidRS91 authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    66c82ad View commit details
    Browse the repository at this point in the history
  30. test: fixed incorrect variable order in assert.strictEqual()

    PR-URL: #23502
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    MokhammadDaniyal authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    f5fd8a2 View commit details
    Browse the repository at this point in the history
  31. test: fix order of assert.strictEqual() args to actual, expected

    PR-URL: #23501
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    joshua-belcher authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    ff5345c View commit details
    Browse the repository at this point in the history
  32. lib: migrate process.binding('config') to getOptions()

    PR-URL: #23526
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    jonnyk20 authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    6eea5dc View commit details
    Browse the repository at this point in the history
  33. test: swap assert argument order in test-vm-create-and-run-in-context.js

    PR-URL: #23525
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    lefrog authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    4f116a7 View commit details
    Browse the repository at this point in the history
  34. test: switch arguments of assert()

    The arguments of the assert were passed in the wrong order
    (expected, actual). This would have been confusing in case
    of an error. Changed it to be (actual, expected)
    
    PR-URL: #23524
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    FieldOfPoppies authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    9dc11e3 View commit details
    Browse the repository at this point in the history
  35. test: fix assert order in test-vm-context

    PR-URL: #23523
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    lee-gray authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    b7d4404 View commit details
    Browse the repository at this point in the history
  36. lib: migrate process.binding to getOptions

    PR-URL: #23522
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    randy5235 authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    100ed74 View commit details
    Browse the repository at this point in the history
  37. test: use the correct parameter order on assert.strictEqual()

    The parameter order for assert.strictEqual() should be actual, expected
    rather than expected, actual which can make test failure messages
    confusing. This change reverses the order of the assertion to
    match the documented parameter order.
    
    PR-URL: #23520
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    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: Ruben Bridgewater <ruben@bridgewater.de>
    lrdcasimir authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    ad83caf View commit details
    Browse the repository at this point in the history
  38. lib: migrate process.binding to internalBinding

    PR-URL: #23517
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    surreal8 authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    9b89e9c View commit details
    Browse the repository at this point in the history
  39. test: fix assert.strictEqual arg order in test-tls-ecdh-multiple.js

    PR-URL: #23516
    Reviewed-By: James M Snell <jasnell@gmail.com>
    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: Ruben Bridgewater <ruben@bridgewater.de>
    takdeerkaur authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    161cbbb View commit details
    Browse the repository at this point in the history
  40. test: fix assert.strictEqual() argument order

    PR-URL: #23515
    Reviewed-By: James M Snell <jasnell@gmail.com>
    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: Ruben Bridgewater <ruben@bridgewater.de>
    benschaaf authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    0d6d6f6 View commit details
    Browse the repository at this point in the history
  41. test: fix test-dgram-pingpong assertion arg order

    PR-URL: #23514
    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: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    gendelbendel authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    608d5fa View commit details
    Browse the repository at this point in the history
  42. test: corret assertion arg order in test-regress-GH-892.js

    PR-URL: #23513
    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: Ruben Bridgewater <ruben@bridgewater.de>
    elvisphilipn authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    a098528 View commit details
    Browse the repository at this point in the history
  43. test: replaced functions with arrow functions

    PR-URL: #23511
    Reviewed-By: James M Snell <jasnell@gmail.com>
    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: Ruben Bridgewater <ruben@bridgewater.de>
    edgarzapeka authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    22a4ec1 View commit details
    Browse the repository at this point in the history
  44. test: refactor functions to es6

    PR-URL: #23510
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    M1chaelChen authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    7cd9161 View commit details
    Browse the repository at this point in the history
  45. test: updating assertion on test so it fits the new method signature

    One assertion on test-tls-connect-address-family.js was out fo date,
    here we are fixing it to match the signature of strictEqual method.
    
    PR-URL: #23536
    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: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    leomoreno authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    de8ffba View commit details
    Browse the repository at this point in the history
  46. src: remove unused UVHandle methods

    PR-URL: #23535
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    MarianneDr authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    fa7d0ce View commit details
    Browse the repository at this point in the history
  47. test: reorder asserts arguments

    Revert arguments for assert and ensure that the first
    argument is always the actual value being tested.
    
    PR-URL: #23534
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    frony authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    474b401 View commit details
    Browse the repository at this point in the history
  48. src: use default initializers over settings fields on the constructor

    PR-URL: #23532
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    andrewjdmccann authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    90cbeae View commit details
    Browse the repository at this point in the history
  49. test: correct labelling of asserts errors

    PR-URL: #23531
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    nofwayy authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    0895576 View commit details
    Browse the repository at this point in the history
  50. test: fix strictEqual assertion argument in test-tls-ecdh-auto

    PR-URL: #23530
    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: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    popopome authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    93af93a View commit details
    Browse the repository at this point in the history
  51. test: fix assert.strictEqual() argument order

    PR-URL: #23529
    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: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    ssamuels0916 authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    8e69895 View commit details
    Browse the repository at this point in the history
  52. test: corrected the order of arguments in assert.strictEqual()

    PR-URL: #23528
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    parisandmilo authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    5d7c15b View commit details
    Browse the repository at this point in the history
  53. test: use correct argument order for assert.strictEqual()

    The previous code did not pass correct argument order to
    assert.strictEqual().
    Before:
    First argument provided is expected value
    Second argument provided is actual value
    
    After:
    First argument provided is actual value
    Second argument provided is expected value
    
    PR-URL: #23527
    Reviewed-By: Hitesh Kanwathirtha <digitalinfinity@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Oktavianus Ludiro authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    efdbc2d View commit details
    Browse the repository at this point in the history
  54. test: updating assertion and expect order in test-tls-client-verify.js

    PR-URL: #23547
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Eli Itah authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    1e8ce06 View commit details
    Browse the repository at this point in the history
  55. test: refactor callback functions to arrow functions

    Refactor callback functions to modern arrow functions.
    
    Also, added `common.mustCall` to `online` callbacks.
    
    PR-URL: #23546
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    seanhealy authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    4c27cf0 View commit details
    Browse the repository at this point in the history
  56. test: fix assertion argument order

    PR-URL: #23545
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    carlrc authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    02b0688 View commit details
    Browse the repository at this point in the history
  57. test: fix assertions argument order

    PR-URL: #23544
    Reviewed-By: Anatoli Papirovski <apapirovski@mac.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: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    KelvinLawHF1 authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    6e5a5ff View commit details
    Browse the repository at this point in the history
  58. src: use MallocedBuffer abstraction for buffers

    Drop `Free` and `std::unique_ptr` in favor of Node's `MallocedBuffer`
    for `char[]` buffer memory mangement.
    
    PR-URL: #23543
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.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: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    codyhazelwood authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    b55fed0 View commit details
    Browse the repository at this point in the history
  59. test: swap expected and actual arguments in assert.strictEqual()

    PR-URL: #23542
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    erin-bush authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    adc89e3 View commit details
    Browse the repository at this point in the history
  60. test: added test for generateKeyPair

    PR-URL: #23541
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    rxiayth authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    e5500f8 View commit details
    Browse the repository at this point in the history
  61. test: reverse the order of assertion statement arguments in pingpong …

    …test
    
    PR-URL: #23540
    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: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    AllanZhengYP authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    21a46ef View commit details
    Browse the repository at this point in the history
  62. test: fix assert.strictEqual() arguments order

    PR-URL: #23539
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Ivan Lukasevych authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    5bf919e View commit details
    Browse the repository at this point in the history
  63. test: assert.strictEqual parameters ordered correctly

    The assert.strictEqual function should have the actual
    value first and the expected value second to enable
    easier debugging of AssertionErrors.
    
    PR-URL: #23538
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    jdenbroeder authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    a410488 View commit details
    Browse the repository at this point in the history
  64. test: switch strictEqual parameters - actual first before expected

    PR-URL: #23537
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    chrisbautista authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    8d583a7 View commit details
    Browse the repository at this point in the history
  65. test: fix strictEqual assertion order on readline tests

    PR-URL: #23561
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Joe Grosspietsch authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    77f2100 View commit details
    Browse the repository at this point in the history
  66. test: modernize test-crypto-domain

    PR-URL: #23559
    Reviewed-By: Sam Ruby <rubys@intertwingly.net>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    naris93 authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    fc05ca5 View commit details
    Browse the repository at this point in the history
  67. test: fix order of assert arguments in vm-new-script-this-context

    Fixes the order of assert.strictEqual arguments.
    
    PR-URL: #23558
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Victor Poriazov authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    0569bfe View commit details
    Browse the repository at this point in the history
  68. test: added async-hook benchmark

    Added a minimalist benchmark test for the async-hooks.
    
    PR-URL: #23556
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    peterjreynoldsii authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    abf19da View commit details
    Browse the repository at this point in the history
  69. test: reverse order of args in reconnect-error assert

    PR-URL: #23555
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    jackelin-herrera authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    fc2f104 View commit details
    Browse the repository at this point in the history
  70. build: add .DS_store to .gitgnore

    The following files were not being ignored:
    
    deps/npm/node_modules/node-gyp/gyp/tools/.DS_Store
    deps/npm/node_modules/node-gyp/gyp/tools/Xcode/.DS_Store
    
    PR-URL: #23554
    Reviewed-By: Hitesh Kanwathirtha <digitalinfinity@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    frony authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    715768e View commit details
    Browse the repository at this point in the history
  71. test: removed unused error variable in try catch

    In test/parallel/test-fs-access.js
    
    PR-URL: #23553
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    mhussa20 authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    042e974 View commit details
    Browse the repository at this point in the history
  72. test: update strictEqual arguments order

    The argument order in the strictEqual check against stderr is in the
    wrong order. The first argument is now the actual value and the second
    argument is the expected value.
    
    PR-URL: #23552
    Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    crpahl authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    04769c4 View commit details
    Browse the repository at this point in the history
  73. test: removed unused variable in fs-watch-file-slow

    PR-URL: #23548
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    makitoda authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    760b571 View commit details
    Browse the repository at this point in the history
  74. test: fix order of parameters to assert.strictEqual

    Usage of assert.strictEqual in test-net-server-listen-remove-callback.js
    incorrectly passes the expected value as the first argument
    and actual value as the second argument.
    
    PR-URL: #23590
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    jasonnutter authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    9439e3e View commit details
    Browse the repository at this point in the history
  75. test: fix argument order in assertions

    PR-URL: #23589
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Illescas, Ricardo authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    8b38c2e View commit details
    Browse the repository at this point in the history
  76. test: fix assert.strictEqual() parameter order in test-path-maklong.js

    The argument order in the strictEqual check was in the wrong order.
    The first argument is now the actual value and the second argument is
    the expected value.
    
    PR-URL: #23587
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    blakehall authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    c9ba20a View commit details
    Browse the repository at this point in the history
  77. test: fix assertion arguments order

    There's no issue for this PR, it's a task at the Node+JS Code-n-Learn.
    
    PR-URL: #23584
    Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@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>
    seantcoyote authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    18ea8cf View commit details
    Browse the repository at this point in the history
  78. test: increased code coverage for proxySessionHandler

    PR-URL: #23583
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    justin0022 authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    70ba0f9 View commit details
    Browse the repository at this point in the history
  79. test: reversed actual and expected values for .strictEqual()

    Fixed strictEqual() parameters order according to the documentation
    for the assertion.
    
    PR-URL: #23579
    Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    sshakeel authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    6ec5b4a View commit details
    Browse the repository at this point in the history
  80. test: add crypto.scrypt test case with different encoding

    PR-URL: #23578
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    yitongding authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    2ea9619 View commit details
    Browse the repository at this point in the history
  81. test: fixed strictEqual arguments order

    Fixes usage of strictEqual arguments order in
    test/parallel/test-process-wrap.js
    
    Part of Node+JS Interactive 2018 Code & Learn
    
    PR-URL: #23576
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    ruyadorno authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    b68ee22 View commit details
    Browse the repository at this point in the history
  82. test: fix arguments ordering for assertions to match the docs

    PR-URL: #23575
    Reviewed-By: Hitesh Kanwathirtha <digitalinfinity@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@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>
    lirantal authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    2a3ba01 View commit details
    Browse the repository at this point in the history
  83. test: fix order of arguments passed to strictEqual

    The argument order in the strictEqual check was in the wrong order.
    The first argument is now the actual value and the second argument is
    the expected value.
    
    PR-URL: #23571
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    eojthebrave authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    bcf24e7 View commit details
    Browse the repository at this point in the history
  84. test: fix strictEqual input parameters order

    PR-URL: #23570
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    AlixAng authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    110606d View commit details
    Browse the repository at this point in the history
  85. test: corrected assertion arguments order

    Fixed the order of expected arguments for assert.strictEqual()
    
    PR-URL: #23569
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    pliab authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    2cb4789 View commit details
    Browse the repository at this point in the history
  86. test: fix strictEqual order for timers test

    PR-URL: #23568
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Saleh Abdel Motaal authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    ef2777d View commit details
    Browse the repository at this point in the history
  87. src: add default initializer in tls_wrap

    PR-URL: #23567
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    richardhoehn authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    db44a1a View commit details
    Browse the repository at this point in the history
  88. test: fix assert value order

    Switched assertion values to match assert.strictEqual() documentation
    
    PR-URL: #23566
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    EthanWeber7 authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    7c7f806 View commit details
    Browse the repository at this point in the history
  89. test: fix parameter order of assertions

    PR-URL: #23565
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    obxpete authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    0fcbe2c View commit details
    Browse the repository at this point in the history
  90. test: fix assert.strictEqual() argument order

    PR-URL: #23564
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    lotharthesavior authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    e0b4dab View commit details
    Browse the repository at this point in the history
  91. test: switch order of assertion arguments

    this updates the arguments in order to give the actual
    return value first and the given expected value second.
    
    PR-URL: #23563
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    zzidante authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    57b4fc1 View commit details
    Browse the repository at this point in the history
  92. test: updated assert test values to doc standards

    PR-URL: #23593
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    keeysnc authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    4874ce2 View commit details
    Browse the repository at this point in the history
  93. test: fix assertion order

    PR-URL: #23626
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.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: Ruben Bridgewater <ruben@bridgewater.de>
    ErickWendel authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    64268d0 View commit details
    Browse the repository at this point in the history
  94. module: removed unused variable

    The variable problemChecking was not used. Removed it.
    
    PR-URL: #23624
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@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: Ruben Bridgewater <ruben@bridgewater.de>
    momander authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    4f8e4f0 View commit details
    Browse the repository at this point in the history
  95. test: correct assertion argument order

    This conforms assertions to follow the argument order of
    asserted then actual, and adds more explicit messages
    to describe assertion failures.
    
    PR-URL: #23618
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    JeffMarvin authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    9fb6cf0 View commit details
    Browse the repository at this point in the history
  96. test: reversed 1st and 2nd arguments for assert.strictEqual()

    PR-URL: #23617
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Hitesh Kanwathirtha <digitalinfinity@gmail.com>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@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>
    vchoubey08 authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    202d38c View commit details
    Browse the repository at this point in the history
  97. test: fix backward assertion arguments

    PR-URL: #23616
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    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: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    svassr authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    6d80af3 View commit details
    Browse the repository at this point in the history
  98. test: update assertion parameter order

    Update assertions to be `value`, `expectedValue`.
    
    PR-URL: #23614
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    seanhealy authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    4d9059b View commit details
    Browse the repository at this point in the history
  99. test: reverse arguments in assert.strictEqual

    assert.strictEqual() had incorrect order of arguments with expected and
    actual values reversed.
    
    PR-URL: #23613
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    past5 authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    d370c5e View commit details
    Browse the repository at this point in the history
  100. test: fix parameters in test-repl.js

    fixed order of parameters in assert.strictEqual() assertion functions,
    first argument provided was the expected value and the second value
    was the actual value.
    
    this is backwards from the documentation for assertions like
    assert.strictEqual() where the first value being tested and the second
    value is the expected value
    
    PR-URL: #23609
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    binaryme authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    0c9a866 View commit details
    Browse the repository at this point in the history
  101. test: fix assertions args order

    PR-URL: #23608
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    milsosa authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    37e1101 View commit details
    Browse the repository at this point in the history
  102. test: re-order strictEqual paramater calls

    PR-URL: #23607
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    ptichonczuk-tc authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    984fac4 View commit details
    Browse the repository at this point in the history
  103. test: fix order of assert args in client response domain test

    PR-URL: #23604
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    sheminusminus authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    af6528a View commit details
    Browse the repository at this point in the history
  104. src: change macro to fn

    Change base64_encoded_size and unbase64 to inline functions. The
    base64_encoded_size is a constexpr to be used in function declarations.
    
    PR-URL: #23603
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Gino Notto authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    dd91c1d View commit details
    Browse the repository at this point in the history
  105. test: fix assert equal order of arguments

    PR-URL: #23602
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@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>
    David Jiang authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    8d39cf6 View commit details
    Browse the repository at this point in the history
  106. test: change order of assert.strictEquals arguments

    Fix assert.strictEquals argument order.
    
    Arguments were actual first, expected second, contrary to
    the documentation. Now, actual value is first and expected
    value is second.
    
    PR-URL: #23600
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    chucktheobald authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    e98d8f4 View commit details
    Browse the repository at this point in the history
  107. test: fix assert parameter order in test-https-localaddress.js

    PR-URL: #23599
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@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>
    iansu authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    25b166a View commit details
    Browse the repository at this point in the history
  108. test: fix assert.strictEqual() argument order

    PR-URL: #23598
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@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>
    Derek authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    3d70304 View commit details
    Browse the repository at this point in the history
  109. test: assertions arguments match docs

    PR-URL: #23594
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Agheb authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    002c35c View commit details
    Browse the repository at this point in the history
  110. test: increased code coverage for slowCases

    Added test coverage for 4 un-covered if statements in slowCases
    
    PR-URL: #23592
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    jehaines authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    e8ca330 View commit details
    Browse the repository at this point in the history
  111. test: use smaller keys for a faster keygen test

    On my machine, this brings test execution time down from about 2
    seconds to 0.2 seconds.
    
    PR-URL: #23430
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    sam-github authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    f82611a View commit details
    Browse the repository at this point in the history
  112. test: add test coverage for fs.truncate

    Add test to check:
    - for `null` as len parameter
    - if error is propagated into callback if file doesn't exist
    - if an error is actually thrown if len is not a number
    
    PR-URL: #23620
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: James M Snell <jasnell@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: Denys Otrishko <shishugi@gmail.com>
    christian-bromann authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    642b168 View commit details
    Browse the repository at this point in the history
  113. zlib: refactor zlib internals

    Split out things that are specific to zlib as a specific
    compression library, vs. the interface that is common to
    most C compression libraries.
    
    This should pave the way for including support for e.g.
    brotli.
    
    PR-URL: #23360
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    addaleax authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    179d4c7 View commit details
    Browse the repository at this point in the history
  114. test: fix strictEqual arguments order

    Fix strictEqual assertion arguments order to conform
    to the function signature in buffer tests
    
    PR-URL: #23486
    Reviewed-By: Gireesh Punathil <gpunathi@in.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: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    jonathansamines authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    79d7733 View commit details
    Browse the repository at this point in the history
  115. tools,test: cleanup and dedup code

    * Hoist common code to base class
      (`GetTestStatus`, and the `section` property to `TestConfiguration`)
    * Replace ListSet with the built in set
    * Remove ClassifiedTest
    * Inline PrintReport
    * How cases_to_run are filtered
    
    PR-URL: #23251
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    refack authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    148ae30 View commit details
    Browse the repository at this point in the history
  116. tools,test: add list of slow tests

    they will be skipped if run with `--flaky-tests=skip`
    
    PR-URL: #23251
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    refack authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    9e03393 View commit details
    Browse the repository at this point in the history
  117. src: remove OCB support ifdef OPENSSL_NO_OCB

    Electron uses BoringSSL which does not support OCB . It is also
    possible to build OpenSSL without support for OCB for Node.js.
    This commit disables OCB if OPENSSL_NO_OCB is defined.
    
    PR-URL: #23635
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    codebytere authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    ea9c44d View commit details
    Browse the repository at this point in the history
  118. doc: cleanup and references in C++ guide

    PR-URL: #23650
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    refack authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    3e4032a View commit details
    Browse the repository at this point in the history
  119. src: update v8::Object::GetPropertyNames() usage

    Use the non-deprecated version of GetPropertyNames().
    
    PR-URL: #23660
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cjihrig authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    f5cadf6 View commit details
    Browse the repository at this point in the history
  120. crypto: simplify error handling in ECDH::New

    The type of the argument is being checked within JS which makes the
    type checking in C++ unnecessary.
    
    PR-URL: #23647
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    tniessen authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    4ba8977 View commit details
    Browse the repository at this point in the history
  121. crypto: simplify internal state handling

    Uninitialized instances are not exposed to users, so this condition should
    always be true.
    
    PR-URL: #23648
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    tniessen authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    3ca41dc View commit details
    Browse the repository at this point in the history
  122. tls: prevent multiple connection errors

    onConnectEnd(), which is called by TLSSocket, has a guard to
    prevent being called multiple times, but it does not prevent the
    OpenSSL error handler from being called, leading to multiple
    error events. This commit adds that piece of missing logic.
    
    PR-URL: #23636
    Fixes: #23631
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Wyatt Preul <wpreul@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cjihrig authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    81dc241 View commit details
    Browse the repository at this point in the history
  123. src: changed stdio_pipes_ to std::vector

    PR-URL: #23615
    Reviewed-By: Sam Ruby <rubys@intertwingly.net>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    niboch authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    850b54f View commit details
    Browse the repository at this point in the history
  124. test: check codes of thrown errors

    PR-URL: #23519
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: George Adams <george.adams@uk.ibm.com>
    truonghnancy authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    11eabba View commit details
    Browse the repository at this point in the history
  125. doc: simplify security reporting text

    Edit security-reporting text in the README to keep it concise and
    straightforward. The removed text may discourage reporting. Nothing like
    it appears in similar security-reporting text that I have reviewed.
    See, for example, the Linux kernel docs on security reporting:
    https://www.kernel.org/doc/html/v4.11/admin-guide/security-bugs.html
    
    PR-URL: #23686
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Trott authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    e856fa2 View commit details
    Browse the repository at this point in the history
  126. build: fix ./configure --enable-d8

    Add SHARED_INTERMEDIATE_DIR to the include path because that is where
    Torque-generated files live. d8.cc includes files from deps/v8/src
    that depend on those generated files.
    
    PR-URL: #23656
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Gus Caplan <me@gus.host>
    bnoordhuis authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    abd46ee View commit details
    Browse the repository at this point in the history
  127. tools: prefer filter to remove empty strings

    Ref: #23585 (comment)
    
    Python's `list.remove` will throw if the element is not found and also
    it removes only the first occurrence.
    
    This patch replaces the use of `list.remove` with a `filter` which
    solves both of the above mentioned problems.
    
    PR-URL: #23727
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Rod Vagg <rod@vagg.org>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Matheus Marchini <mat@mmarchini.me>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    thefourtheye authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    ac83a14 View commit details
    Browse the repository at this point in the history
  128. 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 MylesBorins committed Oct 30, 2018
    Copy the full SHA
    28599e8 View commit details
    Browse the repository at this point in the history
  129. doc: improve README.md

    Make text more concise and remove some use of passive voice.
    
    PR-URL: #23705
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Matheus Marchini <mat@mmarchini.me>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Trott authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    8cd83c5 View commit details
    Browse the repository at this point in the history
  130. 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 MylesBorins committed Oct 30, 2018
    Copy the full SHA
    703f40a View commit details
    Browse the repository at this point in the history
  131. deps: add missing ares_android.h file

    This file was left out of the c-ares 1.14.0 update.
    
    PR-URL: #23682
    Fixes: #23681
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cjihrig authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    44279e0 View commit details
    Browse the repository at this point in the history
  132. meta: clarify fast-track approval

    Refs: #23725 (comment)
    
    PR-URL: #23744
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Matheus Marchini <mat@mmarchini.me>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    jasnell authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    8ec2c51 View commit details
    Browse the repository at this point in the history
  133. doc: add Backport-PR-URL info in backport guide

    PR-URL: #23701
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Matheus Marchini <mat@mmarchini.me>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Shelley Vohr <codebytere@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: George Adams <george.adams@uk.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    ofrobots authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    d862f1e View commit details
    Browse the repository at this point in the history
  134. test: correct order of args in buffer compare

    PR-URL: #23521
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Hitesh Kanwathirtha <digitalinfinity@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    James Irwin authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    ff9232d View commit details
    Browse the repository at this point in the history
  135. doc: document use of buffer.swap16() for utf16be

    Fixes: #12813
    
    PR-URL: #23747
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    jasnell authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    f318d16 View commit details
    Browse the repository at this point in the history
  136. doc: add missing deprecation labels

    Fixes: #20841
    
    PR-URL: #23761
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Shelley Vohr <codebytere@gmail.com>
    Reviewed-By: Matheus Marchini <mat@mmarchini.me>
    jasnell authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    4c9d993 View commit details
    Browse the repository at this point in the history
  137. benchmark: coerce PORT to number

    Without this fix net/tcp-raw-c2s.js aborts in environments where PORT
    is defined. TCPWrap::Connect expects the third arg to be a UInt32.
    
    PR-URL: #23721
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    ofrobots authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    d13bb2c View commit details
    Browse the repository at this point in the history
  138. crypto: remove DiffieHellman.initialised_

    As pointed out by Ben Noordhuis, this internal field can be removed
    since all instances are initialized when exposed to users.
    
    PR-URL: #23717
    Refs: #23648
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    tniessen authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    f216699 View commit details
    Browse the repository at this point in the history
  139. test: reversed params in assert.strictEqual()

    Reversed parameters of assert.strictEqual() in
    test-promises-unhandled-rejections.js so that first one is actual and
    second one is expected value.
    
    PR-URL: #23591
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    durad authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    4e019f0 View commit details
    Browse the repository at this point in the history
  140. test: fix argument order in assertion

    Change the order of assert parameters so the first argument is the value
    and the second one the expected value.
    
    PR-URL: #23581
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Illescas, Ricardo authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    0b7aa27 View commit details
    Browse the repository at this point in the history
  141. test: improve test coverage for fs module

    Covering the case when fs-read get invalid argument for file handle
    
    PR-URL: #23601
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    leomoreno authored and MylesBorins committed Oct 30, 2018
    Copy the full SHA
    8e7a12f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. doc: fix headings for CHANGELOG_v10.md

    The LTS bit flip did not include the new title heading for LTS in the
    changelog. This commit fixes that.
    
    PR-URL: #23973
    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: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    MylesBorins committed Nov 1, 2018
    Copy the full SHA
    523db5f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2018

  1. async_hooks: add missing async_hooks destroys in AsyncReset

    This adds missing async_hooks destroy calls for sockets (in
    _http_agent.js) and HTTP parsers. We need to emit a destroy in
    AsyncWrap#AsyncReset before assigning a new async_id when the instance
    has already been in use and is being recycled, because in that case, we
    have already emitted an init for the "old" async_id.
    
    This also removes a duplicated init call for HTTP parser: Each time a
    new parser was created, AsyncReset was being called via the C++ Parser
    class constructor (super constructor AsyncWrap) and also via
    Parser::Reinitialize.
    
    Backport-PR-URL: #23404
    PR-URL: #23272
    Fixes: #19859
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    basti1302 authored and MylesBorins committed Nov 4, 2018
    Copy the full SHA
    8345a82 View commit details
    Browse the repository at this point in the history
  2. win: clarify Boxstarter behavior on install tools

    Clarify the behavior of what Boxstarter may do when it runs on a box
    to install all the necessary tools so that there are no surprises to
    the end user when the script is run.
    
    Currently there is no interface that warns the user that Boxstarter
    will reboot the machine possibly multiple times depending on how many
    dependencies need to be installed and doesn't mention a need to disable
    UAC. For folks who see what may look like a reboot loop, we feel it is
    necessary to make them aware that UAC will be disabled and they will
    need to take action to re-enable UAC manually if they interfere/stop
    the script from finishing.
    
    PR-URL: #23987
    Fixes: nodejs/Release#369
    Reviewed-By: John-David Dalton <john.david.dalton@gmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    ferventcoder authored and MylesBorins committed Nov 4, 2018
    Copy the full SHA
    e9a2915 View commit details
    Browse the repository at this point in the history
  3. win: add prompt to tools installation script

    Fixes: nodejs/Release#369
    
    PR-URL: #23987
    Reviewed-By: John-David Dalton <john.david.dalton@gmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    joaocgreis authored and MylesBorins committed Nov 4, 2018
    Copy the full SHA
    257a5e9 View commit details
    Browse the repository at this point in the history
  4. src: initial large page (2M) support

    Backport-PR-URL: #23861
    PR-URL: #22079
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    suresh-srinivas authored and MylesBorins committed Nov 4, 2018
    Copy the full SHA
    d1102f8 View commit details
    Browse the repository at this point in the history
  5. test: enable trace-events tests for workers

    Use the `cwd` option for `child_process` instead of `process.chdir()`
    to enable the trace events tests to run on workers.
    
    Conflicts:
    	test/parallel/test-trace-events-binding.js
    	test/parallel/test-trace-events-category-used.js
    
    Backport-PR-URL: #23882
    PR-URL: #23698
    Refs: #23674 (comment)
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    richardlau authored and MylesBorins committed Nov 4, 2018
    Copy the full SHA
    8552bb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. deps: partially revert 'increase V8 deprecation levels'

    PR-URL: #24195
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    psmarshall authored and MylesBorins committed Nov 7, 2018
    Copy the full SHA
    2290c31 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. deps: backport 525b396195 from upstream V8

    Original commit message:
    
      [cpu-profiler] Fix a leak caused by re-logging existing functions.
    
      Don't re-log all existing functions during StartProcessorIfNotStarted().
      They will already be in the CodeMap attached to the ProfileGenerator and
      re-logging them causes leaks. See the linked bug for more details.
    
      Bug: v8:8253
      Change-Id: Ibb1a1ab2431c588e8c3a3a9ff714767cdf61a88e
      Reviewed-on: https://chromium-review.googlesource.com/1256763
      Commit-Queue: Peter Marshall <petermarshall@chromium.org>
      Reviewed-by: Yang Guo <yangguo@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#56336}
    
    PR-URL: #23827
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Matheus Marchini <mat@mmarchini.me>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    psmarshall authored and MylesBorins committed Nov 12, 2018
    Copy the full SHA
    1e9b4a2 View commit details
    Browse the repository at this point in the history
  2. util: handle null prototype on inspect

    This makes sure the  prototype is always detected properly.
    
    Backport-PR-URL: #23655
    PR-URL: #22331
    Fixes: #22141
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: John-David Dalton <john.david.dalton@gmail.com>
    antsmartian authored and MylesBorins committed Nov 12, 2018
    Copy the full SHA
    3df083c View commit details
    Browse the repository at this point in the history
  3. src: trace_event: secondary storage for metadata

    Metadata trace-events should be held in secondary storage so that they
    can be periodically reemitted. This change establishes the secondary
    storage and ensures that events are reemitted on each flush.
    
    Backport-PR-URL: #23700
    PR-URL: #20900
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Backport-PR-URL: #23700
    ofrobots authored and MylesBorins committed Nov 12, 2018
    Copy the full SHA
    de2340d View commit details
    Browse the repository at this point in the history
  4. src: fix CreatePlatform header param mismatch

    Backport-PR-URL: #23700
    PR-URL: #23947
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
    Reviewed-By: Matheus Marchini <mat@mmarchini.me>
    codebytere authored and MylesBorins committed Nov 12, 2018
    Copy the full SHA
    9a7554a View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. Revert "win,msi: install tools for native modules"

    This reverts:
    	Revision: 257a5e9
    	win: add prompt to tools installation script
    
    	Revision: e9a2915
    	win: clarify Boxstarter behavior on install tools
    
    	Revision: 3b895d1
    	win,msi: display license notes before installing tools
    
    	Revision: cf284c8
    	win,msi: install Boxstarter from elevated shell
    
    	Revision: 2b7e18d
    	win,msi: highlight installation of 3rd-party tools
    
    	Revision: ebf36cd
    	win,msi: install tools for native modules
    
    PR-URL: #24344
    Refs: #22645
    Refs: #23987
    Refs: nodejs/Release#369
    Refs: #23838
    Refs: nodejs/security-wg#439
    Reviewed-By: João Reis <reis@janeasystems.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    refack committed Nov 18, 2018
    Copy the full SHA
    469473d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. deps: cherry-pick d9e7832 from V8 upstream

    Original commit message:
      fix gn builds on aix
    
      Change-Id: I60aed7bf8207703fa6ceddb6165e173e68b5ff5f
      Reviewed-on: https://chromium-review.googlesource.com/1103533
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#54386}
    
    PR-URL: #23695
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Yang Guo <yangguo@chromium.org>
    Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
    Vasili Skurydzin authored and MylesBorins committed Nov 22, 2018
    Copy the full SHA
    d4c8d77 View commit details
    Browse the repository at this point in the history
  2. deps: cherry-pick abab9fb from V8 upstream

    Original commit message:
      s390, ppc64: Enable v8gen.py on Linux s390, ppc64
    
      Change-Id: Ia05e949e1a823e30a45894c47f6f6df2e159befe
      Reviewed-on: https://chromium-review.googlesource.com/1135540
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#54485}
    
    PR-URL: #23695
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Yang Guo <yangguo@chromium.org>
    Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
    Vasili Skurydzin authored and MylesBorins committed Nov 22, 2018
    Copy the full SHA
    01544e1 View commit details
    Browse the repository at this point in the history
  3. deps: cherry-pick a51f429 from V8 upstream

    Original commit message:
    
      Use gn from PATH on aix
    
      Change-Id: I853f7899dbba9112ba1ca2ce78e2838b5a09c975
      Reviewed-on: https://chromium-review.googlesource.com/1168087
      Commit-Queue: John Barboza <jbarboza@ca.ibm.com>
      Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#55028}
    
    PR-URL: #23695
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Yang Guo <yangguo@chromium.org>
    Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
    Vasili Skurydzin authored and MylesBorins committed Nov 22, 2018
    Copy the full SHA
    a4d67c9 View commit details
    Browse the repository at this point in the history
  4. 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: #23695
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Yang Guo <yangguo@chromium.org>
    Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
    Vasili Skurydzin authored and MylesBorins committed Nov 22, 2018
    Copy the full SHA
    f2d3bad View commit details
    Browse the repository at this point in the history
  5. deps: cherry-pick 67b5499 from V8 upstream

    Original commit message:
      PPC: disable failing cctest on AIX temporarily
    
      Change-Id: I8a0081acb9c5eb662bf43eceb52218096eac327c
      Reviewed-on: https://chromium-review.googlesource.com/1174560
      Reviewed-by: Adam Klein <adamk@chromium.org>
      Reviewed-by: Camillo Bruni <cbruni@chromium.org>
      Reviewed-by: Junliang Yan <jyan@ca.ibm.com>
      Commit-Queue: Junliang Yan <jyan@ca.ibm.com>
      Cr-Commit-Position: refs/heads/master@{#55229}
    
    PR-URL: #23695
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Yang Guo <yangguo@chromium.org>
    Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
    Vasili Skurydzin authored and MylesBorins committed Nov 22, 2018
    Copy the full SHA
    d3fb599 View commit details
    Browse the repository at this point in the history
  6. deps: V8: Add virtual dtor to avoid aix gcc error

    deps/v8/src/torque/file-visitor.h:
    * Not currently present in v8/master
    
    deps/v8/third_party/antlr4/BUILD.gn:
    * Use current_os variable to avoid is_aix being undefined.
    
    The following patch to v8/build solves this issue for v8/master:
    * a1a12ef3b343f9e75c630ed6dc8f1ea44a8a747b
    
    However, the version of '/chromium/src/build.git' cannot be updated to
    include this patch in v8/DEPS file. (could potentially cause issues for
    other platforms)
    
    The change to deps/v8/src/torque/file-visitor.h is a workaround for
    origin/v10.x-staging branch.
    
    PR-URL: #23695
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Yang Guo <yangguo@chromium.org>
    Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
    Vasili Skurydzin authored and MylesBorins committed Nov 22, 2018
    Copy the full SHA
    20430ae View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. dns: fix inconsistent (hostname vs host)

    Fixes: #20892
    PR-URL: #23572
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    UlisesGascon authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    b2252ea View commit details
    Browse the repository at this point in the history
  2. doc: formalize non-const reference usage in C++ style guide

    We generally avoid using non-const references if not necessary. This
    formalizes this rules by writing them down in the C++ style guide.
    
    (Note: Some reviews are from the original PR.)
    
    Refs: #23028
    PR-URL: #23155
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
    Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
    addaleax authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    30b1a4a View commit details
    Browse the repository at this point in the history
  3. test: skip failing tests for osx mojave

    Refs: #21679
    PR-URL: #23550
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: George Adams <george.adams@uk.ibm.com>
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    jnord99 authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    ce03aca View commit details
    Browse the repository at this point in the history
  4. test: increase coverage for readfile with withFileTypes

    According to the test coverage report a test case was missings checking
    if an error is passed into the callback for readdir calls with
    withFileTypes option.
    
    PR-URL: #23557
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    christian-bromann authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    874371d View commit details
    Browse the repository at this point in the history
  5. tls: close StreamWrap and its stream correctly

    When sockets of the "net" module destroyed, they will call
    `this._handle.close()` which will also emit EOF if not emitted
    before. This feature makes sockets on the other side emit "end" and
    "close" even though we haven't called `end()`. As `stream` of
    `StreamWrap` are likely to be instances of `net.Socket`, calling
    `destroy()` manually will avoid issues that don't properly close
    wrapped connections.
    
    Fixes: #14605
    
    PR-URL: #23654
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    oyyd authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    9aec3e6 View commit details
    Browse the repository at this point in the history
  6. test: add a test for tls.Socket with allowHalfOpen

    This test ensures that a tls client socket using `StreamWrap` with
    `allowHalfOpen` option won't hang.
    
    PR-URL: #23866
    Refs: #23654
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    oyyd authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    9ad176a View commit details
    Browse the repository at this point in the history
  7. test: add blocks and comments to fs-promises tests

    PR-URL: #23627
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Ben Coe <bencoe@gmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    iansu authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    4673848 View commit details
    Browse the repository at this point in the history
  8. doc: revise security-reporting example text

    Edit for simplicity and clarity.
    
    PR-URL: #23759
    Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
    Reviewed-By: Matheus Marchini <mat@mmarchini.me>
    Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Trott authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    da65cb6 View commit details
    Browse the repository at this point in the history
  9. 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 MylesBorins committed Nov 26, 2018
    Copy the full SHA
    f8bd7c0 View commit details
    Browse the repository at this point in the history
  10. build: fix coverage generation

    Changes in command line options for nyc resulted in the
    coverage target no longer working.
    
    Pin the major version of nyc and update the options to
    get it working again.
    
    PR-URL: #23769
    Fixes: #23690
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: George Adams <george.adams@uk.ibm.com>
    mhdawson authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    a553015 View commit details
    Browse the repository at this point in the history
  11. doc: add missing YAML labels

    PR-URL: #23810
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    vsemozhetbyt authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    30bcddc View commit details
    Browse the repository at this point in the history
  12. 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 MylesBorins committed Nov 26, 2018
    Copy the full SHA
    4116788 View commit details
    Browse the repository at this point in the history
  13. repl: migrate from process.binding('config') to getOptions()

    PR-URL: #23684
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Jose Bucio authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    d1c0827 View commit details
    Browse the repository at this point in the history
  14. crypto: strip unwanted space from openssl version

    Remove trailing " \n" from `process.versions.openssl`.
    
    d3d6cd3 was incorrectly printing this trailer, but because the
    target buffer size was claimed to be the length of the version string,
    the trailer was truncated off.
    
    9ed4646 corrected the target buffer size, but then the trailer
    started to appear in process.versions.
    
    Added a test to check for regressions.
    
    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 MylesBorins committed Nov 26, 2018
    Copy the full SHA
    cbc54d4 View commit details
    Browse the repository at this point in the history
  15. 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 MylesBorins committed Nov 26, 2018
    Copy the full SHA
    6ee9273 View commit details
    Browse the repository at this point in the history
  16. 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 MylesBorins committed Nov 26, 2018
    Copy the full SHA
    fd12699 View commit details
    Browse the repository at this point in the history
  17. 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 MylesBorins committed Nov 26, 2018
    Copy the full SHA
    cdf8933 View commit details
    Browse the repository at this point in the history
  18. 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 MylesBorins committed Nov 26, 2018
    Copy the full SHA
    64f9a3c View commit details
    Browse the repository at this point in the history
  19. 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 MylesBorins committed Nov 26, 2018
    Copy the full SHA
    bd0e0d2 View commit details
    Browse the repository at this point in the history
  20. 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 MylesBorins committed Nov 26, 2018
    Copy the full SHA
    9982c09 View commit details
    Browse the repository at this point in the history
  21. 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 MylesBorins committed Nov 26, 2018
    Copy the full SHA
    c77d127 View commit details
    Browse the repository at this point in the history
  22. 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 MylesBorins committed Nov 26, 2018
    Copy the full SHA
    b2fbefb View commit details
    Browse the repository at this point in the history
  23. src: refactor deprecated v8::Function::Call call

    Refs: #23414 (comment)
    
    PR-URL: #23804
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    RomainLanz authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    2e3e68a View commit details
    Browse the repository at this point in the history
  24. doc: document and warn if the ICU version is too old

    Fixes: #19657
    
    PR-URL: #23766
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
    srl295 authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    f1c2fb3 View commit details
    Browse the repository at this point in the history
  25. test: fix invalid modulesLength for DSA keygen

    During key generation, the default dsa_builtin_paramgen will reset
    modulusLength to 512. But in dsa_builtin_paramgen2 this does not
    happen, leading to lockup in FIPS mode.
    
    PR-URL: #23732
    Refs: #23430
    Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    AdamMajer authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    79be83d View commit details
    Browse the repository at this point in the history
  26. 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 MylesBorins committed Nov 26, 2018
    Copy the full SHA
    d62d666 View commit details
    Browse the repository at this point in the history
  27. 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 MylesBorins committed Nov 26, 2018
    Copy the full SHA
    e711e45 View commit details
    Browse the repository at this point in the history
  28. lib: migrate from process.binding('config') to getOptions()

    PR-URL: #23588
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    burgerboydaddy authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    c601fde View commit details
    Browse the repository at this point in the history
  29. src: refactor deprecated v8::String::NewFromTwoByte call

    PR-URL: #23803
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    RomainLanz authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    d316f64 View commit details
    Browse the repository at this point in the history
  30. 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 MylesBorins committed Nov 26, 2018
    Copy the full SHA
    01c1ee6 View commit details
    Browse the repository at this point in the history
  31. doc: NODE_EXTRA_CA_CERTS is ignored if setuid root

    Fixes: #22081
    
    PR-URL: #23770
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    bnoordhuis authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    f5c68dc View commit details
    Browse the repository at this point in the history
  32. test: increase coverage of internal/stream/end-of-stream

    This change adds test cases to call the function returned by
    end-of-stream and asserts that callbacks are not called when
    the stream is ended, or prematurely closed.
    
    PR-URL: #23751
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    lrdcasimir authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    60f1a5a View commit details
    Browse the repository at this point in the history
  33. doc: use Cookie in request.setHeader() examples

    `Set-Cookie` is a response header, replace it with `Cookie`.
    
    PR-URL: #23707
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    lpinca authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    8a6086c View commit details
    Browse the repository at this point in the history
  34. doc: remove problematic example from README

    Remove Buffer constructor example from security reporting examples. Even
    though the example text focuses on API compatibility, the pull request
    cited is about zero-filling vs. not zero-filling, which is not an API
    compatibility change (or at least is not unambiguously one). The fact
    that it's a pull request is also problematic, since it's not reporting a
    security issue but instead proposing a way to address one that has
    already been reported publicly. Finally, the text focuses on the fact
    that it was not deemed worth of backporting, but that was determined by
    a vote by a divided CTC. It is unreasonable to ask someone reporting an
    issue to make a determination that the CTC/TSC is divided on.
    
    In short, it's not a good example for the list it is in. Remove it.
    
    Refs: #23759 (comment)
    
    PR-URL: #23817
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Trott authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    9a09f8a View commit details
    Browse the repository at this point in the history
  35. 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 MylesBorins committed Nov 26, 2018
    Copy the full SHA
    9844188 View commit details
    Browse the repository at this point in the history
  36. stream: async iteration should work with destroyed stream

    Fixes #23730.
    
    PR-URL: #23785
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Matheus Marchini <mat@mmarchini.me>
    mcollina authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    dbd37ab View commit details
    Browse the repository at this point in the history
  37. stream: ended streams should resolve the async iteration

    Fixes: #23891
    
    PR-URL: #23901
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    mcollina authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    5ea25c2 View commit details
    Browse the repository at this point in the history
  38. stream: do not error async iterators on destroy(null)

    Fixes: #23890
    
    PR-URL: #23901
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    mcollina authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    1484eeb View commit details
    Browse the repository at this point in the history
  39. test: add test-benchmark-napi

    Also makes sure that the napi benchmark is built before running jstest.
    
    Skipped on windows since n-api benchmarks aren't built there yet.
    
    PR-URL: #23585
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    forivall authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    9e9bb85 View commit details
    Browse the repository at this point in the history
  40. src: reduce duplication in tcp_wrap Connect

    This commit extracts identical code from Connect and Connect6 into a
    separate function to avoid some code duplication.
    
    PR-URL: #23753
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Matheus Marchini <mat@mmarchini.me>
    danbev authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    98649dc View commit details
    Browse the repository at this point in the history
  41. n-api: make per-Context-ness of napi_env explicit

    Because instances of `napi_env` are created on a per-global-object
    basis and because since most N-API functions refer to builtin JS
    objects, `napi_env` is essentially in 1:1 correspondence with
    `v8::Context`.
    
    This was not clear from the implementation by itself, but has
    emerged from conversations with the N-API team.
    
    This patch changes the `napi_env` implementation to:
    
    - Actually store the `v8::Context` it represents.
    - Provide more direct access to the `node::Environment`
      to which the `Context` belongs.
    - Do not store the `uv_loop_t*` explicitly, since it can be
      inferred from the `node::Environment` and we actually
      have an N-API method for that.
    - Replace calls to `isolate->GetCurrentContext()` with
      the more appropriate `napi_env` `Context`.
    - Implement a better (although not perfect) way of cleaning
      up `napi_env` instances.
    
    PR-URL: #23689
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: Matheus Marchini <mat@mmarchini.me>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    addaleax authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    9b95160 View commit details
    Browse the repository at this point in the history
  42. build: add lint-py which uses flake8

    PR-URL: #21952
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    cclauss authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    aed45d7 View commit details
    Browse the repository at this point in the history
  43. 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 MylesBorins committed Nov 26, 2018
    Copy the full SHA
    8f58eed View commit details
    Browse the repository at this point in the history
  44. doc: document nullptr comparisons in style guide

    This documents existing practices.
    
    PR-URL: #23805
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    addaleax authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    09faedf View commit details
    Browse the repository at this point in the history
  45. 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 MylesBorins committed Nov 26, 2018
    Copy the full SHA
    28ee410 View commit details
    Browse the repository at this point in the history
  46. test: verify performance.timerify() works w/ non-Node Contexts

    PR-URL: #23784
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    addaleax authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    f30f11b View commit details
    Browse the repository at this point in the history
  47. 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 MylesBorins committed Nov 26, 2018
    Copy the full SHA
    1c6820b View commit details
    Browse the repository at this point in the history
  48. 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 MylesBorins committed Nov 26, 2018
    Copy the full SHA
    fa9d286 View commit details
    Browse the repository at this point in the history
  49. benchmark: fix bench-mkdirp to use recursive option

    The original PR didn't update the benchmark after renaming the option.
    
    PR-URL: #23699
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    ajafff authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    9e92b81 View commit details
    Browse the repository at this point in the history
  50. 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 MylesBorins committed Nov 26, 2018
    Copy the full SHA
    5fb5832 View commit details
    Browse the repository at this point in the history
  51. 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 MylesBorins committed Nov 26, 2018
    Copy the full SHA
    c0649c8 View commit details
    Browse the repository at this point in the history
  52. doc: add optional callback to socket.end()

    PR-URL: #23937
    Refs: #18708
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Ajido authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    64c683b View commit details
    Browse the repository at this point in the history
  53. tools: update ESLint to 5.8.0

    Update ESLint to 5.8.0.
    
    PR-URL: #23904
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    cjihrig authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    3249a57 View commit details
    Browse the repository at this point in the history
  54. 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 committed Nov 26, 2018
    Copy the full SHA
    565f4ca View commit details
    Browse the repository at this point in the history
  55. doc: rename README section for Release Keys

    The section of the README currently labeled "Release Team" isn't about
    the team much and is very much about the keys. Rename it "Release Keys"
    so that it's purpose matches it's name.
    
    PR-URL: #23927
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Matheus Marchini <mat@mmarchini.me>
    Trott authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    839f026 View commit details
    Browse the repository at this point in the history
  56. doc: remove notice of dashes in V8 options

    Previously only V8 options supported both dashes in them (making them
    equivalent), but now Node.js also supports both styles so the note can
    be removed.
    
    PR-URL: #23903
    Refs: #18592
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: George Adams <george.adams@uk.ibm.com>
    lundibundi authored and MylesBorins committed Nov 26, 2018
    Copy the full SHA
    5072fcb View commit details
    Browse the repository at this point in the history
  57. 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 MylesBorins committed Nov 26, 2018
    Copy the full SHA
    ddfb22f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. 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 MylesBorins committed Nov 27, 2018
    Copy the full SHA
    3c46c03 View commit details
    Browse the repository at this point in the history
  2. doc: document HPE_HEADER_OVERFLOW error

    PR-URL: #23963
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    sam-github authored and MylesBorins committed Nov 27, 2018
    Copy the full SHA
    d19a3d6 View commit details
    Browse the repository at this point in the history
  3. 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 MylesBorins committed Nov 27, 2018
    Copy the full SHA
    1c9ae77 View commit details
    Browse the repository at this point in the history
  4. os: fix memory leak in userInfo()

    This previously leaked memory in the ‘success’ case.
    
    PR-URL: #23893
    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: James M Snell <jasnell@gmail.com>
    addaleax authored and MylesBorins committed Nov 27, 2018
    Copy the full SHA
    ac73050 View commit details
    Browse the repository at this point in the history
  5. doc: clarify fd behaviour with {read,write}File

    PR-URL: #23706
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    thefourtheye authored and MylesBorins committed Nov 27, 2018
    Copy the full SHA
    8180b0b View commit details
    Browse the repository at this point in the history
  6. doc: revise BUILDING.md

    Copy-edit for clarity and brevity.
    
    PR-URL: #23966
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: Matheus Marchini <mat@mmarchini.me>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Trott authored and MylesBorins committed Nov 27, 2018
    Copy the full SHA
    f6abca9 View commit details
    Browse the repository at this point in the history
  7. 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 MylesBorins committed Nov 27, 2018
    Copy the full SHA
    803070b View commit details
    Browse the repository at this point in the history
  8. 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 MylesBorins committed Nov 27, 2018
    Copy the full SHA
    4a52fc0 View commit details
    Browse the repository at this point in the history
  9. src,win: informative stack traces

    Refresh `Win32SymbolDebuggingContext::LookupSymbol` to use more APIs
    
    PR-URL: #23822
    Refs: https://docs.microsoft.com/en-us/windows/desktop/Debug/retrieving-symbol-information-by-address
    Refs: https://docs.microsoft.com/en-us/windows/desktop/Debug/retrieving-undecorated-symbol-names
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    refack authored and MylesBorins committed Nov 27, 2018
    Copy the full SHA
    c32cf17 View commit details
    Browse the repository at this point in the history
  10. 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 MylesBorins committed Nov 27, 2018
    Copy the full SHA
    dd82014 View commit details
    Browse the repository at this point in the history
  11. lib: fix code cache generation

    e7f710c broke the code cache generation since internalBinding
    is now passed in through the wrapper and cannot be redeclared.
    This patch fixes that.
    
    Refs: #21563
    PR-URL: #23855
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    joyeecheung authored and MylesBorins committed Nov 27, 2018
    Copy the full SHA
    7374c0c View commit details
    Browse the repository at this point in the history
  12. test: run code cache test by default and test generator

    - Add the code cache tests to the default test suite, and test
      the bookkeeping when the binary is not built with the code cache.
    - Test the code cache generator to make sure we do not accidentally
      break it - until we enable code cache in the CI.
    
    Refs: #21563
    PR-URL: #23855
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    joyeecheung authored and MylesBorins committed Nov 27, 2018
    Copy the full SHA
    ff59c1c View commit details
    Browse the repository at this point in the history
  13. 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 MylesBorins committed Nov 27, 2018
    Copy the full SHA
    592f5bd View commit details
    Browse the repository at this point in the history
  14. build: configure default v8_optimized_debug

    Under the assumption that debugging is more often focused on node core
    source. This setting compiles V8 with only partial optimizations,
    DCHECKS, and debug symbols, so it is still very much debuggable,
    but it is much faster.
    
    It does disable SLOW_DCHECKS, but at the advice of the V8 team, those
    are more important for deep V8 debugging.
    
    Override is configurable with `./configure --v8-non-optimized-debug`.
    
    PR-URL: #23704
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
    refack authored and MylesBorins committed Nov 27, 2018
    Copy the full SHA
    51947a5 View commit details
    Browse the repository at this point in the history
  15. deps,v8: fix gypfile bug

    PR-URL: #23704
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
    refack authored and MylesBorins committed Nov 27, 2018
    Copy the full SHA
    67f5d30 View commit details
    Browse the repository at this point in the history
  16. build: add -Werror=undefined-inline to clang builds

    PR-URL: #23961
    Refs: #23954
    Refs: #23910
    Refs: #23880
    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: Joyee Cheung <joyeec9h3@gmail.com>
    refack authored and MylesBorins committed Nov 27, 2018
    Copy the full SHA
    bd73da0 View commit details
    Browse the repository at this point in the history
  17. src: fix fully-static & large-pages combination

    Fixes: #23906
    Refs: #22079
    
    This change to ld.implicit.script moves libc static code to
    .lpstub area and avoids the issue detailed in 23906
    
    Quick performance comparision on web-tooling shows 3%
    improvement for the combination over fully-static
    
    cycles                       376,235,487,455  390,007,877,315
    instructions                 700,341,146,973  714,773,201,182
    itlb_misses_walk_completed        20,654,246       28,908,381
    itlb_misses_walk_completed_4k     19,884,666       28,865,118
    itlb_misses_walk_completed_2m_4m     769,391           43,251
    Score                                   9.13             8.86
    
    PR-URL: #23964
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    suresh-srinivas authored and MylesBorins committed Nov 27, 2018
    Copy the full SHA
    d25e94b View commit details
    Browse the repository at this point in the history
  18. build: make benchmark/napi all prereq order-only

    This commit makes the all prerequisites order-only to prevent this
    target's rules to be executed every time which is currently the case as
    the all target is a phony target and will be executed every time.
    
    PR-URL: #23951
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    danbev authored and MylesBorins committed Nov 27, 2018
    Copy the full SHA
    74f128a View commit details
    Browse the repository at this point in the history
  19. doc: add types and their corresponding return values

    This commit supplements some types and their corresponding return
    values in docs, including `AsyncResource`, `DiffieHellman`,
    `ECDH`, `https.Server`, `repl.REPLServer`.
    
    PR-URL: #23998
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    oyyd authored and MylesBorins committed Nov 27, 2018
    Copy the full SHA
    a35e8f1 View commit details
    Browse the repository at this point in the history
  20. doc: improve BUILDING.md

    PR-URL: #23976
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Jagannath Bhat authored and MylesBorins committed Nov 27, 2018
    Copy the full SHA
    a9dcf6f View commit details
    Browse the repository at this point in the history
  21. doc: improve COLLABORATOR_GUIDE

    PR-URL: #23977
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Jagannath Bhat authored and MylesBorins committed Nov 27, 2018
    Copy the full SHA
    17c2ddd View commit details
    Browse the repository at this point in the history
  22. test: fix test-fs-watch-system-limit

    On some systems the default inotify limits might be too high for the
    test to actually fail. Detect and skip the test in such environments.
    
    PR-URL: #23986
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    ofrobots authored and MylesBorins committed Nov 27, 2018
    Copy the full SHA
    b89297b View commit details
    Browse the repository at this point in the history
  23. 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 MylesBorins committed Nov 27, 2018
    Copy the full SHA
    d1ac802 View commit details
    Browse the repository at this point in the history
  24. 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 MylesBorins committed Nov 27, 2018
    Copy the full SHA
    a15de48 View commit details
    Browse the repository at this point in the history
  25. 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 MylesBorins committed Nov 27, 2018
    Copy the full SHA
    31eff10 View commit details
    Browse the repository at this point in the history
  26. test: assert that invalidcmd throws error code

    Update invalidcmd test case in test-child-process-spawn-typeerror to
    assert on specific expected error code.
    
    PR-URL: #23942
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    jeromecovington authored and MylesBorins committed Nov 27, 2018
    Copy the full SHA
    203c420 View commit details
    Browse the repository at this point in the history
  27. 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 MylesBorins committed Nov 27, 2018
    Copy the full SHA
    e973b5d View commit details
    Browse the repository at this point in the history
  28. doc: revise CHANGELOG.md text

    Make the text shorter and clearer.
    
    PR-URL: #23988
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Trott authored and MylesBorins committed Nov 27, 2018
    Copy the full SHA
    5c6d49b View commit details
    Browse the repository at this point in the history
  29. 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 MylesBorins committed Nov 27, 2018
    Copy the full SHA
    8f782fb View commit details
    Browse the repository at this point in the history
  30. 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 MylesBorins committed Nov 27, 2018
    Copy the full SHA
    514b537 View commit details
    Browse the repository at this point in the history
  31. 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 MylesBorins committed Nov 27, 2018
    Copy the full SHA
    435e7b4 View commit details
    Browse the repository at this point in the history
  32. doc: fix dublication in net.createServer() docs

    PR-URL: #24026
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    prog1dev authored and MylesBorins committed Nov 27, 2018
    Copy the full SHA
    a66d877 View commit details
    Browse the repository at this point in the history
  33. deps: cherry-pick 2987946 from upstream V8

    Original commit message:
    
        Stop manual unescaping of script source data when preprocessing logs.
    
        It appears that the fields are already being unescaped elsewhere,
        perhaps by the JSON writer. So if we unescape when adding the source
        filename and contents, unescaping will happen again later and plain
        backslashes will be interpreted as escape codes.
    
        Bug: v8:6240
        Change-Id: Ic66b9017ae685d6dd12944ee8d254991e26fbd32
        Reviewed-on: https://chromium-review.googlesource.com/1186625
        Reviewed-by: Jaroslav Sevcik <jarin@chromium.org>
        Commit-Queue: Bret Sepulveda <bsep@chromium.org>
        Cr-Commit-Position: refs/heads/master@{#55401}
    
    Refs: v8/v8@2987946
    
    PR-URL: #24555
    Fixes: #20891
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
    refack authored and MylesBorins committed Nov 27, 2018
    Copy the full SHA
    e66c09e View commit details
    Browse the repository at this point in the history
  34. 2018-11-27, Version 10.13.1 'Dubnium' (LTS)

    Notable changes:
      * Coming Soon
    
    PR-URL: #24675
    codebytere committed Nov 27, 2018
    Copy the full SHA
    4088d6e View commit details
    Browse the repository at this point in the history