summaryrefslogtreecommitdiff
path: root/paste/httpserver.py
Commit message (Expand)AuthorAgeFilesLines
* Removed Paste Deploy dependencies in many placesianb2006-08-191-1/+1
* added WSGIThreadPoolServer. Provides much better performance thanpjenvey2006-07-191-9/+146
* Added copyright header to a bunch of filesianb2006-06-131-0/+2
* Change wsgi.run_once to falseianb2006-05-241-1/+1
* Accidentally left a debugging print statement inbbangert2006-05-121-1/+0
* Paste HTTP Server was destroy duplicate HTTP headers rather than properly com...bbangert2006-05-121-5/+6
* Handle a host:port configurationianb2006-03-301-1/+7
* moving 'serving on...' inside start_loop as suggested by mitsuhiko on irccce2006-03-201-1/+1
* - remove default transaction logging feature since this cancce2006-03-081-0/+16
* There are class of unavoidable socket errors that occur whencce2006-03-051-16/+18
* - misspelled daemon ;(cce2006-01-111-3/+3
* - default server_version was in wrong spot ;)cce2006-01-111-2/+1
* - updated httpserver to have better documentation for serve()cce2006-01-111-38/+112
* - put where deamon_threads option should be (but commented out)cce2006-01-111-0/+1
* always send response even if there isn't a body (dumb mistake)cce2006-01-111-0/+2
* moving httpserver from util sub-package up a levelcce2006-01-091-0/+373