| Commit message (Expand) | Author | Age | Files | Lines |
* | libnm: port to GDBus | Dan Winship | 2014-09-18 | 2 | -3/+1 |
* | libnm-core: change connection hash tables to variants in API | Dan Winship | 2014-09-18 | 1 | -6/+6 |
* | libnm-core: fix up connection deserialize/copy/replace semantics | Dan Winship | 2014-09-17 | 1 | -4/+2 |
* | cli: fix ssid parameter processing in 'nmcli con add' | Jiří Klimeš | 2014-09-09 | 1 | -11/+8 |
* | cli: fix MAC address validation (bgo #736275) | Dan Winship | 2014-09-09 | 1 | -1/+1 |
* | libnm: drop libnm IP-address-array types, use G_TYPE_STRV | Dan Winship | 2014-09-04 | 1 | -24/+3 |
* | libnm: change empty-GPtrArray-return semantics | Dan Winship | 2014-09-04 | 2 | -40/+33 |
* | libnm: drop NM_TYPE_SSID, use G_TYPE_BYTES | Dan Winship | 2014-09-04 | 1 | -6/+10 |
* | libnm: drop NM_TYPE_STRING_ARRAY, use G_TYPE_STRV | Dan Winship | 2014-09-04 | 1 | -18/+2 |
* | libnm: simplify NMDevice:state-reason | Dan Winship | 2014-09-04 | 1 | -2/+4 |
* | libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTES | Dan Winship | 2014-09-04 | 2 | -20/+59 |
* | libnm-core: replace GByteArray with pointer + length in some APIs | Dan Winship | 2014-09-04 | 2 | -4/+5 |
* | libnm-core: improve NMSettingIP4Config / NMSettingIP6Config property types | Dan Winship | 2014-09-04 | 1 | -17/+164 |
* | libnm-core: change map-of-string properties to G_TYPE_HASH_TABLE | Dan Winship | 2014-09-04 | 1 | -0/+30 |
* | libnm-core: change list-of-string and array-of-string properties to G_TYPE_STRV | Dan Winship | 2014-09-04 | 1 | -0/+22 |
* | libnm-core: change all mac-address properties to G_TYPE_STRING | Dan Winship | 2014-09-04 | 2 | -121/+56 |
* | libnm-core: add nm_connection_is_virtual() | Dan Winship | 2014-09-04 | 1 | -25/+1 |
* | all: stop using virtual interface-name properties | Dan Winship | 2014-09-04 | 2 | -132/+64 |
* | libnm-core: drop nm_{setting,connection}_get_virtual_iface_name() | Dan Winship | 2014-09-04 | 1 | -3/+3 |
* | libnm-core: rename NMConnection to/from_hash methods | Dan Winship | 2014-09-04 | 1 | -1/+1 |
* | all: remove a bunch of unnecessary dbus/dbus-glib includes | Dan Winship | 2014-09-03 | 2 | -3/+0 |
* | cli: simplify do_connections() now that we don't wait for "connection-read" | Jiří Klimeš | 2014-08-22 | 1 | -129/+79 |
* | cli: fix 'nmcli connection' so that it returns correct exit code | Jiří Klimeš | 2014-08-22 | 1 | -12/+2 |
* | cli: succeed in master bring-up when device state reaches IP_CONFIG (bgo #733... | Thomas Haller | 2014-08-19 | 1 | -40/+51 |
* | trivial: fix a typo in show_access_point_info() function name | Jiří Klimeš | 2014-08-18 | 1 | -3/+3 |
* | cli: fix crash in `nmcli device wifi` with multiple wifi devices (bgo #734466) | Jiří Klimeš | 2014-08-18 | 1 | -2/+25 |
* | libnm-core, libnm, core: make NMConnection an interface | Dan Winship | 2014-08-16 | 2 | -5/+5 |
* | libnm-core: move some fake NMConnection methods over to NMSetting | Dan Winship | 2014-08-16 | 1 | -2/+2 |
* | libnm: port NMRemoteSettings to NMObject | Dan Winship | 2014-08-07 | 1 | -32/+6 |
* | libnm: synchronize NMClient and NMRemoteSettings "is NM running" properties | Dan Winship | 2014-08-07 | 3 | -18/+18 |
* | libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.h | Dan Winship | 2014-08-07 | 2 | -3/+0 |
* | libnm-core, etc: drop type-based hwaddr funcs, port to length-based ones | Dan Winship | 2014-08-07 | 3 | -13/+16 |
* | libnm: add NetworkManager.h, disallow including individual headers | Dan Winship | 2014-08-01 | 9 | -96/+1 |
* | libnm: make the the use of GInitable mandatory | Dan Winship | 2014-08-01 | 3 | -6/+12 |
* | libnm, core, cli, tui: fix the capitalization of various types | Dan Winship | 2014-08-01 | 5 | -27/+27 |
* | libnm: remove all deprecated functions and types | Dan Winship | 2014-08-01 | 1 | -107/+6 |
* | all: port everything to libnm | Dan Winship | 2014-08-01 | 5 | -11/+11 |
* | cli: fix warning in parse_output_fields() about strict-overflow | Thomas Haller | 2014-08-01 | 1 | -2/+2 |
* | cli: fix warning about uninitialized value | Thomas Haller | 2014-08-01 | 1 | -0/+3 |
* | cli: remove unused static struct nmc_mobile_settings | Thomas Haller | 2014-08-01 | 1 | -11/+0 |
* | all: add compatibility macros to ignore deprecation warnings for clang | Thomas Haller | 2014-08-01 | 1 | -0/+1 |
* | clients: reorganize source tree, put all the installed clients together | Dan Winship | 2014-07-30 | 17 | -0/+24548 |