summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Override 'wdgi.url_scheme' via a request header, 'X_WSGI_URL_SCHEME'.Tres Seaver2013-09-036-5/+82
|/
* prep for 0.8.70.8.7Chris McDonough2013-08-293-4/+4
* fix py32 tests (no u'')Adam Groszer2013-08-151-9/+9
* #4, on InternalServerError and HTTP 1.1 take care of the connection: close he...Adam Groszer2013-08-154-5/+117
* #13, add some comments on why we return HTTP 1.0 disregarding HTTP 1.1 reques...Adam Groszer2013-08-151-0/+4
* sign contributor agreementAdam Groszer2013-08-151-0/+2
* Fix: CONNECTION header will be HTTP_CONNECTION and not CONNECTION_TYPEAdam Groszer2013-08-153-5/+17
* half-fix for #4; make the http version of the response match the http version...Chris McDonough2013-08-153-4/+43
* prep for 0.8.60.8.6Chris McDonough2013-08-123-5/+5
* add url_prefix docsChris McDonough2013-08-122-1/+22