<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/waitress.git, branch outbuf-high-watermark</title>
<subtitle>github.com: Pylons/waitress.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/'/>
<entry>
<title>adjust changelog</title>
<updated>2019-04-05T18:42:39+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2019-04-05T18:42:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=4ee5af662d7cfc8ff9c212a397f5749dc7f9a879'/>
<id>4ee5af662d7cfc8ff9c212a397f5749dc7f9a879</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>simplify rotation</title>
<updated>2019-04-05T18:36:54+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2019-04-05T18:19:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=291f8e196ccb4343e2539a55d480b0b5a76d1e87'/>
<id>291f8e196ccb4343e2539a55d480b0b5a76d1e87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clarify comment on len() issues</title>
<updated>2019-04-05T18:17:01+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>xistence@0x58.com</email>
</author>
<published>2019-04-05T18:17:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=ecf13757fd585dbf7f2f9539663c69e261442c29'/>
<id>ecf13757fd585dbf7f2f9539663c69e261442c29</id>
<content type='text'>
Co-Authored-By: mmerickel &lt;github@m.merickel.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: mmerickel &lt;github@m.merickel.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>rotate outbuf if we've written more than outbuf_high_watermark bytes to it</title>
<updated>2019-04-05T18:07:44+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2019-04-05T18:00:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=b4df0057b599d84f8e55beaab55b9be6c0958ce7'/>
<id>b4df0057b599d84f8e55beaab55b9be6c0958ce7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add backpressure on the app_iter if the socket can't send data quickly enough</title>
<updated>2019-04-05T18:00:08+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2019-03-28T06:57:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=610544cfd7374d0c0067ba1dec217bb7b4c9092d'/>
<id>610544cfd7374d0c0067ba1dec217bb7b4c9092d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #247 from Pylons/idle-warning-redux-2</title>
<updated>2019-04-05T16:29:29+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>xistence@0x58.com</email>
</author>
<published>2019-04-05T16:29:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=5bd69e9545718913bd2be0b4ab04f7da3d9f74c8'/>
<id>5bd69e9545718913bd2be0b4ab04f7da3d9f74c8</id>
<content type='text'>
warn if there are more pending jobs than idle threads</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
warn if there are more pending jobs than idle threads</pre>
</div>
</content>
</entry>
<entry>
<title>warn if there are more pending jobs than idle threads</title>
<updated>2019-04-05T16:19:33+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2019-04-05T16:07:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=c1b681d177db6019fea189d122cb51cdea489eae'/>
<id>c1b681d177db6019fea189d122cb51cdea489eae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #246 from Pylons/so_sndbuf</title>
<updated>2019-04-04T18:34:29+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>xistence@0x58.com</email>
</author>
<published>2019-04-04T18:34:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=b1b1d3e14bfc4cabf1b6993b2ce2bd374f8ee32e'/>
<id>b1b1d3e14bfc4cabf1b6993b2ce2bd374f8ee32e</id>
<content type='text'>
flush SO_SNDBUF data on every send and deprecate send_bytes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
flush SO_SNDBUF data on every send and deprecate send_bytes</pre>
</div>
</content>
</entry>
<entry>
<title>flush SO_SNDBUF data on every send and deprecate send_bytes</title>
<updated>2019-04-04T05:44:56+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2019-04-04T05:39:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=e249f234757d31d0955bd37fae7ca2018d4af704'/>
<id>e249f234757d31d0955bd37fae7ca2018d4af704</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>degrade client disconnect to info not warn</title>
<updated>2019-04-04T05:00:43+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2019-04-04T05:00:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=7c0a30889f16d084a3ff3979cd4691f9f3423d14'/>
<id>7c0a30889f16d084a3ff3979cd4691f9f3423d14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
