| Commit message (Expand) | Author | Age | Files | Lines |
* | libnm-core: add some missing array length annotations | Dan Winship | 2014-11-15 | 1 | -23/+23 |
* | libnm: add some missing (transfer) annotations | Dan Winship | 2014-11-15 | 5 | -16/+23 |
* | libnm*: fix library gettext usage | Dan Winship | 2014-11-13 | 32 | -30/+35 |
* | all: consistently include config.h | Dan Winship | 2014-11-13 | 39 | -1/+77 |
* | trivial: fix description of route-metric | Jiří Klimeš | 2014-11-12 | 1 | -2/+2 |
* | libnm,core: enhance nm_utils_hexstr2bin() | Dan Williams | 2014-11-07 | 3 | -55/+90 |
* | libnm, docs: docs fixes | Dan Winship | 2014-11-07 | 7 | -39/+48 |
* | libnm: add NMSettingIPConfig:route-metric | Thomas Haller | 2014-11-07 | 3 | -1/+54 |
* | all: allow route metrics to be "0" | Dan Winship | 2014-11-07 | 3 | -23/+56 |
* | libnm-core: don't serialize empty address-labels | Dan Winship | 2014-11-07 | 2 | -1/+33 |
* | libnm-core: don't warn about unrecognized properties | Dan Winship | 2014-11-07 | 1 | -13/+5 |
* | libnm-core, libnm, core: add AddressData and RouteData properties | Dan Winship | 2014-11-07 | 6 | -32/+530 |
* | libnm-core: add NMSettingIPConfig:gateway, drop NMIPAddress:gateway | Dan Winship | 2014-11-07 | 7 | -120/+345 |
* | all: stop pretending to support multiple "gateway"s | Dan Winship | 2014-11-07 | 1 | -8/+13 |
* | libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classes | Dan Winship | 2014-11-07 | 12 | -2407/+1571 |
* | libnm-core: add NMIPAddress/NMIPRoute attributes, use for labels | Dan Winship | 2014-11-07 | 5 | -169/+352 |
* | libnm-core, all: merge IPv4 and IPv6 address/route types | Dan Winship | 2014-11-07 | 12 | -1328/+1300 |
* | libnm-core: tweak handling of overridden properties | Dan Winship | 2014-11-07 | 2 | -18/+24 |
* | libnm-core: fix NMSetting property override docs | Dan Winship | 2014-11-07 | 1 | -14/+9 |
* | vpn: allow plugins to indicate 'can-persist' capability | Dan Williams | 2014-11-06 | 1 | -0/+5 |
* | libnm/libnm-util: add VPN 'persistent' property | Dan Williams | 2014-11-06 | 2 | -0/+42 |
* | libnm: cancel NMRemoteSettings/NMManager property reload when NM quits | Dan Williams | 2014-11-06 | 1 | -0/+6 |
* | libnm-core, libnm: introspection annotation fixes | Dan Winship | 2014-10-29 | 1 | -2/+2 |
* | build: fix -Wstrict-prototypes warnings | Thomas Haller | 2014-10-29 | 1 | -3/+3 |
* | libnm-core: make nm_setting_verify() take an NMConnection | Dan Winship | 2014-10-28 | 32 | -235/+215 |
* | libnm-core: add nm-core-types.h, remove cross-includes | Dan Winship | 2014-10-28 | 45 | -134/+183 |
* | libnm-core: #include all nm-core headers from nm-core-internal.h | Dan Winship | 2014-10-28 | 1 | -4/+33 |
* | libnm-core: canonicalize hardware addresses in settings | Dan Winship | 2014-10-28 | 8 | -33/+73 |
* | libnm-core: add nm_utils_hwaddr_canonical() | Dan Winship | 2014-10-28 | 3 | -11/+75 |
* | libnm-core: make _get_mac_address_blacklist() methods return arrays | Dan Winship | 2014-10-28 | 4 | -66/+101 |
* | libnm-core: fix trivial bug in NMVpnPluginError quark | Dan Winship | 2014-10-28 | 1 | -1/+1 |
* | core: don't use libnm-core private header outside of libnm-core/ | Thomas Haller | 2014-10-27 | 2 | -3/+3 |
* | libnm-core: do not leak GValue in _nm_setting_new_from_dbus() | Jiří Klimeš | 2014-10-23 | 1 | -0/+1 |
* | libnm-core: do not leak the path in connections | Jiří Klimeš | 2014-10-23 | 1 | -0/+1 |
* | libnm-core, libnm: move NMVpnPluginError to nm-errors | Dan Winship | 2014-10-22 | 2 | -0/+52 |
* | libnm-core, libnm, settings: move NMSecretAgentError to nm-errors | Dan Winship | 2014-10-22 | 2 | -0/+38 |
* | libnm-core, settings: move NMAgentManagerError to nm-errors | Dan Winship | 2014-10-22 | 2 | -0/+36 |
* | libnm-core, settings: move NMSettingsError to nm-errors | Dan Winship | 2014-10-22 | 2 | -0/+35 |
* | libnm-core, core: merge NMLoggingError into NMManagerError | Dan Winship | 2014-10-22 | 1 | -0/+4 |
* | libnm-core, core: move NMManagerError to nm-errors | Dan Winship | 2014-10-22 | 2 | -0/+44 |
* | devices: drop device-type-specific error domains | Dan Winship | 2014-10-22 | 1 | -0/+9 |
* | libnm-core, libnm, devices: merge client and daemon NMDeviceError | Dan Winship | 2014-10-22 | 2 | -0/+31 |
* | libnm-core, core: register NMConnectionError with D-Bus | Dan Winship | 2014-10-22 | 4 | -1/+43 |
* | libnm-core: add nm-errors.[ch] | Dan Winship | 2014-10-22 | 9 | -85/+126 |
* | libnm-core: fix up/simplify NMCryptoError | Dan Winship | 2014-10-22 | 4 | -101/+84 |
* | libnm-core: merge NMSetting*Error into NMConnectionError | Dan Winship | 2014-10-22 | 58 | -1428/+489 |
* | libnm-core: clean up NMConnectionError | Dan Winship | 2014-10-22 | 9 | -86/+69 |
* | libnm-core: drop nm_setting_lookup_type_by_quark() | Dan Winship | 2014-10-22 | 3 | -38/+3 |
* | libnm-util: add _nm_setting_get_property() function | Thomas Haller | 2014-10-12 | 2 | -0/+23 |
* | libnm: add function _nm_setting_get_setting_priority() | Thomas Haller | 2014-10-12 | 2 | -2/+15 |