|
|
07/24/08 11:37:05 |
@2027
|
[2027]
|
fumanchu |
Avoid infinite loop when errors occur during publish('log'). |
|
|
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 … |
|
|
07/03/08 00:51:43 |
@2012
|
[2012]
|
fumanchu |
Doc tweaks. |
|
|
06/30/08 14:11:18 |
@2006
|
[2006]
|
fumanchu |
SignalHandler?.unsubscribe now warns if our handler is not returned. See … |
|
|
06/29/08 13:20:51 |
@1999
|
[1999]
|
fumanchu |
Fixed sig handler unsubscribe test for Unix, plus an odd race condition in … |
|
|
06/29/08 09:57:36 |
@1998
|
[1998]
|
fumanchu |
Test and fix for #826 (SignalHandler? needs an unsubscribe). Need nix … |
|
|
06/29/08 01:31:48 |
@1996
|
[1996]
|
fumanchu |
Fix for #828 (CherryPy should exit on SIGHUP if not daemonized). The tests … |
|
|
06/24/08 00:18:26 |
@1989
|
[1989]
|
fumanchu |
Moved all bus plugins onto the engine object itself, and fixed a couple … |
|
|
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:29:06 |
@1926
|
[1926]
|
fumanchu |
Renamed restsrv -> process in all referrers. |
|
|
03/16/08 17:17:35 |
@1925
|
[1925]
|
fumanchu |
Renamed restsrv -> process. Boring but practical. |
|
copied from trunk/cherrypy/restsrv:
|
|
|
03/14/08 10:10:37 |
@1916
|
[1916]
|
fumanchu |
Fix suggested by Andrew Stromnov to let psyco play nice with CherryPy 3.1. |