summaryrefslogtreecommitdiff
path: root/waitress/tests
Commit message (Expand)AuthorAgeFilesLines
* Python 2 on Windows doesn't allow service names for portsBert JW Regeer2016-10-141-0/+14
* Prevent header spoofing via underscore/dash conflation.Matt Russell2016-06-241-1/+16
* Rename BaseServer to MultiSocketServerBert JW Regeer2016-06-151-1/+1
* Add wildcard host supportBert JW Regeer2016-06-111-0/+7
* Add tests for parse changesBert JW Regeer2016-06-111-1/+22
* Skip IPv6 tests on hosts that don't support IPv6Bert JW Regeer2016-06-031-11/+38
* Don't set hostname to empty if localhost on WindowsBert JW Regeer2016-06-031-0/+1
* Add tests for IPv4/IPv6Bert JW Regeer2016-06-031-0/+10
* Add tests for serversBert JW Regeer2016-06-031-0/+17
* Verify BaseServer is returned with multiple listenBert JW Regeer2016-06-031-1/+18
* Make pep8 happyBert JW Regeer2016-06-031-1/+5
* The test relies on having a class attributeBert JW Regeer2016-06-031-0/+4
* getaddrinfo allows for us to use service names instead of port numbersBert JW Regeer2016-06-031-0/+7
* Check just sockaddr infoBert JW Regeer2016-06-031-6/+18
* Use a real hostname... getaddrinfo requires itBert JW Regeer2016-06-031-2/+2
* Add tests and bring coverage back to 100%Bert JW Regeer2016-06-031-0/+35
* Check header names and status for line feed/carriage return. Fixes #122Jason Madden2016-03-191-0/+14
* Merge master into branchBert JW Regeer2016-03-151-0/+7
|\
| * Add failing testBert JW Regeer2016-01-031-0/+7
* | Fix test for __bool__Bert JW Regeer2015-12-201-1/+1
|/
* add support for Python 3.5 (apparent regression in *arg parsing, fix tracebac...Chris McDonough2015-06-211-1/+1
* Fix cross-python-version quoting problem in regex.Ben Warren2015-05-171-1/+1
* Add tests, tweak printing.Ben Warren2015-05-171-0/+47
* preserve whitespace between folded header linesDavid Glick2015-04-131-1/+13
* - If an ``application`` value of ``None`` is supplied to the ``create_server``Chris McDonough2014-07-131-4/+10
* change tests based on code changes and make more assertionsChris McDonough2014-07-131-4/+5
* Merge branch 'master' of github.com:eli-collins/waitress into eli-collins-masterChris McDonough2014-07-131-1/+15
|\
| * Fix: start_response() should only re-raise exc_info if headers have been writtenEli Collins2013-12-181-1/+15
* | fix tests under windowsChris McDonough2014-05-162-5/+11
* | no need to alias close to _close now that ReadOnlyFileBasedBuffer actually ha...Chris McDonough2014-05-153-15/+15
* | Fix testsBert JW Regeer2014-05-141-5/+4
* | 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
* | Only allow trustted proxies to overried request.urlscheme.Tres Seaver2014-03-101-2/+22
* | Add 'trusted_proxy' adjustment.Tres Seaver2014-03-101-0/+2
* | Normalize long kwargs (one per line).Tres Seaver2014-03-101-9/+23
* | Merge from master.Tres Seaver2014-03-108-15/+139
|\ \ | |/
| * - When the ``--unix-socket-perms`` option was used as an argument toChris McDonough2013-11-302-6/+6
| * - When waitress receives a ``Transfer-Encoding: chunked`` request, we no longerChris McDonough2013-11-213-7/+44
| * Add a change note, fix test so it passes on Python versions withoutChris McDonough2013-11-211-1/+1
| * Merge branch 'master' of github.com:domruf/waitress into domruf-masterChris McDonough2013-11-211-0/+10
| |\
| | * add test_preserve_header_value_orderdomruf2013-09-201-0/+10
| * | - When the ``url_prefix`` adjustment starts with more than one slash, allChris McDonough2013-11-212-2/+12
| * | restore py3 compat, coverageChris McDonough2013-11-212-11/+10
| * | - Fix some cases where the creation of extremely large output buffers (greaterChris McDonough2013-11-212-0/+68
| |/
* | Switch to using the quasi-standard 'X_FOWRARDED_PROTO' header.Tres Seaver2013-09-031-2/+2
* | Enforce that 'X_WSGI_URL_SCHEME' must be one of 'http' or 'https'.Tres Seaver2013-09-031-0/+14
* | Override 'wdgi.url_scheme' via a request header, 'X_WSGI_URL_SCHEME'.Tres Seaver2013-09-031-0/+46
|/
* fix py32 tests (no u'')Adam Groszer2013-08-151-9/+9