summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-06-23util: make util.debuglog() consistent with docVse Mozhet Byt
2017-06-22stream: finish must always follow errorMatteo Collina
2017-06-22cluster: remove obsolete todoRuben Bridgewater
2017-06-22errors: prevent stack recalculationRuben Bridgewater
2017-06-22console: use a plain object for the the error stackRuben Bridgewater
2017-06-22errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater
2017-06-21stream: fix `undefined` in Readable object modeAnna Henningsen
2017-06-20dns: make `dns.setServers` support customized portXadillaX
2017-06-20cluster: remove deprecated propertyJames M Snell
2017-06-20dgram: change parameter name in set(Multicast)TTLTobias Nießen
2017-06-20errors,process: fix error message of hrtime()Tobias Nießen
2017-06-20errors,stream_wrap: use internal/errors.jsLAKSHMI SWETHA GOPIREDDY
2017-06-19net: fix abort on bad address inputRuben Bridgewater
2017-06-19buffer: support boxed strings and toPrimitiveJames M Snell
2017-06-19lib: fix typosRuben Bridgewater
2017-06-19readline,repl,url,util: remove needless capturingVse Mozhet Byt
2017-06-19v8: fix RegExp nits in v8_prof_polyfill.jsVse Mozhet Byt
2017-06-17src,lib,test,doc: correct misspellingsRoman Reiss
2017-06-17process: improve nextTick() performanceBrian White
2017-06-16buffer: add constants objectAnna Henningsen
2017-06-16util: ignore invalid format specifiersMichaël Zasso
2017-06-15inspector,cluster: fix inspect port assignmentcornholio
2017-06-15internal/util: use internal/errors.jsSebastian Van Sande
2017-06-15errors,stream-transform: migrate to use internal/errors.jssreepurnajasti
2017-06-14errors, repl: migrate to use internal/errors.jsDan Homola
2017-06-14net: return this from getConnections()Sam Roberts
2017-06-14net: return this from destroy()Sam Roberts
2017-06-14tls: add host and port info to ECONNRESET errorsJosé F. Romaniello
2017-06-14https: make opts optional & immutable when createXadillaX
2017-06-14async_hooks: rename currentId and triggerIdAndreas Madsen
2017-06-13child_process: do not extend result for *Sync()Brian White
2017-06-13http: edit _storeHeader to check for Trailer headerArtur G Vieira
2017-06-13errors: add missing ERR_ prefix on util.callbackify errorJames M Snell
2017-06-13url: ensure search property is consistently null vs emptyJustin Beckwith
2017-06-13zlib: improve performanceBrian White
2017-06-13stream: improve Transform performanceBrian White
2017-06-13lib: correct typo in createSecureContextDaniel Bevenius
2017-06-13errors, readline: migrate to use internal/errors.jsScott McKenzie
2017-06-13http: fix timeout reset after keep-alive timeoutAlexey Orlenko
2017-06-12http: always cork outgoing writesBrian White
2017-06-12profiler: declare missing `printErr`Fedor Indutny
2017-06-12http: handle cases where socket.server is nullLuigi Pinca
2017-06-12v8: add a js class for Serializer/DserializerRajaram Gaunker
2017-06-10util: add callbackifyRefael Ackermann
2017-06-10fs: don't conflate data and callback in appendFileNikolai Vavilov
2017-06-10Revert "readline: clean up event listener in onNewListener"Anna Henningsen
2017-06-10cluster, dns, repl, tls, util: fix RegExp nitsVse Mozhet Byt
2017-06-10async_wrap: use kTotals to enable PromiseHookTrevor Norris
2017-06-10Revert "async_hooks: only set up hooks if used"Trevor Norris
2017-06-09child_process: promisify includes stdio in errorGil Tayar