summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2016-08-17stream: avoid caching prepend checkCalvin Metcalf
2016-08-17tls: copy the Buffer object before usingSakthipriyan Vairamani
2016-08-17util: fix deprecated class prototypeBryan English
2016-08-17readline: keypress trigger for escape characterPrince J Wesley
2016-08-13repl,util: insert carriage returns in outputJungMinu
2016-08-13udp: remove ancient checkSaúl Ibarra Corretgé
2016-08-12fs: restore JS implementation of realpathBartosz Sosnowski
2016-08-11deps: v8_inspector: console supportAleksei Koziatinskii
2016-08-10tty: set the handle to blocking modeJeremiah Senkpiel
2016-08-09events: unwrap #once listeners in #listenersOwen Smith
2016-08-09timers: remove unused repeat param in timer_wrapJan Schär
2016-08-09util: add inspect.defaultOptionsRoman Reiss