| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Handle a host:port configuration | ianb | 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 |
