summaryrefslogtreecommitdiff
path: root/python/ovs/daemon.py
Commit message (Expand)AuthorAgeFilesLines
* python: Start fixing some Python 3 issues.Terry Wilson2016-01-121-15/+16
* python: Resolve some indentation warnings.Russell Bryant2016-01-051-1/+1
* python: Fix several pep8 whitespace errors.Russell Bryant2016-01-051-2/+0
* daemon: Cleanup some functions.Gurucharan Shetty2014-01-241-11/+0
* daemon: Start monitor process, not daemon process, in new session.Ben Pfaff2012-12-131-2/+3
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* daemon: Better log when fork child dies early from signals.Ben Pfaff2011-11-281-6/+12
* ovs.daemon: Fix bug introduced by "pychecker" warning fixes.Ben Pfaff2011-09-291-1/+1
* ovs.daemon: Fix semantics of --pidfile option.Ben Pfaff2011-09-291-1/+1
* python: Upgrade to vlog.Ethan Jackson2011-09-271-15/+17
* python: Upgrade daemon module to argparse.Ethan Jackson2011-09-271-17/+34
* daemon.py: Silence return warning.Ethan Jackson2011-09-161-3/+5
* daemon.py: Don't shadow built-in 'file' variable.Ethan Jackson2011-09-161-12/+12
* daemon.py: Whitespace cleanup.Ethan Jackson2011-09-161-5/+29
* ovs.daemon: Add missing format string argument.Ben Pfaff2011-08-251-1/+1
* ovs.daemon: Fix name of EALREADY error.Ben Pfaff2011-08-251-1/+1
* ovs.daemon: Add missing 'global' when setting _pidfile_dev, _pidfile_ino.Ben Pfaff2011-08-251-0/+2
* daemon: Stylistic improvement for __read_pidfile in Python implementation.Ben Pfaff2011-08-241-4/+4
* daemon: Correct comment in Python implementation.Ben Pfaff2011-08-241-2/+1
* python: Use getattr() and setattr() instead of __dict__.Ben Pfaff2011-08-241-2/+1
* daemon: Avoid races on pidfile creation.Ben Pfaff2011-04-041-76/+107
* daemon: Integrate checking for an existing pidfile into daemonize_start().Ben Pfaff2011-04-041-4/+5
* daemon: Tolerate EINTR in fork_and_wait_for_startup().Ben Pfaff2011-04-041-4/+9
* daemon: Avoid redundant code in already_running().Ben Pfaff2011-03-291-30/+18
* daemon: Write "already running" message to log also.Ben Pfaff2011-03-291-2/+4
* xenserver: monitor-external-ids should run with --monitorEthan Jackson2010-09-221-0/+7
* daemon: Fix behavior of read_pidfile() for our own pidfile.Ben Pfaff2010-09-231-1/+22
* Implement initial Python bindings for Open vSwitch database.Ben Pfaff2010-08-251-0/+431