|
|
07/23/08 08:12:55 |
@2024
|
[2024]
|
georgem |
Pass *self.args, **self.kwargs to WSGIServer instead of *args,
**kwargs. |
|
|
07/22/08 23:42:18 |
@2023
|
[2023]
|
fumanchu |
Delay flup server init since it starts threads right away. |
|
|
07/22/08 11:16:58 |
@2022
|
[2022]
|
georgem |
Override _installSignalHandlers for flup servers so they don't try to … |
|
|
06/04/08 00:11:33 |
@1974
|
[1974]
|
fumanchu |
Buried a couple socket, threading module imports for easier Google App … |
|
|
04/26/08 19:31:35 |
@1953
|
[1953]
|
fumanchu |
Fix for #757 (Reduce socket timeout for wait_for_free_port to speed up … |
|
|
04/05/08 15:04:56 |
@1938
|
[1938]
|
fumanchu |
Audit of logging:
1. cherrypy.log now defaults to INFO. … |
|
|
03/18/08 12:47:35 |
@1930
|
[1930]
|
fumanchu |
Working cherryd daemon script. New FlupFCGIServer wrapper in servers.py. … |
|
|
03/16/08 17:17:35 |
@1925
|
[1925]
|
fumanchu |
Renamed restsrv -> process. Boring but practical. |
|
copied from trunk/cherrypy/restsrv/servers.py:
|
|
|
11/13/07 20:08:22 |
@1830
|
[1830]
|
fumanchu |
Fix for #751 (logging: Python file objects are not thread-safe). Whew. … |