summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-17console: add `inspectOptions` optionRuben Bridgewater
2018-12-17build: add a space to clarify skipping crypto msgDaniel Bevenius
2018-12-16test: merge test with unnecessary child processSam Roberts
2018-12-17process: improve `--redirect-warnings` handlingRuben Bridgewater
2018-12-16tools: enable no-useless-constructor lint rulecjihrig
2018-12-16src: mark some global state as constAnna Henningsen
2018-12-16vm: simplify Script constructor options validationcjihrig
2018-12-17perf_hooks: make GC tracking state per-EnvironmentAnna Henningsen
2018-12-16doc: fix node.1 --http-parser sort ordercjihrig
2018-12-16child_process: spawn ignores options in case args is undefinedEduard Bondarenko
2018-12-16util: inspect all prototypesRuben Bridgewater
2018-12-16doc: add EventTarget link to worker_threadsAzard
2018-12-15fs: make writeFile consistent with readFile wrt fdSakthipriyan Vairamani (thefourtheye)
2018-12-15doc: make README formatting more consistentwenjun ye
2018-12-15src: pass isMainThread into bootstrap/node.js directlyJoyee Cheung
2018-12-15src: remove icuDataDir from node configGauthamBanasandra
2018-12-15net: use strict comparisons for fdcjihrig
2018-12-15test: remove unnecessary linter commentcjihrig
2018-12-15test: use global.gc() instead of gc()cjihrig
2018-12-15test: run eslint on test file and fix errorsRuben Bridgewater
2018-12-15test: remove dead codeRuben Bridgewater
2018-12-15build: make lint-addon-docs run only if neededDaniel Bevenius
2018-12-15stream: re-use existing `once()` implementationAnna Henningsen
2018-12-15test: use blocks instead of async IIFEAnna Henningsen
2018-12-14test: adding history regression test caseAnto Aravinth
2018-12-14util: remove todoRuben Bridgewater
2018-12-14lib: remove internalBinding('config').pendingDeprecationJoyee Cheung
2018-12-14test: mark test-child-process-execfile flakyRich Trott
2018-12-14test: mark test-child-process-exit-code flakyRich Trott
2018-12-14test: improve WPT runner name matchingJoyee Cheung
2018-12-14test: remove reference to whatwg in file names under test/wptJoyee Cheung
2018-12-14test: mark test-worker-memory flaky on Windows CIRich Trott
2018-12-14url: remove an eslint-disable commentcjihrig
2018-12-14querystring: remove eslint-disablecjihrig
2018-12-14lib: ensure readable stream flows to endMikko Rantanen
2018-12-14test: mark test-cli-node-options flaky on armRich Trott
2018-12-14util: improve format performanceRuben Bridgewater
2018-12-14test: mark test-child-process-execsync flaky on AIXRich Trott
2018-12-14test: increase error information in test-cli-syntax-*Rich Trott
2018-12-13process: properly close file descriptor on exitRuben Bridgewater
2018-12-13src: emit 'params' instead of 'data' for NodeTracing.dataCollectedKelvin Jin
2018-12-14src: add GetLoadedLibraries routineGireesh Punathil
2018-12-13doc: add codebytere's info to release teamShelley Vohr
2018-12-13test: refactor test-enable-in-initMitch Hankins
2018-12-13doc: revise internal vs. public API in Collaborator GuideRich Trott
2018-12-13doc: update a link of npm repositoryDaijiro Wachi
2018-12-13lib: refactor argument validation using validateStringZYSzys
2018-12-13src: remove internalBinding('config').warningFileJoyee Cheung
2018-12-13test: from functools import reduce in test/testpy/__init__.pycclauss