summaryrefslogtreecommitdiff
path: root/src/nm-iface-helper.c
Commit message (Expand)AuthorAgeFilesLines
* nm-iface-helper: remove duplicate setpgid() callThomas Haller2015-03-201-2/+0
* main: (order) earlier create rundirThomas Haller2015-03-201-2/+2
* main: (order) check pidfile earlier for running NMThomas Haller2015-03-201-8/+8
* nm-iface-helper: fix pidfile name and obtain the ifindex earlierThomas Haller2015-03-201-6/+9
* main: (order) move root user check after help/version optionThomas Haller2015-03-201-0/+2
* main: (order) set g_log_set_always_fatal() early onThomas Haller2015-03-201-8/+8
* main: (order) call g_type_init() very early in main()Thomas Haller2015-03-201-4/+4
* main: refactor nm_main_utils_check_pidfile() to exit directly on failureThomas Haller2015-03-201-5/+1
* main: split out nm_main_utils_ensure_rundir ()Thomas Haller2015-03-201-0/+2
* main: refactor early setup in main()Thomas Haller2015-03-201-32/+43
* main: move option variables to static variableThomas Haller2015-03-201-74/+88
* main/trivial: change order of arguments for nm_main_utils_early_setup()Thomas Haller2015-03-201-1/+1
* core: pass ifindex as parameter to nm_ip6_config_new()lr/route-manager-rh740064Lubomir Rintel2015-02-271-4/+2
* core: pass ifindex as parameter to nm_ip4_config_new()Dan Williams2015-02-271-2/+1
* ip6-config: keep track of ifindexLubomir Rintel2015-02-271-0/+2
* ip4-config: keep track of ifindexLubomir Rintel2015-02-271-0/+1
* config: add handler for SIGHUP and a reload-configuration stubThomas Haller2015-02-031-0/+6
* config: add nm_config_setup() to initialize config singletonThomas Haller2015-02-031-0/+1
* nm-iface-helper: small signal handling fixupDan Winship2015-01-191-16/+6
* core: declare nm_dhcp_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-121-6/+1
* iface-helper: disambiguate route priority for IPv4 and IPv6Thomas Haller2014-12-011-7/+14
* iface-helper: make priority variable guint32Thomas Haller2014-11-251-3/+4
* core: fix route metrics for subnet routesThomas Haller2014-11-251-1/+1
* all: consistently include config.hDan Winship2014-11-131-1/+2
* iface-helper: add nm-iface-helper for dynamic configure-then-quit supportDan Williams2014-11-071-0/+529