summaryrefslogtreecommitdiff
path: root/src/main-utils.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-20config: add first_start paramter to NMConfig to detect restartThomas Haller1-0/+3
2016-12-13all: use O_CLOEXEC for file descriptorsThomas Haller1-1/+1
2016-09-26main: create /run/NetworkManager/devices runtime directoryThomas Haller1-1/+14
2016-06-05build: avoid compiler warnings about non-constant format strings (-Wformat-no...Thomas Haller1-0/+2
2016-04-30build: cleanup includes of <gmodule.h>Thomas Haller1-1/+0
2016-03-21main: create parent directories of NMSTATEDIR with permissions 755Thomas Haller1-0/+26
2016-03-08all: drop str_if_set() in favor of the "?:" operatorThomas Haller1-1/+1
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2015-11-25core: don't handle SIGUSR1 and SIGUSR2 signals for pre 2.36.0 glibThomas Haller1-2/+5
2015-08-05all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship1-1/+0
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-3/+1
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-3/+1
2015-06-25config: pass signals to nm_config_reload()Thomas Haller1-2/+4
2015-06-05Revert "core: avoid loading GIO modules"Lubomir Rintel1-3/+0
2015-06-04core: avoid loading GIO modulesLubomir Rintel1-0/+3
2015-06-02build: use compat version of g_clear_pointer()Lubomir Rintel1-0/+2
2015-03-20main: (order) move root user check after help/version optionThomas Haller1-5/+10
2015-03-20main: refactor nm_main_utils_check_pidfile() to exit directly on failureThomas Haller1-23/+21
2015-03-20main: split out nm_main_utils_ensure_rundir ()Thomas Haller1-6/+10
2015-03-20main-utils: don't leak description for command line arguments in nm_main_util...Thomas Haller1-2/+18
2015-03-20main/trivial: change order of arguments for nm_main_utils_early_setup()Thomas Haller1-1/+1
2015-02-03config: add handler for SIGHUP and a reload-configuration stubThomas Haller1-3/+1
2015-02-03config: add nm_config_setup() to initialize config singletonThomas Haller1-3/+4
2015-01-19core: use GUnixSignalWatchSource to simplify signal handlingDan Winship1-78/+36
2014-12-04libnm: remove nm_utils_init() from the public APIDan Winship1-3/+0
2014-11-13all: consistently include config.hDan Winship1-1/+2
2014-11-07core: split signal/pidfile/option handling into separate source fileDan Williams1-0/+281