| Commit message (Expand) | Author | Age | Files | Lines |
* | This fixes #64 but only for Python 3; Python 2 fails the test. I'm clueless ...fix.issue64 | Chris McDonough | 2014-07-13 | 2 | -1/+9 |
* | - If an ``application`` value of ``None`` is supplied to the ``create_server`` | Chris McDonough | 2014-07-13 | 3 | -4/+19 |
* | Add a ``docs`` section to tox.ini that, when run, ensures docs can be built. | Chris McDonough | 2014-07-13 | 1 | -0/+2 |
* | Add a ``docs`` section to tox.ini that, when run, ensures docs can be built. | Chris McDonough | 2014-07-13 | 1 | -1/+11 |
* | change tests based on code changes and make more assertions | Chris McDonough | 2014-07-13 | 2 | -4/+12 |
* | Merge branch 'master' of github.com:eli-collins/waitress into eli-collins-master | Chris McDonough | 2014-07-13 | 2 | -2/+16 |
|\ |
|
| * | Fix: start_response() should only re-raise exc_info if headers have been written | Eli Collins | 2013-12-18 | 2 | -2/+16 |
* | | - Use a nonglobal asyncore socket map by default to hopefully prevent conflicts | Chris McDonough | 2014-07-13 | 2 | -0/+14 |
* | | fix formatting | Michael Merickel | 2014-05-23 | 1 | -4/+4 |
* | | vb | Chris McDonough | 2014-05-16 | 1 | -1/+1 |
* | | prep for 0.8.90.8.9 | Chris McDonough | 2014-05-16 | 2 | -3/+3 |
* | | avoid spurious race condition errors during testing | Chris McDonough | 2014-05-16 | 1 | -1/+5 |
* | | use pkg_resources to obtain version info | Chris McDonough | 2014-05-16 | 1 | -1/+2 |
* | | give some context | Chris McDonough | 2014-05-16 | 1 | -1/+3 |
* | | fix tests under windows | Chris McDonough | 2014-05-16 | 3 | -5/+16 |
* | | add note to changes, expand commentfix.filewrapper_leak | Chris McDonough | 2014-05-16 | 2 | -1/+12 |
* | | no need to alias close to _close now that ReadOnlyFileBasedBuffer actually ha... | Chris McDonough | 2014-05-15 | 6 | -27/+23 |
* | | Fix tests | Bert JW Regeer | 2014-05-14 | 1 | -5/+4 |
* | | close() can now exist everywhere | Bert JW Regeer | 2014-05-14 | 1 | -4/+3 |
* | | Upon a socket.error, we need to close the filehandle | Bert JW Regeer | 2014-05-14 | 1 | -0/+1 |
* | | multiprocessing.Queue() is holding onto resources ... | Bert JW Regeer | 2014-05-14 | 1 | -3/+5 |
* | | Replace magic numbers with errno.X | Bert JW Regeer | 2014-05-14 | 1 | -1/+2 |
* | | sharing code with bert | Chris McDonough | 2014-05-14 | 2 | -15/+17 |
* | | Merge pull request #59 from jor123/patch-1 | Adam Groszer | 2014-04-23 | 1 | -1/+1 |
|\ \ |
|
| * | | typo in docs | jor123 | 2014-04-23 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #57 from olt/patch-1 | Tres Seaver | 2014-04-11 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix typo in waitress-serve example | Oliver Tonnhofer | 2014-04-11 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #42 from Pylons/feature.x_wsgi_url_scheme-header | Tres Seaver | 2014-03-10 | 8 | -15/+166 |
|\ \
| |/
|/| |
|
| * | Document the 'trusted_proxy' bit.feature.x_wsgi_url_scheme-header | Tres Seaver | 2014-03-10 | 4 | -7/+20 |
| * | Only allow trustted proxies to overried request.urlscheme. | Tres Seaver | 2014-03-10 | 2 | -4/+28 |
| * | Add 'trusted_proxy' adjustment. | Tres Seaver | 2014-03-10 | 2 | -0/+6 |
| * | Normalize long kwargs (one per line). | Tres Seaver | 2014-03-10 | 1 | -9/+23 |
| * | Merge from master. | Tres Seaver | 2014-03-10 | 19 | -44/+283 |
| |\
| |/
|/| |
|
* | | update documentation version to 0.8.8 to catch up the package version | goodwillcoding | 2013-12-14 | 1 | -1/+1 |
* | | prep for 0.8.80.8.8 | Chris McDonough | 2013-11-30 | 2 | -3/+3 |
* | | - When the ``--unix-socket-perms`` option was used as an argument to | Chris McDonough | 2013-11-30 | 4 | -10/+19 |
* | | - When waitress receives a ``Transfer-Encoding: chunked`` request, we no longer | Chris McDonough | 2013-11-21 | 6 | -9/+77 |
* | | Add a change note, fix test so it passes on Python versions without | Chris McDonough | 2013-11-21 | 3 | -3/+10 |
* | | Merge branch 'master' of github.com:domruf/waitress into domruf-master | Chris McDonough | 2013-11-21 | 2 | -1/+11 |
|\ \ |
|
| * | | add test_preserve_header_value_order | domruf | 2013-09-20 | 1 | -0/+10 |
| * | | only sort the headers by key not by value | domruf | 2013-09-19 | 1 | -1/+1 |
* | | | - When the ``url_prefix`` adjustment starts with more than one slash, all | Chris McDonough | 2013-11-21 | 5 | -14/+65 |
* | | | restore py3 compat, coverage | Chris McDonough | 2013-11-21 | 3 | -11/+15 |
* | | | - Fix some cases where the creation of extremely large output buffers (greater | Chris McDonough | 2013-11-21 | 5 | -6/+95 |
* | | | Merge pull request #45 from atorkhov/patch-1 | Chris McDonough | 2013-10-30 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix typo in runner.rst. | Alexey Torkhov | 2013-10-30 | 1 | -1/+1 |
|/ / |
|
| * | Typo. | Tres Seaver | 2013-09-07 | 1 | -1/+1 |
| * | Switch to using the quasi-standard 'X_FOWRARDED_PROTO' header. | Tres Seaver | 2013-09-03 | 6 | -11/+11 |
| * | Enforce that 'X_WSGI_URL_SCHEME' must be one of 'http' or 'https'. | Tres Seaver | 2013-09-03 | 2 | -0/+16 |
| * | Speling | Tres Seaver | 2013-09-03 | 1 | -1/+1 |