<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/waitress.git/docs/arguments.rst, branch contributing</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>remove deprecation of host/port</title>
<updated>2016-09-01T04:42:57+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-09-01T04:35:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=d641154314545f72477801040f61e4afdef44af3'/>
<id>d641154314545f72477801040f61e4afdef44af3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Place documentation in appropriate file</title>
<updated>2016-06-15T23:56:37+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-06-15T23:56:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=967eee56605b881c75af810ebf906d195a5fee3f'/>
<id>967eee56605b881c75af810ebf906d195a5fee3f</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://git.baserock.org/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>typo in docs</title>
<updated>2014-04-23T12:56:32+00:00</updated>
<author>
<name>jor123</name>
<email>jor123@gmail.com</email>
</author>
<published>2014-04-23T12:56:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=3c4aa48ead40d1c5e8ecf605a3e87b55ede1f8d2'/>
<id>3c4aa48ead40d1c5e8ecf605a3e87b55ede1f8d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document the 'trusted_proxy' bit.</title>
<updated>2014-03-10T16:14:02+00:00</updated>
<author>
<name>Tres Seaver</name>
<email>tseaver@palladion.com</email>
</author>
<published>2014-03-10T16:14:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=7be2fcc01201d22c08791e6ccc4574a5d383bf9f'/>
<id>7be2fcc01201d22c08791e6ccc4574a5d383bf9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to using the quasi-standard 'X_FOWRARDED_PROTO' header.</title>
<updated>2013-09-03T19:29:12+00:00</updated>
<author>
<name>Tres Seaver</name>
<email>tseaver@palladion.com</email>
</author>
<published>2013-09-03T19:29:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=8df34e42973b536fdcac45e31bde01d4009cf302'/>
<id>8df34e42973b536fdcac45e31bde01d4009cf302</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Override 'wdgi.url_scheme' via a request header, 'X_WSGI_URL_SCHEME'.</title>
<updated>2013-09-03T18:32:41+00:00</updated>
<author>
<name>Tres Seaver</name>
<email>tseaver@palladion.com</email>
</author>
<published>2013-09-03T18:32:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=06df318f7a2b0106333e5893572a1fd30333f663'/>
<id>06df318f7a2b0106333e5893572a1fd30333f663</id>
<content type='text'>
Allows proxies which serve mixed HTTP / HTTPS requests to control signal
which are served as HTTPS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows proxies which serve mixed HTTP / HTTPS requests to control signal
which are served as HTTPS.
</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://git.baserock.org/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>Updated docs with new use_poll flag</title>
<updated>2013-05-28T11:08:51+00:00</updated>
<author>
<name>Marcin Kuzminski</name>
<email>marcin@python-works.com</email>
</author>
<published>2013-05-28T11:08:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=75d1d25b7c7f41371e27893b5266cf0f1cc9e2a0'/>
<id>75d1d25b7c7f41371e27893b5266cf0f1cc9e2a0</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://git.baserock.org/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>
</feed>
