summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-09-24fs: do not emit 'stop' watch event synchronouslyClaudio Rodriguez
2016-09-24path: fallback to process cwd when resolving drive cwdJason Ginchereau
2016-09-23fs: move stringToFlags() to lib/internalBen Noordhuis
2016-09-23process: changed var to const in internal/process.jsAdri Van Houdt
2016-09-23dns: tweak regex for IPv6 addressesLuigi Pinca
2016-09-22lib: changed var to const in internal/v8_polyfillAdri Van Houdt
2016-09-22process: changed var to const in internal/v8_prof_processorAdri Van Houdt
2016-09-20tools: add additional ESLint rulesTeddy Katz
2016-09-21https: fix memory leak with https.request()Ilkka Myller
2016-09-20dns: handle array holes in setServers()cjihrig
2016-09-20process: changed var to const in internal/process/promisesAdri Van Houdt
2016-09-20lib: changed var to const in bootstrap_node.jsAdri Van Houdt
2016-09-20test,lib: align arguments in multiline callsRich Trott
2016-09-20util: don't init Debug if it's not needed yetBryan English
2016-09-20path: fix path.relative UNC path resultJason Ginchereau
2016-09-20util: simplify SIMD setupDany Shaanan
2016-09-19buffer: remove unnecessary argument checkMichaël Zasso
2016-09-18tls: add 'new' keyword for Array constructor callMike Ralphson
2016-09-17buffer: add isSharedArrayBuffer checksOjas Shirekar
2016-09-16repl: improve .help messageRoman Reiss
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