| Commit message (Expand) | Author | Age | Files | Lines |
* | platform: add self argument to platform functions | Thomas Haller | 2015-04-21 | 1 | -2/+2 |
* | core: pass ifindex as parameter to nm_ip6_config_new()lr/route-manager-rh740064 | Lubomir Rintel | 2015-02-27 | 1 | -2/+1 |
* | core: pass ifindex as parameter to nm_ip4_config_new() | Dan Williams | 2015-02-27 | 1 | -2/+1 |
* | ip6-config: keep track of ifindex | Lubomir Rintel | 2015-02-27 | 1 | -0/+2 |
* | ip4-config: keep track of ifindex | Lubomir Rintel | 2015-02-27 | 1 | -0/+1 |
* | ppp-manager: new async stop() method to request stop and wait for it to complete | Aleksander Morgado | 2015-01-21 | 2 | -3/+116 |
* | core: use nm_utils_modprobe() | Thomas Haller | 2015-01-19 | 1 | -2/+1 |
* | core: add nm_utils_setpgid(), and use it | Dan Winship | 2015-01-19 | 1 | -10/+2 |
* | core: use GUnixSignalWatchSource to simplify signal handling | Dan Winship | 2015-01-19 | 1 | -7/+0 |
* | all: consistently include config.h | Dan Winship | 2014-11-13 | 2 | -2/+4 |
* | libnm-core: add nm-core-types.h, remove cross-includes | Dan Winship | 2014-10-28 | 1 | -7/+1 |
* | core: drop all remaining core-internal error domains | Dan Winship | 2014-10-22 | 2 | -23/+4 |
* | core: track origin of MTU | Lubomir Rintel | 2014-10-20 | 1 | -1/+1 |
* | core: Move NMPlatformSource to nm-types.h | Lubomir Rintel | 2014-10-20 | 1 | -1/+1 |
* | core: consolidate helper progam searching (bgo #734131) | Dan Williams | 2014-09-11 | 1 | -41/+5 |
* | ppp-manager: port nm-pppd-plugin from dbus-glib to gdbus | Dan Winship | 2014-09-04 | 2 | -120/+107 |
* | libnm-core: fix crash in NMSettingAdsl:verify() | Thomas Haller | 2014-08-19 | 1 | -1/+1 |
* | all: fix up multiple-include-guard defines | Dan Winship | 2014-08-16 | 2 | -6/+6 |
* | libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.h | Dan Winship | 2014-08-07 | 1 | -1/+0 |
* | 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 |
* | include: drop nm-settings-flags.h, move NMSecretAgentGetSecretsFlags | Dan Winship | 2014-08-01 | 1 | -2/+2 |
* | libnm, core, cli, tui: fix the capitalization of various types | Dan Winship | 2014-08-01 | 1 | -7/+7 |
* | all: port everything to libnm | Dan Winship | 2014-08-01 | 2 | -3/+3 |
* | ppp: add IPv6 support | Dan Williams | 2014-07-23 | 5 | -36/+221 |
* | core: fill in nm-types.h, clean out other headers | Dan Winship | 2014-07-23 | 1 | -0/+1 |
* | build: more srcdir!=builddir fixes | Dan Winship | 2014-07-15 | 1 | -1/+0 |
* | build: fix srcdir!=builddir build after previous merge | Dan Winship | 2014-07-15 | 1 | -0/+1 |
* | libnm-util: move NetworkManager.h, etc, from include/ to here | Dan Winship | 2014-07-15 | 1 | -0/+1 |
* | core: use nm_utils_kill_child_async() and nm_utils_kill_child_sync() | Thomas Haller | 2014-07-10 | 1 | -27/+2 |
* | all: remove remaining GParamSpec name/blurb strings | Dan Winship | 2014-06-19 | 1 | -4/+3 |
* | all: g_type_init() has been deprecated in GLib 2.35.0 | Jiří Klimeš | 2014-05-27 | 1 | -0/+2 |
* | ppp: avoid pppd exiting when no traffic going through | Aleksander Morgado | 2014-05-09 | 1 | -0/+4 |
* | all: fix various warnings detected with coverity | Thomas Haller | 2014-05-02 | 1 | -2/+3 |
* | all: set G_LOG_DOMAIN appropriately, for better g_log() messages | Dan Winship | 2014-04-23 | 1 | -0/+1 |
* | ppp-manager: don't use kernel pppoe (rh #1034860, rh #1061641) | Dan Winship | 2014-04-14 | 1 | -28/+60 |
* | ppp-manager: find pppd at build time, allow overriding | Dan Winship | 2014-04-14 | 1 | -7/+8 |
* | ppp-manager: trivial: fix tabs/spaces | Dan Winship | 2014-04-14 | 2 | -27/+27 |
* | ppp-manager: minor GObject boilerplate cleanups | Dan Winship | 2014-04-14 | 1 | -28/+11 |
* | build: add some missing -DNM_VERSION_MAX_ALLOWED | Dan Winship | 2014-04-07 | 1 | -0/+1 |
* | core/platform: add address/route sources (rh#1005416, bgo#722843) | Dan Williams | 2014-01-24 | 1 | -0/+1 |
* | logging: tweak logging-enabled functions | Dan Winship | 2013-12-20 | 1 | -2/+1 |
* | platform/core: add back support for PtP/peer addresses (rh #1018317) | Dan Winship | 2013-12-02 | 1 | -1/+1 |
* | coverity: fix various warnings detected with Coverity | Thomas Haller | 2013-11-13 | 1 | -7/+6 |
* | trivial: remove trailing TABs | Jiří Klimeš | 2013-09-02 | 1 | -1/+1 |
* | ppp: fix getting username/password for Bluetooth connections (bgo #701507) | Jiří Klimeš | 2013-09-02 | 1 | -14/+29 |
* | build: switch from $(INCLUDES) to $(AM_CPPFLAGS) to make automake happy | Dan Winship | 2013-08-22 | 1 | -6/+4 |
* | core: switch nm-ip4-config's NMIP[46]Address to NMPlatformIP[46]Address | Pavel Šimerda | 2013-07-20 | 1 | -9/+8 |
* | core: convert the DBus manager to a single-ref object | Dan Williams | 2013-05-20 | 1 | -17/+5 |
* | core: use non-recursive build | Dan Winship | 2013-05-08 | 2 | -44/+4 |