| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | o the _auto_ssl_context cert serial number must be an int not a long | pjenvey | 2006-12-20 | 1 | -6/+10 | |
| | | | | | | o show the correct protocol in serve's advertised URL o allow serve's daemon_threads option with WSGIThreadPoolServer | |||||
| * | Don't confuse people with inaccurate message | Ian Bicking | 2006-12-20 | 1 | -2/+3 | |
| | | ||||||
| * | Add atexit import | Ian Bicking | 2006-12-18 | 1 | -1/+2 | |
| | | ||||||
| * | Apply #146, avoid orphaned threadpool, from jek | Ian Bicking | 2006-12-18 | 1 | -6/+12 | |
| | | ||||||
| * | Apply #145, put http:// before URLs when starting server | Ian Bicking | 2006-12-18 | 1 | -1/+4 | |
| | | ||||||
| * | Security fix for StaticURLParser, plus unquote SCRIPT_NAME and PATH_INFO, ↵ | Ian Bicking | 2006-12-18 | 1 | -1/+4 | |
| | | | | | plus don't double-unquote in StaticURLParser | |||||
| * | allow ssl_context and auto-generated certs, from Jason Kirtland; closes #143 | Ian Bicking | 2006-12-14 | 1 | -9/+45 | |
| | | ||||||
| * | fixed ThreadPoolMixIn.server_close to shutdown its thread pool | pjenvey | 2006-12-13 | 1 | -0/+1 | |
| | | | | | | fixed #140 (thanks jek) | |||||
| * | Change CONTENT_LENGTH's default to '0', not '' | Ian Bicking | 2006-11-27 | 1 | -1/+1 | |
| | | ||||||
| * | fixed openid failures not returning a correct response | pjenvey | 2006-11-22 | 1 | -1/+1 | |
| | | | | | submitted by: Christopher Baus | |||||
| * | more whitespace changes | Ian Bicking | 2006-10-20 | 1 | -4/+4 | |
| | | ||||||
| * | Purely whitespace changes, suggested by pylint | Ian Bicking | 2006-10-20 | 1 | -21/+21 | |
| | | ||||||
| * | Add docstring for all the entry points | Ian Bicking | 2006-10-20 | 1 | -4/+2 | |
| | | ||||||
| * | Paste should not depend upon other paste modules, such | cce | 2006-09-21 | 1 | -1/+1 | |
| | | | | | | | | | | as Deploy. This patch moves 'converters' into paste.util since it was being used within paste proper. I'll leave it to those who know Deploy to update that. - copied converters.py from paste.deploy to paste.util - updated files that use paste.deploy.converters | |||||
| * | Removed Paste Deploy dependencies in many places | Ian Bicking | 2006-08-19 | 1 | -1/+1 | |
| | | ||||||
| * | added WSGIThreadPoolServer. Provides much better performance than | pjenvey | 2006-07-19 | 1 | -9/+146 | |
| | | | | | | | | | WSGIServer. paste.httpserver.serve now uses the thread pooled server by default. Users can set the number of worker threads (defaults to 10) or switch back to the normal WSGIServer with config file toggles. submitted by: james@jamestaylor.org (Thanks!) resolves: #112 | |||||
| * | Added copyright header to a bunch of files | Ian Bicking | 2006-06-13 | 1 | -0/+2 | |
| | | ||||||
| * | Change wsgi.run_once to false | Ian Bicking | 2006-05-24 | 1 | -1/+1 | |
| | | ||||||
| * | Accidentally left a debugging print statement in | bbangert | 2006-05-12 | 1 | -1/+0 | |
| | | ||||||
| * | Paste HTTP Server was destroy duplicate HTTP headers rather than properly ↵ | bbangert | 2006-05-12 | 1 | -5/+6 | |
| | | | | | combining them according to http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2 | |||||
| * | Handle a host:port configuration | Ian Bicking | 2006-03-30 | 1 | -1/+7 | |
| | | ||||||
| * | moving 'serving on...' inside start_loop as suggested by mitsuhiko on irc | cce | 2006-03-20 | 1 | -1/+1 | |
| | | ||||||
| * | - remove default transaction logging feature since this can | cce | 2006-03-08 | 1 | -0/+16 | |
| | | | | | | cause DNS timeout issues for some users who do not have their network configured correctly | |||||
| * | There are class of unavoidable socket errors that occur when | cce | 2006-03-05 | 1 | -16/+18 | |
| | | | | | | | users click STOP or close their browsers during a SSL connection; unfortunately pyOpenSSL didn't subclass socket.error for these classes -- so we put in a work-around. | |||||
| * | - misspelled daemon ;( | cce | 2006-01-11 | 1 | -3/+3 | |
| | | ||||||
| * | - default server_version was in wrong spot ;) | cce | 2006-01-11 | 1 | -2/+1 | |
| | | ||||||
| * | - updated httpserver to have better documentation for serve() | cce | 2006-01-11 | 1 | -38/+112 | |
| | | | | | | | | | | | | | - added socket_timeout option - added deamon_threads option - the port option to serve() can now be a string - now catching and re-routing most socket errors (which are routine) - converted reload.py to use a deamon thread - added comment why os._exit is used - removed raise_keyboard_interrupt option (this might need to be re-added later, just not sure what it does) | |||||
| * | - put where deamon_threads option should be (but commented out) | cce | 2006-01-11 | 1 | -0/+1 | |
| | | ||||||
| * | always send response even if there isn't a body (dumb mistake) | cce | 2006-01-11 | 1 | -0/+2 | |
| | | ||||||
| * | moving httpserver from util sub-package up a level | cce | 2006-01-09 | 1 | -0/+373 | |
