summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * libnm: add NM_CLIENT_DBUS_NAME_OWNER propertyThomas Haller2019-10-183-1/+39
| * libnm: add NM_CLIENT_DBUS_CONNECTION propertyThomas Haller2019-10-183-27/+97
| * libnm: remember the caller's GMainContext when creating NMClientThomas Haller2019-10-181-5/+17
| * libnm/trivial: move code in "nm-client.c"Thomas Haller2019-10-181-238/+252
| * libnm: avoid g_object_notify() in favor of _notify()Thomas Haller2019-10-185-9/+9
| * libnm: use obj_properties array in libnm and cleanupThomas Haller2019-10-1837-2200/+1823
| * libnm/trivial: rename property enum to match property nameThomas Haller2019-10-181-6/+6
| * libnm: fix GObject properties of "NMDeviceModem"Thomas Haller2019-10-181-3/+3
| * libnm: add G_PARAM_STATIC_STRINGS flag to NM_VPN_SERVICE_PLUGIN_DBUS_WATCH_PE...Thomas Haller2019-10-181-1/+2
| * libnm: belatedly add GObject property "NMDeviceOvs{Bridge,Port}:slaves"Thomas Haller2019-10-182-16/+40
| * libnm: remove unused enum value from "nm-object.c"Thomas Haller2019-10-181-1/+0
| * libnm: rework caching singleton value in _nm_dbus_bus_type()Thomas Haller2019-10-181-9/+10
| * libnm/tests: add test for checking typesThomas Haller2019-10-181-0/+251
| * build: link "nm-enum-types.c" with the base "liblibnm" instead of "libnm"Thomas Haller2019-10-181-5/+6
| * shared: move nm_utils_parse_debug_string() from core to sharedThomas Haller2019-10-184-64/+64
| * shared: add nm_c_list_for_each_entry_prev() helper macroThomas Haller2019-10-181-0/+6
| * shared: add nm_g_source_destroy_and_unref() helperThomas Haller2019-10-181-0/+7
|/
* merge: branch 'lr/nmcli-d-wifi-show'Lubomir Rintel2019-10-187-89/+1694
|\
| * cli: add "nmcli d wifi show"lr/nmcli-d-wifi-showLubomir Rintel2019-10-187-11/+1648
| * cli/devices: keep the AddAndActivateInfo alive until the activation endsLubomir Rintel2019-10-181-67/+46
| * cli/devices: on connecting a device, don't uselessly look it up from the acLubomir Rintel2019-10-181-12/+1
| * utils: correct caching of can_show_graphicsLubomir Rintel2019-10-181-1/+1
|/
* dhcp: merge branch 'bg/dhcp-invalid-hostname'Beniamino Galvani2019-10-183-3/+29
|\
| * dhcp: ignore hostname when invalidbg/dhcp-invalid-hostnameBeniamino Galvani2019-10-171-0/+12
| * shared: export systemd dns and hostname validation functionsBeniamino Galvani2019-10-172-2/+16
| * shared: fix function return valueBeniamino Galvani2019-10-171-1/+1
|/
* platform: silence cppcheck warning about NULL pointer dereferenceIlya Shipitsin2019-10-171-1/+2
* libnm: fix nm_device_delete_async() after GDBusConnection reworkThomas Haller2019-10-171-1/+1
* libnm: merge branch 'th/libnm-no-dbus-codegen-1'Thomas Haller2019-10-1620-2781/+1996
|\
| * libnm: implement nm_client_add_connection*() by using GDBusConnection directlyThomas Haller2019-10-163-257/+244
| * libnm: implement nm_client_save_hostname_async() by using GDBusConnection dir...Thomas Haller2019-10-163-108/+17
| * libnm: implement nm_client_save_hostname() by using GDBusConnection directlyThomas Haller2019-10-163-32/+11
| * libnm: implement nm_client_reload_connections_async() by using GDBusConnectio...Thomas Haller2019-10-163-102/+20
| * libnm: implement nm_client_reload_connections() by using GDBusConnection dire...Thomas Haller2019-10-163-30/+16
| * libnm: implement nm_client_load_connections_async() by using GDBusConnection ...Thomas Haller2019-10-163-114/+27
| * libnm: implement nm_client_load_connections() by using GDBusConnection directlyThomas Haller2019-10-163-40/+24
| * libnm: implement nm_device_delete()/nm_device_delete_async() by using GDBusCo...Thomas Haller2019-10-161-44/+29
| * libnm: implement nm_device_disconnect()/nm_device_disconnect_async() by using...Thomas Haller2019-10-161-44/+29
| * libnm: implement nm_device_get_applied_connection()/nm_device_get_applied_con...Thomas Haller2019-10-161-80/+52
| * libnm: implement nm_device_reapply()/nm_device_reapply_async() by using GDBus...Thomas Haller2019-10-161-52/+48
| * libnm: implement nm_remote_connection_get_secrets()/nm_remote_connection_get_...Thomas Haller2019-10-161-49/+46
| * libnm: implement nm_remote_connection_delete()/nm_remote_connection_delete_as...Thomas Haller2019-10-161-44/+27
| * libnm: implement nm_remote_connection_save()/nm_remote_connection_save_async(...Thomas Haller2019-10-161-44/+29
| * libnm: implement nm_remote_connection_update2() by using GDBusConnection dire...Thomas Haller2019-10-161-104/+47
| * libnm: implement nm_remote_connection_commit_changes() by using GDBusConnecti...Thomas Haller2019-10-161-20/+23
| * libnm: implement nm_device_wifi_p2p_start_find()/nm_device_wifi_p2p_stop_find...Thomas Haller2019-10-161-59/+37
| * libnm: implement nm_device_wifi_request_scan_async() by using GDBusConnection...Thomas Haller2019-10-161-85/+29
| * libnm: implement nm_device_wifi_request_scan() by using GDBusConnection directlyThomas Haller2019-10-161-21/+19
| * libnm: implement nm_client_reload() by using GDBusConnection directlyThomas Haller2019-10-163-101/+15
| * libnm: implement nm_client_checkpoint_adjust_rollback_timeout() by using GDBu...Thomas Haller2019-10-163-104/+17