summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-12-21test: remove unnecessary eslint-disable commentsRich Trott
2018-12-21src: move more process methods initialization in bootstrap/node.jsJoyee Cheung
2018-12-20http: add maxHeaderSize propertycjihrig
2018-12-20cli: add --max-http-header-size flagcjihrig
2018-12-20os: move process.binding('os') to internalBindingbriete
2018-12-19src: unload addons when environment quitsGabriel Schulhof
2018-12-19test,doc: add tests and docs for addon unloadingAnna Henningsen
2018-12-19console: improve inspectOptions validationcjihrig
2018-12-19test: remove obsolete eslint commentscjihrig
2018-12-19test: verify input flagsRuben Bridgewater
2018-12-19util: `format()` now formats bigint and booleansRuben Bridgewater
2018-12-19worker: fix nullptr deref after MessagePort deser failureAnna Henningsen
2018-12-18test: add signal check to test-esm-cjs-mainRich Trott
2018-12-19process: move POSIX credential accessors into node_credentials.ccJoyee Cheung
2018-12-18test: add missing tmpdir.refresh() in recently-added testRich Trott
2018-12-18assert: inspect gettersRuben Bridgewater
2018-12-18src: always compile and store code cache for native modulesJoyee Cheung
2018-12-18src: remove code cache integrity checkJoyee Cheung
2018-12-18test: test internal/util/types in vmZYSzys
2018-12-18tools: make apilinks building more robustJoyee Cheung
2018-12-17test: remove magic numbers in test-gc-http-client-onerrorRich Trott
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-16tools: enable no-useless-constructor lint rulecjihrig
2018-12-16child_process: spawn ignores options in case args is undefinedEduard Bondarenko
2018-12-16util: inspect all prototypesRuben Bridgewater
2018-12-15fs: make writeFile consistent with readFile wrt fdSakthipriyan Vairamani (thefourtheye)
2018-12-15src: pass isMainThread into bootstrap/node.js directlyJoyee Cheung
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-15test: use blocks instead of async IIFEAnna Henningsen
2018-12-14test: adding history regression test caseAnto Aravinth
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-14lib: ensure readable stream flows to endMikko Rantanen
2018-12-14test: mark test-cli-node-options flaky on armRich Trott
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-13src: emit 'params' instead of 'data' for NodeTracing.dataCollectedKelvin Jin
2018-12-13test: refactor test-enable-in-initMitch Hankins
2018-12-13test: from functools import reduce in test/testpy/__init__.pycclauss
2018-12-13bootstrap: make Buffer and process non-enumerableRuben Bridgewater