summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This fixes #64 but only for Python 3; Python 2 fails the test. I'm clueless ...fix.issue64Chris McDonough2014-07-132-1/+9
* - If an ``application`` value of ``None`` is supplied to the ``create_server``Chris McDonough2014-07-133-4/+19
* Add a ``docs`` section to tox.ini that, when run, ensures docs can be built.Chris McDonough2014-07-131-0/+2
* Add a ``docs`` section to tox.ini that, when run, ensures docs can be built.Chris McDonough2014-07-131-1/+11
* change tests based on code changes and make more assertionsChris McDonough2014-07-132-4/+12
* Merge branch 'master' of github.com:eli-collins/waitress into eli-collins-masterChris McDonough2014-07-132-2/+16
|\
| * Fix: start_response() should only re-raise exc_info if headers have been writtenEli Collins2013-12-182-2/+16
* | - Use a nonglobal asyncore socket map by default to hopefully prevent conflictsChris McDonough2014-07-132-0/+14
* | fix formattingMichael Merickel2014-05-231-4/+4
* | vbChris McDonough2014-05-161-1/+1
* | prep for 0.8.90.8.9Chris McDonough2014-05-162-3/+3
* | avoid spurious race condition errors during testingChris McDonough2014-05-161-1/+5
* | use pkg_resources to obtain version infoChris McDonough2014-05-161-1/+2
* | give some contextChris McDonough2014-05-161-1/+3
* | fix tests under windowsChris McDonough2014-05-163-5/+16
* | add note to changes, expand commentfix.filewrapper_leakChris McDonough2014-05-162-1/+12
* | no need to alias close to _close now that ReadOnlyFileBasedBuffer actually ha...Chris McDonough2014-05-156-27/+23
* | Fix testsBert JW Regeer2014-05-141-5/+4
* | close() can now exist everywhereBert JW Regeer2014-05-141-4/+3
* | Upon a socket.error, we need to close the filehandleBert JW Regeer2014-05-141-0/+1
* | multiprocessing.Queue() is holding onto resources ...Bert JW Regeer2014-05-141-3/+5
* | Replace magic numbers with errno.XBert JW Regeer2014-05-141-1/+2
* | sharing code with bertChris McDonough2014-05-142-15/+17
* | Merge pull request #59 from jor123/patch-1Adam Groszer2014-04-231-1/+1
|\ \
| * | typo in docsjor1232014-04-231-1/+1
|/ /
* | Merge pull request #57 from olt/patch-1Tres Seaver2014-04-111-1/+1
|\ \
| * | Fix typo in waitress-serve exampleOliver Tonnhofer2014-04-111-1/+1
|/ /
* | Merge pull request #42 from Pylons/feature.x_wsgi_url_scheme-headerTres Seaver2014-03-108-15/+166
|\ \ | |/ |/|
| * Document the 'trusted_proxy' bit.feature.x_wsgi_url_scheme-headerTres Seaver2014-03-104-7/+20
| * Only allow trustted proxies to overried request.urlscheme.Tres Seaver2014-03-102-4/+28
| * Add 'trusted_proxy' adjustment.Tres Seaver2014-03-102-0/+6
| * Normalize long kwargs (one per line).Tres Seaver2014-03-101-9/+23
| * Merge from master.Tres Seaver2014-03-1019-44/+283
| |\ | |/ |/|
* | update documentation version to 0.8.8 to catch up the package versiongoodwillcoding2013-12-141-1/+1
* | prep for 0.8.80.8.8Chris McDonough2013-11-302-3/+3
* | - When the ``--unix-socket-perms`` option was used as an argument toChris McDonough2013-11-304-10/+19
* | - When waitress receives a ``Transfer-Encoding: chunked`` request, we no longerChris McDonough2013-11-216-9/+77
* | Add a change note, fix test so it passes on Python versions withoutChris McDonough2013-11-213-3/+10
* | Merge branch 'master' of github.com:domruf/waitress into domruf-masterChris McDonough2013-11-212-1/+11
|\ \
| * | add test_preserve_header_value_orderdomruf2013-09-201-0/+10
| * | only sort the headers by key not by valuedomruf2013-09-191-1/+1
* | | - When the ``url_prefix`` adjustment starts with more than one slash, allChris McDonough2013-11-215-14/+65
* | | restore py3 compat, coverageChris McDonough2013-11-213-11/+15
* | | - Fix some cases where the creation of extremely large output buffers (greaterChris McDonough2013-11-215-6/+95
* | | Merge pull request #45 from atorkhov/patch-1Chris McDonough2013-10-301-1/+1
|\ \ \ | |/ / |/| |
| * | Fix typo in runner.rst.Alexey Torkhov2013-10-301-1/+1
|/ /
| * Typo.Tres Seaver2013-09-071-1/+1
| * Switch to using the quasi-standard 'X_FOWRARDED_PROTO' header.Tres Seaver2013-09-036-11/+11
| * Enforce that 'X_WSGI_URL_SCHEME' must be one of 'http' or 'https'.Tres Seaver2013-09-032-0/+16
| * SpelingTres Seaver2013-09-031-1/+1