summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prep for 0.8.20.8.2Chris McDonough2012-11-143-4/+6
* add py33Chris McDonough2012-11-141-1/+1
* gardenChris McDonough2012-11-141-0/+4
* 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-252-2/+2
* Cosmetics.Damien Baty2012-10-251-4/+3
* Wait for all data to be sent before returning it.Damien Baty2012-10-251-1/+9
* gardenChris McDonough2012-09-281-0/+10
* Merge branch 'fix.pathoc'Chris McDonough2012-09-283-11/+55
|\
| * 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
* | use new-style tox ini with setup.py devChris McDonough2012-09-281-6/+2
|/
* add setup.py dev and setup.py docsChris McDonough2012-07-062-0/+17
* get heading right0.8.1Chris McDonough2012-02-131-1/+1
* prep for 0.8.1Chris McDonough2012-02-133-4/+4
* 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
* typoChris McDonough2012-02-131-1/+1
* reference damien's issueChris McDonough2012-02-131-1/+2
* - A brown-bag bug prevented request concurrency. A slow request would blockChris McDonough2012-02-135-6/+85
* prep for 0.80.8Chris McDonough2012-01-313-4/+4
* get rid of a getattrChris McDonough2012-01-191-1/+1
* enumerate difficulties in capturing request end timesChris McDonough2012-01-191-0/+85
* mention threadsChris McDonough2012-01-191-0/+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
* have ReadOnlyFileBasedBuffer return self from __iter__ so .close has a chance...Chris McDonough2012-01-161-1/+9
* - Make sure when content-length header is set that file_wrapper serves noChris McDonough2012-01-167-14/+207
* dont fail if we cant close hereChris McDonough2012-01-162-2/+21
* remove untrue statementChris McDonough2012-01-161-2/+0
* Support the WSGI ``wsgi.file_wrapper`` protocol as perChris McDonough2012-01-1617-58/+680
* prep for 0.70.7Chris McDonough2012-01-113-4/+4
* commentChris McDonough2012-01-111-1/+1
* adjust defaultChris McDonough2012-01-091-1/+1
* - Default ``send_bytes`` value is now 18000 instead of 9000. The largerChris McDonough2012-01-095-3/+42
* prep for 0.6.10.6.1Chris McDonough2012-01-083-4/+4
* - Remove performance-sapping call to ``pull_trigger`` in the channel'sChris McDonough2012-01-072-1/+12
* remove stray header0.6Chris McDonough2012-01-071-3/+0
* prep for 0.6Chris McDonough2012-01-073-4/+4
* remove debug loggingChris McDonough2012-01-071-1/+1
* - A logic error prevented the internal outbuf buffer of a channel from beingChris McDonough2012-01-074-6/+38
* fix typoChris McDonough2012-01-031-1/+1
* prep for 0.50.5Chris McDonough2012-01-033-4/+4
* - Fix PATH_INFO encoding/decoding on Python 3 (as per PEP 333, tunnelChris McDonough2012-01-039-124/+177