summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* platform: signal missing firmware in nm_platform_set_up()Thomas Haller2015-06-171-1/+1
* all: fix a compiler warning about function declarationsJiří Klimeš2015-06-101-1/+1
* core: don't assume the loopback interface is called "lo"Lubomir Rintel2015-06-011-1/+1
* ipv4ll: use internal implementationBeniamino Galvani2015-05-111-1/+0
* platform: add self argument to platform functionsThomas Haller2015-04-211-1/+1
* core/logging: downgrade some <info> loggings to <debug>Thomas Haller2015-04-181-1/+1
* core: add "fatal-warnings" option to NM_DEBUGThomas Haller2015-04-011-8/+17
* main: (order) early start D-Bus serviceThomas Haller2015-03-201-15/+15
* main: (order) move run_from_build_dir check before setting up loggingThomas Haller2015-03-201-15/+15
* main: (order) earlier create rundirThomas Haller2015-03-201-8/+8
* main: (order) log "is starting" message immediately after setting up loggingThomas Haller2015-03-201-4/+3
* main: (order) parse state file later and use nm-loggingThomas Haller2015-03-201-10/+10
* main: (order) check pidfile earlier for running NMThomas Haller2015-03-201-2/+2
* main: (order) move root user check after help/version optionThomas Haller2015-03-201-0/+2
* main: (order) early call _init_nm_debug()Thomas Haller2015-03-201-2/+2
* main: (order) set g_log_set_always_fatal() early onThomas Haller2015-03-201-8/+8
* main: (order) call g_type_init() very early in main()Thomas Haller2015-03-201-4/+4
* main: refactor nm_main_utils_check_pidfile() to exit directly on failureThomas Haller2015-03-201-3/+1
* main: split out nm_main_utils_ensure_rundir ()Thomas Haller2015-03-201-0/+2
* main: refactor early setup in main()Thomas Haller2015-03-201-26/+32
* main: move option variables to static variableThomas Haller2015-03-201-34/+41
* main: don't unref config instance at end of main()Thomas Haller2015-03-201-1/+1
* main/trivial: change order of arguments for nm_main_utils_early_setup()Thomas Haller2015-03-201-1/+1
* core: quit if manager startup completed before starting the mainloopDan Williams2015-03-111-1/+4
* config: move main_file and description to NMConfigDataThomas Haller2015-02-031-1/+1
* config/trivial: rename variables for configuration fileThomas Haller2015-02-031-1/+1
* config: add support for reloading of configurationThomas Haller2015-02-031-1/+8
* config: add handler for SIGHUP and a reload-configuration stubThomas Haller2015-02-031-0/+6
* config: add nm_config_setup() to initialize config singletonThomas Haller2015-02-031-2/+7
* core: use GUnixSignalWatchSource to simplify signal handlingDan Winship2015-01-191-7/+2
* dbus: destroy singleton instance of NMDBusManager on exitThomas Haller2015-01-121-7/+2
* core: declare nm_supplicant_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-121-6/+1
* core: declare nm_firewall_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-121-6/+0
* core: declare nm_vpn_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-121-5/+0
* core: declare nm_dhcp_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-121-5/+0
* core: declare nm_dns_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-121-5/+0
* main: don't initialize the session monitorPavel Šimerda2015-01-051-5/+0
* libnm-core: add _nm_utils_is_manager_processDan Winship2014-11-151-0/+3
* all: consistently include config.hDan Winship2014-11-131-1/+2
* iface-helper: add nm-iface-helper for dynamic configure-then-quit supportDan Williams2014-11-071-17/+7
* core: add option to quit when startup is complete (rh #863515) (rh #1083683)Dan Williams2014-11-071-0/+19
* core: split signal/pidfile/option handling into separate source fileDan Williams2014-11-071-226/+12
* core: ignore SIGPIPEThomas Haller2014-10-271-0/+4
* auth: rework polkit autorization to use DBUS interface directlyThomas Haller2014-09-291-0/+3
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-08-011-1/+1
* libnm, core, cli, tui: fix the capitalization of various typesDan Winship2014-08-011-2/+2
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-231-0/+1
* core: #include gsystem-local-alloc.h instead of libgsystem.hThomas Haller2014-07-151-1/+1
* dispatcher: only dispatch if scripts existDan Williams2014-06-061-0/+3
* all: g_type_init() has been deprecated in GLib 2.35.0Jiří Klimeš2014-05-271-0/+3