summaryrefslogtreecommitdiff
path: root/waitress
Commit message (Expand)AuthorAgeFilesLines
* Documentation for waitress-serve and typo fix.Keith Gaughan2013-05-251-1/+1
* Python 2.6 support.Keith Gaughan2013-05-242-8/+14
* Python 3 compatibility fixes.Keith Gaughan2013-05-242-12/+15
* Command line runner.Keith Gaughan2013-05-233-0/+332
* Command line argument parsing.Keith Gaughan2013-05-232-0/+83
* Make the parameter list data.Keith Gaughan2013-05-231-57/+46
* Resolve conflicts.Tres Seaver2013-05-232-41/+56
|\
| * Generalise multiprocess test execution.Keith Gaughan2013-05-182-38/+53
* | Season to taste.Tres Seaver2013-05-233-11/+11
* | autopep8 runthrough and janitorial changes.Keith Gaughan2013-05-2332-392/+475
|/
* Coverage.Tres Seaver2013-05-161-2/+2
* Allow parallel testing (e.g., under 'detox').Tres Seaver2013-05-161-2/+19
* proposed fix for issue #22Marcin Kuzminski2013-05-151-3/+3
* added test for buffer that are bigger than max int. That causes waitressMarcin Kuzminski2013-05-151-0/+12
* more hiding of unix socket tests under windowsChris McDonough2013-05-111-36/+42
* hide unix tests on windowsChris McDonough2013-05-111-21/+39
* hail maryChris McDonough2013-05-111-1/+5
* fix on py3Chris McDonough2013-05-114-4/+4
* Unix domain socket support.Keith Gaughan2013-05-125-31/+177
* Arguments for Unix sockets.Keith Gaughan2013-05-122-1/+14
* Separate TCP socket behaviour from WSGIServer.Keith Gaughan2013-05-121-12/+46
* Replace generated test classes with explicit declarations.Keith Gaughan2013-05-111-22/+26
* Reorganize the functional test hierarchy.Keith Gaughan2013-05-111-24/+33
* Prevent asyncore from throttling self.addr on us.Keith Gaughan2013-05-111-1/+3
* Have DummySocket behave more like a real socket.Keith Gaughan2013-05-111-2/+4
* Generate socket type specific tests from suite.Keith Gaughan2013-05-111-12/+35
* Separate out any TCP-specific functional test code.Keith Gaughan2013-05-111-62/+73
* Remove duplication between fixture applications.Keith Gaughan2013-05-119-78/+38
* - Fix bug in HTTP Expect/Continue support. SeeChris McDonough2013-01-102-4/+21
* - Add an ``asyncore_loop_timeout`` adjustment value, which controls theChris McDonough2013-01-104-3/+12
* Removed a warning that was displayed for HEAD requests.Georges Dubus2012-11-242-5/+18
* Fixed some assertions that were not wrong, but quite missleading.Georges Dubus2012-11-241-3/+3
* Allow ident to be overridden via adjustment (closes #5)Chris McDonough2012-11-142-1/+4
* bump wait for test server, use nosetests during toxChris McDonough2012-10-251-1/+1
* Cosmetics.Damien Baty2012-10-251-4/+3
* Wait for all data to be sent before returning it.Damien Baty2012-10-251-1/+9
* fix for py3Chris McDonough2012-09-281-1/+1
* Return a 400 error instead of a 500 error when pathological input case report...Chris McDonough2012-09-283-11/+55
* remove linefeeds (another windows hailmary)Chris McDonough2012-02-132-2/+2
* clean up a littleChris McDonough2012-02-131-8/+12
* another hail mary windows fixChris McDonough2012-02-131-1/+2
* hail mary to make pass on windowsChris McDonough2012-02-131-2/+3
* - A brown-bag bug prevented request concurrency. A slow request would blockChris McDonough2012-02-134-6/+72
* get rid of a getattrChris McDonough2012-01-191-1/+1
* gardenChris McDonough2012-01-181-2/+3
* using -1 as a sentinel was a bad ideaChris McDonough2012-01-172-10/+7
* Merge branch 'master' of github.com:Pylons/waitressChris McDonough2012-01-171-1/+1
|\
| * gardenMichael Merickel2012-01-161-1/+1
* | close this resourceChris McDonough2012-01-171-0/+1
|/
* minor performance tweaksChris McDonough2012-01-161-3/+6