<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/lib/stream.js, branch move-debugger-tests</title>
<subtitle>github.com: joyent/node.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/'/>
<entry>
<title>src: Replace macros with util functions</title>
<updated>2013-08-01T22:08:01+00:00</updated>
<author>
<name>isaacs</name>
<email>i@izs.me</email>
</author>
<published>2013-07-26T21:38:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=22c68fdc1dae40f0ed9c71a02f66e5b2c6353691'/>
<id>22c68fdc1dae40f0ed9c71a02f66e5b2c6353691</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: macro-ify type checks</title>
<updated>2013-07-24T19:49:35+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-07-24T16:03:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=0330bdf5195eb77f04c26a09a8bd2088a261fe53'/>
<id>0330bdf5195eb77f04c26a09a8bd2088a261fe53</id>
<content type='text'>
Increases the grep factor. Makes it easier to harmonize type checks
across the code base.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Increases the grep factor. Makes it easier to harmonize type checks
across the code base.
</pre>
</div>
</content>
</entry>
<entry>
<title>events: add check for listeners length</title>
<updated>2013-03-02T01:36:47+00:00</updated>
<author>
<name>Trevor Norris</name>
<email>trev.norris@gmail.com</email>
</author>
<published>2013-02-14T08:48:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=75305f3babd9e927e92b0d9b70d8bb026492ebd0'/>
<id>75305f3babd9e927e92b0d9b70d8bb026492ebd0</id>
<content type='text'>
Ability to return just the length of listeners for a given type, using
EventEmitter.listenerCount(emitter, event). This will be a lot cheaper
than creating a copy of the listeners array just to check its length.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ability to return just the length of listeners for a given type, using
EventEmitter.listenerCount(emitter, event). This will be a lot cheaper
than creating a copy of the listeners array just to check its length.
</pre>
</div>
</content>
</entry>
<entry>
<title>streams2: The new stream base classes</title>
<updated>2012-12-14T01:00:23+00:00</updated>
<author>
<name>isaacs</name>
<email>i@izs.me</email>
</author>
<published>2012-10-02T22:44:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=420e07c5777bdb2e493147d296abfc102f725015'/>
<id>420e07c5777bdb2e493147d296abfc102f725015</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>streams: remove useless line</title>
<updated>2012-10-21T20:58:14+00:00</updated>
<author>
<name>Soarez</name>
<email>igorsoarez@gmail.com</email>
</author>
<published>2012-10-18T15:53:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=72ce9baa75434f64e42ee4e666897ddfd754c822'/>
<id>72ce9baa75434f64e42ee4e666897ddfd754c822</id>
<content type='text'>
The removed line was removing a calllback that was never setup
in first place. 016afe2 forgot to remove this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The removed line was removing a calllback that was never setup
in first place. 016afe2 forgot to remove this.
</pre>
</div>
</content>
</entry>
<entry>
<title>streams: fix pipe is destructed by 'end' from destination</title>
<updated>2012-10-03T17:57:31+00:00</updated>
<author>
<name>koichik</name>
<email>koichik@improvement.jp</email>
</author>
<published>2012-01-12T05:33:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=016afe21aeb8e373e26b3554640cd5ff5f336b02'/>
<id>016afe21aeb8e373e26b3554640cd5ff5f336b02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stream.pipe: Don't call destroy() unless it's a function</title>
<updated>2012-09-10T23:00:27+00:00</updated>
<author>
<name>isaacs</name>
<email>i@izs.me</email>
</author>
<published>2012-09-10T22:58:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=41e1b171ec644a1a5645e819cec7c8ccc0ba5f2e'/>
<id>41e1b171ec644a1a5645e819cec7c8ccc0ba5f2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stream: don't call `cleanup` twice on `end` and `close`</title>
<updated>2012-05-27T23:35:36+00:00</updated>
<author>
<name>Maciej Małecki</name>
<email>maciej.malecki@notimplemented.org</email>
</author>
<published>2012-05-27T21:29:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=c96df0e37aed536867a41e8b6d3f0f523c37dfea'/>
<id>c96df0e37aed536867a41e8b6d3f0f523c37dfea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove support for multi-source pipe()</title>
<updated>2011-11-22T16:51:19+00:00</updated>
<author>
<name>Felix Geisendörfer</name>
<email>felix@debuggable.com</email>
</author>
<published>2011-11-21T21:57:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=b3f91f15b2482a8f3e5d37f0e09429a4b4775230'/>
<id>b3f91f15b2482a8f3e5d37f0e09429a4b4775230</id>
<content type='text'>
This reverts 6c5b31bd which had too few use cases, too much complexity,
and can be handled in user-land by using `{end: false}`.

Closes #1996
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts 6c5b31bd which had too few use cases, too much complexity,
and can be handled in user-land by using `{end: false}`.

Closes #1996
</pre>
</div>
</content>
</entry>
<entry>
<title>throw from stdout.end and stderr.end</title>
<updated>2011-11-10T22:51:16+00:00</updated>
<author>
<name>Igor Zinkovsky</name>
<email>igorzi@microsoft.com</email>
</author>
<published>2011-11-10T22:51:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=13324bf844d4527e91cf3777d3010aa4dca5f365'/>
<id>13324bf844d4527e91cf3777d3010aa4dca5f365</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
