| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | blackifyconnection-overflow-warning | Michael Merickel | 2020-10-22 | 1 | -4/+4 |
| | | |||||
| * | only change state while accepting | Michael Merickel | 2020-10-22 | 1 | -19/+21 |
| | | |||||
| * | warn when the server stops listening for connections because its in overflow | Michael Merickel | 2020-10-22 | 1 | -1/+21 |
| | | |||||
| * | Updates MultiSocketServer to use log_info instead of print | Sergi Delgado Segura | 2020-10-16 | 1 | -1/+1 |
| | | |||||
| * | Use log_info instead of print in print_listen | Ćukasz Stolcman | 2020-09-22 | 1 | -1/+1 |
| | | |||||
| * | Black formatting update | Bert JW Regeer | 2020-09-07 | 5 | -25/+21 |
| | | |||||
| * | Stop marking socket as readable when flushing data | Bert JW Regeer | 2020-08-16 | 1 | -3/+42 |
| | | | | | | | | | | We no longer mark the socket as readable if we are attempting to flush whatever remaining data we have and are trying to shut down the channel. Whatever data is ready to be read, it's no longer our concern. We don't want to spend time reading data we don't care about. | ||||
| * | Remove useless try/finally wrapper | Bert JW Regeer | 2020-08-16 | 1 | -10/+7 |
| | | | | | | This looks to be an artifact that was left behind from the original codebase Waitress was forked from and no longer servces a purpose. | ||||
| * | Reduce compat.py to minimum size | Bert JW Regeer | 2020-08-16 | 5 | -60/+45 |
| | | |||||
| * | Add isort to the project | Bert JW Regeer | 2020-08-15 | 10 | -50/+32 |
| | | |||||
| * | Blacken the codebase | Bert JW Regeer | 2020-08-15 | 1 | -1/+1 |
| | | |||||
| * | Cleanup waitress.compat | Bert JW Regeer | 2020-08-15 | 1 | -138/+25 |
| | | |||||
| * | No cover wide exception | Bert JW Regeer | 2020-08-15 | 1 | -1/+1 |
| | | |||||
| * | No longer rely on compat | Bert JW Regeer | 2020-08-15 | 1 | -3/+3 |
| | | |||||
| * | Goodbye PY2 | Bert JW Regeer | 2020-08-15 | 1 | -2/+1 |
| | | |||||
| * | Re-raise the original exception | Bert JW Regeer | 2020-08-15 | 1 | -2/+2 |
| | | |||||
| * | Cleanup string formatting | Bert JW Regeer | 2020-08-15 | 2 | -8/+7 |
| | | |||||
| * | Bare super() | Bert JW Regeer | 2020-08-15 | 2 | -2/+2 |
| | | |||||
| * | socket.error/IOError -> OSError | Bert JW Regeer | 2020-08-15 | 5 | -20/+20 |
| | | |||||
| * | Remove object from class definition | Bert JW Regeer | 2020-08-15 | 9 | -14/+14 |
| | | |||||
| * | Update thread name to contain thread number | Bert JW Regeer | 2020-05-27 | 1 | -3/+5 |
| | | | | | This way loggers that use the thread name display useful information | ||||
| * | stabilize buffer behavior with multiple requests on the same connection | Michael Merickel | 2020-05-20 | 1 | -3/+13 |
| | | | | | | | | | previous to this change, a buffer may be reused across requests, and would cause data to be written to disk even if each individual request was not returning much data fixes #265 | ||||
| * | Blacken files | Bert JW Regeer | 2020-04-16 | 1 | -0/+1 |
| | | |||||
| * | Move source code to src folder | Bert JW Regeer | 2020-04-16 | 16 | -0/+4956 |
