- 0aa4879 Remove change of default for clear_untrusted_proxy_headers by Bert JW Regeer · 5 weeks ago master v2.1.2
- 2784628 Revert "Merge pull request #370 from Yourun-proger/del_warnings" by Bert JW Regeer · 5 weeks ago
- 479df63 Prep 2.1.2 by Bert JW Regeer · 5 weeks ago
- 4f6789b Merge pull request #377 from Pylons/bugfix/select-closed-socket-race by Michael Merickel · 6 weeks ago
- 1952050 Merge pull request #379 from Pylons/enhancement/pyupgrade-3.7 by Michael Merickel · 6 weeks ago
- 8f5b473 pyupgrade 3.7 by Bert JW Regeer · 6 weeks ago
- c7a3d7e Only close socket in the main thread by Bert JW Regeer · 6 weeks ago
- 7c3739b Merge pull request #376 from Pylons/bugfix/header-calculation by Michael Merickel · 10 weeks ago
- 3066fdd Merge pull request #378 from Pylons/bugfix/expose_tracebacks-encode-error by Michael Merickel · 10 weeks ago
- 4467d76 Fix tests to assume body is bytes by Bert JW Regeer · 2 months ago
- b6ad056 Always encode the responses to utf-8 and set Content-Type by Bert JW Regeer · 2 months ago
- 7a14570 e.to_response() should return bytes object for body by Bert JW Regeer · 2 months ago
- 99f7135 Add failing test for error_traceback by Bert JW Regeer · 2 months ago
- dacaeee Fix bug in calculation of received headers by Bert JW Regeer · 2 months ago
- 905118c Add failing test for header size calculation by Bert JW Regeer · 2 months ago
- 603d2c1 Merge pull request #370 from Yourun-proger/del_warnings by Bert JW Regeer · 4 months ago
- 131838f Small fix by Yourun-Proger · 4 months ago
- 789c9a3 Merge branch 'master' of https://github.com/Pylons/waitress into del_warnings by Yourun-Proger · 4 months ago
- 9e0b8c8 Merge pull request from GHSA-4f7p-27jc-3c36 by Bert JW Regeer · 4 months ago v2.1.1
- b28c9e8 Prep for 2.1.1 by Bert JW Regeer · 4 months ago
- 6c7e300 Remove deprecation warnings by Yourun-Proger · 4 months ago
- bd22869 Remove extraneous calls to .strip() in Chunked Encoding by Bert JW Regeer · 4 months ago
- d9bdfa0 Validate chunk size in Chunked Encoding are HEXDIG by Bert JW Regeer · 4 months ago
- d032a66 Error when receiving back Chunk Extension by Bert JW Regeer · 4 months ago
- 884bed1 Update tests to remove invalid chunked encoding chunk-size by Bert JW Regeer · 4 months ago
- 1f6059f Be more strict in parsing Content-Length by Bert JW Regeer · 4 months ago
- e75b0d9 Add new regular expressions for Chunked Encoding by Bert JW Regeer · 4 months ago
- 22c0394 Merge pull request #367 from Pylons/fixup/collect-wasyncore-tests by Bert JW Regeer · 4 months ago
- dc15d9f Make sure to collect all wasyncore tests by Bert JW Regeer · 4 months ago
- c87c899 Prep 2.1.0 by Bert JW Regeer · 4 months ago v2.1.0
- 953f94e Prep 2.1.0b0 by Bert JW Regeer · 5 months ago v2.1.0b0
- af6ac55 Merge pull request #365 from Pylons/fixup/special-case-pypy-in-ci by Bert JW Regeer · 5 months ago
- 275d900 Special case PyPy in CI to avoid running with coverage by Bert JW Regeer · 5 months ago
- 759f4d1 Merge pull request #364 from Pylons/feature/flush-from-app-thread by Michael Merickel · 6 months ago
- 1bbdf6c Flush data from the application thread by Bert JW Regeer · 6 months ago
- 7acbb87 CHANGES.txt line length by Bert JW Regeer · 6 months ago
- e828cd5 Merge pull request #363 from Pylons/bugfix/wsgi-file-wrapper by Michael Merickel · 6 months ago
- 5627a4c Add CHANGELOG for wsgi.file_wrapper seek/tell attrs by Bert JW Regeer · 6 months ago
- 8423ffa Add support for seekable wsgi.file_wrapper by Bert JW Regeer · 6 months ago
- d1b23a1 Add tests to validate wsgi.file_wrapper seek/tell are added by Bert JW Regeer · 6 months ago
- 88d5e7b Merge pull request #362 from Pylons/garden/update-supported-python-versions by Michael Merickel · 6 months ago
- 9db3506 Join the queue thread after closing it in tests by Bert JW Regeer · 6 months ago
- 2e21388 Disable coverage on pypy3 by Bert JW Regeer · 6 months ago
- b502635 Call gc.collect() cause these tests leak file descriptors by Bert JW Regeer · 6 months ago
- 73a0fbe Bind to localhost only during tests by Bert JW Regeer · 6 months ago
- 7d317aa Update supported Python versions for Waitress by Bert JW Regeer · 6 months ago
- 640c9af Merge pull request #361 from Pylons/bugfix/winerror-windows by Michael Merickel · 6 months ago
- faec8a2 Update CHANGELOG for OSError subscriptable bugfix in Windows by Bert JW Regeer · 6 months ago
- 451b7e9 Bugfix on Windows: OSError is not subscriptable by Bert JW Regeer · 6 months ago
- a186822 Merge pull request #360 from Pylons/cleanup/use-with-statement-makefile by Michael Merickel · 6 months ago
- 77276fd Merge pull request #358 from Pylons/bugfix/close-buffer by Michael Merickel · 6 months ago
- 97c45c5 Use with statements for makefile by Bert JW Regeer · 6 months ago
- 5e99024 Update CHANGES.txt by Bert JW Regeer · 6 months ago
- b59facd black: Fix whitespace by Bert JW Regeer · 6 months ago
- 6eacb79 Update test matrix for Python versions by Bert JW Regeer · 6 months ago
- 17ae760 Close old buffer when overflowing in OverflowableBuffer by Bert JW Regeer · 6 months ago
- f41e598 Merge pull request #352 from franciozzy/runner-fix-help by Steve Piercy · 10 months ago
- 439ec78 runner: Fix alignment of --url-prefix by Felipe Franciosi · 10 months ago
- 84cfc2b Merge pull request #344 from hathawsh/add-remote-uri by Bert JW Regeer · 1 year, 2 months ago
- c68c904 black by Shane Hathaway · 1 year, 2 months ago
- f84d0fd Correct REQUEST_URI in CHANGES.txt by Shane Hathaway · 1 year, 2 months ago
- 2212080 Add REMOTE_URI to the WSGI environ. by Shane Hathaway · 1 year, 2 months ago
- 4b6b583 Prep 2.0.0 by Bert JW Regeer · 1 year, 4 months ago v2.0.0
- c159853 Prep 2.0.0b1 by Bert JW Regeer · 1 year, 7 months ago v2.0.0b1
- 19793c0 Merge pull request #332 from Pylons/fix-default-logging by Bert JW Regeer · 1 year, 7 months ago
- 994b556 add changelog for #332 by Michael Merickel · 1 year, 7 months ago
- e5d4437 fix a crash in the MultiSocketServer startup and re-enable startup messages by Michael Merickel · 1 year, 7 months ago
- 665240e Prep 2.0.0b0 by Bert JW Regeer · 1 year, 7 months ago v2.0.0b0
- 38a1186 Move CHANGES to HISTORY by Bert JW Regeer · 1 year, 7 months ago
- 9674f3e Merge pull request #329 from Pylons/cleanup/server-name by Bert JW Regeer · 1 year, 7 months ago
- 8245c18 Add changelog entry for server_name by Bert JW Regeer · 1 year, 7 months ago
- 88b0073 Add documentation for server_name by Bert JW Regeer · 1 year, 7 months ago
- 2f2972e Remove attempt to resolve IP address to server_name by Bert JW Regeer · 1 year, 7 months ago
- 90148c9 Add new adjustment named server_name by Bert JW Regeer · 1 year, 7 months ago
- c623162 Missed dropping Py27 in docs by Bert JW Regeer · 1 year, 7 months ago
- 4ced2ed Merge pull request #328 from Pylons/drop-py35-add-py39 by Bert JW Regeer · 1 year, 7 months ago
- 009bffb Drop Python 3.5 support from Waitress add Py3.9 by Bert JW Regeer · 1 year, 7 months ago
- 29bd138 Merge pull request #327 from Pylons/speedup-test-suite by Michael Merickel · 1 year, 7 months ago
- ab5bbae If we are not on Windows use fork for multiprocessing by Bert JW Regeer · 1 year, 7 months ago
- 31d7498 Merge pull request #310 from perfact/notify-client-close by Bert JW Regeer · 1 year, 8 months ago
- 5faf698 Merge pull request #322 from Pylons/connection-overflow-warning by Bert JW Regeer · 1 year, 8 months ago
- a514a47 Allow tasks to notice if client disconnected by Viktor Dick · 1 year, 8 months ago
- 25e0939 blackify by Michael Merickel · 1 year, 9 months ago
- 78e98a7 only change state while accepting by Michael Merickel · 1 year, 9 months ago
- 734014d add changelog by Michael Merickel · 1 year, 9 months ago
- 866ceac warn when the server stops listening for connections because its in overflow by Michael Merickel · 1 year, 9 months ago
- 5570c7c Blacken the added test by Bert JW Regeer · 1 year, 9 months ago
- c85f7e3 Add test to validate Request Headers too large fails with 431 status by Bert JW Regeer · 1 year, 9 months ago
- 4a862fa Merge pull request #320 from sr-gi/multisocketserver-log by Michael Merickel · 1 year, 9 months ago
- 42a8e0d Updates MultiSocketServer to use log_info instead of print by Sergi Delgado Segura · 1 year, 9 months ago
- c2980c1 Merge pull request #315 from lstolcman/master by Bert JW Regeer · 1 year, 9 months ago
- d174599 Use log_info instead of print in print_listen by Łukasz Stolcman · 1 year, 10 months ago
- 81bc7e0 Fix syntax for inline literal by Steve Piercy · 1 year, 10 months ago
- fcfe88c Black formatting update by Bert JW Regeer · 1 year, 10 months ago
- bf2c50a Merge pull request #314 from theandrew168/fix-api-backlog-typo by Michael Merickel · 1 year, 10 months ago
- fcd48d5 Fix typo for default TCP backlog in API docs by theandrew168 · 1 year, 10 months ago
- e2adf08 Merge pull request #294 from Pylons/py3-only by Bert JW Regeer · 1 year, 11 months ago
- 0d0163f Fixup comment, this is a Windows issue by Bert JW Regeer · 1 year, 11 months ago
- 4d2b286 Stop marking socket as readable when flushing data by Bert JW Regeer · 1 year, 11 months ago
- 15dc1e8 Remove useless try/finally wrapper by Bert JW Regeer · 1 year, 11 months ago