| Commit message (Expand) | Author | Age | Files | Lines |
* | libnm: fix NMIP4Config/NMIP6Config addresses/routes propertiesdanw/libnm-props-4 | Dan Winship | 2014-09-03 | 12 | -205/+29 |
* | libnm: drop libnm IP-address-array types, use G_TYPE_STRV | Dan Winship | 2014-09-03 | 8 | -224/+72 |
* | libnm: change empty-GPtrArray-return semantics | Dan Winship | 2014-09-03 | 10 | -22/+13 |
* | libnm: drop NM_TYPE_OBJECT_ARRAY, use G_TYPE_PTR_ARRAY | Dan Winship | 2014-09-03 | 14 | -224/+123 |
* | libnm: drop NM_TYPE_SSID, use G_TYPE_BYTES | Dan Winship | 2014-09-03 | 7 | -84/+16 |
* | libnm: drop NM_TYPE_STRING_ARRAY, use G_TYPE_STRV | Dan Winship | 2014-09-03 | 9 | -159/+58 |
* | libnm: simplify NMDevice:state-reason | Dan Winship | 2014-09-03 | 2 | -30/+19 |
* | libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTES | Dan Winship | 2014-09-03 | 1 | -3/+8 |
* | libnm-core: change all mac-address properties to G_TYPE_STRING | Dan Winship | 2014-09-03 | 7 | -36/+29 |
* | libnm-core: drop :interface-name properties on virtual NMSetting types | Dan Winship | 2014-09-03 | 1 | -4/+0 |
* | libnm-core: add nm_connection_is_virtual() | Dan Winship | 2014-09-03 | 1 | -0/+1 |
* | all: stop using virtual interface-name properties | Dan Winship | 2014-09-03 | 4 | -4/+4 |
* | libnm-core: drop nm_{setting,connection}_get_virtual_iface_name() | Dan Winship | 2014-09-03 | 1 | -2/+1 |
* | libnm-core: clean up nm_connection_replace_settings()'s semantics | Dan Winship | 2014-09-03 | 2 | -5/+2 |
* | libnm-core: rename NMConnection to/from_hash methods | Dan Winship | 2014-09-03 | 7 | -14/+14 |
* | libnm-core: make the NMSetting hash methods private | Dan Winship | 2014-09-03 | 1 | -3/+0 |
* | all: remove a bunch of unnecessary dbus/dbus-glib includes | Dan Winship | 2014-09-03 | 8 | -8/+0 |
* | trivial: remove a stray prototype | Dan Winship | 2014-08-27 | 1 | -2/+0 |
* | libnm: ensure auto-registration only when not yet registered | Thomas Haller | 2014-08-27 | 1 | -1/+2 |
* | libnm: move declaration of NM_SETTING_SECRET_FLAGS_ALL to nm-core-internal.h | Thomas Haller | 2014-08-22 | 1 | -1/+1 |
* | all: add nm-core-internal.h header | Thomas Haller | 2014-08-22 | 1 | -1/+0 |
* | libnm, libnm-glib: fix cut-and-paste-os | Dan Winship | 2014-08-18 | 4 | -20/+20 |
* | libnm: make NMRemoteConnection an NMObject | Dan Winship | 2014-08-16 | 3 | -159/+54 |
* | libnm-core, libnm, core: make NMConnection an interface | Dan Winship | 2014-08-16 | 9 | -22/+45 |
* | libnm: get rid of redundant NMRemoteConnection properties | Dan Winship | 2014-08-16 | 8 | -91/+20 |
* | libnm-core: move some fake NMConnection methods over to NMSetting | Dan Winship | 2014-08-16 | 2 | -3/+3 |
* | libnm-core: drop nm_connection_create_setting() | Dan Winship | 2014-08-16 | 1 | -1/+0 |
* | all: fix up multiple-include-guard defines | Dan Winship | 2014-08-16 | 36 | -107/+107 |
* | libnm: add a test for connection-deleted-while-being-created | Dan Winship | 2014-08-07 | 1 | -19/+61 |
* | libnm: fix a g_signal_handler_find() call in NMRemoteSettings | Dan Winship | 2014-08-07 | 1 | -2/+2 |
* | libnm: remove NMRemoteConnection::updated signal | Dan Winship | 2014-08-07 | 2 | -34/+1 |
* | libnm: port NMRemoteSettings to NMObject | Dan Winship | 2014-08-07 | 5 | -757/+295 |
* | libnm: add NMRemoteConnection:visible property | Dan Winship | 2014-08-07 | 4 | -28/+68 |
* | libnm: remove redundant NM name watching code | Dan Winship | 2014-08-07 | 3 | -139/+72 |
* | libnm: synchronize NMClient and NMRemoteSettings "is NM running" properties | Dan Winship | 2014-08-07 | 7 | -90/+90 |
* | libnm, libnm-glib: belatedly replace _nm_client_is_object_path() | Dan Winship | 2014-08-07 | 1 | -46/+2 |
* | libnm-core, etc: add nm_utils_hwaddr_matches() | Dan Winship | 2014-08-07 | 7 | -43/+32 |
* | libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.h | Dan Winship | 2014-08-07 | 10 | -11/+0 |
* | all: remove use of struct ether_addr / ether_aton() | Dan Winship | 2014-08-07 | 5 | -22/+21 |
* | libnm-core, etc: drop type-based hwaddr funcs, port to length-based ones | Dan Winship | 2014-08-07 | 3 | -4/+2 |
* | libnm: add NetworkManager.h, disallow including individual headers | Dan Winship | 2014-08-01 | 34 | -0/+218 |
* | libnm: rename NetworkManager.h and NetworkManagerVPN.h | Dan Winship | 2014-08-01 | 24 | -25/+24 |
* | libnm: make the the use of GInitable mandatory | Dan Winship | 2014-08-01 | 31 | -488/+171 |
* | libnm: add init_dbus() virtual method to NMObject | Dan Winship | 2014-08-01 | 25 | -370/+302 |
* | libnm: remove _new functions from NMObject subclasses | Dan Winship | 2014-08-01 | 45 | -572/+5 |
* | libnm: fix up class struct reserved slots | Dan Winship | 2014-08-01 | 29 | -207/+74 |
* | libnm-core, etc: move NMSecretAgentCapabilities to NetworkManager.h | Dan Winship | 2014-08-01 | 1 | -18/+0 |
* | include: drop nm-settings-flags.h, move NMSecretAgentGetSecretsFlags | Dan Winship | 2014-08-01 | 2 | -26/+1 |
* | libnm: add NetworkManager.h and NetworkManagerVPN.h to enum-types | Dan Winship | 2014-08-01 | 2 | -0/+19 |
* | libnm: consistently use "INTERFACE" rather than "IFACE" in macros | Dan Winship | 2014-08-01 | 3 | -10/+10 |