summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: fix NMManager in private-bus-only caseDan Winship2015-08-101-7/+1
* 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
* core: order destruction of singleton instancesThomas Haller2015-08-051-0/+6
* core: rename NMDBusManager to NMBusManagerDan Winship2015-07-241-3/+3
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* logging: make use of journal configurableThomas Haller2015-07-141-1/+6
* logging: remove nm_logging_syslog_closelog()Thomas Haller2015-07-141-2/+0
* config: move debug command line option to NMConfigThomas Haller2015-07-141-4/+2
* all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init()Thomas Haller2015-07-121-3/+1