| Commit message (Expand) | Author | Age | Files | Lines |
* | settings/example: remove 'example' settings plugin | Thomas Haller | 2015-06-12 | 9 | -1244/+0 |
* | settings: remove hostname handling from plugins | Beniamino Galvani | 2015-06-12 | 2 | -139/+11 |
* | config: move main_file and description to NMConfigData | Thomas Haller | 2015-02-03 | 1 | -1/+1 |
* | config/trivial: rename variables for configuration file | Thomas Haller | 2015-02-03 | 1 | -1/+1 |
* | settings: log connection diffs in replace_settings only where appropriate | Thomas Haller | 2015-01-13 | 1 | -0/+1 |
* | all: consistently include config.h | Dan Winship | 2014-11-13 | 4 | -3/+8 |
* | settings: drop plugin-specific error domains | Dan Winship | 2014-10-22 | 4 | -53/+1 |
* | libnm-core: drop nm_setting_lookup_type_by_quark() | Dan Winship | 2014-10-22 | 1 | -5/+2 |
* | libnm-core: clear secrets from NMSimpleConnection and NMSettingsConnection di... | Dan Williams | 2014-08-20 | 1 | -6/+1 |
* | libnm-core: move some fake NMConnection methods over to NMSetting | Dan Winship | 2014-08-16 | 1 | -1/+1 |
* | all: fix up multiple-include-guard defines | Dan Winship | 2014-08-16 | 1 | -3/+3 |
* | libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.h | Dan Winship | 2014-08-07 | 1 | -1/+0 |
* | libnm-core, etc: drop type-based hwaddr funcs, port to length-based ones | Dan Winship | 2014-08-07 | 1 | -1/+1 |
* | libnm: add NetworkManager.h, disallow including individual headers | Dan Winship | 2014-08-01 | 1 | -0/+1 |
* | libnm: rename NetworkManager.h and NetworkManagerVPN.h | Dan Winship | 2014-08-01 | 2 | -2/+2 |
* | all: port everything to libnm | Dan Winship | 2014-08-01 | 1 | -7/+2 |
* | core: merge src/config, src/logging, src/posix-signals into src/ | Dan Winship | 2014-07-30 | 1 | -2/+0 |
* | core: fill in nm-types.h, clean out other headers | Dan Winship | 2014-07-23 | 1 | -1/+0 |
* | build: more srcdir!=builddir fixes | Dan Winship | 2014-07-15 | 1 | -1/+0 |
* | example: fix possible invalid refcounting when changing connections | Dan Williams | 2014-06-13 | 1 | -4/+4 |
* | settings: use nm_log_info/warning() in settings plugins | Dan Winship | 2014-04-23 | 2 | -24/+26 |
* | all: set G_LOG_DOMAIN appropriately, for better g_log() messages | Dan Winship | 2014-04-23 | 1 | -0/+1 |
* | libnm-util, libnm-glib: add versioned deprecation/availability macros | Dan Winship | 2014-02-13 | 1 | -0/+1 |
* | settings: port NMAgentManager, etc, to use NMAuthSubject | Dan Winship | 2013-12-03 | 1 | -0/+2 |
* | Fix typos | Yuri Chornoivan | 2013-10-19 | 1 | -1/+1 |
* | build: switch from $(INCLUDES) to $(AM_CPPFLAGS) to make automake happy | Dan Winship | 2013-08-22 | 1 | -7/+5 |
* | trivial: fix spelling errors in code comments and README file | Thomas Haller | 2013-08-06 | 1 | -1/+1 |
* | core: add monitor-connection-files=false and ReloadConnections | Dan Winship | 2013-06-14 | 1 | -14/+15 |
* | settings: fix unmanaging of InfiniBand devices | Dan Winship | 2013-06-13 | 1 | -12/+1 |
* | settings: implement ability to add connections without saving them to disk | Dan Williams | 2013-05-28 | 1 | -4/+6 |
* | settings: track whether connection is saved to disk or not | Dan Williams | 2013-05-28 | 1 | -1/+4 |
* | settings: don't pass config_path to NMSettings and settings plugins | Dan Winship | 2013-04-03 | 2 | -5/+5 |
* | keyfile: fix reading unmanaged-devices for interface name | Jiří Klimeš | 2013-03-14 | 1 | -1/+1 |
* | core: allow marking a device unmanaged by its interface name | Dan Winship | 2013-03-13 | 1 | -11/+15 |
* | all: remove more pointless NULL checks | Dan Winship | 2013-02-13 | 2 | -8/+3 |
* | build: unify NetworkManager path handling (some paths are changed) | Pavel Šimerda | 2012-11-05 | 2 | -2/+2 |
* | build: clean up GLib-related pkg-config usage (bgo #687218) | Colin Walters | 2012-10-31 | 1 | -4/+1 |
* | build: remove G_DISABLE_DEPRECATED | Colin Walters | 2012-10-31 | 1 | -2/+1 |
* | core: fix NM_IS_*_CLASS(klass) macros | Jiří Klimeš | 2012-07-27 | 2 | -2/+2 |
* | settings: fix example plugin LDFLAGS | Dan Williams | 2012-05-14 | 1 | -1/+1 |
* | examples: add an example system settings plugin | Dan Williams | 2012-05-07 | 10 | -0/+1441 |