summaryrefslogtreecommitdiff
path: root/lib/daemon-windows.c
Commit message (Expand)AuthorAgeFilesLines
* dpdk: Allow retaining CAP_SYS_RAWIO privileges.Aaron Conole2023-03-221-2/+4
* windows: Add set_detach function to daemon-windows.cAlin Gabriel Serdean2018-10-241-1/+9
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* daemon-windows: Set default error mode for servicesAlin Gabriel Serdean2017-09-011-0/+6
* windows: Remove vlog_init() from service_start functionAnand Kumar2017-06-201-7/+0
* windows: Set service status when stop is issuedAlin Serdean2017-05-311-0/+1
* windows: add includes to daemon-windowsAlin Serdean2017-05-251-2/+4
* windows: Remove dead code in daemon-windowsAlin Serdean2017-03-071-2/+1
* Windows: daemon-windows lockfileAlin Serdean2016-07-261-1/+1
* windows: Added lockf function and lock PID filePaul Boca2016-07-251-0/+41
* ovs-ofctl: Fixed PID file naming on windowsPaul Boca2016-06-141-2/+6
* lib/daemon: support --user option for all OVS daemonAndy Zhou2015-09-301-1/+13
* Include headers where ovs_rundir is used.Alin Serdean2015-09-231-0/+1
* daemon-windows: Add a missing header.Gurucharan Shetty2014-12-161-0/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* Use xstrdup() instead of strdup(), xmalloc() instead of malloc().Ben Pfaff2014-07-221-1/+1
* poll-loop: Create Windows event handles for sockets automatically.Gurucharan Shetty2014-06-301-2/+2
* daemon-windows: unlink pidfile before stopping the service.Gurucharan Shetty2014-06-241-0/+5
* daemon: Move some common code to daemon.cGurucharan Shetty2014-04-241-34/+7
* daemon: Close standard file descriptors after detach for windows.Gurucharan Shetty2014-04-241-5/+3
* daemon: Rename daemon.c as daemon-unix.cGurucharan Shetty2014-04-241-1/+1
* daemon-windows: Create pidfiles with option --pidfile.Gurucharan Shetty2014-04-221-0/+78
* daemon-windows: Implement --detach option for Windows.Gurucharan Shetty2014-04-221-3/+104
* daemon-windows: Rename service variables.Gurucharan Shetty2014-04-221-10/+10
* windefs: Include the library advapi32.Gurucharan Shetty2014-03-171-2/+0
* daemon-windows: Ability to handle windows service calls.Gurucharan Shetty2014-02-041-0/+332