summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* config: print config warnings during `NetworkManager --print-config`Thomas Haller2019-12-111-0/+8
* core: add main.auth-polkit option "root-only"Thomas Haller2019-12-111-4/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* core: log the content of "/var/lib/NetworkManager/no-auto-default.state"Thomas Haller2019-09-261-2/+2
* libnm: export reload flagsBeniamino Galvani2019-09-171-1/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* dispatcher: use GDBusConnection instead of GDBusProxy in "nm-dispatcher.c"Thomas Haller2019-05-271-2/+0
* core/dbus: aquire D-Bus name earlier before initializing NMPlatform/NMNetns s...Thomas Haller2019-05-121-4/+3
* auth-manager: re-use D-Bus connection from NMDBusManagerThomas Haller2019-05-121-3/+3
* core/dbus: let NMDBusManager create a D-Bus connection in "configure-and-quit...Thomas Haller2019-05-121-7/+32
* settings: cache keyfile databases for "timestamps" and "seen-bssids"Thomas Haller2019-05-071-0/+2
* all: replace g_strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-1/+1
* all: cache errno in local variable before using itThomas Haller2019-02-121-5/+4
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* logging: refactor and merge early logging initializationThomas Haller2019-02-051-1/+1
* core: drop unused <pthread.h> include from src/main.cThomas Haller2019-02-051-1/+0
* config: warn about unknown keys in config filesBeniamino Galvani2018-12-011-1/+7
* dbus: don't even bother connecting in configure-and-quit modeLubomir Rintel2018-09-181-2/+7
* manager: rename nm_manager_write_device_state()Beniamino Galvani2018-08-021-1/+1
* main: drop unused defineBeniamino Galvani2018-08-021-1/+0
* main: warn about invalid logging domains configuration using nm-logThomas Haller2018-06-271-11/+10
* main: accept invalid logging configuration in NetworkManager.conf gracefullyThomas Haller2018-06-271-4/+8
* main: free error variable in main() at exitThomas Haller2018-06-271-1/+1
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-1/+1
* core/dbus: stop NMDBusManager and reject future method callsThomas Haller2018-04-241-5/+0
* core/trivial: add FIXME comments about clean shutdown at exitThomas Haller2018-04-241-1/+1
* core: fix bus initialization orderBeniamino Galvani2018-04-231-6/+8
* connectivity: schedule connectivity timers per-device and probe for short out...Thomas Haller2018-04-101-2/+0
* connectivity: rework async connectivity check requestsThomas Haller2018-04-101-2/+0
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-18/+17
* core: rename "nm-bus-manager.h" to "nm-dbus-manager.h"Thomas Haller2018-03-121-1/+1
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-181-2/+0
* core: don't use const integers where const expression is neededThomas Haller2017-12-151-2/+4
* config: remove nm_config_data_get_value_cached()Thomas Haller2017-10-311-5/+9
* core: don't enable setrlimit(RLIMIT_CORE) when running with address sanitizerThomas Haller2017-05-241-0/+3
* config: don't mark default configuration values for translationThomas Haller2017-04-231-1/+1
* config: add first_start paramter to NMConfig to detect restartThomas Haller2017-04-201-2/+7
* core: add NMNetns to bundle platform and route managersThomas Haller2017-04-181-4/+6
* core: make connectivity checking per-deviceLubomir Rintel2017-03-281-1/+5
* logging: respect choice of journal/syslog even with --debugLubomir Rintel2017-03-241-6/+5
* manager: delay startup-complete and devices-inited until idleThomas Haller2017-03-151-0/+2
* core: use define for atomic-section-prefix setting for NMConfigThomas Haller2017-02-171-2/+4
* dns: fix shutdown to restore non-cached DNS configThomas Haller2017-02-101-0/+3
* main: fix compiler warning about uninitialized auto variable in _init_nm_debug()Thomas Haller2016-11-251-1/+1
* config: drop nm_config_get_debug() and access config directlyThomas Haller2016-11-251-2/+8
* config: drop nm_config_get_auth_polkit() and access value directlyThomas Haller2016-11-251-1/+4
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-4/+4
* build: rename "src/dhcp-manager" to "src/dhcp"Thomas Haller2016-11-211-1/+1
* build: don't add systemd path the include search pathThomas Haller2016-09-271-1/+1