summaryrefslogtreecommitdiff
path: root/waitress/task.py
Commit message (Expand)AuthorAgeFilesLines
* Log warning when queue depth is greater than 0Jamie Matthews2017-11-091-0/+5
* Check header names and status for line feed/carriage return. Fixes #122Jason Madden2016-03-191-0/+7
* Check headers for line feed/carriage return charsBert JW Regeer2016-01-031-0/+4
* Switch from the low level Python thread/_thread module to the threading module.Shane Hathaway2015-04-201-13/+9
* Merge branch 'master' of github.com:eli-collins/waitress into eli-collins-masterChris McDonough2014-07-131-1/+1
|\
| * Fix: start_response() should only re-raise exc_info if headers have been writtenEli Collins2013-12-181-1/+1
* | add note to changes, expand commentfix.filewrapper_leakChris McDonough2014-05-161-1/+5
* | sharing code with bertChris McDonough2014-05-141-12/+14
* | Only allow trustted proxies to overried request.urlscheme.Tres Seaver2014-03-101-2/+6
* | Merge from master.Tres Seaver2014-03-101-10/+29
|\ \ | |/
| * Add a change note, fix test so it passes on Python versions withoutChris McDonough2013-11-211-1/+5
| * Merge branch 'master' of github.com:domruf/waitress into domruf-masterChris McDonough2013-11-211-1/+1
| |\
| | * only sort the headers by key not by valuedomruf2013-09-191-1/+1
| * | - When the ``url_prefix`` adjustment starts with more than one slash, allChris McDonough2013-11-211-9/+24
| |/
* | 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/+2
* | Override 'wdgi.url_scheme' via a request header, 'X_WSGI_URL_SCHEME'.Tres Seaver2013-09-031-2/+4
|/
* #4, on InternalServerError and HTTP 1.1 take care of the connection: close he...Adam Groszer2013-08-151-1/+8
* Fix: CONNECTION header will be HTTP_CONNECTION and not CONNECTION_TYPEAdam Groszer2013-08-151-2/+1
* add a url_prefix adjustment that behaves much like paste prefixmiddleware (to...Chris McDonough2013-08-121-3/+7
* Nits.Keith Gaughan2013-06-041-1/+1
* Season to taste.Tres Seaver2013-05-231-4/+2
* autopep8 runthrough and janitorial changes.Keith Gaughan2013-05-231-18/+21
* Removed a warning that was displayed for HEAD requests.Georges Dubus2012-11-241-5/+6
* get rid of a getattrChris McDonough2012-01-191-1/+1
* using -1 as a sentinel was a bad ideaChris McDonough2012-01-171-9/+6
* gardenMichael Merickel2012-01-161-1/+1
* - Make sure when content-length header is set that file_wrapper serves noChris McDonough2012-01-161-4/+14
* Support the WSGI ``wsgi.file_wrapper`` protocol as perChris McDonough2012-01-161-2/+13
* - Fix PATH_INFO encoding/decoding on Python 3 (as per PEP 333, tunnelChris McDonough2012-01-031-1/+1
* FeaturesChris McDonough2012-01-021-6/+5
* Bug FixesChris McDonough2011-12-311-53/+62
* fix exception reportingChris McDonough2011-12-301-1/+1
* handle only one task at a time on channel to fix pipelineing issuesChris McDonough2011-12-291-23/+14
* unhoseChris McDonough2011-12-291-4/+12
* total coverageChris McDonough2011-12-281-4/+4
* add trigger testsChris McDonough2011-12-281-1/+4
* ensure headers and body cannot exceed a max sizeChris McDonough2011-12-281-131/+139
* garden docs, move logging_dispatcher to utilitiesChris McDonough2011-12-271-1/+0
* speed tweaksChris McDonough2011-12-271-11/+12
* renames, effective_host/effective_port, dont relog in taskChris McDonough2011-12-271-9/+10
* pep 8Chris McDonough2011-12-261-3/+3
* expose all adjustments to serve()Chris McDonough2011-12-261-3/+3
* channel.write no longer accept non-byte-sequences.Chris McDonough2011-12-261-3/+1
* dont tostr header vals, capitalize header vals in build_response_headerChris McDonough2011-12-261-8/+11
* use start_response_called rather than wrote_headers as a latchChris McDonough2011-12-261-4/+4
* add functional tests for write callback and behavior when no content length h...Chris McDonough2011-12-261-20/+24
* get more specific about testing bad content lengthsChris McDonough2011-12-261-1/+3
* provide a real write callable, warn when cl exceeds or shorts specified, anti...Chris McDonough2011-12-261-37/+46
* pep8Chris McDonough2011-12-261-16/+18