Global replace of Nicira Networks.
[sliver-openvswitch.git] / python / ovs / daemon.py
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2011-11-28 Ben Pfaffdaemon: Better log when fork child dies early from...
2011-09-29 Ben Pfaffovs.daemon: Fix bug introduced by "pychecker" warning...
2011-09-29 Ben Pfaffovs.daemon: Fix semantics of --pidfile option.
2011-09-27 Ethan Jacksonpython: Upgrade to vlog.
2011-09-27 Ethan Jacksonpython: Upgrade daemon module to argparse.
2011-09-17 Ethan Jacksondaemon.py: Silence return warning.
2011-09-17 Ethan Jacksondaemon.py: Don't shadow built-in 'file' variable.
2011-09-16 Ethan Jacksondaemon.py: Whitespace cleanup.
2011-08-25 Ben Pfaffovs.daemon: Add missing format string argument.
2011-08-25 Ben Pfaffovs.daemon: Fix name of EALREADY error.
2011-08-25 Ben Pfaffovs.daemon: Add missing 'global' when setting _pidfile_...
2011-08-24 Ben Pfaffdaemon: Stylistic improvement for __read_pidfile in...
2011-08-24 Ben Pfaffdaemon: Correct comment in Python implementation.
2011-08-24 Ben Pfaffpython: Use getattr() and setattr() instead of __dict__.
2011-04-04 Ben Pfaffdaemon: Avoid races on pidfile creation.
2011-04-04 Ben Pfaffdaemon: Integrate checking for an existing pidfile...
2011-04-04 Ben Pfaffdaemon: Tolerate EINTR in fork_and_wait_for_startup().
2011-03-29 Ben Pfaffdaemon: Avoid redundant code in already_running().
2011-03-29 Ben Pfaffdaemon: Write "already running" message to log also.
2010-09-23 Ethan Jacksonxenserver: monitor-external-ids should run with --monitor
2010-09-23 Ben Pfaffdaemon: Fix behavior of read_pidfile() for our own...
2010-08-25 Ben PfaffImplement initial Python bindings for Open vSwitch...