aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-06-07fs: replace a bind() with a top-level functionMatteo Collina
2017-06-07test: increase coverage of async_hooksDavid Cai
2017-06-06inspector: allow --inspect=host:port from jsSam Roberts
2017-06-06path: use internal/errors.jsSebastian Van Sande
2017-06-06lib: "iff" changed to "if and only if"Jacob Jones
2017-06-06errors,tty: migrate to use internal/errors.jsGautam Mittal
2017-06-05assert: fix deepEqual similar sets and maps bugJoseph Gentle
2017-06-05net: fix permanent deoptBrian White
2017-06-05process: fix permanent deoptBrian White
2017-06-05events: fix potential permanent deoptBrian White
2017-06-05errors,process: migrate to use internal/errors.jssreepurnajasti
2017-06-05zlib: revert back to FunctionsJames M Snell
2017-06-05repl: remove unused function convertToContextNikolai Vavilov
2017-06-04url: do not pass WHATWG host to http.requestTobias Nießen
2017-06-03async_hooks,http: fix socket reuse with AgentAnna Henningsen
2017-06-02errors,util: migrate to use internal/errors.jsBidisha Pyne
2017-06-02util: refactor format method.Performance improved.Jesus Seijas
2017-06-01assert: fix deepEqual RangeError: Maximum call stack size exceededrmdm
2017-06-01errors,http_server: migrate to use internal/errors.jsBidisha Pyne
2017-06-01errors,repl: migrate to use internal/errors.jssreepurnajasti
2017-06-01dns: use faster IP address type check on resultsBrian White
2017-06-01dns: improve callback performanceBrian White
2017-06-01url: more precise URLSearchParams constructorTimothy Gu
2017-06-01http: describe parse err in debug outputSam Roberts
2017-06-01readline: clean up event listener in onNewListenerGibson Fahnestock
2017-06-01fs: promisify exists correctlyDan Fabulich
2017-06-01Revert "lib: lazy instantiation of fs.Stats dates"Anna Henningsen
2017-06-01zlib: expose amount of data read for enginesAlexander O'Mara
2017-06-01zlib: option for engine in convenience methodsAlexander O'Mara
2017-05-31http: suppress data event if req abortedYihong Wang
2017-05-29inspector: --debug* deprecation and invalidationRefael Ackermann
2017-05-28dns: return TypeError on invalid resolve() inputRich Trott
2017-05-27lib,src: refactor buffer out of range indexlarissayvette
2017-05-27stream: support Uint8Array input to methodsAnna Henningsen
2017-05-27errors: migrate lib/consolemskec
2017-05-26querystring: improve unescapeBuffer() performanceJesus Seijas
2017-05-26http: destroy sockets after keepAliveTimeoutTimur Shemsedinov
2017-05-26async_hooks: rename AsyncEvent to AsyncResourceAnna Henningsen
2017-05-26stream: emit finish when using writev and corkMatteo Collina
2017-05-26http: improve outgoing string write performanceBrian White
2017-05-26lib,src: improve writev() performance for BuffersBrian White
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