Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-11stream: fix disparity between buffer and the countjlvivero
2017-09-12stream: fix Writable instanceof for subclassesAnna Henningsen
2017-08-10stream: support readable/writableHWM for DuplexGuy Margalit
2017-07-18stream: avoid possible slow path w UInt8ArrayMatteo Collina
2017-06-24stream: finish must always follow errorMatteo Collina
2017-05-28stream: support Uint8Array input to methodsAnna Henningsen
2017-05-28stream: emit finish when using writev and corkMatteo Collina
2017-05-28lib,src: improve writev() performance for BuffersBrian White
2017-05-28stream: remove dup propertyCalvin Metcalf
2017-05-28stream: add final methodCalvin Metcalf
2017-05-28stream: add destroy and _destroy methods.Matteo Collina
2017-05-16stream: fix highWaterMark integer overflowTobias Nießen
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-30lib: add static identifier codes for all deprecationsJames M Snell
2017-01-11stream: avoid instanceofBrian White
2017-01-11stream: use plain objects for write/corked reqsBrian White
2017-01-05stream: avoid additional validation for BuffersBrian White
2016-12-29lib: avoid recompilation of anonymous functionsBrian White
2016-10-28test: writable stream ending stateItalo A. Casas
2016-10-20test,lib,benchmark: match function namesRich Trott
2016-10-15stream: fix `Writable` subclass instanceof checksAnna Henningsen
2016-10-10stream: proper `instanceof` for `Writable`sAnna Henningsen
2016-09-29stream: improve stream error messagesItalo A. Casas
2016-07-21stream: improve unimplemented _write() errorratikesh9
2016-04-30doc: make `writable.setDefaultEncoding()` return `this`Alexander Makarenko
2016-04-20stream: make null an invalid chunk to write in object modeCalvin Metcalf
2016-04-14streams: support unlimited synchronous cork/uncork cyclesMatteo Collina
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-02-09streams: 5% throughput gain when sending small chunksMatteo Collina
2015-12-02streams: update .readable/.writable to falseBrian White
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-10-14stream: fix signature of _write() in a commentFábio Santos
2015-07-03util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani
2015-06-11lib: don't use global BufferRoman Reiss
2015-05-25lib: simplify nextTick() usageBrian White
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-04-16node: allow multiple arguments passed to nextTickTrevor Norris
2015-03-31lib: remove unused variablesBrian White
2015-02-05stream: simpler stream constructonSam Newman
2015-02-01lib: reduce util.is*() usagecjihrig
2015-01-23stream: use nop as write() callback if omittedcjihrig
2015-01-22lib: use const to define constantscjihrig
2015-01-13Remove excessive copyright/license boilerplateisaacs
2015-01-05Merge remote-tracking branch 'joyent/v0.12' into v1.xBen Noordhuis
2014-12-18stream: switch _writableState.buffer to queueChris Dickinson
2014-11-22lib: turn on strict modeBen Noordhuis
2014-10-10streams: make setDefaultEncoding() throwBrian White
2014-10-08streams: set default encoding for writable streamsJohnny Ray
2014-07-10streams: set default hwm properly for DuplexAndrew Oppenlander
2014-05-06stream: don't try to finish if buffer is not emptyVladimir Kurchatkin