summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-05-25fs: fix realpath{Sync} on resolving pipes/socketsEbrahim Byagowi
2017-05-25src,fs: calculate fs times without truncationDaniel Pihlstrom
2017-05-25url: expose WHATWG url.origin as ASCIITimothy Gu
2017-05-25async_hooks: only set up hooks if usedAnna Henningsen
2017-05-25stream: remove dup propertyCalvin Metcalf
2017-05-24stream: add final methodCalvin Metcalf
2017-05-24dgram: convert to using internal/errorsMichael Dawson
2017-05-24stream: fix destroy(err, cb) regressionMatteo Collina
2017-05-23vm: fix displayErrors in runIn.. functionsMarcel Laverdet
2017-05-23stream: improve readable push performanceBrian White
2017-05-23cmd: support dash as stdin aliasEbrahim Byagowi
2017-05-23Revert "net: remove unnecessary process.nextTick()"Evan Lucas
2017-05-23inspector: JavaScript bindings for the inspectorEugene Ostroukhov
2017-05-23errors: AssertionError moved to internal/errorFaiz Halde
2017-05-23lib: lazy instantiation of fs.Stats datesDaniel Pihlstrom
2017-05-22http: fix IPv6 Host header checkBrian White
2017-05-22http,https: avoid instanceof for WHATWG URLBrian White
2017-05-22stream: improve multiple callback error messagecjihrig
2017-05-22stream: add destroy and _destroy methods.Matteo Collina
2017-05-22zlib: fix node crashing on invalid optionsAlexey Orlenko
2017-05-21async_hooks: add constructor check to async-hooksShadowbeetle
2017-05-20fs: Revert throw on invalid callbacksMyles Borins
2017-05-19net: add symbol to normalized connect() argscjihrig
2017-05-18buffer: fix indexOf for empty searchesAnna Henningsen
2017-05-16stream: fix highWaterMark integer overflowTobias Nießen
2017-05-15tls: accept `lookup` option for `tls.connect()`Fedor Indutny
2017-05-15tls: do not wrap net.Socket with StreamWrapRuslan Bekenev
2017-05-15util: fixup internal util exportsJames M Snell
2017-05-12timers: do not use user object call/applyRich Trott
2017-05-11fs: refactor deprecated functions for readabilityRich Trott
2017-05-11https: support agent construction without newcjihrig
2017-05-11lib: add guard to originalConsoleDaniel Bevenius
2017-05-10lib: implement async_hooks API in coreTrevor Norris
2017-05-10async_hooks: initial async_hooks implementationTrevor Norris
2017-05-10tty_wrap: throw when uv_tty_init() returns errorTrevor Norris
2017-05-09lib: remove useless default caughtJackson Tian
2017-05-10fs: throw on invalid callbacks for async functionsSakthipriyan Vairamani (thefourtheye)
2017-05-09dns: support promisified `lookup(Service)`Anna Henningsen
2017-05-09child_process: support promisified `exec(File)`Anna Henningsen
2017-05-09fs: support util.promisify for fs.read/fs.writeAnna Henningsen
2017-05-09timers: add promisify supportAnna Henningsen
2017-05-09util: add util.promisify()Anna Henningsen
2017-05-09net: check and throw on error for getsocknameDaniel Bevenius
2017-05-08net: ensure net.connect calls Socket connectThomas Watson
2017-05-08assert: restore TypeError if no argumentsRich Trott
2017-05-07readline: move escape codes into internal/readlineJames M Snell
2017-05-07readline: multiple code cleanupsJames M Snell
2017-05-07readline: use module.exports = {} on internal/readlineJames M Snell
2017-05-07readline: use module.exports = {}James M Snell
2017-05-07assert: improve deepEqual perf for large inputAnna Henningsen