summaryrefslogtreecommitdiff
path: root/cherrypy/process/plugins.py
Commit message (Expand)AuthorAgeFilesLines
...
* #1023 on Jython automatically sets the SIGINT signal so that it exits the busSylvain Hellegouarch2010-09-271-0/+6
* #947 on Jython, we attach the bus graceful operation to SIGUSR2 since SIGUSR1...Sylvain Hellegouarch2010-09-271-2/+8
* Docs: Big cleanup of deployguide.Robert Brewer2010-06-061-9/+29
* Even more doc work.Robert Brewer2010-06-051-12/+47
* Fix for #1012 (process/plugins.py:PerpetualTimer wakes up CPU 20 times per se...Robert Brewer2010-06-051-7/+58
* Doc work on cherrypy.process.Robert Brewer2010-05-081-1/+5
* If you're going to send to new listeners, you'd better add them to the bus so...Joseph Tate2010-03-081-1/+3
* Using the public thread.get_ident API call to retrieve the ID of a thread so ...Sylvain Hellegouarch2009-08-041-1/+2
* trunk - unbuffering the stderr for the daemonizer pluginLakin Wecker2009-06-151-1/+1
* Trap and log exceptions in PerpetualTimer Monitor threads.Robert Brewer2009-06-141-4/+12
* trunk: A bunch more alignments between trunk and python3 syntax.Robert Brewer2009-06-021-3/+3
* Fix for ticket #917, Autoreload gets confused if app performs an os.chdir()visteya2009-05-161-0/+21
* Fixing a buglet when autoreloading zipimports.Robert Brewer2009-05-021-5/+5
* Breaking out Autoreloader.sysfiles for easier inspectionRobert Brewer2009-04-171-6/+9
* Bumped up the priority of DropPrivileges.start to support the most common use...Robert Brewer2008-08-151-1/+4
* Fix to buglet in DropPrivileges.Robert Brewer2008-08-151-2/+2
* Doc tweaks.Robert Brewer2008-07-031-0/+2
* SignalHandler.unsubscribe now warns if our handler is not returned. See #826.Robert Brewer2008-06-301-2/+6
* Fixed sig handler unsubscribe test for Unix, plus an odd race condition in au...Robert Brewer2008-06-291-5/+6
* Test and fix for #826 (SignalHandler needs an unsubscribe). Need nix testing.Robert Brewer2008-06-291-3/+21
* Fix for #828 (CherryPy should exit on SIGHUP if not daemonized). The tests ne...Robert Brewer2008-06-291-2/+10
* Moved all bus plugins onto the engine object itself, and fixed a couple bus d...Robert Brewer2008-06-241-2/+2
* Audit of logging:Robert Brewer2008-04-051-6/+9
* Renamed restsrv -> process in all referrers.Robert Brewer2008-03-161-1/+1
* Renamed restsrv -> process. Boring but practical.Robert Brewer2008-03-161-0/+490