aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-21src: prevent persistent handle resource leaksBen Noordhuis
2018-02-21doc: fix minor grammar/typographical issues in onboarding.mdRich Trott
2018-02-21doc: update onboarding.md for faster exercise completionRich Trott
2018-02-21doc: fix nits in tools/doc/README.mdVse Mozhet Byt
2018-02-20lint: move eslint to new plugin systemGus Caplan
2018-02-20test: actually test tty `getColorDepth()`Jeremiah Senkpiel
2018-02-20test: move getTTYfd() to common helpersJeremiah Senkpiel
2018-02-20test: http2 client settings invalid callbackTrivikram
2018-02-20test: http2 client ping errorsTrivikram
2018-02-20test: http2 client operations after destroyTrivikram
2018-02-20doc: improved documentation for fs.unlink()dustinnewman98
2018-02-20doc: fix broken link in pull-requests.mdJustin Lee
2018-02-20doc: fix typo in http2.mdVse Mozhet Byt
2018-02-19tls: tls_wrap causes debug assert in vectorKyle Farnung
2018-02-19timers: add helper fn for async initAnatoli Papirovski
2018-02-19build: add node_lib_target_name to cctest depsDaniel Bevenius
2018-02-19http2: make response.end() return thisMatteo Collina
2018-02-19http: OutgoingMessage.end() should return thisMatteo Collina
2018-02-19stream: writable.end should return this.Matteo Collina
2018-02-19src: add nullptr check for session in DEBUG macroDaniel Bevenius
2018-02-19fs: fix potential segfault in async callsJoyee Cheung
2018-02-17fs: remove useless comments which duplicate names of variablesSergey Golovin
2018-02-17tools: custom eslint autofix for inspector-check.jsShobhit Chittora
2018-02-17tools: auto fix custom crypto-check eslint ruleShobhit Chittora
2018-02-17lib: allow process kill by signal numberSam Roberts
2018-02-17test: refactor parallel/test-tls-pausejuggernaut451
2018-02-17doc: refactor manpage to use mdoc(7) macrosAlhadis
2018-02-17doc: mark accessing IPC channel fd as undefinedBartosz Sosnowski
2018-02-17test: refactor stream-*-constructor-set-methodsLuigi Pinca
2018-02-17deps: patch V8 to 6.4.388.46Myles Borins
2018-02-17doc: fix minor typos in GOVERNANCE.mdRich Trott
2018-02-17test: stdio pipe behavior testsBartosz Sosnowski
2018-02-17path: replace duplicate conditions by functionsSergey Golovin
2018-02-17net: simplify net.Socket#end()Anna Henningsen
2018-02-17lib: replace `eval` with `vm.runInThisContext`Myles Borins
2018-02-17tools, test: fix prof polyfill readlinekillagu
2018-02-17fs: move fs.promises API to fs/promisesMichaël Zasso
2018-02-17fs: move utility functions to internal/fsMichaël Zasso
2018-02-16doc: add Yihong Wang to collaboratorsYihong Wang
2018-02-16test: refactor parallel/test-tls-0-dns-altnamejuggernaut451
2018-02-16test: add common.skipIfEslintMissingMyles Borins
2018-02-16test: fix warnings in addon testsAli Ijaz Sheikh
2018-02-16src: changing node_file's usage of v8::ResolverJimmy Thomson
2018-02-16doc: warn against concurrent http2stream.respondWithFDAnna Henningsen
2018-02-16doc: add fs declarations to stream doc js examplesIvan Filenko
2018-02-16test: fix unrelated variable name changesAnatoli Papirovski
2018-02-16doc: activate `no-multiple-empty-lines` ruleRuben Bridgewater
2018-02-16async_hooks: clean up usage in internal codeAnatoli Papirovski
2018-02-16module: fix main lookup regression from #18728Guy Bedford
2018-02-16doc: note that linting is required in releases.mdGibson Fahnestock