summaryrefslogtreecommitdiff
path: root/lib/_stream_writable.js
Commit message (Expand)AuthorAgeFilesLines
* stream: do not use _stream_* anymoreMatteo Collina2021-01-121-3/+2
* stream: move to internal/streamsMatteo Collina2020-09-211-847/+2
* stream: improve Writable.destroy performanceRobert Nagy2020-09-071-1/+9
* stream: support async for stream impl functionsJames M Snell2020-08-031-1/+26
* stream: save error in stateRobert Nagy2020-07-011-4/+9
* stream: fix writable.end callback behaviorRobert Nagy2020-07-011-28/+25
* stream: constructRobert Nagy2020-05-271-2/+25
* tools: enable no-else-return lint ruleLuigi Pinca2020-05-161-3/+2
* stream: write should throw on unknown encodingRobert Nagy2020-04-281-0/+2
* stream: don't emit finish after closeRobert Nagy2020-04-271-3/+6
* stream: fix sync write perf regressionRobert Nagy2020-04-251-17/+14
* stream: avoid drain for sync streamsRobert Nagy2020-04-251-5/+6
* stream: removes unnecessary paramsJesus Hernandez2020-04-251-2/+2
* stream: consistent punctuationRobert Nagy2020-04-241-16/+16
* stream: refactor Writable bufferingRobert Nagy2020-04-231-132/+88
* stream: fix _final and 'prefinish' timingRobert Nagy2020-04-221-9/+15
* stream: inline unbuffered _writeRobert Nagy2020-04-181-1/+6
* stream: simplify Writable.end()Robert Nagy2020-04-181-20/+13
* stream: improve comments regarding end() errorsRobert Nagy2020-04-161-10/+7
* stream: use callback to properly propagate errorRobert Nagy2020-04-031-0/+7
* stream: align stream.Duplex with net.SocketRobert Nagy2020-03-251-2/+8
* net: make readable/writable start as trueRobert Nagy2020-03-241-4/+6
* stream: don't emit 'finish' after 'error'Robert Nagy2020-03-171-0/+3
* lib: change var to let/consthimself652020-03-121-17/+17
* http,stream: make virtual methods throw an errorLuigi Pinca2020-03-071-1/+1
* stream: throw invalid argument errorsRobert Nagy2020-02-251-8/+10
* stream: avoid writing to writableRobert Nagy2020-02-171-2/+1
* stream: simplify Writable.writeRobert Nagy2020-02-141-21/+19
* stream: combine properties using definePropertiesantsmartian2020-02-101-94/+61
* stream: improve writable.write() performanceBrian White2020-02-081-24/+21
* stream: finished callback for closed streamsRobert Nagy2020-02-081-0/+3
* stream: make readable & writable computedRobert Nagy2020-02-081-3/+16
* stream: move _writableState.buffer to EOLJames M Snell2020-02-051-8/+0
* stream: replace Function.prototype with primordialSebastien Ahkrin2020-01-081-1/+2
* stream: emit 'error' asynchronouslyRobert Nagy2020-01-041-49/+32
* stream: enable autoDestroy by defaultRobert Nagy2020-01-031-1/+1
* stream: invoke buffered write callbacks on errorRobert Nagy2019-12-301-6/+26
* stream: simplify isBufRobert Nagy2019-12-251-20/+9
* lib: replace Symbol.hasInstance by SymbolHasInstanceSebastien Ahkrin2019-12-161-3/+4
* stream: do not throw multiple callback errors in writableRobert Nagy2019-12-141-2/+4
* stream: ensure finish is emitted in next tickRobert Nagy2019-12-141-12/+22
* lib: replace Symbol global by the primordials SymbolSebastien Ahkrin2019-12-081-0/+1
* stream: add support for captureRejection optionMatteo Collina2019-12-031-1/+6
* stream: improve performance for sync write finishesAnna Henningsen2019-12-011-5/+28
* benchmark,doc,lib,test: prepare for padding lint ruleRich Trott2019-11-301-0/+3
* lib: enforce use of Array from primordialsMichaël Zasso2019-11-271-0/+1
* lib: flatten access to primordialsMichaël Zasso2019-11-251-13/+16
* stream: always invoke end callbackRobert Nagy2019-11-191-4/+30
* stream: add writableCorked propertyRobert Nagy2019-11-051-0/+10
* stream: always invoke callback before emitting errorRobert Nagy2019-09-301-16/+21