42 Commits (2016ad30358db46b4761fdd8e4d0d95b9818b7e1)

Author SHA1 Message Date
Timothy Gu 7907534a8d
lib: faster type checks for some types 7 years ago
Anna Henningsen 9f610b5e26
stream: support Uint8Array input to methods 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
yorkie 1b30df1003 stream: move legacy to lib/internal dir 8 years ago
Sakthipriyan Vairamani f32a606e37 lib,src: remove usage of events.EventEmitter 9 years ago
Jeremiah Senkpiel 46b7d15167 events,lib: don't require EE#listenerCount() 9 years ago
Sakthipriyan Vairamani 8f58fb92ff events: deprecate static listenerCount function 9 years ago
Roman Reiss fb8811d95e lib,test: fix whitespace issues 9 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
Trevor Norris 75305f3bab events: add check for listeners length 12 years ago
isaacs 420e07c577 streams2: The new stream base classes 12 years ago
Soarez 72ce9baa75 streams: remove useless line 12 years ago
koichik 016afe21ae streams: fix pipe is destructed by 'end' from destination 13 years ago
isaacs 41e1b171ec stream.pipe: Don't call destroy() unless it's a function 12 years ago
Maciej Małecki c96df0e37a stream: don't call `cleanup` twice on `end` and `close` 13 years ago
Felix Geisendörfer b3f91f15b2 Remove support for multi-source pipe() 13 years ago
Igor Zinkovsky 13324bf844 throw from stdout.end and stderr.end 13 years ago
Nathan Rajlich 58cb0fa639 Directly export the Stream constructor. 13 years ago
Ryan Dahl 239b3d62de Remove resume and pause events 13 years ago
Elijah Insua b722aaa8c5 Close #1303 Stream.pipe returns the destination 13 years ago
Felix Geisendörfer 2b91256c61 Fix error handling bug in stream.pipe() 14 years ago
Ryan Dahl 75a0cf970f cleartextstream.destroy() should destroy socket. 14 years ago
isaacs 7c6f0147df Better stream.pipe() tracking. 14 years ago
Felix Geisendörfer 6c5b31bd80 Fix: Multiple pipes to the same stream were broken 14 years ago
Mikeal Rogers 2a65d29625 Fix listener leak in stream.pipe() 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Mikeal Rogers 634e7236f7 Add 'pipe' event 14 years ago
Ryan Dahl 8f5f213a6f Revert "Add optional filters to stream.pipe()" 14 years ago
Ryan Dahl 24aded078f Add optional filters to stream.pipe() 14 years ago
Ryan Dahl dd53ceebe4 lint 14 years ago
Ryan Dahl e232f6e735 more lint 14 years ago
Ryan Dahl a6f6532dfb Fix test-securepair-server 14 years ago
Ryan Dahl c321e9893d stream.pipe should remove listeners on dest close 14 years ago
Micheil Smith e38eb0c5a4 Soft migration of sys -> util, Removal of deprecated utils module. 14 years ago
Ryan Dahl 81ac0d5088 pipe-test fixes 14 years ago
Ryan Dahl 8ab691726d clean up options.end code - wasn't working 14 years ago
Ryan Dahl bc695475b9 Add Stream base class with stream.pipe 14 years ago