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.js
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-13
streams2: The new stream base classes
isaacs
1
-4
/
+17
2012-10-21
streams: remove useless line
Soarez
1
-1
/
+0
2012-10-03
streams: fix pipe is destructed by 'end' from destination
koichik
1
-1
/
+0
2012-09-10
stream.pipe: Don't call destroy() unless it's a function
isaacs
1
-1
/
+1
2012-05-28
stream: don't call `cleanup` twice on `end` and `close`
Maciej Małecki
1
-6
/
+0
2011-11-22
Remove support for multi-source pipe()
Felix Geisendörfer
1
-19
/
+1
2011-11-10
throw from stdout.end and stderr.end
Igor Zinkovsky
1
-1
/
+1
2011-10-24
Directly export the Stream constructor.
Nathan Rajlich
1
-1
/
+3
2011-10-24
Remove resume and pause events
Ryan Dahl
1
-31
/
+6
2011-07-14
Close #1303 Stream.pipe returns the destination
Elijah Insua
1
-0
/
+3
2011-05-24
Fix error handling bug in stream.pipe()
Felix Geisendörfer
1
-1
/
+1
2011-05-02
cleartextstream.destroy() should destroy socket.
Ryan Dahl
1
-2
/
+20
2011-04-27
Better stream.pipe() tracking.
isaacs
1
-25
/
+43
2011-04-14
Fix: Multiple pipes to the same stream were broken
Felix Geisendörfer
1
-8
/
+21
2011-03-28
Fix listener leak in stream.pipe()
Mikeal Rogers
1
-12
/
+30
2011-03-14
Update copyright headers
Ryan Dahl
1
-0
/
+21
2011-02-09
Add 'pipe' event
Mikeal Rogers
1
-0
/
+2
2011-01-01
Revert "Add optional filters to stream.pipe()"
Ryan Dahl
1
-41
/
+2
2010-12-17
Add optional filters to stream.pipe()
Ryan Dahl
1
-2
/
+41
2010-12-01
lint
Ryan Dahl
1
-14
/
+14
2010-12-01
more lint
Ryan Dahl
1
-1
/
+1
2010-11-23
Fix test-securepair-server
Ryan Dahl
1
-3
/
+5
2010-11-20
stream.pipe should remove listeners on dest close
Ryan Dahl
1
-6
/
+19
2010-10-11
Soft migration of sys -> util, Removal of deprecated utils module.
Micheil Smith
1
-2
/
+2
2010-10-10
pipe-test fixes
Ryan Dahl
1
-1
/
+1
2010-10-10
clean up options.end code - wasn't working
Ryan Dahl
1
-3
/
+1
2010-10-10
Add Stream base class with stream.pipe
Ryan Dahl
1
-0
/
+57