summaryrefslogtreecommitdiff
path: root/src/main-utils.c
Commit message (Expand)AuthorAgeFilesLines
* all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-231-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* all: replace strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-3/+3
* all: replace g_strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-4/+4
* all: cache errno in local variable before using itThomas Haller2019-02-121-6/+11
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-1/+1
* all: use nm_close() instead of close()Thomas Haller2017-11-141-1/+1
* config: add first_start paramter to NMConfig to detect restartThomas Haller2017-04-201-0/+3
* all: use O_CLOEXEC for file descriptorsThomas Haller2016-12-131-1/+1
* main: create /run/NetworkManager/devices runtime directoryThomas Haller2016-09-261-1/+14
* 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