summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-09doc: fix nits in writing-tests.mdVse Mozhet Byt
2019-03-09src: guard against calling `Init()` multiple timesAnna Henningsen
2019-03-09crypto: improve error handling in parseKeyEncodingTobias Nießen
2019-03-08tools: update generated lint-md.jsRefael Ackermann
2019-03-08tools: update `node-lint-md-cli-rollup` version 2Refael Ackermann
2019-03-09src: delete unused method SetTemplateMethodgengjiawen
2019-03-09src: delete unused method SetTemplateMethodNoSideEffectgengjiawen
2019-03-09src: delete unused variable in env.hgengjiawen
2019-03-09src: add public API for linked bindingsAnna Henningsen
2019-03-09test: make cctest full Node.js environmentAnna Henningsen
2019-03-09src: merge debug-only `SealHandleScope`sAnna Henningsen
2019-03-09http: send connection: close when closing connYann Hamon
2019-03-09n-api: improve performance creating stringsAnthony Tuininga
2019-03-09http: improve for-loop readability in _http_outgoing.jsgengjiawen
2019-03-08doc: edit "Involving the TSC"Rich Trott
2019-03-08test: bump test-bootstrap-modules.js limitJoyee Cheung
2019-03-08doc: add guidance on console output in testsSam Roberts
2019-03-08doc: add caveat and tradeoff example to readlineVse Mozhet Byt
2019-03-08lib: move queueMicrotask to stableGus Caplan
2019-03-08lib: explicitly initialize debuglog during bootstrapJoyee Cheung
2019-03-08process: call prepareMainThreadExecution in all main thread scriptsJoyee Cheung
2019-03-08lib: move format and formatWithOptions into internal/util/inspect.jsJoyee Cheung
2019-03-08process: handle process.env.NODE_V8_COVERAGE in pre-executionJoyee Cheung
2019-03-08process: set up process warning handler in pre-executionJoyee Cheung
2019-03-08process: call `prepareMainThreadExecution` in `node inspect`Joyee Cheung
2019-03-08src: cleanup in all return paths in node::StartGireesh Punathil
2019-03-08src: remove templating from StreamBaseJon Moss
2019-03-07tools: use dmn@2.2.1 to remove unneeded filesRich Trott
2019-03-07tools: update dmn to 2.2.1 in update scriptsRich Trott
2019-03-08repl: add replDefaults to customize the writerRuben Bridgewater
2019-03-08src: remove redundant cast in util-inl.hgengjiawen
2019-03-08tools: fix test.py --shellYang Guo
2019-03-07Revert "build: silence cpp lint by default"Refael Ackermann
2019-03-07test: refactor test/report/test-report-signal.jscjihrig
2019-03-07crypto: simplify GetPublicOrPrivateKeyFromJsTobias Nießen
2019-03-07test: remove usage of `process.binding()`Anna Henningsen
2019-03-07child_process: fire close event from stdiokohta ito
2019-03-07test: fix tests so they work in worker threadsRichard Lau
2019-03-07lib: assign missed deprecation codeAnna Henningsen
2019-03-07http: remove unused variable in _http_server.jsgengjiawen
2019-03-07src: make parameter name const reference in method TriggerNodeReportgengjiawen
2019-03-07src: remove redundant call in inspector_io.ccgengjiawen
2019-03-06tools: update remark-preset-lint-node to 1.5.0Rich Trott
2019-03-06doc: standardize on End-of-Life capitalizationRich Trott
2019-03-07doc: add missing https Agent maxCachedSessionsNicolas Moteau
2019-03-07buffer: do not affect memory after target for utf16 writeAnna Henningsen
2019-03-07build: indicate that configure has done somethingRichard Lau
2019-03-07build,win: simplify new `msbuild_arg` optionRefael Ackermann
2019-03-07tools: add no-var lint rule for tools directoryshisama
2019-03-07tools: replace var to let/constMasashi Hirano