summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2018-01-30vm: add modulesGus Caplan
2018-01-30stream: avoid writeAfterEnd() while ending陈刚
2018-01-30stream: simplify `src._readableState` to `state`陈刚
2018-01-29process: JS fast path for bindingsAnatoli Papirovski
2018-01-29domain: further abstract usage in C++Anatoli Papirovski
2018-01-29stream: add type and range check for highWaterMarkTobias Nießen
2018-01-29cluster: add cwd to cluster.settingscjihrig
2018-01-29stream: do not emit readable if the stream endedMathias Buus
2018-01-29lib,src: port isIPv4() to jsBen Noordhuis
2018-01-29module: validate request in require.resolve.pathsJoyee Cheung
2018-01-29module: validate request in require.resolveJoyee Cheung
2018-01-29module: use internal/errors.js in module.requireJoyee Cheung
2018-01-29errors: only init colors when util is not loadedJoyee Cheung