summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Appease IDEs that want to monkeypatch the thread module by changing afix.idemonkeysChris McDonough2012-07-063-14/+32
* 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
* prep for 0.40.4Chris McDonough2012-01-023-4/+4
* add convenience rebuild scriptChris McDonough2012-01-021-0/+2
* gardenChris McDonough2012-01-021-0/+4
* gardenChris McDonough2012-01-021-0/+5
* add design documentChris McDonough2012-01-023-0/+60
* - Channel timeout cleanup was broken.Chris McDonough2012-01-023-2/+17
* gardenChris McDonough2012-01-021-1/+1
* gardenChris McDonough2012-01-021-0/+1
* - Set default ``connection_limit`` back to 100 for benefit of maximalChris McDonough2012-01-026-29/+79
* prep for 0.30.3Chris McDonough2012-01-023-4/+4
* FeaturesChris McDonough2012-01-0211-370/+425