summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2016-10-06fs: refactor "options" processing as a functionSakthipriyan Vairamani
2016-10-05timers: improve setImmediate() performanceBrian White
2016-10-04lib: remove let from for loopsMyles Borins
2016-10-04tls: handle `error` events with `_tlsError`Fedor Indutny
2016-10-03module: fix comment from "read-only" to "shallow"Bryan English
2016-10-03cluster: remove unused backlog argumentBrian White
2016-10-01timers: improve setTimeout/Interval performanceBrian White
2016-09-30src: fixes misplaced commentMadhav Gharmalkar
2016-09-30fs,module: add module-loader-only realpath cacheAnna Henningsen
2016-09-30dns: remove internal variable from makeAsyncyorkie
2016-09-29stream: improve stream error messagesItalo A. Casas
2016-09-28buffer: zero-fill uninitialized bytes in .concat()Сковорода Никита Андреевич
2016-09-28lib: make tls.checkServerIdentity() more strictBen Noordhuis
2016-09-28http: check reason chars in writeHeadEvan Lucas
2016-09-28tls: improve createSecureContext in _tls_commonyorkie
2016-09-26buffer: fix performance regressionMichaël Zasso
2016-09-26util: Add format for SharedArrayBufferYosuke Furukawa