summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: remove the HostnameProvider interfaceDan Williams2014-05-091-2/+0
* core: don't ref/unref the DHCP managerDan Williams2014-05-091-5/+5
* policy: remove old /etc/hosts cleaning code (bgo #729689)Dan Williams2014-05-081-4/+0
* core: add configuration main.debug and interpret environment variable NM_DEBUGThomas Haller2014-05-021-0/+34
* core: don't ref the Manager singletonDan Williams2014-03-031-1/+1
* replace snprintf by g_snprintfThomas Haller2014-02-241-1/+1
* core: report which option is unknownGuido Günther2014-02-151-2/+4
* logging: ignore unrecognized domains on startupDan Winship2013-12-201-1/+14
* core: make NMSessionMonitor non-refcountedDan Winship2013-12-031-0/+6
* trivial: consistently #include "libgsystem.h" rather than just gsystem-local-...Colin Walters2013-08-291-1/+1
* core: make NMPolicy a GObjectDan Winship2013-08-281-8/+0
* trivial: remove unused system.h includeslPavel Šimerda2013-07-051-1/+0
* config: Include overrides in parsed config file messageColin Walters2013-06-241-1/+1
* main+logging: Allow early logging before config filesColin Walters2013-06-241-13/+42
* main: Move static assertions after setlocale(), but before option processingColin Walters2013-06-241-10/+10
* main: Set umask earlierColin Walters2013-06-241-7/+7
* main: setenv(GIO_USE_VFS=local) *very* earlyColin Walters2013-06-241-6/+6
* main: allow daemonizing again - initialize become_daemon to TRUE (bgo #701383)Jiří Klimeš2013-06-031-1/+1
* cleanup: remove unused headerPavel Šimerda2013-05-241-1/+0
* core: use nm-platform for link managementPavel Šimerda2013-05-241-1/+1
* core: add option for running from the build treeMartin Pitt2013-05-221-1/+26
* core: add single-letter command-line flagsDan Winship2013-05-211-4/+4
* main: add --debug, fix logging under systemdDan Winship2013-05-211-2/+4
* main: make handling of --no-daemon saner by using G_OPTION_FLAG_REVERSEDDan Winship2013-05-211-5/+1
* core: add libgsystem as a git submoduleColin Walters2013-05-161-38/+12
* platform: link managementPavel Šimerda2013-04-101-0/+4
* core: add a root-only private D-Bus socketDan Williams2013-04-081-3/+12
* settings: don't pass config_path to NMSettings and settings pluginsDan Winship2013-04-031-3/+1
* core: remove some can't-happen checksDan Winship2013-04-031-25/+7
* core: don't pass config data to NMDHCPManager and NMDnsManagerDan Winship2013-04-031-2/+2
* config: move config-related command-line options into nm-config.cDan Winship2013-04-031-28/+2
* Revert "trivial: remove nm-netlink-monitor.h from main"Pavel Šimerda2013-03-131-0/+1
* trivial: remove nm-netlink-monitor.h from mainPavel Šimerda2013-03-131-1/+0
* main: don't activate nm-netlink-monitorPavel Šimerda2013-03-131-4/+0
* core: use Config object for connectivity checking parametersDan Williams2013-03-111-3/+0
* config: convert NMConfig to objectThomas Bechtold2013-03-111-1/+1
* core: remove remaining pre-2.32 GLib compat / deprecated usageDan Winship2013-02-261-11/+0
* all: remove pointless NULL checksDan Winship2013-02-131-6/+0
* core: remove unused SIGUSR1 handlingDan Williams2013-02-121-5/+0
* build: clean up dbus-glib checksDan Williams2013-01-301-6/+0
* Remove SIGSEGV/SIGFPE etc. handlingColin Walters2013-01-221-23/+0
* policy: monitor connection activation/deactivation via the managerDan Williams2012-12-171-1/+1