summaryrefslogtreecommitdiff
path: root/src/main-utils.c
Commit message (Expand)AuthorAgeFilesLines
* build: avoid compiler warnings about non-constant format strings (-Wformat-no...Thomas Haller2016-06-051-0/+2
* build: cleanup includes of <gmodule.h>Thomas Haller2016-04-301-1/+0
* main: create parent directories of NMSTATEDIR with permissions 755Thomas Haller2016-03-211-0/+26
* all: drop str_if_set() in favor of the "?:" operatorThomas Haller2016-03-081-1/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* core: don't handle SIGUSR1 and SIGUSR2 signals for pre 2.36.0 glibThomas Haller2015-11-251-2/+5
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-3/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-3/+1
* config: pass signals to nm_config_reload()Thomas Haller2015-06-251-2/+4
* Revert "core: avoid loading GIO modules"Lubomir Rintel2015-06-051-3/+0
* core: avoid loading GIO modulesLubomir Rintel2015-06-041-0/+3
* build: use compat version of g_clear_pointer()Lubomir Rintel2015-06-021-0/+2
* main: (order) move root user check after help/version optionThomas Haller2015-03-201-5/+10
* main: refactor nm_main_utils_check_pidfile() to exit directly on failureThomas Haller2015-03-201-23/+21
* main: split out nm_main_utils_ensure_rundir ()Thomas Haller2015-03-201-6/+10
* main-utils: don't leak description for command line arguments in nm_main_util...Thomas Haller2015-03-201-2/+18
* main/trivial: change order of arguments for nm_main_utils_early_setup()Thomas Haller2015-03-201-1/+1
* config: add handler for SIGHUP and a reload-configuration stubThomas Haller2015-02-031-3/+1
* config: add nm_config_setup() to initialize config singletonThomas Haller2015-02-031-3/+4
* core: use GUnixSignalWatchSource to simplify signal handlingDan Winship2015-01-191-78/+36
* libnm: remove nm_utils_init() from the public APIDan Winship2014-12-041-3/+0
* all: consistently include config.hDan Winship2014-11-131-1/+2
* core: split signal/pidfile/option handling into separate source fileDan Williams2014-11-071-0/+281