index
:
platform/upstream/nodejs
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/vbarinov/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Web Framework / Common;
WonYoung Choi <wy80.choi@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
_stream_writable.js
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-02
streams: 5% throughput gain when sending small chunks
Matteo Collina
1
-15
/
+48
2015-10-29
stream: fix signature of _write() in a comment
Fábio Santos
1
-1
/
+1
2015-07-03
util: prepend '(node) ' to deprecation messages
Sakthipriyan Vairamani
1
-3
/
+4
2015-06-11
lib: don't use global Buffer
Roman Reiss
1
-0
/
+1
2015-05-25
lib: simplify nextTick() usage
Brian White
1
-9
/
+3
2015-05-09
lib: fix eslint styles
Yosuke Furukawa
1
-4
/
+4
2015-04-15
node: allow multiple arguments passed to nextTick
Trevor Norris
1
-13
/
+9
2015-03-31
lib: remove unused variables
Brian White
1
-5
/
+5
2015-02-04
stream: simpler stream constructon
Sam Newman
1
-0
/
+8
2015-01-31
lib: reduce util.is*() usage
cjihrig
1
-11
/
+14
2015-01-23
stream: use nop as write() callback if omitted
cjihrig
1
-1
/
+3
2015-01-21
lib: use const to define constants
cjihrig
1
-4
/
+3
2015-01-12
Remove excessive copyright/license boilerplate
isaacs
1
-21
/
+0
2015-01-05
Merge remote-tracking branch 'joyent/v0.12' into v1.x
Ben Noordhuis
1
-20
/
+48
2014-12-18
stream: switch _writableState.buffer to queue
Chris Dickinson
1
-20
/
+48
2014-11-22
lib: turn on strict mode
Ben Noordhuis
1
-0
/
+2
2014-10-09
streams: make setDefaultEncoding() throw
Brian White
1
-5
/
+3
2014-10-07
streams: set default encoding for writable streams
Johnny Ray
1
-0
/
+11
2014-07-10
streams: set default hwm properly for Duplex
Andrew Oppenlander
1
-7
/
+7
2014-05-06
stream: don't try to finish if buffer is not empty
Vladimir Kurchatkin
1
-0
/
+1
2014-04-30
stream: split `objectMode` for Duplex
Vladimir Kurchatkin
1
-0
/
+3
2014-02-10
Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
1
-1
/
+1
2014-02-10
stream: use `errorEmitted` from `_writableState`
Fedor Indutny
1
-2
/
+2
2014-02-10
net: do not re-emit stream errors
Fedor Indutny
1
-0
/
+4
2014-01-24
tls: emit `clientError` on early socket close
Fedor Indutny
1
-0
/
+4
2014-01-13
Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
1
-1
/
+3
2014-01-05
stream: writes may return false but forget to emit drain
ayanamist
1
-1
/
+3
2013-08-27
stream: change default hwm for objectMode to 16
Mathias Buus
1
-1
/
+2
2013-08-27
stream: Pass 'buffer' encoding to decoded writables
isaacs
1
-0
/
+2
2013-08-19
fixes #6031 spelling errors
Matthew Aynalem
1
-1
/
+1
2013-08-15
lib: remove unused variables and functions
Brian White
1
-1
/
+0
2013-08-01
src: Replace macros with util functions
isaacs
1
-11
/
+13
2013-07-24
lib: macro-ify type checks
Ben Noordhuis
1
-14
/
+11
2013-05-17
Merge remote-tracking branch 'ry/v0.10' into master
isaacs
1
-2
/
+10
2013-05-14
stream: Make default encoding configurable
isaacs
1
-2
/
+10
2013-05-09
stream: Handle multi-corking properly
isaacs
1
-5
/
+11
2013-05-09
stream: Guarantee ordering of 'finish' event
isaacs
1
-7
/
+36
2013-04-27
streams: introduce .cork/.uncork/._writev
Fedor Indutny
1
-25
/
+78
2013-04-09
stream: call write cb before finish event
isaacs
1
-6
/
+15
2013-03-24
stream: Fix early end in Writables on zero-length writes
isaacs
1
-1
/
+4
2013-03-06
stream: Remove unnecessary nextTick usage in Writable
isaacs
1
-16
/
+20
2013-03-05
stream: Use class for write buffer entries
isaacs
1
-4
/
+10
2013-03-05
stream: _write takes an encoding argument
isaacs
1
-34
/
+18
2013-03-05
stream: Split Writable logic into small functions
isaacs
1
-146
/
+161
2013-03-03
stream: Writable.end(chunk) after end is an error
isaacs
1
-13
/
+18
2013-03-03
Revert "stream: Writable.end(chunk) after end is an error"
Ben Noordhuis
1
-19
/
+12
2013-03-02
stream: Writable.end(chunk) after end is an error
isaacs
1
-12
/
+19
2013-03-02
net: Provide better error when writing after FIN
isaacs
1
-3
/
+8
2013-02-26
stream: Writables are not pipe()able
isaacs
1
-0
/
+5
2013-02-25
stream: Do not switch to objectMode implicitly
isaacs
1
-6
/
+14
[next]