René's URL Explorer Experiment


Title: v8.9.0 proposal by gibfahn · Pull Request #16630 · nodejs/node · GitHub

Open Graph Title: v8.9.0 proposal by gibfahn · Pull Request #16630 · nodejs/node

X Title: v8.9.0 proposal by gibfahn · Pull Request #16630 · nodejs/node

Description: 2017-10-31, Version 8.9.0 'Carbon' (LTS), @gibfahn This release marks the transition of Node.js v8 into Long Term Support (LTS) with the codename 'Carbon'. The v8 release line now moves in to "Active LTS" and will remain so until April 2019. After that time it will move in to "Maintenance" until end of life in December 2019. Notable Changes doc: add Gibson Fahnestock to Release team (Gibson Fahnestock) #16620 deps: update npm to 5.5.1 (Myles Borins) #16509 http2: The exposed http2 socket is no longer manipulatable (Anatoli Papirovski) #16330 module: support custom paths to require.resolve() (cjihrig) #16397 util: util.TextEncoder and util.TextDecoder are no longer experimental. There will no longer be a warning when they are used (James M Snell) #15743 Commits [d576e17691] - build: make test-doc and lint addon docs (Joyee Cheung) #16377 [63e33ac327] - build: make doc target quiet (Daniel Bevenius) #16516 [528edb2ea8] - build: ignore empty folders in test-addons-napi (Anna Henningsen) #16380 [c8a3b2d171] - build: run linter before running tests (Joyee Cheung) #16284 [a763fcd7a7] - build: improve make clean (Refael Ackermann) #16372 [0a1f7fefc6] - build: skip bin override on windows (Hitesh Kanwathirtha) #16460 [3b64fa451e] - build: fix npm install with --shared (Ben Noordhuis) #16438 [9185cfef9c] - build: add lint-md-build (Daijiro Wachi) #12756 [22ec800b20] - build: do not include deleted directory (Jon Moss) #16384 [b5c6d596ca] - build,win: set /MP separately in Debug and Release (Nikolai Vavilov) #16415 [9bea207e83] - child_process: fix memory leak in .fork() (Ben Noordhuis) #15679 [bf2564df0d] - deps: V8: backport b1cd96e from upstream (Ali Ijaz Sheikh) #16308 [ad692074a4] - deps: cherry-pick e0d64dc from upstream V8 (Michaël Zasso) #16490 [7bdb8db440] - deps: cherry-pick 676c413 from upstream V8 (Michaël Zasso) #16490 [5787f5331f] - deps: cherry-pick 2c75616 from upstream V8 (Michaël Zasso) #16490 [0d7e4d2bdc] - deps: update npm to 5.5.1 (Myles Borins) #16509 [4d9c1bedbd] - doc: add Gibson Fahnestock to Release team (Gibson Fahnestock) #16620 [d6619b9ad4] - doc: document missing error codes (George Bezerra) #15160 [fdc072bd9c] - doc: fix inconsistent server.listen documentation (Martin Michaelis) #16020 [a6b3cd8166] - doc: more accurate zlib windowBits information (Anna Henningsen) #16511 [e5c2059f88] - doc: make default values and periods consistent (Matej Krajčovič) #16563 [b93275e1a3] - doc: slightly relax 50 character rule (James M Snell) #16523 [1b08ae853e] - doc: http2.connect accepts net & tls options (Anatoli Papirovski) #16576 [04602109e8] - doc: add note to releases.md (Jon Moss) #16507 [03b233ed40] - doc: fix CHANGELOG_V8 indentation (Jon Moss) #16507 [a7540d59e8] - doc: remove http2 pushStream weight option (Sebastiaan Deckers) #16451 [4ba06d07cc] - doc: add dot in documentations (erwinwahyura) #16542 [83902e6e02] - doc: add multiple build guide to benchmarking doc (Peter Marton) #16142 [04fac61fdd] - doc: improve http2 documentation (Jacob Hoffman-Andrews) #16366 [fe5d4535c9] - doc, win: remove note about resize (Bartosz Sosnowski) #16320 [54ebf91394] - http2: make sessions garbage-collectible (Anna Henningsen) #16461 [bfc1ad07a3] - http2: remove unused assignment (Anna Henningsen) #16461 [56dd734a6a] - http2: track async state for sending (Anna Henningsen) #16461 [5390d7e374] - http2: move uv_prepare handle to Http2Session (Anna Henningsen) #16461 [95a61cbb1e] - http2: fix stream reading resumption (Anatoli Papirovski) #16580 [98b9705cb8] - http2: simplify mapToHeaders, stricter validation (Anatoli Papirovski) #16575 [e592c320ce] - http2: fix several timeout related issues (Anatoli Papirovski) #16525 [24fd8ff32a] - http2: adjust stream buffer size (Anatoli Papirovski) #16445 [2c2b6586e7] - http2: fix mapToHeaders() with single string value (Jinwoo Lee) #16458 [e6e99eb447] - http2: do not allow socket manipulation (Anatoli Papirovski) #16330 [3638694d8b] - http2: fix errors in debug statements (Anatoli Papirovski) #16373 [754df71a79] - https: refactor to use http internals (Bryan English) #16395 [2ea25ad3e2] - inspector: track async stacks when necessary (Ali Ijaz Sheikh) #16308 [ab0d7a64aa] - lib: refactor wrap_js_stream for ES6/readability (Anna Henningsen) #16158 [87fd5b798f] - lib: move _stream_wrap into internals (Anna Henningsen) #16158 [96e82509b0] - lib: use destructuring for some constants (Weijia Wang) #16063 [6be494251b] - lib: move duplicate spliceOne into internal/util (Weijia Wang) #16221 [8c0c456c73] - lib: setup IPC channel before console (Nikolai Vavilov) #16562 [3a230b42f3] - lib: internal/errors should not be executable (Jon Moss) #16369 [415fb56735] - module: fix extension lookups for top-level main (Guy Bedford) #16526 [e68307737c] - module: fix hook module CJS dependency loading (guybedford) #16381 [ac02a0be28] - (SEMVER-MINOR) module: support custom paths to require.resolve() (cjihrig) #16397 [e578268ef9] - src: add InternalCallbackScope util constructor (Anna Henningsen) #16461 [6ac7eefe41] - src: move handle properties to prototype (Ben Noordhuis) #16482 [3a54bb5c2c] - src: remove superfluous HandleScope (Ben Noordhuis) #16482 [77c02aab5b] - src: use uv_stream_t, not uv_stream_s (Ben Noordhuis) #16512 [a194d831fe] - src: use maybe versions of methods (Tom Boutell) #16005 [ec5168813b] - src: use V8 function to get Module Namespace (Bradley Farias) #16261 [0a5a2c43b1] - src: fix vm module for strict mode (Franziska Hinkelmann) #16487 [ee40368c87] - src: make header file self-contained (Joyee Cheung) #16518 [465540cc98] - src: destroy inspector agent before context (Ali Ijaz Sheikh) #16472 [9bca6200ad] - src: remove empty comment in node_http2.h (Daniel Bevenius) #16400 [f0576c5ee0] - src: remove unused include in tty_wrap.h (Daniel Bevenius) #16379 [f00ba6b142] - src: fix http2 debug build errors (Daniel Bevenius) #16432 [889f42a924] - test: remove empty comments in http2 tests (Gibson Fahnestock) #16631 [a62845565e] - test: add block scoping to test-assert-deep (Rich Trott) #16532 [0510f42efc] - test: update test-timers-block-eventloop.js (zhangzifa) #16314 [bac2aff23d] - test: include actual value in assertion message (Matthew Cantelon) #15935 [d185bfdcef] - test: replace fixturesDir in test-tls-connect (Casie Lynch) #15849 [ce07cbeacb] - test: use fixtures module (Iryna Yaremtso) #15901 [2e1b45db07] - test: add details in assertions in test-vm-context (Vladimir Ilic) #16116 [4f47e2df44] - test: increase fs.exists coverage (Nigel Kibodeaux) #15963 [01058c412e] - test: use fixtures module in test-fs-realpath.js (Raphael Rheault) #15904 [fe9cca2e0f] - test: use fixtures module (Scott J Beck) #15843 [b4af92280b] - test: imporove assert messages (Hadis-Fard) #16021 [604ab12447] - test: show values instead of assertion message (Cheyenne Arrowsmith) #15979 [aea09da6f9] - test: include values in assertion messages (nhoel) #15996 [ea32d0ec4e] - test: use process.features.debug in common module (Rich Trott) #16537 [a0fcd4d219] - test: use common.buildType in repl-domain-abort (Rich Trott) #16538 [525700b3d5] - test: skip test-process-config if no config.gypi (Gibson Fahnestock) #16436 [aaacddbcbf] - test: use fixtures module in tls-handshake-error (Mark Walker) #15939 [977fe22290] - test: add failing vm tests to known_issues (Michaël Zasso) #16410 [02ac8bae91] - test: change tmp directories prefix (Refael Ackermann) #16372 [568d614dc3] - test: allow tests to pass without internet (Daniel Bevenius) #16255 [3d8a7e97fe] - tools: modernize license2rtf (Tobias Nießen) #16220 [d5891b5330] - tools: replace loop with padStart (Tobias Nießen) #16220 [b1e2a38d90] - tools: fix cpplint.py when path contains non-ascii (sharkfisher) #16047 [e80d878b3f] - tools: no trailing slash in ignore patterns (Refael Ackermann) #16372 [31f54e5fb9] - tools: add make lint-md-clean (Daijiro Wachi) #12756 [ea415a663e] - tools: add lint-md command in Makefile (Daijiro Wachi) #12756 [3522e765be] - tools: use remark-preset-lint-node in .remarkrc (Daijiro Wachi) #12756 [8d62116cf0] - tools: introduce remark-preset-lint-node (Daijiro Wachi) #12756 [3d499b3712] - tools: introduce remark-cli@3.0.1 (Daijiro Wachi) #12756 [55ba1d4115] - util: expand test coverage for util.deprecate (Ashish Kaila) #16305 [8fd75fb9b5] - (SEMVER-MINOR) util: graduate TextEncoder/TextDecoder, tests (James M Snell) #15743

