René's URL Explorer Experiment


Title: v11.9.0 proposal by targos · Pull Request #25802 · nodejs/node · GitHub

Open Graph Title: v11.9.0 proposal by targos · Pull Request #25802 · nodejs/node

X Title: v11.9.0 proposal by targos · Pull Request #25802 · nodejs/node

Description: 2019-01-30, Version 11.9.0 (Current), @targos Notable changes TODO Commits [bc81a68f20] - build: make compress_json python3 compatible (Sakthipriyan Vairamani (thefourtheye)) #25582 [30949f8dba] - build: make configure.py compatible with python 3 (Sakthipriyan Vairamani (thefourtheye)) #25580 [d4ec110c65] - (SEMVER-MINOR) deps: update archs files for OpenSSL-1.1.1a (Sam Roberts) #25381 [5225214d07] - (SEMVER-MINOR) deps: fix for non GNU assembler in AIX (Shigeki Ohtsu) #25381 [ad04d7bea1] - (SEMVER-MINOR) deps: add only avx2 configs for OpenSSL-1.1.1 (Shigeki Ohtsu) #25381 [670f10053a] - (SEMVER-MINOR) deps: add s390 asm rules for OpenSSL-1.1.1 (Shigeki Ohtsu) #25381 [0a0f15f768] - (SEMVER-MINOR) deps: fix MacOS and Win build for OpenSSL-1.1.1 (Shigeki Ohtsu) #25381 [e2043999bd] - (SEMVER-MINOR) deps: fix gyp/gypi for openssl-1.1.1 (Shigeki Ohtsu) #25381 [c581b9a253] - (SEMVER-MINOR) deps: upgrade openssl sources to 1.1.1a (Sam Roberts) #25381 [c82f2445e5] - dns: use IDNA 2008 to encode non-ascii hostnames (Ben Noordhuis) #25679 [c56ddc7736] - doc: document uniqueness of worker.threadId (Anna Henningsen) #25644 [7c8d57d4a9] - doc: revise breaking changes material in COLLABORATOR_GUIDE (Rich Trott) #25730 [edc9ceb16e] - doc: fix issue with worker_threads docs (Lee Byron) #25712 [1d6e18b128] - doc: fix http.Agent timeout option description (Luigi Pinca) #25489 [5d5c528120] - (SEMVER-MINOR) doc: fix assembler requirement for OpenSSL-1.1.1 (Shigeki Ohtsu) #25381 [34bc69d376] - doc: fix file extension on ESM file example (Eric Whitebloom) #25692 [b218b1204a] - doc: remove outdated s_client information in tls.md (Rich Trott) #25678 [1aa7f4d72d] - doc: fix metadata for v11.8.0 doc changes (Richard Lau) #25709 [3c5a7a2f97] - doc: fix keyObject.symmetricSize to be keyObject.symmetricKeySize (Filip Skokan) #25670 [e47511943b] - doc: add metadata to report docs (Richard Lau) #25708 [237ec396d0] - doc: fix 11.8.0 changelog (Myles Borins) #25705 [48149cfa3a] - doc: clarify what dns.setResolvers() affects (Sam Roberts) #25570 [3488f0df3b] - doc: link nextTick docs to the nextTick guide (Sam Roberts) #25619 [c93e5e1f65] - doc: simplify process.binding() deprecation message (Rich Trott) #25654 [0640b09243] - lib: refactor policy code for readability (Anna Henningsen) #25629 [fc38b20c7c] - perf_hooks: clean up GC listeners (Anna Henningsen) #25647 [f3179f7701] - policy: ensure workers do not read fs for policy (Bradley Farias) #25710 [ee61ab6894] - repl: improve doc for disabling REPL history on Windows (Samuel D. Leslie) #25672 [ce28caf517] - report: represent numbers as numbers (Anna Henningsen) #25651 [1dfdbc6cf7] - report: refactor JSON writer (Anna Henningsen) #25651 [14bce1ea5a] - report: do not use uv\_default\_loop() as fallback (Anna Henningsen) #25652 [c0951062b9] - src: pass along errors from i18n converter instantiation (Anna Henningsen) #25734 [deebf10bd5] - src: pass along errors from vm data wrapper creation (Anna Henningsen) #25734 [8ee4810029] - src: pass along errors from KeyObject instantiation (Anna Henningsen) #25734 [ced4e71504] - src: pass along errors from perf obj instantiation (Anna Henningsen) #25734 [5add2b56ac] - src: pass along errors from process obj instantiation (Anna Henningsen) #25734 [2928672679] - src: pass along errors from stream obj instantiation (Anna Henningsen) #25734 [ebcdbebcee] - src: remove unused field in node_http2.h (gengjiawen) #25727 [6d9af41aef] - src: in-source comments and minor TLS cleanups (Sam Roberts) #25713 [09a10858f7] - src: remove unnecessary call to SSL_get_mode (Sam Roberts) #25711 [86e79a521d] - src: remove unused and unimplemented method in env.h (gengjiawen) #25699 [021d1975ff] - src: fix macro duplicate declaration in env.h (gengjiawen) #25703 [845bcfa1ce] - src: simplify inspector initialization in node::Start() (Joyee Cheung) #25612 [797111a69b] - src: avoid race condition in tracing code (Anna Henningsen) #25624 [b113332daf] - src: ensure no more platform foreground tasks after Deinit (Clemens Hammacher) #25653 [7cc51531a7] - src: remove has_experimental_policy option (Anna Henningsen) #25628 [4b43eeaf9a] - src,test: fix JSON escaping in node-report (Denys Otrishko) #25626 [15f6b8e25d] - test: add test for worker.terminate() + timeout fns (Anna Henningsen) #25735 [c2136348a1] - test: move heapdump tests to pummel (Rich Trott) #25181 [ae19f944f8] - test: exit sequence sanity tests (Gireesh Punathil) #25083 [af6e439ad8] - test: enable marking of failing coverage tests (Michael Dawson) #25671 [6203d05a3c] - test: fix zlib-brotli output assumptions (Adam Majer) #25697 [77274d07d2] - test: rewrite fs {f}utimes test file (Jeremiah Senkpiel) #25656 [29002ceb4e] - (SEMVER-MINOR) test: assert on client and server side seperately (Sam Roberts) #25381 [c7dbb72530] - test: remove pummel/test-exec (Rich Trott) #25722 [4b2a1eadbd] - test: replace s_client in test-https-ci-reneg-attack (Rich Trott) #25720 [7d682234a6] - test: remove unused uncaughtException handler (Anna Henningsen) #25641 [271126ad3b] - test: remove s_client from test-tls-ci-reneg-attack (Rich Trott) #25700 [190c063ecb] - test: replace Google servers with localhost (Rich Trott) #25694 [f33d705033] - test: fix sequential/test-performance delay (Anatoli Papirovski) #25695 [1905f8ef55] - test: remove common.isOSXMojave (Rich Trott) #25658 [9f1b5c6193] - test: remove known_issues/test-cluster-bind-privileged-port (Rich Trott) #25649 [d0705bd24b] - timers: truncate decimal values (Jeremiah Senkpiel) #24819 [d5b2135dde] - tls: fix malloc mismatch in SSL_set_tlsext_status_ocsp_resp call (David Benjamin) #25706 [6e80f6d9a1] - (SEMVER-MINOR) tls: workaround handshakedone in renegotiation (Shigeki Ohtsu) #25381 [c34c5694eb] - (SEMVER-MINOR) tls: make ossl 1.1.1 cipher list throw error (Sam Roberts) #25381 [8032969c69] - tools: make trailing commas consistent in .eslintrc (Rich Trott) #25739 [7ba66505e3] - tools: make test.py Queue part Python 3 compatible (gengjiawen) #25701 [e6ad7f4c9c] - tools: make mkssldef.py Python 3 compatible (Sakthipriyan Vairamani (thefourtheye)) #25584 [bc81fef988] - vm: mark scripts as shareable cross-origin (Jeremy Apthorp) #25380

