summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-10-31events: remove unnecessary checkscjihrig
2016-10-29child_process: remove unreachable codecjihrig
2016-10-28http: add debug message for invalid header valueEvan Lucas
2016-10-28buffer: use correct name for custom inspect symbolCharmander
2016-10-28test: writable stream ending stateItalo A. Casas
2016-10-26intl: Add more versions from ICUSteven R. Loomis
2016-10-26events,test: fix TypeError in EventEmitter warningjseagull
2016-10-26util: use template stringsAlejandro Oviedo Garcia
2016-10-26repl: don’t write to input stream in editor modeAnna Henningsen
2016-10-26repl: make `key` of `repl.write()` optional alwaysAnna Henningsen
2016-10-25buffer: add buffer.transcodeJames M Snell
2016-10-25readline: use icu based string width calculationJames M Snell
2016-10-24child_process: remove unreachable execSync() codecjihrig
2016-10-24lib: fix beforeExit not working with -eBen Noordhuis
2016-10-24module: skip directories known not to existBen Noordhuis
2016-10-21fs: clarify fs.link and fs.linkSync argumentsKyle E. Mitchell
2016-10-19test,lib,benchmark: match function namesRich Trott
2016-10-19assert: name anonymous functionsMiguel Angel Asencio Hurtado
2016-10-19streams: fix regression in `unpipe()`Anna Henningsen
2016-10-18buffer: coerce slice parameters consistentlySakthipriyan Vairamani (thefourtheye)
2016-10-18http: name anonymous functions in httpmaasencioh
2016-10-18http: name anonymous functions in _http_servermaasencioh
2016-10-18http: name anonymous functions in _http_outgoingmaasencioh
2016-10-18http: name anonymous functions in _http_incomingmaasencioh
2016-10-18http: name anonymous functions in _http_clientmaasencioh
2016-10-18http: name anonymous functionsmaasencioh
2016-10-17dns: name anonymous functionsMiguel Angel Asencio Hurtado
2016-10-16console: name anonymous functionsTyler Brazier
2016-10-15crypto: naming anonymous functionssolebox
2016-10-14stream: fix `Writable` subclass instanceof checksAnna Henningsen
2016-10-14timers: fix regression with clearImmediate()Brian White
2016-10-14tools: avoid let in for loopsjessicaquynh
2016-10-14child_process: update outdated commentTanuja-Sawant
2016-10-14net: fix ambiguity in EOF handlingFedor Indutny
2016-10-13process: improve performance of nextTickEvan Lucas
2016-10-13http: reject control characters in http.request()Ben Noordhuis
2016-10-11url: adding WHATWG URL supportJames M Snell
2016-10-10buffer: make byteLength throw on invalid inputBrian White
2016-10-10fs: make `SyncWriteStream` inherit from `Writable`Anna Henningsen
2016-10-10stream: proper `instanceof` for `Writable`sAnna Henningsen
2016-10-10tls: TLSSocket emits 'error' on handshake failureMariusz 'koder' Chwalba
2016-10-09fs: don't alter user provided `options` objectSakthipriyan Vairamani (thefourtheye)
2016-10-07module: Remove deprecated function requireRepl.Adri Van Houdt
2016-10-07lib: minor improvements to bootstrap_node.jsRémy MEJA
2016-10-07intl: add deprecation warning for v8BreakIteratorMichaël Zasso
2016-10-06lib: changed var to const in linkedlistAdri Van Houdt
2016-10-07buffer: fix check for `.buffer` propertyOjas Shirekar
2016-10-06dgram: use Buffer.alloc(0) for zero-size buffersСковорода Никита Андреевич
2016-10-06lib: fix TypeError in v8-polyfillWyatt Preul
2016-10-06readline: fix `concievably` typo in readline.jsMiguel Angel Asencio Hurtado