summaryrefslogtreecommitdiff
path: root/cherrypy/process/plugins.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all filesJason R. Coombs2016-09-101-740/+0
* Add additional validation to determine if the process is running as a daemon ...Joel Rivera2016-03-101-4/+27
* Simply get set from builtinsJason R. Coombs2015-12-191-2/+2
* Merge with cherrypy-3.2.x (3.2.5)Jason R. Coombs2014-02-231-28/+55
|\
| * More PEP8 work.Gustavo Picon2014-01-121-14/+24
| * Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-13/+30
| * Add an ending new line to the pid file of the PIDFile plugin,Joel Rivera2013-09-111-1/+1
| * Fix a bunch of links in the documentaton.Joel Rivera2013-03-191-1/+1
| * Remove changes I would have expected to have been removed in the merge.Jason R. Coombs2012-12-121-5/+1
| * Merge with 3.2.xJason R. Coombs2012-12-121-5/+5
| |\
| * | Fixes for python2Rene Peinthor2012-12-121-1/+4
| * | Python3.3 doesn't use setdaemon for initializing the daemon var anymoreRene Peinthor2012-12-111-4/+5
| * | Updated doc string in DropPrivileges class to reflect the new URL for the art...Chris Beelby2012-11-211-1/+1
* | | Iterate over copy of sys.modules.items() to avoid RuntimeError in AutoReloade...Jason R. Coombs2014-02-181-1/+1
| |/ |/|
* | Fix syntax for Python 2.3Jason R. Coombs2012-12-121-2/+1
* | Extract Thread.daemon property compatibility into _cpcompat. Now BackgroundTa...Jason R. Coombs2012-12-121-10/+7
* | Fixes for python2Rene Peinthor2012-12-121-1/+4
* | Python3.3 doesn't use setdaemon for initializing the daemon var anymoreRene Peinthor2012-12-111-4/+5
|/
* Override constructor in Perpetual to allow 'bus' parameter to be given.Jason R. Coombs2012-11-071-3/+10
* Timer class was renamed from _Timer to Timer in Python 3.3. This change adds ...Jason R. Coombs2012-10-071-2/+2
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-89/+89
* Fix for #1070 (BackgroundTask refers to un-set "bus" member)Robert Brewer2011-07-041-5/+7
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+681
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-681/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-19/+13
* Fix for #1041 (Possible Security Issue: DropPrivileges Plugin Doesn't Remove ...Robert Brewer2011-02-211-0/+1
* #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