summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-31config: remove nm_config_data_get_value_cached()Thomas Haller1-5/+9
2017-05-24core: don't enable setrlimit(RLIMIT_CORE) when running with address sanitizerThomas Haller1-0/+3
2017-04-23config: don't mark default configuration values for translationThomas Haller1-1/+1
2017-04-20config: add first_start paramter to NMConfig to detect restartThomas Haller1-2/+7
2017-04-18core: add NMNetns to bundle platform and route managersThomas Haller1-4/+6
2017-03-28core: make connectivity checking per-deviceLubomir Rintel1-1/+5
2017-03-24logging: respect choice of journal/syslog even with --debugLubomir Rintel1-6/+5
2017-03-15manager: delay startup-complete and devices-inited until idleThomas Haller1-0/+2
2017-02-17core: use define for atomic-section-prefix setting for NMConfigThomas Haller1-2/+4
2017-02-10dns: fix shutdown to restore non-cached DNS configThomas Haller1-0/+3
2016-11-25main: fix compiler warning about uninitialized auto variable in _init_nm_debug()Thomas Haller1-1/+1
2016-11-25config: drop nm_config_get_debug() and access config directlyThomas Haller1-2/+8
2016-11-25config: drop nm_config_get_auth_polkit() and access value directlyThomas Haller1-1/+4
2016-11-21build: don't add subdirectories to include search path but require qualified ...Thomas Haller1-4/+4
2016-11-21build: rename "src/dhcp-manager" to "src/dhcp"Thomas Haller1-1/+1
2016-09-27build: don't add systemd path the include search pathThomas Haller1-1/+1
2016-09-26config: store and load device runtime state to fileThomas Haller1-0/+7
2016-06-01config: refactor change-flags to be a cause/reason which triggered the changeThomas Haller1-1/+18
2016-04-30build: cleanup includes of <gmodule.h>Thomas Haller1-1/+0
2016-04-07core: rename nm_config_run_state* to nm_config_state*Thomas Haller1-3/+3
2016-04-07config: let NMConfig handle "NetworkManager.state" file (bgo#764474)Thomas Haller1-87/+7
2016-03-21main: create parent directories of NMSTATEDIR with permissions 755Thomas Haller1-6/+1
2016-03-21main: create NMSTATEDIR with permissions 700Thomas Haller1-1/+1
2016-03-11systemd: split "nm-sd.h" out of "nm-sd-adapt.h"Thomas Haller1-2/+2
2016-03-11systemd: integrate sd-event into glib main loopThomas Haller1-1/+9
2016-03-03all: don't include error->code in log messagesThomas Haller1-4/+2
2016-03-03all: clean-up usage of GErrorThomas Haller1-6/+5
2016-02-21core: use nm_utils_parse_debug_string() instead of g_parse_debug_string()Thomas Haller1-9/+3
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2015-11-22main: add argument --print-config to NetworkManagerThomas Haller1-1/+33
2015-11-13core: fix failed assertion when D-Bus service is already takenBeniamino Galvani1-1/+1
2015-11-10core: explicitly unexport objects when we're done with themDan Williams1-0/+3
2015-09-15trivial: fix spelling in commentThomas Haller1-1/+1
2015-09-15core: register G_TYPE_SOCKET earlyLubomir Rintel1-0/+6
2015-08-13core: nm_singleton_instance_register() of NMManager instanceThomas Haller1-10/+7
2015-08-13platform: delay destruction of NMPlatform singleton until NMConfig gets destr...Thomas Haller1-5/+1
2015-08-13manager: remove WiMAX rfkill flag from NMMangerThomas Haller1-13/+4
2015-08-10core: final gdbus portingDan Winship1-15/+0
2015-08-10core: make NMManager singleton more like othersDan Winship1-14/+9
2015-08-10core: better order the code at startupDan Winship1-13/+12
2015-08-10core: fix NMManager in private-bus-only caseDan Winship1-7/+1
2015-08-05all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship1-1/+0
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-3/+1
2015-08-05core: order destruction of singleton instancesThomas Haller1-0/+6
2015-07-24core: rename NMDBusManager to NMBusManagerDan Winship1-3/+3
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-1/+1
2015-07-14logging: make use of journal configurableThomas Haller1-1/+6
2015-07-14logging: remove nm_logging_syslog_closelog()Thomas Haller1-2/+0
2015-07-14config: move debug command line option to NMConfigThomas Haller1-4/+2
2015-07-12all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init()Thomas Haller1-3/+1