Open Graph Description: 2017-10-31, Version 8.9.0 'Carbon' (LTS), @gibfahn This release marks the transition of Node.js v8 into Long Term Support (LTS) with the codename 'Carbon'. The v8 release line now m...

X Description: 2017-10-31, Version 8.9.0 'Carbon' (LTS), @gibfahn This release marks the transition of Node.js v8 into Long Term Support (LTS) with the codename 'Carbon'. The v8 re...

Opengraph URL: https://github.com/nodejs/node/pull/16630

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/commits/:range(.:format)
route-controllerpull_requests
route-actioncommits
fetch-noncev2:84ee1957-6818-eb1b-743e-189caa990120
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idECA4:1A51B9:6D232D:96857E:69974DEF
html-safe-nonceeca8232bf317884b59fd04c2045c710404de172c3db03069a5394dfa9f0c5f13
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFQ0E0OjFBNTFCOTo2RDIzMkQ6OTY4NTdFOjY5OTc0REVGIiwidmlzaXRvcl9pZCI6IjQ1Mzc2Nzc2OTQ5NjQ4MTMyOTUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac1c64ebb00ffdf75269486b8bdf3e058a2301d17fa3b8cc93fc3e4a93c6cda94f
hovercard-subject-tagpull_request:149674380
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/commits
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/nodejs/node/pull/16630/commits/3d499b371291b35bd319eb70c7244544eafdf278
twitter:imagehttps://avatars.githubusercontent.com/u/15943089?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/15943089?s=400&v=4
og:image:alt2017-10-31, Version 8.9.0 'Carbon' (LTS), @gibfahn This release marks the transition of Node.js v8 into Long Term Support (LTS) with the codename 'Carbon'. The v8 release line now m...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonec2f6b9675e9141deef3eda21e5cb896d461bd4d25aeaeeba804502ef0e8d01f2
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/nodejs/node git https://github.com/nodejs/node.git
octolytics-dimension-user_id9950313
octolytics-dimension-user_loginnodejs
octolytics-dimension-repository_id27193779
octolytics-dimension-repository_nwonodejs/node
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id27193779
octolytics-dimension-repository_network_root_nwonodejs/node
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release06ceed63f0d4941788d6c52a00d38ad77b6eaf89
ui-targetcanary-1
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodejs/node/pull/16630/commits/3d499b371291b35bd319eb70c7244544eafdf278#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fpull%2F16630%2Fcommits%2F3d499b371291b35bd319eb70c7244544eafdf278
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fpull%2F16630%2Fcommits%2F3d499b371291b35bd319eb70c7244544eafdf278
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fcommits&source=header-repo&source_repo=nodejs%2Fnode
Reloadhttps://github.com/nodejs/node/pull/16630/commits/3d499b371291b35bd319eb70c7244544eafdf278
Reloadhttps://github.com/nodejs/node/pull/16630/commits/3d499b371291b35bd319eb70c7244544eafdf278
Reloadhttps://github.com/nodejs/node/pull/16630/commits/3d499b371291b35bd319eb70c7244544eafdf278
nodejs https://github.com/nodejs
nodehttps://github.com/nodejs/node
Please reload this pagehttps://github.com/nodejs/node/pull/16630/commits/3d499b371291b35bd319eb70c7244544eafdf278
Notifications https://github.com/login?return_to=%2Fnodejs%2Fnode
Fork 34.8k https://github.com/login?return_to=%2Fnodejs%2Fnode
Star 116k https://github.com/login?return_to=%2Fnodejs%2Fnode
Code https://github.com/nodejs/node
Issues 1.8k https://github.com/nodejs/node/issues
Pull requests 713 https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects 3 https://github.com/nodejs/node/projects
Security 0 https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
Code https://github.com/nodejs/node
Issues https://github.com/nodejs/node/issues
Pull requests https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fnodejs%2Fnode%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fnodejs%2Fnode%2Fissues%2Fnew%2Fchoose
gibfahnhttps://github.com/gibfahn
v8.xhttps://github.com/nodejs/node/tree/v8.x
v8.9.0-proposalhttps://github.com/nodejs/node/tree/v8.9.0-proposal
Conversation 16 https://github.com/nodejs/node/pull/16630
Commits 98 https://github.com/nodejs/node/pull/16630/commits
Checks 0 https://github.com/nodejs/node/pull/16630/checks
Files changed https://github.com/nodejs/node/pull/16630/files
Please reload this pagehttps://github.com/nodejs/node/pull/16630/commits/3d499b371291b35bd319eb70c7244544eafdf278
v8.9.0 proposal https://github.com/nodejs/node/pull/16630/commits/3d499b371291b35bd319eb70c7244544eafdf278#top
Show all changes 98 commits https://github.com/nodejs/node/pull/16630/files
0d7e4d2 deps: update npm to 5.5.1 MylesBorins Oct 30, 2017 https://github.com/nodejs/node/pull/16630/commits/0d7e4d2bdcc5662e3f867ad5e9d9d4d4684772d2
f00ba6b src: fix http2 debug build errors danbev Oct 24, 2017 https://github.com/nodejs/node/pull/16630/commits/f00ba6b142771a3dff768b48f2a68cc2e56e5b66
8fd75fb util: graduate TextEncoder/TextDecoder, tests jasnell Oct 2, 2017 https://github.com/nodejs/node/pull/16630/commits/8fd75fb9b56576d0f9f9cbaee19f86794427c38f
3a230b4 lib: internal/errors should not be executable maclover7 Oct 21, 2017 https://github.com/nodejs/node/pull/16630/commits/3a230b42f36307bd8784f4949b9e063c584db368
3638694 http2: fix errors in debug statements apapirovski Oct 21, 2017 https://github.com/nodejs/node/pull/16630/commits/3638694d8b8403bc439cc8e63728d7699a28e535
b5c6d59 build,win: set /MP separately in Debug and Release seishun Oct 23, 2017 https://github.com/nodejs/node/pull/16630/commits/b5c6d596ca08e6b7934d95aebe3c56335ffd361b
22ec800 build: do not include deleted directory maclover7 Oct 22, 2017 https://github.com/nodejs/node/pull/16630/commits/22ec800b20b0fbcec71e79836ebc1f25c645a2dd
f0576c5 src: remove unused include in tty_wrap.h danbev Oct 16, 2017 https://github.com/nodejs/node/pull/16630/commits/f0576c5ee06a50b6405ba74fb1f87ae9aeabc155
9bca620 src: remove empty comment in node_http2.h danbev Oct 23, 2017 https://github.com/nodejs/node/pull/16630/commits/9bca6200adb03217504a1279833affb652357cd1
ac02a0b module: support custom paths to require.resolve() cjihrig Apr 25, 2016 https://github.com/nodejs/node/pull/16630/commits/ac02a0be28f57eac5b18f24d7994a3ab64d675b3
e6e99eb http2: do not allow socket manipulation apapirovski Oct 20, 2017 https://github.com/nodejs/node/pull/16630/commits/e6e99eb4472a0162c4b27df76479b1814c8cca82
04fac61 doc: improve http2 documentation jsha Oct 21, 2017 https://github.com/nodejs/node/pull/16630/commits/04fac61fdd46de14405b74ae42c28924e0bae7a5
3d499b3 tools: introduce remark-cli@3.0.1 watilde Apr 30, 2017 https://github.com/nodejs/node/pull/16630/commits/3d499b371291b35bd319eb70c7244544eafdf278
8d62116 tools: introduce remark-preset-lint-node watilde Apr 30, 2017 https://github.com/nodejs/node/pull/16630/commits/8d62116cf00cd1ba8bdcabe3c7f9767cab4911e9
3522e76 tools: use remark-preset-lint-node in .remarkrc watilde Apr 30, 2017 https://github.com/nodejs/node/pull/16630/commits/3522e765bee1b6c97eeff399db356138692711ed
ea415a6 tools: add lint-md command in Makefile watilde Apr 30, 2017 https://github.com/nodejs/node/pull/16630/commits/ea415a663ea37834a04700b00be7dddb9cbd4695
9185cfe build: add lint-md-build watilde May 22, 2017 https://github.com/nodejs/node/pull/16630/commits/9185cfef9c9f6b319994c3855df9c707bf930777
31f54e5 tools: add make lint-md-clean watilde May 26, 2017 https://github.com/nodejs/node/pull/16630/commits/31f54e5fb95d37a20cfd2c938b3d6b9ff9408fbe
3b64fa4 build: fix npm install with --shared bnoordhuis Oct 24, 2017 https://github.com/nodejs/node/pull/16630/commits/3b64fa451e2fa0401c553998f3c1b9fd472df2f9
465540c src: destroy inspector agent before context ofrobots Oct 25, 2017 https://github.com/nodejs/node/pull/16630/commits/465540cc98e3fdc4f06fad8eebd99534caf9626e
568d614 test: allow tests to pass without internet danbev Oct 17, 2017 https://github.com/nodejs/node/pull/16630/commits/568d614dc3467e15a20b53234ab339c74a3b5a7f
2c2b658 http2: fix mapToHeaders() with single string value jinwoo Oct 24, 2017 https://github.com/nodejs/node/pull/16630/commits/2c2b6586e738f307b1882a19b100af410a5324a5
fe5d453 doc, win: remove note about resize bzoz Oct 26, 2017 https://github.com/nodejs/node/pull/16630/commits/fe5d4535c95fa3ae51560c5f7b8815fc99eec881
ee40368 src: make header file self-contained joyeecheung Oct 26, 2017 https://github.com/nodejs/node/pull/16630/commits/ee40368c875b329e0f1385209c14e7e2ddcf9b29
0a1f7fe build: skip bin override on windows digitalinfinity Oct 21, 2017 https://github.com/nodejs/node/pull/16630/commits/0a1f7fefc6e8868b51fb07b8bd7fb1f0030e45de
e80d878 tools: no trailing slash in ignore patterns refack Oct 21, 2017 https://github.com/nodejs/node/pull/16630/commits/e80d878b3f813d448395975323d541aae781560a
02ac8ba test: change tmp directories prefix refack Oct 21, 2017 https://github.com/nodejs/node/pull/16630/commits/02ac8bae91457f29bd3cc1397e94d8acf02400cc
a763fcd build: improve `make clean` refack Oct 22, 2017 https://github.com/nodejs/node/pull/16630/commits/a763fcd7a7b92f0ffef6d4cb74e5b4697f867c8e
754df71 https: refactor to use http internals bengl Oct 23, 2017 https://github.com/nodejs/node/pull/16630/commits/754df71a791fa0da985db795e6561cc3754c48b7
83902e6 doc: add multiple build guide to benchmarking doc Oct 11, 2017 https://github.com/nodejs/node/pull/16630/commits/83902e6e02e4dbab7949790f7202ccf544b6845b
4ba06d0 doc: add dot in documentations erwinwahyura Oct 27, 2017 https://github.com/nodejs/node/pull/16630/commits/4ba06d07cc0f917b02a521404de5416661427a99
0a5a2c4 src: fix vm module for strict mode fhinkel Oct 25, 2017 https://github.com/nodejs/node/pull/16630/commits/0a5a2c43b1407ef61916e67e582de4c0bf031c1f
977fe22 test: add failing vm tests to known_issues targos Oct 23, 2017 https://github.com/nodejs/node/pull/16630/commits/977fe222904070b1219622a461c9d47e67886933
aaacddb test: use fixtures module in tls-handshake-error Oct 6, 2017 https://github.com/nodejs/node/pull/16630/commits/aaacddbcbf795989879b2f87eb02e90ab32fd5a6
a7540d5 doc: remove http2 pushStream weight option sebdeckers Oct 24, 2017 https://github.com/nodejs/node/pull/16630/commits/a7540d59e83bd72a21c5ce57bb5f112a37c34092
525700b test: skip test-process-config if no config.gypi gibfahn Oct 20, 2017 https://github.com/nodejs/node/pull/16630/commits/525700b3d5e72a522406d1da7781fec1c1cc34e5
a0fcd4d test: use common.buildType in repl-domain-abort Trott Oct 26, 2017 https://github.com/nodejs/node/pull/16630/commits/a0fcd4d219811bd6ef48f54e3a474ec177ffd7d8
ea32d0e test: use process.features.debug in common module Trott Oct 26, 2017 https://github.com/nodejs/node/pull/16630/commits/ea32d0ec4e07878aeda87a9fe33e14f4a84fa96a
24fd8ff http2: adjust stream buffer size apapirovski Oct 24, 2017 https://github.com/nodejs/node/pull/16630/commits/24fd8ff32acc07afb4fe86dcb47c1658d4cfbaa2
b1e2a38 tools: fix cpplint.py when path contains non-ascii sharkfisher Oct 6, 2017 https://github.com/nodejs/node/pull/16630/commits/b1e2a38d9037ecdeb0ca983bf18fea8d452cd43c
e683077 module: fix hook module CJS dependency loading guybedford Oct 22, 2017 https://github.com/nodejs/node/pull/16630/commits/e68307737c8aee4afbfd0b10b4638e9f7ff85073
415fb56 module: fix extension lookups for top-level main guybedford Oct 26, 2017 https://github.com/nodejs/node/pull/16630/commits/415fb567353502995062d12e029d1157c7563889
ec51688 src: use V8 function to get Module Namespace bmeck Oct 17, 2017 https://github.com/nodejs/node/pull/16630/commits/ec5168813b7ee611eaa2ac8bda05ad541c993260
aea09da test: include values in assertion messages nhoel Oct 6, 2017 https://github.com/nodejs/node/pull/16630/commits/aea09da6f9c50dd15612af547e90303181b89e05
03b233e doc: fix CHANGELOG_V8 indentation maclover7 Oct 26, 2017 https://github.com/nodejs/node/pull/16630/commits/03b233ed4091d3643495296c469614a4f8e91523
0460210 doc: add note to releases.md maclover7 Oct 26, 2017 https://github.com/nodejs/node/pull/16630/commits/04602109e87585403c4795dd61a4433e067dc68f
a194d83 src: use maybe versions of methods Oct 6, 2017 https://github.com/nodejs/node/pull/16630/commits/a194d831fed5ec91fa4ee2c4fe710e936e48fe78
604ab12 test: show values instead of assertion message dinophile Oct 6, 2017 https://github.com/nodejs/node/pull/16630/commits/604ab12447ab14ac92d28126a663eb73f098c78d
b4af922 test: imporove assert messages Oct 6, 2017 https://github.com/nodejs/node/pull/16630/commits/b4af92280b7c1312a91ae36a5e5aed4f1e6c6125
fe9cca2 test: use fixtures module scottjbeck Oct 6, 2017 https://github.com/nodejs/node/pull/16630/commits/fe9cca2e0f9466f4504bf71df2cbcc2c938e3106
01058c4 test: use fixtures module in test-fs-realpath.js RaphaelRheault Oct 6, 2017 https://github.com/nodejs/node/pull/16630/commits/01058c412ef9ec0ec633bbf5cd4f1e5cb488b80c
4f47e2d test: increase fs.exists coverage NigelKibodeaux Oct 25, 2017 https://github.com/nodejs/node/pull/16630/commits/4f47e2df44e110542efb20e64c544e09030de4bb
2e1b45d test: add details in assertions in test-vm-context burgerboydaddy Oct 10, 2017 https://github.com/nodejs/node/pull/16630/commits/2e1b45db073555f4f5458c9031aab6b38084c89e
ce07cbe test: use fixtures module Oct 6, 2017 https://github.com/nodejs/node/pull/16630/commits/ce07cbeacbf19f8501fad6ce9a3314eddc479c60
d185bfd test: replace fixturesDir in test-tls-connect Oct 6, 2017 https://github.com/nodejs/node/pull/16630/commits/d185bfdcefc84224e331c5fe9c71284558e63774
c8a3b2d build: run linter before running tests joyeecheung Oct 18, 2017 https://github.com/nodejs/node/pull/16630/commits/c8a3b2d171a856d550b077990e77ca0a60cc924a
bac2aff test: include actual value in assertion message mattcan Oct 6, 2017 https://github.com/nodejs/node/pull/16630/commits/bac2aff23df39ff5e417356cca627b4740c88a24
77c02aa src: use uv_stream_t, not uv_stream_s bnoordhuis Oct 26, 2017 https://github.com/nodejs/node/pull/16630/commits/77c02aab5bac2542079a41a9c28b4cebe6796694
3a54bb5 src: remove superfluous HandleScope bnoordhuis Oct 25, 2017 https://github.com/nodejs/node/pull/16630/commits/3a54bb5c2c6a5ac65cff2444b179ca3c595bcd8c
6ac7eef src: move handle properties to prototype bnoordhuis Oct 25, 2017 https://github.com/nodejs/node/pull/16630/commits/6ac7eefe41d21f1a34231b58d3ad1fe9091b1939
0510f42 test: update test-timers-block-eventloop.js zhangzifa Oct 19, 2017 https://github.com/nodejs/node/pull/16630/commits/0510f42efc62dc9e76370d302a8945102bd92273
1b08ae8 doc: http2.connect accepts net & tls options apapirovski Oct 28, 2017 https://github.com/nodejs/node/pull/16630/commits/1b08ae853ed2a1ed2b6dfa4a38bd8611891b5975
e592c32 http2: fix several timeout related issues apapirovski Oct 25, 2017 https://github.com/nodejs/node/pull/16630/commits/e592c320ce3daad4745e076d3efb028e7d763638
98b9705 http2: simplify mapToHeaders, stricter validation apapirovski Oct 28, 2017 https://github.com/nodejs/node/pull/16630/commits/98b9705cb80f4d80a482d11eacbfeed41cbaae1d
b93275e doc: slightly relax 50 character rule jasnell Oct 26, 2017 https://github.com/nodejs/node/pull/16630/commits/b93275e1a393e4471b308a2ba98a0e0214821bbc
d5891b5 tools: replace loop with padStart tniessen Oct 15, 2017 https://github.com/nodejs/node/pull/16630/commits/d5891b53308c11d82e9ff5620d2a5b32ae4c686a
3d8a7e9 tools: modernize license2rtf tniessen Oct 15, 2017 https://github.com/nodejs/node/pull/16630/commits/3d8a7e97feaf3b68fb3ab67f9247f77b4dda4e83
8c0c456 lib: setup IPC channel before console seishun Oct 27, 2017 https://github.com/nodejs/node/pull/16630/commits/8c0c456c73a25605122676341ff3f751cbf74543
a628455 test: add block scoping to test-assert-deep Trott Oct 26, 2017 https://github.com/nodejs/node/pull/16630/commits/a62845565e32258e7c46a732397820a31ff1711a
528edb2 build: ignore empty folders in test-addons-napi addaleax Oct 22, 2017 https://github.com/nodejs/node/pull/16630/commits/528edb2ea88c870f70d09ab01fe4b7ae70f4f75f
95a61cb http2: fix stream reading resumption apapirovski Oct 29, 2017 https://github.com/nodejs/node/pull/16630/commits/95a61cbb1e8ef38f62a8b6c92670c283b31225a1
63e33ac build: make doc target quiet danbev Oct 26, 2017 https://github.com/nodejs/node/pull/16630/commits/63e33ac327a1d9640b2a2a3086210136b76bd492
d576e17 build: make test-doc and lint addon docs joyeecheung Oct 22, 2017 https://github.com/nodejs/node/pull/16630/commits/d576e17691b93f082e5cb6881893885dc33b820b
e5c2059 doc: make default values and periods consistent matejkrajcovic Oct 27, 2017 https://github.com/nodejs/node/pull/16630/commits/e5c2059f887f1e5d467f2859da286616b166b30a
a6b3cd8 doc: more accurate zlib windowBits information addaleax Oct 26, 2017 https://github.com/nodejs/node/pull/16630/commits/a6b3cd8166d6d8362f3e0b4fc0d1dc180c8aa13c
55ba1d4 util: expand test coverage for util.deprecate akaila Oct 18, 2017 https://github.com/nodejs/node/pull/16630/commits/55ba1d41159dccbcb850073499bb21d845462c4e
6be4942 lib: move duplicate spliceOne into internal/util starkwang Oct 15, 2017 https://github.com/nodejs/node/pull/16630/commits/6be494251b766c24be34c53d031204a1d0e0340b
fdc072b doc: fix inconsistent server.listen documentation mgjm Oct 6, 2017 https://github.com/nodejs/node/pull/16630/commits/fdc072bd9cbb9a31269b4e7f1e9337a5c3467c87
96e8250 lib: use destructuring for some constants starkwang Oct 7, 2017 https://github.com/nodejs/node/pull/16630/commits/96e82509b05cbc8dee0b06243e45863cb87019b2
d6619b9 doc: document missing error codes gnbezerra Sep 3, 2017 https://github.com/nodejs/node/pull/16630/commits/d6619b9ad404113cfb7734ec0badbfea8af695e9
5787f53 deps: cherry-pick 2c75616 from upstream V8 targos Oct 25, 2017 https://github.com/nodejs/node/pull/16630/commits/5787f5331f26084d818639ea8700370dc22f0996
7bdb8db deps: cherry-pick 676c413 from upstream V8 targos Oct 25, 2017 https://github.com/nodejs/node/pull/16630/commits/7bdb8db440b27dc4ed53afb04d7cb70293f4c060
ad69207 deps: cherry-pick e0d64dc from upstream V8 targos Oct 25, 2017 https://github.com/nodejs/node/pull/16630/commits/ad692074a49f89fa9c95642362259de989094243
9bea207 child_process: fix memory leak in .fork() bnoordhuis Sep 29, 2017 https://github.com/nodejs/node/pull/16630/commits/9bea207e83a4b0be306bba8876402ab7dee7a391
87fd5b7 lib: move _stream_wrap into internals addaleax Oct 12, 2017 https://github.com/nodejs/node/pull/16630/commits/87fd5b798f17f30531ea095b875d84b6b9a1f9b9
ab0d7a6 lib: refactor wrap_js_stream for ES6/readability addaleax Oct 12, 2017 https://github.com/nodejs/node/pull/16630/commits/ab0d7a64aa9ac5a1dfe36eac34321d97d2508142
bf2564d deps: V8: backport b1cd96e from upstream ofrobots Oct 18, 2017 https://github.com/nodejs/node/pull/16630/commits/bf2564df0db62ffc5104bb3e564f0b255616b6a5
2ea25ad inspector: track async stacks when necessary ofrobots Oct 18, 2017 https://github.com/nodejs/node/pull/16630/commits/2ea25ad3e2480e28050797de98a3caee2f3cb72b
889f42a test: remove empty comments in http2 tests gibfahn Oct 30, 2017 https://github.com/nodejs/node/pull/16630/commits/889f42a924db460ea4df8473a9eb9d9c3689e037
5390d7e http2: move uv_prepare handle to `Http2Session` addaleax Oct 24, 2017 https://github.com/nodejs/node/pull/16630/commits/5390d7e374a21dc7807c3e27c3fb1e673cb02ecd
e578268 src: add `InternalCallbackScope` util constructor addaleax Oct 24, 2017 https://github.com/nodejs/node/pull/16630/commits/e578268ef96ab62186f78355db41bd7334cf6e3e
56dd734 http2: track async state for sending addaleax Oct 24, 2017 https://github.com/nodejs/node/pull/16630/commits/56dd734a6af3bf799c8af42cc69aa14a19d514fb
bfc1ad0 http2: remove unused assignment addaleax Oct 24, 2017 https://github.com/nodejs/node/pull/16630/commits/bfc1ad07a3e8f38a265904d6174f67533b212473
54ebf91 http2: make sessions garbage-collectible addaleax Oct 24, 2017 https://github.com/nodejs/node/pull/16630/commits/54ebf913940c6972e0d097ca68463e57d6aa0768
4d9c1be doc: add Gibson Fahnestock to Release team gibfahn Oct 30, 2017 https://github.com/nodejs/node/pull/16630/commits/4d9c1bedbd9fe09cdf249c0ca4324958020d8596
3454c82 doc: add license information for remark-cli MylesBorins Oct 31, 2017 https://github.com/nodejs/node/pull/16630/commits/3454c82be925475dcc2558d0f9bf4d83629bf053
f76ce0a 2017-10-31, Version 8.9.0 'Carbon' (LTS) Release gibfahn Oct 31, 2017 https://github.com/nodejs/node/pull/16630/commits/f76ce0a75641991bfc235775a4747c978e0e281b
40d8211 Working on v8.9.1 gibfahn Oct 31, 2017 https://github.com/nodejs/node/pull/16630/commits/40d82118d89ed0987bb6711964aaa27e732170f0
Clear filters https://github.com/nodejs/node/pull/16630/commits/3d499b371291b35bd319eb70c7244544eafdf278
Please reload this pagehttps://github.com/nodejs/node/pull/16630/commits/3d499b371291b35bd319eb70c7244544eafdf278
Please reload this pagehttps://github.com/nodejs/node/pull/16630/commits/3d499b371291b35bd319eb70c7244544eafdf278
cli.js https://github.com/nodejs/node/pull/16630/commits/3d499b371291b35bd319eb70c7244544eafdf278#diff-6726f9a13a3581346e34dbe18915f47d9fab4d875f82bd91fb4fed40ddeca4b8
package.json https://github.com/nodejs/node/pull/16630/commits/3d499b371291b35bd319eb70c7244544eafdf278#diff-8043ec1f3e636fd1dfde058e2f59c0f3c54343beb1dba9b93bc76705a1e1c6bf
readme.md https://github.com/nodejs/node/pull/16630/commits/3d499b371291b35bd319eb70c7244544eafdf278#diff-00d1cbc2cf2990b8ef3fcfea232f5c8f16c3273e0cf4ebe487ff1ee71db92a01
Prev https://github.com/nodejs/node/pull/16630/commits/04fac61fdd46de14405b74ae42c28924e0bae7a5
Next https://github.com/nodejs/node/pull/16630/commits/8d62116cf00cd1ba8bdcabe3c7f9767cab4911e9
#12756https://github.com/nodejs/node/pull/12756
Please reload this pagehttps://github.com/nodejs/node/pull/16630/commits/3d499b371291b35bd319eb70c7244544eafdf278
https://github.com/watilde
https://github.com/gibfahn
watildehttps://github.com/nodejs/node/commits?author=watilde
gibfahnhttps://github.com/nodejs/node/commits?author=gibfahn
tools/remark-cli/cli.jshttps://github.com/nodejs/node/pull/16630/commits/3d499b371291b35bd319eb70c7244544eafdf278#diff-6726f9a13a3581346e34dbe18915f47d9fab4d875f82bd91fb4fed40ddeca4b8
View file https://github.com/nodejs/node/blob/3d499b371291b35bd319eb70c7244544eafdf278/tools/remark-cli/cli.js
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/16630/commits/{{ revealButtonHref }}
tools/remark-cli/package.jsonhttps://github.com/nodejs/node/pull/16630/commits/3d499b371291b35bd319eb70c7244544eafdf278#diff-8043ec1f3e636fd1dfde058e2f59c0f3c54343beb1dba9b93bc76705a1e1c6bf
View file https://github.com/nodejs/node/blob/3d499b371291b35bd319eb70c7244544eafdf278/tools/remark-cli/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/16630/commits/{{ revealButtonHref }}
tools/remark-cli/readme.mdhttps://github.com/nodejs/node/pull/16630/commits/3d499b371291b35bd319eb70c7244544eafdf278#diff-00d1cbc2cf2990b8ef3fcfea232f5c8f16c3273e0cf4ebe487ff1ee71db92a01
View file https://github.com/nodejs/node/blob/3d499b371291b35bd319eb70c7244544eafdf278/tools/remark-cli/readme.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/16630/commits/{{ revealButtonHref }}
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.