summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-14build: fix icu-i18n pkg-config version checkBen Noordhuis
2019-06-14build: don't swallow pkg-config warningsBen Noordhuis
2019-06-14test: skip `test-worker-prof` as flaky for allMilad Farazmand
2019-06-14test: add addon tests for `RegisterSignalHandler()`Anna Henningsen
2019-06-14src: forbid reset_handler for SIGSEGV handlingAnna Henningsen
2019-06-14src: reset SIGSEGV handler before crashingAnna Henningsen
2019-06-14src: do not use posix feature macro in node.hAnna Henningsen
2019-06-14doc: document behavior of family:0 in dns.lookup()cjihrig
2019-06-14n-api: defer Buffer finalizer with SetImmediateAnna Henningsen
2019-06-14src: fix off-by-one error in native SetImmediateAnna Henningsen
2019-06-14doc: pass path in URL constructorDaniel Nalborczyk
2019-06-13test: remove FIB environment variable from cpu-prof.jsRich Trott
2019-06-13test: remove unused `output` argument for `getFrames()`Rich Trott
2019-06-13test: document cpu-prof moduleRich Trott
2019-06-13doc: update kernel and glibc reqs for PPCleMichael Dawson
2019-06-13doc,n-api: fix typoRichard Lau
2019-06-14fs: add *timeNs properties to BigInt Stats objectsJoyee Cheung
2019-06-13build,win: delegate lint-cpp to makeRefael Ackermann
2019-06-12domain: error handler runs outside of its domainJulien Gilli
2019-06-12build: lint all docs under docRichard Lau
2019-06-12tls: rename validateKeyCert in _tls_common.jsDaniel Bevenius
2019-06-12worker: make MessagePort constructor non-callableAnna Henningsen
2019-06-12src: do not use pointer for loop in node_watchdogAnna Henningsen
2019-06-12src: restore stdio on program exitBen Noordhuis
2019-06-12doc: update assert's validation functionsRuben Bridgewater
2019-06-12assert: add partial support for evaluated code in simple assertRuben Bridgewater
2019-06-12assert: improve regular expression validationRuben Bridgewater
2019-06-12assert: print more lines in the error diffRuben Bridgewater
2019-06-12assert: fix error diffRuben Bridgewater
2019-06-12assert: limit string inspection when logging assertion errorsRuben Bridgewater
2019-06-12doc: document trace-events category for dns requestsvmarchaud
2019-06-12doc: add Buffer#subarray() and add note about Uint8Array#slice()FUJI Goro (gfx)
2019-06-12doc: update broken/foundation links in README.mdTierney Cyren
2019-06-12test: improve unexpected warnings errorRuben Bridgewater
2019-06-12deps: update llhttp to 1.1.4Fedor Indutny
2019-06-12doc: add tls-min/max options to NODE_OPTIONSDaniel Bevenius
2019-06-12test: mark test-fs-stat-bigint as flakyRich Trott
2019-06-12test: remove duplicate test-child-process-execfilesync-maxBuffer.jsJoyee Cheung
2019-06-11build: fix configure script to work with Apple Clang 11Saagar Jha
2019-06-12test: split test-cpu-prof.jsJoyee Cheung
2019-06-12deps: V8: cherry-pick e0a109cJoyee Cheung
2019-06-11module: handle empty require.resolve() optionscjihrig
2019-06-11tools: fix update-babel-eslint.sh scriptRuben Bridgewater
2019-06-11tools: increase the maximum number of files to lint per workerRuben Bridgewater
2019-06-11tools: ignore node_modules when lintingRuben Bridgewater
2019-06-11tools: update babel-eslintRuben Bridgewater
2019-06-11tools: activate more eslint rulesRuben Bridgewater
2019-06-11tools: update eslint configRuben Bridgewater
2019-06-11tools: update eslintRuben Bridgewater
2019-06-11doc: split example into twoRuben Bridgewater