| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix typo in usage.rst | Prateek Ganguli | 2023-02-09 | 1 | -1/+1 |
| | | |||||
| * | Replace pkg_resources use with importlib.metadata | Bert JW Regeer | 2023-01-22 | 1 | -2/+6 |
| | | |||||
| * | rename "master" to "main" | jonathan vanasco | 2022-11-16 | 2 | -2/+2 |
| | | |||||
| * | docs: Fix a few typos | Tim Gates | 2022-07-31 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | There are small typos in: - docs/runner.rst - docs/usage.rst - src/waitress/parser.py - src/waitress/server.py - tests/test_functional.py Fixes: - Should read `preceding` rather than `preceeding`. - Should read `multiple` rather than `multipe`. - Should read `descriptors` rather than `desctriptors`. - Should read `descriptor` rather than `desctriptor`. - Should read `attempt` rather than `atempt`. - Should read `analogous` rather than `analagous`. Signed-off-by: Tim Gates <tim.gates@iress.com> | ||||
| * | Re-introduce clear_untrusted_proxy_headers for the 3.x version | Bert JW Regeer | 2022-05-30 | 1 | -1/+1 |
| | | |||||
| * | Revert "Revert "Merge pull request #370 from Yourun-proger/del_warnings"" | Bert JW Regeer | 2022-05-30 | 1 | -1/+5 |
| | | | | | This reverts commit 2784628a0fd1a38492e27384815953a44b3a3d5a. | ||||
| * | Revert "Merge pull request #370 from Yourun-proger/del_warnings" | Bert JW Regeer | 2022-05-30 | 1 | -5/+1 |
| | | | | | | This reverts commit 603d2c12ce09fcd1be0b7a5734b4fca339820286, reversing changes made to 9e0b8c801e4d505c2ffc91b891af4ba48af715e0. | ||||
| * | Small fix | Yourun-Proger | 2022-03-18 | 1 | -1/+1 |
| | | |||||
| * | Remove deprecation warnings | Yourun-Proger | 2022-03-16 | 1 | -1/+5 |
| | | |||||
| * | Update supported Python versions for Waitress | Bert JW Regeer | 2022-01-17 | 1 | -2/+2 |
| | | |||||
| * | Add documentation for server_name | Bert JW Regeer | 2020-11-26 | 1 | -0/+17 |
| | | |||||
| * | Missed dropping Py27 in docs | Bert JW Regeer | 2020-11-26 | 1 | -2/+2 |
| | | |||||
| * | Drop Python 3.5 support from Waitress add Py3.9 | Bert JW Regeer | 2020-11-26 | 1 | -4/+4 |
| | | |||||
| * | Fix syntax for inline literal | Steve Piercy | 2020-09-15 | 1 | -1/+1 |
| | | |||||
| * | Fix typo for default TCP backlog in API docs | theandrew168 | 2020-09-02 | 1 | -1/+1 |
| | | |||||
| * | add a dedicated section for handling heroku | Michael Merickel | 2020-07-14 | 1 | -15/+17 |
| | | |||||
| * | Merge pull request #306 from cacao-accounting/py3-only | Michael Merickel | 2020-07-14 | 1 | -0/+19 |
| | | | | Update usage.rst to include reference Heroku | ||||
| * | Update .gitignore | Bert JW Regeer | 2020-04-16 | 1 | -4/+0 |
| | | |||||
| * | Drop Python 3.4 | Bert JW Regeer | 2020-02-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | This is necessary due to needing coverage>=5.0, which is no longer available on Python 3.4. Python 3.4 is also now past end of life. This continued to work by chance due to Travis having nosetest installed in the Python global installation, and thus the failure from tox to install coverage>=5.0 did not cause errors on Travis. Testing locally I still had an old version of coverage installed, and that version had not yet dropped Python 3.4. | ||||
| * | Blacken the entire code base | Bert JW Regeer | 2019-12-12 | 1 | -53/+62 |
| | | |||||
| * | add backpressure on the app_iter if the socket can't send data quickly enough | Michael Merickel | 2019-04-05 | 3 | -1/+13 |
| | | |||||
| * | flush SO_SNDBUF data on every send and deprecate send_bytesso_sndbuf | Michael Merickel | 2019-04-04 | 3 | -3/+7 |
| | | |||||
| * | minor docs tweak on reverse proxy setupproxy-updates | Michael Merickel | 2019-01-03 | 1 | -3/+3 |
| | | |||||
| * | fix docs to not support comma-separated settings | Michael Merickel | 2019-01-03 | 1 | -1/+1 |
| | | | | | fixes #225 | ||||
| * | fix pastedeploy url | Michael Merickel | 2019-01-03 | 1 | -1/+1 |
| | | |||||
| * | fix docs formatting | Michael Merickel | 2018-12-02 | 2 | -81/+119 |
| | | |||||
| * | Update reverse proxy documentation | Bert JW Regeer | 2018-12-02 | 1 | -92/+49 |
| | | | | | Get rid of paste middleware | ||||
| * | Add documentation for new arguments | Bert JW Regeer | 2018-12-02 | 1 | -2/+77 |
| | | |||||
| * | grammar fixdocs-grammar-fix | Steve Piercy | 2018-11-14 | 1 | -1/+1 |
| | | |||||
| * | Changes for review | Frank Krick | 2018-11-14 | 1 | -3/+2 |
| | | |||||
| * | Check in adjustments to prevent mixing of Internet and UNIX sockets as well ↵ | Frank Krick | 2018-11-13 | 1 | -1/+2 |
| | | | | | as the use of unsupported sockets | ||||
| * | Removed unix socket from code example | Frank Krick | 2018-11-13 | 1 | -4/+2 |
| | | |||||
| * | Changes for pull request review | Frank Krick | 2018-11-13 | 1 | -2/+3 |
| | | |||||
| * | Signed CONTRIBUTORS.txt and changes for review | Frank Krick | 2018-10-29 | 2 | -5/+5 |
| | | |||||
| * | Added versionadded and minor changes to socket activation documentation | Frank Krick | 2018-10-28 | 2 | -6/+7 |
| | | |||||
| * | Updated minor error in documentation | Frank Krick | 2018-10-28 | 1 | -1/+1 |
| | | |||||
| * | Updated documentation | Frank Krick | 2018-10-28 | 3 | -1/+49 |
| | | |||||
| * | Removed bind_sockets parameter from adjustments and added autodetection if ↵ | Frank Krick | 2018-10-28 | 1 | -0/+8 |
| | | | | | binding the socket should be skipped. | ||||
| * | Docs replace asyncore with wasyncore as needed (#210) | Steve Piercy | 2018-09-23 | 3 | -17/+27 |
| | | | | | | | | | | | * Fix name * Use versionadded with context, improve reST syntax. * improve reST syntax. * Replace asyncore with wasyncore as appropriate | ||||
| * | Add ethical ads for RTD; bump Sphinx and theme versions | Steve Piercy | 2018-09-23 | 1 | -0/+8 |
| | | |||||
| * | Add versionchanged to asyncore entry. | Steve Piercy | 2018-09-22 | 1 | -22/+29 |
| | | | | | | Add wasyncore entry. Rewrap for clear, consistent indentation. | ||||
| * | Use proper syntax highlighting | Steve Piercy | 2018-09-22 | 1 | -2/+6 |
| | | |||||
| * | Use contextual versionadded directive, fix grammar, reST syntax and indentation | Steve Piercy | 2018-09-22 | 1 | -10/+9 |
| | | |||||
| * | Use correct syntax highlighter | Steve Piercy | 2018-09-22 | 1 | -1/+3 |
| | | |||||
| * | Use contextual versionadded directive. | Steve Piercy | 2018-09-22 | 2 | -8/+6 |
| | | | | | Use proper casing for nginx. | ||||
| * | Correct one is PEP 3333 | Steve Piercy | 2018-09-22 | 1 | -1/+1 |
| | | |||||
| * | Make text align with its code. | Steve Piercy | 2018-09-22 | 1 | -41/+27 |
| | | | | | Use consistent code-block indentation. | ||||
| * | Comment out section as a TODOdoc_translogger | Steve Piercy | 2018-09-06 | 1 | -6/+5 |
| | | | | | - See #208 | ||||
| * | update references | Steve Piercy | 2018-09-06 | 2 | -2/+2 |
| | | |||||
| * | Add intersphinx; turn off smart quotes; remove unused imports | Steve Piercy | 2018-09-06 | 1 | -2/+9 |
| | | |||||
