summaryrefslogtreecommitdiff
path: root/paste/util/httpserver.py
Commit message (Expand)AuthorAgeFilesLines
* moving httpserver from util sub-package up a levelcce2006-01-091-373/+0
* Added a little argument to profile.profile_decorator, to allow conditional pr...ianb2006-01-071-0/+15
* (no commit message)cce2005-12-301-1/+1
* - added option to not start the server loop to httpserver.servecce2005-12-301-6/+7
* - forgot to remove debugging infocce2005-12-291-1/+4
* - added Range: functionality to FileAppcce2005-12-251-6/+10
* - got rid of unnecessary trailing spaces in httpexceptionscce2005-12-231-2/+60
* - removed unnecessary spaces in several filescce2005-12-221-1/+2
* - simply punt socket errors; don't even log themcce2005-12-191-4/+6
* removing unnecessary paste.exception stuff from httpservercce2005-12-191-9/+1
* A bunch of little import cleanups noted from pyflakesianb2005-12-181-2/+3
* - removed super() usage in httpserver and just copied the codecce2005-12-171-1/+2
* added stuff for HTTP/1.1 compliance to httpservercce2005-12-151-0/+16
* removing extra spacescce2005-12-151-16/+16
* removing unnecessary error loggingcce2005-12-151-1/+5
* expose protocol_version on serve() functioncce2005-12-151-3/+7
* moving things around in httpserver, inconsequentialcce2005-12-151-8/+10
* updated to use repr() when reporting unhandled exceptions; made it possible t...cce2005-12-151-6/+19
* (no commit message)cce2005-12-141-1/+0
* Adding SSL functionality to util.httpservercce2005-12-141-9/+99
* - renamed util/baseserver.py to util/httpserver.pycce2005-12-141-0/+167