summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2018-01-29errors: improve the description of ERR_INVALID_ARG_VALUEJoyee Cheung
2018-01-29timers: attach listOnTimeout function to TimerWrapMatteo Collina
2018-01-27http: there is no `corked` property of `stream`Fedor Indutny
2018-01-26timers: add internal [@@ refresh()] functionJeremiah Senkpiel
2018-01-26timers: reposition getTimers definition internallyJeremiah Senkpiel
2018-01-26process: clean up signal handler setupAnatoli Papirovski
2018-01-26process: remove dead codeAnatoli Papirovski
2018-01-26http: switch on string valuesSeth Brenith
2018-01-26fs: cleanup fd lchown and lchownSyncJames M Snell
2018-01-24stream: remove unreachable codeLuigi Pinca
2018-01-24assert: stricter ifErrorRuben Bridgewater
2018-01-24assert: use destructuring for errorsRuben Bridgewater
2018-01-24assert: wrap original error in ifErrorRuben Bridgewater
2018-01-24buffer: coerce offset to integerRuben Bridgewater
2018-01-24tty: refactor to es6Ruben Bridgewater
2018-01-24tty: add getColorDepth functionRuben Bridgewater
2018-01-24lib: add internal removeColors helperRuben Bridgewater
2018-01-24assert: improve error messagesRuben Bridgewater
2018-01-24fs: use AliasedBuffer for fs_stats_field_arrayJoyee Cheung
2018-01-22inspector: --inspect-brk for es modulesGuy Bedford
2018-01-21promises: refactor rejection handlingAnatoli Papirovski
2018-01-21lib: fix typo in trace_events_async_hooks.jsGilles De Mey