summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-09-15timers: remove unreachable codeyorkie
2016-09-13tickprocessor: apply c++filt manually on macFedor Indutny
2016-09-12tools: replace custom ESLint rule with built-inRich Trott
2016-09-12tools: fix new-parens violationsRich Trott
2016-09-12net: refactor Server.prototype.listenJan Schär
2016-09-11url: fix off-by-one error in loop handling dotsLuigi Pinca
2016-09-11buffer: fix ArrayBuffer checksBrian White
2016-09-09child_process, win: fix shell spawn with AutoRunBartosz Sosnowski
2016-09-08buffer: expose underlying buffer object alwaysSakthipriyan Vairamani
2016-09-08dgram: prefer strict equality, type validationClaudio Rodriguez
2016-09-08readline: key interval delay for \r & \nPrince J Wesley
2016-09-08vm: change ContextifyScript to Script in commentDaniel Bevenius
2016-09-07crypto: add crypto.timingSafeEqual()not-an-aardvark
2016-09-04crypto: fix getDecoder() encoding checkatstojanov
2016-09-04events: make memory leak warning name more verboseAnna Henningsen
2016-09-02internal/util: remove printDeprecationWarningJames M Snell
2016-09-02fs: use process.emitWarning to print deprecation warningJames M Snell
2016-09-02lib: use emitWarning instead of printDeprecationMessageJames M Snell
2016-09-02process: fix handling of process.noDeprecation in emitWarningJames M Snell
2016-09-02fs: move SyncWriteStream to internal/fsJames M Snell
2016-09-02buffer: directly use ArrayBuffer as the poolAnna Henningsen
2016-08-30events: make memory leak warning more accessibleAnna Henningsen
2016-08-29http: remove deprecated Client interfaceBrian White
2016-08-29promise: hard deprecation for unhandled promise rejectionJames M Snell
2016-08-29promise: warn on unhandled rejectionsBenjamin Gruenbaum
2016-08-29Revert "fs: add a temporary fix for re-evaluation support"James M Snell
2016-08-27net: make holding the buffer in memory more robustAnna Henningsen
2016-08-27repl: Auto alignment for .editor modePrince J Wesley
2016-08-27fs: warn if no callback is passed to async callsSakthipriyan Vairamani
2016-08-26http: fix connection upgrade checksBrian White
2016-08-26util: improve function signature of util._extendSakthipriyan Vairamani
2016-08-25buffer: runtime deprecation of calling Buffer without newNikolai Vavilov
2016-08-25util: allow returning `this` from custom inspectAnna Henningsen
2016-08-25util: allow symbol-based custom inspection methodsAnna Henningsen
2016-08-24url: keep auth in `url.resolve()` if host matchesIlkka Myller
2016-08-23url: fix inconsistent port in url.resolveObjectIlkka Myller
2016-08-23net: add length check when normalizing argsBrian White
2016-08-23net: remove unnecessary variablesBrian White
2016-08-23buffer: alias toLocaleString to toStringJames M Snell
2016-08-23Revert "crypto: add crypto.timingSafeEqual"James M Snell
2016-08-22dns: remove makeAsync() function checkcjihrig
2016-08-22dns: lookupService() callback must be a functioncjihrig
2016-08-21repl: Failed to save editor mode text in `.save`Prince J Wesley
2016-08-20child_process: reuse existing no-op functioncjihrig
2016-08-20child_process: workaround fd passing issue on OS XSantiago Gimeno
2016-08-19crypto: add crypto.timingSafeEqualnot-an-aardvark
2016-08-19Revert "repl,util: insert carriage returns in output"Evan Lucas
2016-08-18assert: remove code that is never reachedRich Trott
2016-08-18debugger: use arrow function for lexical `this`Guy Fraser
2016-08-18url: `url.format()` encodes all `#` in `search`Ilkka Myller