summaryrefslogtreecommitdiff
path: root/lib/_stream_readable.js
Commit message (Expand)AuthorAgeFilesLines
* stream: move to internal/streamsMatteo Collina2020-09-211-1320/+2
* stream: fix Readable stream state propertiesDenys Otrishko2020-09-011-1/+5
* stream: allow using `.push()`/`.unshift()` during `once('data')`Anna Henningsen2020-08-301-1/+2
* stream: simpler and faster Readable async iteratorRobert Nagy2020-07-171-5/+61
* stream: cleanup and fix Readable.wrapRobert Nagy2020-07-111-52/+19
* stream: save error in stateRobert Nagy2020-07-011-1/+1
* stream: destroy wrapped streams on errorRobert Nagy2020-06-301-5/+23
* lib: improve debuglog() performanceBrian White2020-05-301-1/+3
* stream: constructRobert Nagy2020-05-271-5/+19
* tools: enable no-else-return lint ruleLuigi Pinca2020-05-161-2/+1
* stream: simplify Readable push/unshift logichimself652020-04-301-7/+9
* stream: don't emit end after closeRobert Nagy2020-04-281-1/+6
* stream: consistent punctuationRobert Nagy2020-04-241-31/+31
* stream: use callback to properly propagate errorRobert Nagy2020-04-031-6/+9
* stream: change var to let/const in stream filesSaajan2020-03-301-8/+8
* stream: emit 'pause' on unpipeRobert Nagy2020-03-261-2/+2
* stream: align stream.Duplex with net.SocketRobert Nagy2020-03-251-2/+19
* net: make readable/writable start as trueRobert Nagy2020-03-241-4/+6
* http,stream: make virtual methods throw an errorLuigi Pinca2020-03-071-1/+1
* stream: finished callback for closed streamsRobert Nagy2020-02-081-0/+3
* stream: make readable & writable computedRobert Nagy2020-02-081-4/+15
* stream: simplify pushRobert Nagy2020-01-131-52/+33
* stream: sync stream unpipe resumeRobert Nagy2020-01-071-1/+1
* stream: do not emit 'end' after 'error'Robert Nagy2020-01-051-1/+1
* lib: replace Set global by the primordialsSebastien Ahkrin2020-01-041-0/+1
* stream: enable autoDestroy by defaultRobert Nagy2020-01-031-6/+2
* stream: group all properties using definePropertiesantsmartian2020-01-021-102/+90
* stream: reset flowing state if no 'readable' or 'data' listenersRobert Nagy2019-12-251-5/+21
* stream: pipe should not swallow errorRobert Nagy2019-12-201-1/+3
* stream: use for...ofTrivikram Kamat2019-12-161-4/+4
* lib: replace Symbol.asyncIterator by SymbolAsyncIteratorSebastien Ahkrin2019-12-161-2/+2
* stream: error state cleanupRobert Nagy2019-12-151-0/+3
* lib: replace Symbol global by the primordials SymbolSebastien Ahkrin2019-12-081-0/+1
* stream: add support for captureRejection optionMatteo Collina2019-12-031-1/+9
* lib: use static Number properties from primordialsMichaël Zasso2019-11-301-2/+4
* lib: enforce use of Array from primordialsMichaël Zasso2019-11-271-1/+2
* lib: flatten access to primordialsMichaël Zasso2019-11-251-12/+15
* stream: increase MAX_HWMRobert Nagy2019-11-111-2/+3
* stream: extract Readable.from in its own fileMatteo Collina2019-10-291-35/+4
* stream: throw unhandled error for readable with autoDestroyRobert Nagy2019-10-131-2/+7
* lib: introduce no-mixed-operators eslint rule to libZYSzys2019-10-051-1/+1
* stream: apply special logic in removeListener for readable.off()Robert Nagy2019-09-221-0/+1
* stream: do not call _read() after destroy()Robert Nagy2019-09-221-3/+4
* stream: optimize creationRobert Nagy2019-09-221-11/+14
* stream: fix readable state `awaitDrain` increase in recursionran2019-08-261-14/+51
* stream: add readableEndedRobert Nagy2019-08-191-0/+10
* stream: simplify howMuchToRead()Robert Nagy2019-08-191-9/+5
* stream: fix destroy() behaviorRobert Nagy2019-08-161-0/+3
* stream: use lazy registration for drain for fast destinationsRobert Nagy2019-08-161-8/+13
* stream: encapsulate buffer-listRobert Nagy2019-08-091-7/+6