Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-05-29inspector: --debug* deprecation and invalidationRefael Ackermann
2017-05-28stream: support Uint8Array input to methodsAnna Henningsen
2017-05-28querystring: improve unescapeBuffer() performanceJesus Seijas
2017-05-28http: destroy sockets after keepAliveTimeoutTimur Shemsedinov
2017-05-28async_hooks: rename AsyncEvent to AsyncResourceAnna Henningsen
2017-05-28stream: emit finish when using writev and corkMatteo Collina
2017-05-28http: improve outgoing string write performanceBrian White
2017-05-28lib,src: improve writev() performance for BuffersBrian White
2017-05-28fs: fix realpath{Sync} on resolving pipes/socketsEbrahim Byagowi
2017-05-28src,fs: calculate fs times without truncationDaniel Pihlstrom
2017-05-28zlib: fix node crashing on invalid optionsAlexey Orlenko
2017-05-28url: expose WHATWG url.origin as ASCIITimothy Gu
2017-05-28async_hooks: only set up hooks if usedAnna Henningsen
2017-05-28stream: remove dup propertyCalvin Metcalf
2017-05-28stream: add final methodCalvin Metcalf
2017-05-28stream: fix destroy(err, cb) regressionMatteo Collina
2017-05-28stream: add destroy and _destroy methods.Matteo Collina
2017-05-28dgram: convert to using internal/errorsMichael Dawson
2017-05-28vm: fix displayErrors in runIn.. functionsMarcel Laverdet
2017-05-28stream: improve readable push performanceBrian White
2017-05-28cmd: support dash as stdin aliasEbrahim Byagowi
2017-05-28Revert "net: remove unnecessary process.nextTick()"Evan Lucas
2017-05-28inspector: JavaScript bindings for the inspectorEugene Ostroukhov
2017-05-28errors: AssertionError moved to internal/errorFaiz Halde
2017-05-23http: fix IPv6 Host header checkBrian White
2017-05-23http,https: avoid instanceof for WHATWG URLBrian White
2017-05-23stream: improve multiple callback error messagecjihrig
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-19buffer: fix indexOf for empty searchesAnna Henningsen
2017-05-16stream: fix highWaterMark integer overflowTobias Nießen
2017-05-16tls: 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-13timers: do not use user object call/applyRich Trott
2017-05-12fs: 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-09fs: 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