Open Graph Description: 2019-01-30, Version 11.9.0 (Current), @targos Notable changes TODO Commits [bc81a68f20] - build: make compress_json python3 compatible (Sakthipriyan Vairamani (thefourtheye)) #25582 [30949f8dba] -...

X Description: 2019-01-30, Version 11.9.0 (Current), @targos Notable changes TODO Commits [bc81a68f20] - build: make compress_json python3 compatible (Sakthipriyan Vairamani (thefourtheye)) #25582 [30949f8dba] -...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/commits/:range(.:format)
route-controllerpull_requests
route-actioncommits
fetch-noncev2:742380aa-62df-89fb-eeb5-2c41b6bd0865
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id80B8:23BD59:52CD473:6DF25F0:69931973
html-safe-noncec015761600dacd682f1760b2c75eae88c84f71130377bf35811f62761b1895a6
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MEI4OjIzQkQ1OTo1MkNENDczOjZERjI1RjA6Njk5MzE5NzMiLCJ2aXNpdG9yX2lkIjoiNDQ5MzE5MDk5NDk0MzIyMDA4MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac82d403e31abe88804310d9b7a5d50222c99f66f77e5895dcb50e1b987bd2c658
hovercard-subject-tagpull_request:248670346
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/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9
twitter:imagehttps://avatars.githubusercontent.com/u/2352663?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/2352663?s=400&v=4
og:image:alt2019-01-30, Version 11.9.0 (Current), @targos Notable changes TODO Commits [bc81a68f20] - build: make compress_json python3 compatible (Sakthipriyan Vairamani (thefourtheye)) #25582 [30949f8dba] -...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None1bae9c7d08ea14e1ee9576041777790e900aa7d28044a68c6b15fb7dc65e3f07
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
release8310071b47bca52ae19d882cc03d100e11f93ec3
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fpull%2F25802%2Fcommits%2F7cc51531a72c2a2f120243bf8265224d8ce839b9
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%2F25802%2Fcommits%2F7cc51531a72c2a2f120243bf8265224d8ce839b9
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/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9
Reloadhttps://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9
Reloadhttps://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9
nodejs https://github.com/nodejs
nodehttps://github.com/nodejs/node
Please reload this pagehttps://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9
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.7k https://github.com/nodejs/node/issues
Pull requests 715 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
targoshttps://github.com/targos
v11.xhttps://github.com/nodejs/node/tree/v11.x
v11.9.0-proposalhttps://github.com/nodejs/node/tree/v11.9.0-proposal
Conversation 10 https://github.com/nodejs/node/pull/25802
Commits 79 https://github.com/nodejs/node/pull/25802/commits
Checks 0 https://github.com/nodejs/node/pull/25802/checks
Files changed https://github.com/nodejs/node/pull/25802/files
Please reload this pagehttps://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9
v11.9.0 proposal https://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9#top
Show all changes 79 commits https://github.com/nodejs/node/pull/25802/files
9f1b5c6 test: remove known_issues/test-cluster-bind-privileged-port Trott Jan 22, 2019 https://github.com/nodejs/node/pull/25802/commits/9f1b5c619311f0c85d55e65c641141c1eb2d8725
c93e5e1 doc: simplify process.binding() deprecation message Trott Jan 23, 2019 https://github.com/nodejs/node/pull/25802/commits/c93e5e1f65e566ab1c49717be80c879437b06551
1905f8e test: remove common.isOSXMojave Trott Jan 23, 2019 https://github.com/nodejs/node/pull/25802/commits/1905f8ef55c4ff96c49b37d4c74a08176ac70dad
0640b09 lib: refactor policy code for readability addaleax Jan 21, 2019 https://github.com/nodejs/node/pull/25802/commits/0640b09243358f203af64563de093d2b8cbd8d2e
7cc5153 src: remove has_experimental_policy option addaleax Jan 21, 2019 https://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9
3488f0d doc: link nextTick docs to the nextTick guide sam-github Jan 21, 2019 https://github.com/nodejs/node/pull/25802/commits/3488f0df3b15358fdcfb86dbb6628d895620ebcc
48149cf doc: clarify what dns.setResolvers() affects sam-github Jan 18, 2019 https://github.com/nodejs/node/pull/25802/commits/48149cfa3a58185c1d335cdbdeded02710c78885
237ec39 doc: fix 11.8.0 changelog MylesBorins Jan 25, 2019 https://github.com/nodejs/node/pull/25802/commits/237ec396d0272981eaeae37f1fa2cd7473211cb6
e475119 doc: add metadata to report docs richardlau Jan 25, 2019 https://github.com/nodejs/node/pull/25802/commits/e47511943bebfbb64e5e00816c6df3ed6051f231
3c5a7a2 doc: fix keyObject.symmetricSize to be keyObject.symmetricKeySize panva Jan 23, 2019 https://github.com/nodejs/node/pull/25802/commits/3c5a7a2f970d30c1752075e3e029d035d585d8c7
ee61ab6 repl: improve doc for disabling REPL history on Windows ralish Jan 23, 2019 https://github.com/nodejs/node/pull/25802/commits/ee61ab6894dac88784819ab4ddf1d7010c0e4842
f33d705 test: fix sequential/test-performance delay apapirovski Jan 25, 2019 https://github.com/nodejs/node/pull/25802/commits/f33d705033ad8a39da5571c54e2f5f87515223dc
4b43eea src,test: fix JSON escaping in node-report lundibundi Jan 21, 2019 https://github.com/nodejs/node/pull/25802/commits/4b43eeaf9a4528a21e69029d241b6760af8c9660
1aa7f4d doc: fix metadata for v11.8.0 doc changes richardlau Jan 25, 2019 https://github.com/nodejs/node/pull/25802/commits/1aa7f4d72d90e91707960da38946cfd2970e9726
b218b12 doc: remove outdated s_client information in tls.md Trott Jan 24, 2019 https://github.com/nodejs/node/pull/25802/commits/b218b1204aa9f85dba953733be253fdf92a4ae91
34bc69d doc: fix file extension on ESM file example ewhitebloom Jan 25, 2019 https://github.com/nodejs/node/pull/25802/commits/34bc69d376eeaec4ad145ecfb5b56167c2cbe4d9
b113332 src: ensure no more platform foreground tasks after Deinit backes Jan 22, 2019 https://github.com/nodejs/node/pull/25802/commits/b113332daf1147ffe58597f1087c04a7e35c420b
14bce1e report: do not use `uv_default_loop()` as fallback addaleax Jan 22, 2019 https://github.com/nodejs/node/pull/25802/commits/14bce1ea5abc4f42c7be66124d51e9c0ebe6a358
190c063 test: replace Google servers with localhost Trott Jan 25, 2019 https://github.com/nodejs/node/pull/25802/commits/190c063ecb6ce1a410f5fdbc69bad789af171a10
271126a test: remove s_client from test-tls-ci-reneg-attack Trott Jan 25, 2019 https://github.com/nodejs/node/pull/25802/commits/271126ad3b6d0d94aac654e9216ac0dad396056e
1dfdbc6 report: refactor JSON writer addaleax Jan 22, 2019 https://github.com/nodejs/node/pull/25802/commits/1dfdbc6cf709ff2741a0cef207e833748c23dc59
ce28caf report: represent numbers as numbers addaleax Jan 22, 2019 https://github.com/nodejs/node/pull/25802/commits/ce28caf517e7d82a8724eaf8e55b585f92a80efd
797111a src: avoid race condition in tracing code addaleax Jan 21, 2019 https://github.com/nodejs/node/pull/25802/commits/797111a69b3810e5036c8d50683136c739f69435
7d68223 test: remove unused uncaughtException handler addaleax Jan 22, 2019 https://github.com/nodejs/node/pull/25802/commits/7d682234a69f50be1d409e6960f5d265149e329e
845bcfa src: simplify inspector initialization in node::Start() joyeecheung Jan 21, 2019 https://github.com/nodejs/node/pull/25802/commits/845bcfa1ce5f086ba1bcb0a98a78e1c392ef23f0
fc38b20 perf_hooks: clean up GC listeners addaleax Jan 22, 2019 https://github.com/nodejs/node/pull/25802/commits/fc38b20c7c90a515a02f42ea2f372b18abfe4483
021d197 src: fix macro duplicate declaration in env.h gengjiawen Jan 25, 2019 https://github.com/nodejs/node/pull/25802/commits/021d1975fffa69bfc74239f503625241e6684373
30949f8 build: make configure.py compatible with python 3 thefourtheye Jan 19, 2019 https://github.com/nodejs/node/pull/25802/commits/30949f8dba92c82229fdac74d286ae6ec1a2a5f5
bc81a68 build: make compress_json python3 compatible thefourtheye Jan 19, 2019 https://github.com/nodejs/node/pull/25802/commits/bc81a68f2039ec2337408a5bb18c557901d09fa9
4b2a1ea test: replace s_client in test-https-ci-reneg-attack Trott Jan 26, 2019 https://github.com/nodejs/node/pull/25802/commits/4b2a1eadbd0b574a2983de752fb6553e4dd63695
c7dbb72 test: remove pummel/test-exec Trott Jan 26, 2019 https://github.com/nodejs/node/pull/25802/commits/c7dbb725304b6cfef94dbeed9ed8344c1a1e95e6
e6ad7f4 tools: make mkssldef.py Python 3 compatible thefourtheye Jan 19, 2019 https://github.com/nodejs/node/pull/25802/commits/e6ad7f4c9c647e4a36da0b5c561efb286c4d3e34
c581b9a deps: upgrade openssl sources to 1.1.1a sam-github Jan 24, 2019 https://github.com/nodejs/node/pull/25802/commits/c581b9a2534e9ace020b47423383aeba97eabadc
e204399 deps: fix gyp/gypi for openssl-1.1.1 shigeki May 5, 2018 https://github.com/nodejs/node/pull/25802/commits/e2043999bda32a9855429d2fa392b749139f2562
0a0f15f deps: fix MacOS and Win build for OpenSSL-1.1.1 shigeki Nov 1, 2018 https://github.com/nodejs/node/pull/25802/commits/0a0f15f768c1bbeaea7554847e16a08411b8c663
670f100 deps: add s390 asm rules for OpenSSL-1.1.1 shigeki Mar 7, 2018 https://github.com/nodejs/node/pull/25802/commits/670f10053afaa983e178c358c6b13c559994aa7d
ad04d7b deps: add only avx2 configs for OpenSSL-1.1.1 shigeki Nov 8, 2018 https://github.com/nodejs/node/pull/25802/commits/ad04d7bea1c2ab94d8b83d8ebba6c0bdeea9b881
5225214 deps: fix for non GNU assembler in AIX shigeki Nov 15, 2018 https://github.com/nodejs/node/pull/25802/commits/5225214d0776d76665fe92f2f046de3eb1997cf6
5d5c528 doc: fix assembler requirement for OpenSSL-1.1.1 shigeki Nov 10, 2018 https://github.com/nodejs/node/pull/25802/commits/5d5c528120e44cd2d3c3878321c24ff2abd8d983
d4ec110 deps: update archs files for OpenSSL-1.1.1a sam-github Jan 24, 2019 https://github.com/nodejs/node/pull/25802/commits/d4ec110c65b7e4de033d54bce9f363f7f08afd71
c34c569 tls: make ossl 1.1.1 cipher list throw error sam-github Nov 26, 2018 https://github.com/nodejs/node/pull/25802/commits/c34c5694eb51dbbbc84426d6115f4df08b6d472e
6e80f6d tls: workaround handshakedone in renegotiation shigeki Sep 12, 2018 https://github.com/nodejs/node/pull/25802/commits/6e80f6d9a16dd1e33366f8707203abbdfc79f081
29002ce test: assert on client and server side seperately sam-github Jan 7, 2019 https://github.com/nodejs/node/pull/25802/commits/29002ceb4ebdb60e85034d529d147d6a5b2cf34c
bc81fef vm: mark scripts as shareable cross-origin nornagon Jan 7, 2019 https://github.com/nodejs/node/pull/25802/commits/bc81fef988a67e6e2007de2aaf6b4d1f5a28a88e
1d6e18b doc: fix http.Agent timeout option description lpinca Jan 14, 2019 https://github.com/nodejs/node/pull/25802/commits/1d6e18b1289c71ec2f8c4946961066896d72da0b
77274d0 test: rewrite fs {f}utimes test file Fishrock123 Jan 23, 2019 https://github.com/nodejs/node/pull/25802/commits/77274d07d287c656cdca67bfb3bda1f69bf52a93
6203d05 test: fix zlib-brotli output assumptions AdamMajer Jan 25, 2019 https://github.com/nodejs/node/pull/25802/commits/6203d05a3c34c400a481bb041475a1c788d86d8b
86e79a5 src: remove unused and unimplemented method in env.h gengjiawen Jan 24, 2019 https://github.com/nodejs/node/pull/25802/commits/86e79a521de2c5419c7397a38c4361ed90be1c22
7ba6650 tools: make test.py Queue part Python 3 compatible gengjiawen Jan 25, 2019 https://github.com/nodejs/node/pull/25802/commits/7ba66505e3cb53c7f8100e3a3eabb903755a2101
09a1085 src: remove unnecessary call to SSL_get_mode sam-github Jan 25, 2019 https://github.com/nodejs/node/pull/25802/commits/09a10858f790b2a1cc3c0480cf9d5c92a813a6b6
6d9af41 src: in-source comments and minor TLS cleanups sam-github Jan 16, 2019 https://github.com/nodejs/node/pull/25802/commits/6d9af41aef7ed554cb68eb5a4b96bec441ca2e7b
c82f244 dns: use IDNA 2008 to encode non-ascii hostnames bnoordhuis Oct 10, 2018 https://github.com/nodejs/node/pull/25802/commits/c82f2445e5f5e8b387992e4e0e0ed99ab3e93012
edc9ceb doc: fix issue with worker_threads docs leebyron Jan 25, 2019 https://github.com/nodejs/node/pull/25802/commits/edc9ceb16e68fbd29e80fa28f5ec9e583e2f9a3a
d0705bd timers: truncate decimal values Fishrock123 Dec 4, 2018 https://github.com/nodejs/node/pull/25802/commits/d0705bd24b4e9e897a482dc204bad897181781e7
7c8d57d doc: revise breaking changes material in COLLABORATOR_GUIDE Trott Jan 27, 2019 https://github.com/nodejs/node/pull/25802/commits/7c8d57d4a9ef3e86b15992f528328d83e699ccec
ebcdbeb src: remove unused field in node_http2.h gengjiawen Jan 26, 2019 https://github.com/nodejs/node/pull/25802/commits/ebcdbebcee17ecedb40570be4f37a717ac63041e
f3179f7 policy: ensure workers do not read fs for policy bmeck Jan 23, 2019 https://github.com/nodejs/node/pull/25802/commits/f3179f7701aed9ed7b0b95c1fa94029c73c9a2cd
af6e439 test: enable marking of failing coverage tests mhdawson Jan 22, 2019 https://github.com/nodejs/node/pull/25802/commits/af6e439ad806f2032e0dc5f84b37703e76b9f31e
c56ddc7 doc: document uniqueness of worker.threadId addaleax Jan 22, 2019 https://github.com/nodejs/node/pull/25802/commits/c56ddc7736f6981bc8a0d8428ad9e5cfcf3cfc54
ae19f94 test: exit sequence sanity tests gireeshpunathil Dec 17, 2018 https://github.com/nodejs/node/pull/25802/commits/ae19f944f822048827fb7dd327e06b16b4d687bc
d5b2135 tls: fix malloc mismatch in SSL_set_tlsext_status_ocsp_resp call davidben Jan 25, 2019 https://github.com/nodejs/node/pull/25802/commits/d5b2135dde1663364a12e8c6e76c86310b2874da
c213634 test: move heapdump tests to pummel Trott Dec 22, 2018 https://github.com/nodejs/node/pull/25802/commits/c2136348a1cabe9a0a1490b1cf3f41a61104e7e1
15f6b8e test: add test for `worker.terminate()` + timeout fns addaleax Jan 27, 2019 https://github.com/nodejs/node/pull/25802/commits/15f6b8e25dbdb905ff2e9b11041c18c330b02f32
8032969 tools: make trailing commas consistent in .eslintrc Trott Jan 27, 2019 https://github.com/nodejs/node/pull/25802/commits/8032969c69459553abdeee87e8469d02e1f7c62c
2928672 src: pass along errors from stream obj instantiation addaleax Jan 27, 2019 https://github.com/nodejs/node/pull/25802/commits/29286726798af55d47afd454f6369edc35660601
5add2b5 src: pass along errors from process obj instantiation addaleax Jan 27, 2019 https://github.com/nodejs/node/pull/25802/commits/5add2b56ac43eea04b03f0d2de8ac83ab155774d
ced4e71 src: pass along errors from perf obj instantiation addaleax Jan 27, 2019 https://github.com/nodejs/node/pull/25802/commits/ced4e7150468481825eb9e7f306cbf31f756a79c
8ee4810 src: pass along errors from KeyObject instantiation addaleax Jan 27, 2019 https://github.com/nodejs/node/pull/25802/commits/8ee481002924eab69c79d9e575f8c0cef9d5db3e
deebf10 src: pass along errors from vm data wrapper creation addaleax Jan 27, 2019 https://github.com/nodejs/node/pull/25802/commits/deebf10bd58126c2b473fceec92fd4f7b105d105
c095106 src: pass along errors from i18n converter instantiation addaleax Jan 27, 2019 https://github.com/nodejs/node/pull/25802/commits/c0951062b9f3b3ccf30516421af16e16479336bc
1d1d3f5 test: refactor test-http-client-timeout-option-with-agent Trott Jan 28, 2019 https://github.com/nodejs/node/pull/25802/commits/1d1d3f5b6beda71e94b843ac2a5f193db0ae9019
1d7c963 src: remove unused env_ field from env.h danbev Jan 29, 2019 https://github.com/nodejs/node/pull/25802/commits/1d7c9635b61a5331bba0f38f4b511cf92f22b32b
602d0e4 test: use fipsMode in test-crypto-fips danbev Jan 18, 2019 https://github.com/nodejs/node/pull/25802/commits/602d0e4efcb708c4220c857b74ae47c40c255d31
d04c0bb test: move client renegotiation tests to parallel Trott Jan 28, 2019 https://github.com/nodejs/node/pull/25802/commits/d04c0bb326d56c50b003faa30b1eb38572ad8a64
e0597a7 worker: export workerData to ESM workers addaleax Jan 28, 2019 https://github.com/nodejs/node/pull/25802/commits/e0597a70819769205259e8759ff709031374c80d
0878252 module: silence ModuleJob unhandled rejection warnings addaleax Jan 28, 2019 https://github.com/nodejs/node/pull/25802/commits/087825238e6fb66629508d43069bdf1184215748
798ee40 module: do not use `process.exit()` addaleax Jan 28, 2019 https://github.com/nodejs/node/pull/25802/commits/798ee4036b4d90b5d46a58f3db9de560bc4f4547
5e6af53 test: refactor test/common/report.js cjihrig Jan 28, 2019 https://github.com/nodejs/node/pull/25802/commits/5e6af53f66bbd47b08113ee715c2065cc8410972
8e24451 2019-01-30, Version 11.9.0 (Current) targos Jan 29, 2019 https://github.com/nodejs/node/pull/25802/commits/8e24451439a9abbc1cd99b42066eec65473e781c
Clear filters https://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9
Please reload this pagehttps://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9
Please reload this pagehttps://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9
node.js https://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9#diff-5dc112d202934c998db1f82432ccc091f1e588027b8f688cc50e1d7f46007df1
loader.js https://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9#diff-5b5902273122e094ff474fda358605ffa45a4a58b51cd0bf4c1acb93779df142
node_options.cc https://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9#diff-d0b7433f8ca620eba56fc39f79429c73e2b3f061ca6d27583132a37b788b8aa8
node_options.h https://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9#diff-a6dd6c44925932d3134081da80ed07216f5f66449f540442835557616bcd14f9
Prev https://github.com/nodejs/node/pull/25802/commits/0640b09243358f203af64563de093d2b8cbd8d2e
Next https://github.com/nodejs/node/pull/25802/commits/3488f0df3b15358fdcfb86dbb6628d895620ebcc
#25628https://github.com/nodejs/node/pull/25628
Please reload this pagehttps://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9
https://github.com/addaleax
addaleaxhttps://github.com/nodejs/node/commits?author=addaleax
lib/internal/bootstrap/node.jshttps://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9#diff-5dc112d202934c998db1f82432ccc091f1e588027b8f688cc50e1d7f46007df1
View file https://github.com/nodejs/node/blob/7cc51531a72c2a2f120243bf8265224d8ce839b9/lib/internal/bootstrap/node.js
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/25802/commits/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9#diff-5dc112d202934c998db1f82432ccc091f1e588027b8f688cc50e1d7f46007df1
https://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9#diff-5dc112d202934c998db1f82432ccc091f1e588027b8f688cc50e1d7f46007df1
lib/internal/modules/cjs/loader.jshttps://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9#diff-5b5902273122e094ff474fda358605ffa45a4a58b51cd0bf4c1acb93779df142
View file https://github.com/nodejs/node/blob/7cc51531a72c2a2f120243bf8265224d8ce839b9/lib/internal/modules/cjs/loader.js
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/25802/commits/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9#diff-5b5902273122e094ff474fda358605ffa45a4a58b51cd0bf4c1acb93779df142
https://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9#diff-5b5902273122e094ff474fda358605ffa45a4a58b51cd0bf4c1acb93779df142
src/node_options.cchttps://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9#diff-d0b7433f8ca620eba56fc39f79429c73e2b3f061ca6d27583132a37b788b8aa8
View file https://github.com/nodejs/node/blob/7cc51531a72c2a2f120243bf8265224d8ce839b9/src/node_options.cc
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/25802/commits/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9#diff-d0b7433f8ca620eba56fc39f79429c73e2b3f061ca6d27583132a37b788b8aa8
https://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9#diff-d0b7433f8ca620eba56fc39f79429c73e2b3f061ca6d27583132a37b788b8aa8
src/node_options.hhttps://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9#diff-a6dd6c44925932d3134081da80ed07216f5f66449f540442835557616bcd14f9
View file https://github.com/nodejs/node/blob/7cc51531a72c2a2f120243bf8265224d8ce839b9/src/node_options.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/25802/commits/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9#diff-a6dd6c44925932d3134081da80ed07216f5f66449f540442835557616bcd14f9
https://github.com/nodejs/node/pull/25802/commits/7cc51531a72c2a2f120243bf8265224d8ce839b9#diff-a6dd6c44925932d3134081da80ed07216f5f66449f540442835557616bcd14f9
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.