summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: make libnm-util/libnm-glib optionaldanw/gdbus-bgo622927Dan Winship2015-08-034-12/+31
* core: final gdbus portingDan Winship2015-08-0339-182/+41
* core: port NMManager to gdbusDan Winship2015-08-032-368/+307
* core: port IP/DHCP config to gdbusDan Winship2015-08-037-304/+263
* dhcp-manager: port to gdbusDan Winship2015-08-037-205/+89
* ppp-manager: port to gdbusDan Winship2015-08-032-84/+57
* devices, active-connection: port to gdbusDan Winship2015-08-0336-310/+291
* settings: port to gdbusDan Winship2015-08-0310-563/+438
* ifcfg-rh: port to gdbusDan Winship2015-08-035-100/+95
* core: port NMBusManager to gdbusDan Winship2015-08-033-355/+297
* core: port NMExportedObject to gdbusDan Winship2015-08-032-121/+423
* core: change the way destruction of singletons worksDan Winship2015-08-036-17/+27
* core: make NMManager singleton more like othersDan Winship2015-08-033-66/+63
* core: better order the code at startupDan Winship2015-08-034-30/+46
* core: fix NMManager in private-bus-only caseDan Winship2015-08-033-45/+15
* platform/tests: fix assertion for test-link for team deviceThomas Haller2015-08-011-4/+1
* introspection: fix some annotationsDan Williams2015-07-314-22/+22
* core: split device creation and device setup (bgo #737458)Dan Williams2015-07-3129-745/+825
* ifcfg-rh: properly write the wake-on-lan propertyBeniamino Galvani2015-07-301-2/+6
* libnm-core: strip nm_utils_enum_from_str() input stringBeniamino Galvani2015-07-302-2/+6
* settings: fix failed assertion 'owner != NULL in nm-agent-manager.cBeniamino Galvani2015-07-301-2/+2
* libnm: merge branch 'th/libnm-vpn-plugin-bgo749877'Thomas Haller2015-07-2928-583/+3614
|\
| * libnm/vpn: add annotations for new NMVpnServicePlugin APIThomas Haller2015-07-292-2/+42
| * libnm/vpn: deprecated NMVpnPluginOldThomas Haller2015-07-292-7/+43
| * libnm/vpn: add new NMVpnServicePlugin classThomas Haller2015-07-296-249/+250
| * libnm/vpn: copy 'nm-vpn-plugin-old' files to 'nm-vpn-service-plugin'Thomas Haller2015-07-292-0/+1335
| * tui: use NMVpnPluginInfo in vpn-helper.cThomas Haller2015-07-292-132/+28
| * vpn: refactor vpn-manager to use NMVpnPluginInfoThomas Haller2015-07-293-177/+155
| * libnm: add load method to NMVpnPluginInfoThomas Haller2015-07-293-0/+135
| * libnm: add nm_vpn_editor_plugin_load_from_file() functionThomas Haller2015-07-294-0/+159
| * libnm: add _nm_utils_check_module_file()Thomas Haller2015-07-292-0/+90
| * libnm: move NMVpnEditorPlugin to libnm-core/Thomas Haller2015-07-297-98/+166
| * libnm: add NMVpnPluginInfo classThomas Haller2015-07-299-2/+1044
| * libnm: add _nm_utils_check_file() utilThomas Haller2015-07-293-0/+82
| * libnm: add NMUtilsStrStrDictKey utilityThomas Haller2015-07-293-0/+158
| * libnm: NMVpnPluginOld fixesJiří Klimeš2015-07-291-21/+32
|/
* wwan: trivial: fix typos in error stringsBeniamino Galvani2015-07-291-2/+2
* libnm-glib: add libnm compat defines to nm-vpn-plugin-ui-interface.hDan Winship2015-07-252-0/+50
* all: merge branch 'pre-gdbus-bgo622927'Dan Winship2015-07-24396-2407/+1998
|\
| * core: rename NMDBusManager to NMBusManagerDan Winship2015-07-2417-327/+319
| * settings: fix/reorganize NMSettingConnection secrets codeDan Winship2015-07-241-36/+71
| * settings: rework NMSecretAgent disconnection detectionDan Winship2015-07-243-41/+69
| * bluetooth, vpn-manager: use GDBusProxies to monitor servicesDan Winship2015-07-243-106/+81
| * core: port NMDhcp4Config/NMDhcp6Config to GVariantDan Winship2015-07-246-182/+94
| * core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-2441-349/+304
| * core: add an NMExportedObject base classDan Winship2015-07-2456-515/+399
| * core: add missing g_dbus_error_strip_remote_error() callsDan Winship2015-07-249-10/+34
| * libnm-glib: drop private bus supportDan Winship2015-07-247-210/+106
| * all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-24370-562/+374
| * include: add nm-dbus-compat.hDan Winship2015-07-2414-40/+107