summaryrefslogtreecommitdiff
path: root/waitress/tests/fixtureapps
Commit message (Expand)AuthorAgeFilesLines
* fix tests under windowsChris McDonough2014-05-161-4/+7
* Switch fixture spawning to use multiprocessing.Keith Gaughan2013-05-288-43/+11
* Command line runner.Keith Gaughan2013-05-231-0/+5
* autopep8 runthrough and janitorial changes.Keith Gaughan2013-05-238-27/+33
* Remove duplication between fixture applications.Keith Gaughan2013-05-118-78/+17
* remove linefeeds (another windows hailmary)Chris McDonough2012-02-131-1/+1
* another hail mary windows fixChris McDonough2012-02-131-1/+2
* - A brown-bag bug prevented request concurrency. A slow request would blockChris McDonough2012-02-132-0/+40
* - Make sure when content-length header is set that file_wrapper serves noChris McDonough2012-01-161-5/+27
* Support the WSGI ``wsgi.file_wrapper`` protocol as perChris McDonough2012-01-162-0/+52
* Bug FixesChris McDonough2011-12-315-9/+54
* add forgotten error.pyChris McDonough2011-12-301-0/+33
* ensure headers and body cannot exceed a max sizeChris McDonough2011-12-281-0/+14
* get rid of meaningless verbose adjustmentChris McDonough2011-12-274-4/+5
* add functional tests for write callback and behavior when no content length h...Chris McDonough2011-12-263-1/+34
* get more specific about testing bad content lengthsChris McDonough2011-12-261-4/+4
* provide a real write callable, warn when cl exceeds or shorts specified, anti...Chris McDonough2011-12-261-0/+17
* add functional tests, fix crap under py3, rejigger task to not be so brokenChris McDonough2011-12-232-0/+17