summaryrefslogtreecommitdiff
path: root/CHANGES.txt
Commit message (Collapse)AuthorAgeFilesLines
* Prep 2.1.2Bert JW Regeer2022-05-301-0/+31
|
* Prep for 2.1.1Bert JW Regeer2022-03-161-0/+26
|
* Prep 2.1.0v2.1.0Bert JW Regeer2022-03-051-2/+2
|
* Prep 2.1.0b0v2.1.0b0Bert JW Regeer2022-02-061-59/+9
|
* CHANGES.txt line lengthBert JW Regeer2022-01-171-3/+3
|
* Add CHANGELOG for wsgi.file_wrapper seek/tell attrsBert JW Regeer2022-01-171-0/+7
|
* Update supported Python versions for WaitressBert JW Regeer2022-01-171-0/+7
|
* Update CHANGELOG for OSError subscriptable bugfix in WindowsBert JW Regeer2022-01-171-0/+6
|
* Update CHANGES.txtbugfix/close-bufferBert JW Regeer2022-01-161-0/+16
|
* Correct REQUEST_URI in CHANGES.txtShane Hathaway2021-05-111-2/+2
|
* Add REMOTE_URI to the WSGI environ.Shane Hathaway2021-05-111-0/+9
| | | | CHANGES.txt entry included.
* Prep 2.0.0v2.0.0Bert JW Regeer2021-03-071-6/+23
|
* Prep 2.0.0b1v2.0.0b1Bert JW Regeer2020-11-291-2/+2
|
* add changelog for #332Michael Merickel2020-11-291-0/+6
|
* Prep 2.0.0b0v2.0.0b0Bert JW Regeer2020-11-261-2/+2
|
* Move CHANGES to HISTORYBert JW Regeer2020-11-261-167/+0
|
* Add changelog entry for server_nameBert JW Regeer2020-11-261-3/+12
|
* Merge pull request #310 from perfact/notify-client-closeBert JW Regeer2020-10-311-0/+14
|\ | | | | Notify client close
| * Allow tasks to notice if client disconnectedViktor Dick2020-10-251-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | This inserts a callable `waitress.client_disconnected` into the environment that allows the task to check if the client disconnected while waiting for the response at strategic points in the execution, allowing to cancel the operation. It requires setting the new adjustment `channel_request_lookahead` to a value larger than 0, which continues to read requests from a channel even if a request is already being processed on that channel, up to the given count, since a client disconnect is detected by reading from a readable socket and receiving an empty result.
* | add changelogMichael Merickel2020-10-221-0/+6
|/
* Drop Python 2.7 support officiallyBert JW Regeer2020-08-151-0/+5
|
* Prep 1.4.4v1.4.4Bert JW Regeer2020-06-011-2/+2
|
* Update CHANGES.txtfix/thread_nameBert JW Regeer2020-05-271-0/+6
|
* add changelog for #300fix-265Michael Merickel2020-05-201-0/+11
|
* Prep v1.4.3v1.4.3Bert JW Regeer2020-02-021-0/+16
|
* Prep for 1.4.2v1.4.2Bert JW Regeer2020-01-021-1/+1
|
* Add CHANGES and bump version to 1.4.2Bert JW Regeer2020-01-021-1/+30
|
* Prep v1.4.1v1.4.1Bert JW Regeer2019-12-241-1/+1
|
* Add links to advisories for previous security issuesBert JW Regeer2019-12-231-0/+13
|
* Add documentation for security issueBert JW Regeer2019-12-231-0/+14
|
* Update CHANGES.txt and HISTORY.txt as appropriateBert JW Regeer2019-12-201-73/+72
|
* Add CHANGES.txt entry for bugBert JW Regeer2019-08-271-0/+14
|
* Prep v1.3.0v1.3.0Bert JW Regeer2019-04-221-2/+7
|
* Prep for 1.3.0b0v1.3.0b0Bert JW Regeer2019-04-111-122/+2
|
* add changelogiobaseMichael Merickel2019-04-101-0/+4
|
* adjust changelogoutbuf-high-watermarkMichael Merickel2019-04-051-7/+6
|
* add backpressure on the app_iter if the socket can't send data quickly enoughMichael Merickel2019-04-051-3/+15
|
* warn if there are more pending jobs than idle threadsMichael Merickel2019-04-051-0/+1
|
* flush SO_SNDBUF data on every send and deprecate send_bytesso_sndbufMichael Merickel2019-04-041-1/+19
|
* add changelog for #245Michael Merickel2019-04-031-0/+5
|
* adjust queue depth warnings to emit when all threads are busyMichael Merickel2019-04-021-0/+3
|
* add changelog for #241Michael Merickel2019-04-021-0/+1
|
* handle client disconnections while rendering error responseerror-task-disconnectMichael Merickel2019-03-281-0/+1
|
* fix potential race condition when a socket closes unexpectedlyclose-outbufsMichael Merickel2019-03-271-0/+5
|
* interrupt the app_iter if it tries to write to a closed socketMichael Merickel2019-03-261-0/+11
|
* Prep v1.2.1v1.2.1Bert JW Regeer2019-01-251-0/+14
|
* Prep for 1.2.0v1.2.0Bert JW Regeer2019-01-141-0/+8
|
* Prep for v1.2.0b3v1.2.0b3Bert JW Regeer2019-01-071-2/+2
|
* add changelog for #228Michael Merickel2019-01-041-2/+12
|
* Add CHANGES.txtBert JW Regeer2019-01-021-0/+11
|