summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-02-06test: added input validation test for fchmodLuca Maraschi
2018-02-06assert: fix generatedMessageRuben Bridgewater
2018-02-06assert: do not read Node.js modulesRuben Bridgewater
2018-02-06stream: defer readable and flow when syncMathias Buus
2018-02-05fs: add initial set of fs.promises APIsJames M Snell
2018-02-05stream: cleanup() when unpiping all streams.陈刚
2018-02-04loader: fix up #18394Gus Caplan
2018-02-04timers: prevent event loop blockingAnatoli Papirovski
2018-02-04timers: use start instead of stop + startAnatoli Papirovski
2018-02-04timers: use const as appropriateAnatoli Papirovski
2018-02-04timers: re-enter C++ less frequentlyAnatoli Papirovski
2018-02-04timers: refactor error handlingAnatoli Papirovski
2018-02-04tools: non-Ascii linter for /lib onlySarat Addepalli
2018-02-04timers: remove domain specific codeAnatoli Papirovski
2018-02-04http: remove domain specific codeAnatoli Papirovski
2018-02-03vm: flip Module#link's signatureGus Caplan
2018-02-03net: remove redundant code from _writeGeneric()Luigi Pinca
2018-02-02stream: delete unused code陈刚
2018-02-02string_decoder: reset decoder on endJustin Ridgewell
2018-02-02timers: runtime-deprecate {un}enroll()Jeremiah Senkpiel
2018-02-02lib: include missing profiler filecjihrig
2018-02-02assert: deprecate assert.fail partiallyRuben Bridgewater
2018-02-02crypto: docs-only deprecate crypto.fips, replaceJames M Snell
2018-02-02stream: delete redundant code陈刚
2018-02-02stream: delete redundant code陈刚
2018-02-01async_hooks: clean up commentsAli Ijaz Sheikh
2018-02-01crypto,doc: fix unassignd deprecation codesJames M Snell
2018-02-01src,lib: implement import.metaMichaël Zasso
2018-02-01util: add bigint formatting to util.inspectGus Caplan
2018-02-01lib: remove debugger dead codeQingyan Li
2018-02-01lib: extract validation functionsTimothy O. Peters
2018-02-01fs: partition readFile against pool exhaustionJamie Davis
2018-02-01stream: augment BufferList.prototypeLuigi Pinca
2018-02-01src: simplify handles for libuv streamsAnna Henningsen
2018-02-01src: refactor stream callbacks and ownershipAnna Henningsen
2018-02-01http: process headers after setting up agentRod Vagg
2018-02-01src, lib: return promises from linkGus Caplan
2018-02-01assert: use a default message in assertRuben Bridgewater
2018-02-01fs: throw errors from fs.unlinkSync in JSJoyee Cheung
2018-02-01fs: throw errors from fs.fsyncSync in JSJoyee Cheung
2018-02-01fs: throw errors from fs.fdatasyncSync in JSJoyee Cheung
2018-02-01fs: throw errors from fs.ftruncateSync in JSJoyee Cheung
2018-02-01fs: throw errors from fs.renameSync in JSJoyee Cheung
2018-02-01fs: throw errors from fs.readlinkSync in JSJoyee Cheung
2018-02-01fs: throw errors from fs.linkSync in JSJoyee Cheung
2018-02-01fs: throw errors from fs.symlinkSync in JSJoyee Cheung
2018-01-31crypto: runtime deprecate DEFAULT_ENCODINGJames M Snell
2018-01-31perf_hooks: add warning when too many entries in the timelineJames M Snell
2018-01-31url: simplify loop in parserTobias Nießen
2018-01-31url: expose the WHATWG URL API globallyMichaël Zasso