<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/waitress.git/docs/api.rst, branch bugfix/close-buffer</title>
<subtitle>github.com: Pylons/waitress.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/'/>
<entry>
<title>Fix typo for default TCP backlog in API docs</title>
<updated>2020-09-02T22:55:26+00:00</updated>
<author>
<name>theandrew168</name>
<email>steveday168@gmail.com</email>
</author>
<published>2020-09-02T22:55:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=fcd48d5d1165a1037f3318d181e0313b84ae2af1'/>
<id>fcd48d5d1165a1037f3318d181e0313b84ae2af1</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://91.123.203.49/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>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://91.123.203.49/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>Update docs about multi socket support</title>
<updated>2016-06-12T02:33:47+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-06-12T02:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=d66a9aa1dbcca0747bda4a9f7a5dac26895e0a8d'/>
<id>d66a9aa1dbcca0747bda4a9f7a5dac26895e0a8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add a url_prefix adjustment that behaves much like paste prefixmiddleware (to avoid needing to explain paste prefixmiddleware, which avoids needing to explain pastedeploy, which avoids needing to explain pipelines, and so forth)</title>
<updated>2013-08-12T04:52:36+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2013-08-12T04:52:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=497a232cf8c93ba893208bb9cdea5d3ccc6eab7e'/>
<id>497a232cf8c93ba893208bb9cdea5d3ccc6eab7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>autopep8 runthrough and janitorial changes.</title>
<updated>2013-05-23T20:25:42+00:00</updated>
<author>
<name>Keith Gaughan</name>
<email>k@stereochro.me</email>
</author>
<published>2013-05-23T20:25:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=d4c6e186b05494549498ec6f4730a51722fb88ff'/>
<id>d4c6e186b05494549498ec6f4730a51722fb88ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Missing additional Unix socket documentation.</title>
<updated>2013-05-12T12:13:04+00:00</updated>
<author>
<name>Keith Gaughan</name>
<email>k@stereochro.me</email>
</author>
<published>2013-05-12T12:13:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=2bddc073d4795d22f2952a8eeb45859adf5a3af4'/>
<id>2bddc073d4795d22f2952a8eeb45859adf5a3af4</id>
<content type='text'>
I'd forgotten to add the additional arguments to the signature of
waitress.serve(). Also, I think it's worth noting in the docs that Unix
domain sockets are not supported on Windows, just in case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'd forgotten to add the additional arguments to the signature of
waitress.serve(). Also, I think it's worth noting in the docs that Unix
domain sockets are not supported on Windows, just in case.
</pre>
</div>
</content>
</entry>
<entry>
<title>adjust default</title>
<updated>2012-01-10T00:40:39+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2012-01-10T00:40:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=b1e5438b8314f51b3e994fd7d5a59c41c3bc38c3'/>
<id>b1e5438b8314f51b3e994fd7d5a59c41c3bc38c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>garden</title>
<updated>2011-12-30T08:51:35+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2011-12-30T08:51:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=299aae5f8dd513b50f94bf5491f972f0171d1883'/>
<id>299aae5f8dd513b50f94bf5491f972f0171d1883</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add docs</title>
<updated>2011-12-28T15:13:29+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2011-12-28T15:13:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=777dd41644bbb5c318f5ccb928f2603c1947e39f'/>
<id>777dd41644bbb5c318f5ccb928f2603c1947e39f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
