summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* config: store and load device runtime state to fileThomas Haller2016-09-261-0/+7
* config: refactor change-flags to be a cause/reason which triggered the changeThomas Haller2016-06-011-1/+18
* build: cleanup includes of <gmodule.h>Thomas Haller2016-04-301-1/+0
* core: rename nm_config_run_state* to nm_config_state*Thomas Haller2016-04-071-3/+3
* config: let NMConfig handle "NetworkManager.state" file (bgo#764474)Thomas Haller2016-04-071-87/+7
* main: create parent directories of NMSTATEDIR with permissions 755Thomas Haller2016-03-211-6/+1
* main: create NMSTATEDIR with permissions 700Thomas Haller2016-03-211-1/+1
* systemd: split "nm-sd.h" out of "nm-sd-adapt.h"Thomas Haller2016-03-111-2/+2
* systemd: integrate sd-event into glib main loopThomas Haller2016-03-111-1/+9
* all: don't include error->code in log messagesThomas Haller2016-03-031-4/+2
* all: clean-up usage of GErrorThomas Haller2016-03-031-6/+5
* core: use nm_utils_parse_debug_string() instead of g_parse_debug_string()Thomas Haller2016-02-211-9/+3
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* main: add argument --print-config to NetworkManagerThomas Haller2015-11-221-1/+33
* core: fix failed assertion when D-Bus service is already takenBeniamino Galvani2015-11-131-1/+1
* core: explicitly unexport objects when we're done with themDan Williams2015-11-101-0/+3
* trivial: fix spelling in commentThomas Haller2015-09-151-1/+1
* core: register G_TYPE_SOCKET earlyLubomir Rintel2015-09-151-0/+6
* core: nm_singleton_instance_register() of NMManager instanceThomas Haller2015-08-131-10/+7
* platform: delay destruction of NMPlatform singleton until NMConfig gets destr...Thomas Haller2015-08-131-5/+1
* manager: remove WiMAX rfkill flag from NMMangerThomas Haller2015-08-131-13/+4
* core: final gdbus portingDan Winship2015-08-101-15/+0
* core: make NMManager singleton more like othersDan Winship2015-08-101-14/+9
* core: better order the code at startupDan Winship2015-08-101-13/+12