summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Add a change note, fix test so it passes on Python versions withoutChris McDonough2013-11-213-3/+10
* | Merge branch 'master' of github.com:domruf/waitress into domruf-masterChris McDonough2013-11-212-1/+11
|\ \
| * | add test_preserve_header_value_orderdomruf2013-09-201-0/+10
| * | 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-215-14/+65
* | | restore py3 compat, coverageChris McDonough2013-11-213-11/+15
* | | - Fix some cases where the creation of extremely large output buffers (greaterChris McDonough2013-11-215-6/+95
* | | Merge pull request #45 from atorkhov/patch-1Chris McDonough2013-10-301-1/+1
|\ \ \ | |/ / |/| |
| * | Fix typo in runner.rst.Alexey Torkhov2013-10-301-1/+1
|/ /
| * Typo.Tres Seaver2013-09-071-1/+1
| * Switch to using the quasi-standard 'X_FOWRARDED_PROTO' header.Tres Seaver2013-09-036-11/+11
| * Enforce that 'X_WSGI_URL_SCHEME' must be one of 'http' or 'https'.Tres Seaver2013-09-032-0/+16
| * SpelingTres Seaver2013-09-031-1/+1
| * Override 'wdgi.url_scheme' via a request header, 'X_WSGI_URL_SCHEME'.Tres Seaver2013-09-036-5/+82
|/
* prep for 0.8.70.8.7Chris McDonough2013-08-293-4/+4
* fix py32 tests (no u'')Adam Groszer2013-08-151-9/+9
* #4, on InternalServerError and HTTP 1.1 take care of the connection: close he...Adam Groszer2013-08-154-5/+117
* #13, add some comments on why we return HTTP 1.0 disregarding HTTP 1.1 reques...Adam Groszer2013-08-151-0/+4
* sign contributor agreementAdam Groszer2013-08-151-0/+2
* Fix: CONNECTION header will be HTTP_CONNECTION and not CONNECTION_TYPEAdam Groszer2013-08-153-5/+17
* half-fix for #4; make the http version of the response match the http version...Chris McDonough2013-08-153-4/+43
* prep for 0.8.60.8.6Chris McDonough2013-08-123-5/+5
* add url_prefix docsChris McDonough2013-08-122-1/+22
* fix merge conflictsChris McDonough2013-08-126-1/+48
|\
| * Merge pull request #40 from csingley/patch-1Chris McDonough2013-08-071-1/+16
| |\
| | * Update index.rstcsingley2013-08-081-1/+16
| |/
| * Add myself to CONTRIBUTORSJamie Matthews2013-06-191-0/+2
| * Note #39 in the documentation and fix changelog nit.Keith Gaughan2013-06-192-1/+7
| * Have test_cwd_added_to_path roll back cleanly on failure.Keith Gaughan2013-06-191-8/+14
| * Update CHANGESJamie Matthews2013-06-191-0/+3
| * Add test for adding cwd to sys.path in runnerJamie Matthews2013-06-191-0/+11
| * Use os.getcwd instead of os.curdir to set directory in runnerJamie Matthews2013-06-191-1/+1
| * Ensure current directory is added to sys.path in runner. Fixes #37Jamie Matthews2013-06-141-0/+4
* | add a url_prefix adjustment that behaves much like paste prefixmiddleware (to...Chris McDonough2013-08-1211-7/+69
|/
* Merge pull request #38 from kgaughan/nitsTres Seaver2013-06-033-5/+5
|\
| * Nits.Keith Gaughan2013-06-043-5/+5
|/
* Merge pull request #36 from marcinkuzminski/masterTres Seaver2013-05-287-3/+26
|\
| * Added docs and new flag into runnerMarcin Kuzminski2013-05-282-0/+9
| * Updated docs with new use_poll flagMarcin Kuzminski2013-05-281-0/+7
| * Added use_poll into adjustment testsMarcin Kuzminski2013-05-281-1/+3
| * Added new option to use poll instead of select in asyncore.loop callMarcin Kuzminski2013-05-282-1/+6
| * Use the same parameters of dummy asyncore like inMarcin Kuzminski2013-05-281-1/+1
|/
* add changelog noteChris McDonough2013-05-271-0/+9
* Switch fixture spawning to use multiprocessing.Keith Gaughan2013-05-2811-141/+93
* Hide Unix socket support better when unsupported.Keith Gaughan2013-05-283-50/+47
* prep for 0.8.50.8.5Chris McDonough2013-05-273-4/+4
* add changelog entryChris McDonough2013-05-271-0/+3
* Merge branch 'unicode-imports' of github.com:kgaughan/waitress into kgaughan-...Chris McDonough2013-05-271-2/+13
|\
| * Fix multisegment imports in some Python 2 revisions.Keith Gaughan2013-05-271-2/+13
* | Pre-0.8.4 compatibility.Keith Gaughan2013-05-264-20/+40
|/