summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* config: add write support to atomic-sectionsThomas Haller2015-07-021-1/+1
* config: log configuration at startup and on reloadThomas Haller2015-07-021-0/+1
* config: change examples for command line arguments to system defaultThomas Haller2015-07-021-2/+2
* config: pass signals to nm_config_reload()Thomas Haller2015-06-251-3/+3
* 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