summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: retire deprecated WiMAX NMObject typesth/libnm-retire-wimaxThomas Haller2019-10-2210-759/+51
* libnm: merge branch 'th/libnm-hide-gobject-structs'Thomas Haller2019-10-2287-888/+1027
|\
| * libnm: hide GObject structs from public API and embed private dataThomas Haller2019-10-2285-852/+1010
| * libnm: hide NMClient struct from public headers and use direct private fieldThomas Haller2019-10-212-36/+17
|/
* libnm: merge branch 'th/libnm-no-dbus-codegen-2'Thomas Haller2019-10-1854-2588/+2801
|\
| * libnm: include "nm-types.h" in "nm-libnm-utils.h"Thomas Haller2019-10-181-0/+4
| * libnm: include "nm-libnm-utils.h" by default in libnm sourcesThomas Haller2019-10-186-5/+4
| * libnm: move wincaps_to_dash() function to "nm-libnm-utils.h"Thomas Haller2019-10-183-23/+30
| * libnm: don't use GSimpleAsyncResult for nm_client_new_async()Thomas Haller2019-10-181-30/+15
| * libnm: add logging NML_DBUS_LOG*() for debugging D-Bus for NMClientThomas Haller2019-10-182-0/+171
| * 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