<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/test/simple/test-stream-readable-flow-recursion.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>stream: Raise readable high water mark in powers of 2</title>
<updated>2013-03-06T19:44:30+00:00</updated>
<author>
<name>isaacs</name>
<email>i@izs.me</email>
</author>
<published>2013-03-06T17:55:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=9208c890582305218716a2bdadb7461ef24f5830'/>
<id>9208c890582305218716a2bdadb7461ef24f5830</id>
<content type='text'>
This prevents excessively raising the buffer level in tiny increments in
pathological cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents excessively raising the buffer level in tiny increments in
pathological cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>stream: Remove bufferSize option</title>
<updated>2013-03-06T19:44:30+00:00</updated>
<author>
<name>isaacs</name>
<email>i@izs.me</email>
</author>
<published>2013-03-06T06:57:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=b0f6789a78dbb14778769d1d76b195c2fcd8a340'/>
<id>b0f6789a78dbb14778769d1d76b195c2fcd8a340</id>
<content type='text'>
Now that highWaterMark increases when there are large reads, this
greatly reduces the number of calls necessary to _read(size), assuming
that _read actually respects the size argument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that highWaterMark increases when there are large reads, this
greatly reduces the number of calls necessary to _read(size), assuming
that _read actually respects the size argument.
</pre>
</div>
</content>
</entry>
<entry>
<title>stream: Increase highWaterMark on large reads</title>
<updated>2013-03-06T19:44:30+00:00</updated>
<author>
<name>isaacs</name>
<email>i@izs.me</email>
</author>
<published>2013-03-06T06:09:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=8c44869f1dc2cdc7337d5a2a4f64e10494b0fb2f'/>
<id>8c44869f1dc2cdc7337d5a2a4f64e10494b0fb2f</id>
<content type='text'>
If the consumer of a Readable is asking for N bytes, and N &gt; hwm,
then clearly we have set the hwm to low, and ought to increase it.

Fix #4931
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the consumer of a Readable is asking for N bytes, and N &gt; hwm,
then clearly we have set the hwm to low, and ought to increase it.

Fix #4931
</pre>
</div>
</content>
</entry>
</feed>
