summaryrefslogtreecommitdiff
path: root/libnm/nm-client.c
Commit message (Expand)AuthorAgeFilesLines
* libnm: fix wrong assertion in nm_client_check_connectivity_finish()Beniamino Galvani2020-06-251-1/+1
* libnm: fix documentation for value argument of nm_client_dbus_call()Thomas Haller2020-05-221-2/+2
* libnm/doc: fix spelling in nm_client_add_and_activate_connection2() documenta...Thomas Haller2020-04-281-3/+3
* libnm: advise using D-Bus instead of deprecated synchronous methodsThomas Haller2020-03-231-16/+15
* libnm: add nm_client_dbus_set_property() APIThomas Haller2020-03-231-0/+82
* libnm: add nm_client_dbus_call() APIThomas Haller2020-03-231-0/+86
* libnm/doc: fix gtk-doc for deprecated markers in libnmThomas Haller2020-03-231-8/+8
* shared: drop _STATIC variant of macros that define functionsThomas Haller2020-02-131-1/+2
* all: add nm_utils_error_is_cancelled() and nm_utils_error_is_cancelled_or_dis...Thomas Haller2020-02-101-8/+8
* libnm: hide NMActiveConnection until NMRemoteConnection is readyThomas Haller2020-02-101-0/+8
* libnm: minor cleanup of libnm trace loggingThomas Haller2020-02-101-3/+3
* libnm: expose nml_cleanup_context_busy_watcher_on_idle() helper for reuseThomas Haller2020-01-281-48/+64
* libnm: factor out nml_init_data_return() for reuseThomas Haller2020-01-281-20/+27
* libnm: move InitData to nm-libnm-utils.h for sharingThomas Haller2020-01-281-33/+17
* libnm: expose nm_context_busy_watcher_integrate_source() as internal API for ...Thomas Haller2020-01-281-15/+23
* libnm: log message when NMClient gets disposedThomas Haller2020-01-281-0/+2
* libnm: fix another leak when cleaning up NMClientThomas Haller2020-01-161-5/+31
* libnm: keep context-busy-watcher of NMClient alive for one more idle roundThomas Haller2020-01-161-0/+26
* shared: remove nm_dbus_connection_signal_subscribe_object_manager() helperThomas Haller2020-01-161-7/+7
* libnm: avoid leaking GMainContext for sync initialization after context-busy-...Thomas Haller2020-01-161-14/+49
* libnm: fix wrong assertion in nm_client_add_and_activate_connection2_finish()Thomas Haller2020-01-151-1/+1
* client: add nm_client_get_object_by_path() and nm_object_get_client() APIThomas Haller2020-01-081-0/+20
* libnm: add nm_client_get_capabilities() to expose server CapabilitiesThomas Haller2019-12-211-1/+94
* libnm: emit property changed signal when setting NM_CLIENT_DBUS_CONNECTIONThomas Haller2019-12-181-0/+2
* libnm: allow to enable/disable fetching of permissions in NMClientThomas Haller2019-12-101-22/+124
* libnm: add NMClient:instance-flags propertyThomas Haller2019-12-101-0/+62
* libnm: track permissions in NMClient as an array of well known permissionsThomas Haller2019-12-101-39/+41
* libnm,shared: move nm_permission_result_to_client() to shared's nm_client_per...Thomas Haller2019-12-101-1/+1
* libnm,cli: cleanup mapping between NMClientPermission and stringsThomas Haller2019-12-101-1/+1
* libnm: don't emit property changed "notify" signal while destructing NMClientThomas Haller2019-12-031-0/+8
* libnm: add assertion for object returned by nm_device_get_active_connection()Thomas Haller2019-11-281-1/+3
* libnm: add nm_client_get_main_context() functionThomas Haller2019-11-261-0/+26
* libnm: fix assertion for cleaning up nml_dbus_property_o_notify()Thomas Haller2019-11-261-1/+1
* libnm: fix leaking internal GMainContext for synchronously initialized NMClientThomas Haller2019-11-261-44/+214
* libnm: refactor caching of D-Bus objects in NMClientThomas Haller2019-11-251-978/+4376
* libnm: retire nm_client_wimax_*() functionsThomas Haller2019-11-071-20/+15
* libnm: add NM_CLIENT_CHECKPOINTS defineThomas Haller2019-10-271-1/+1
* libnm: change default value for NMClient:{networking,wireless-hardware}-enabl...Thomas Haller2019-10-271-2/+2
* libnm: change default value for NMClient:dns-{mode,rc-manager} propertiesThomas Haller2019-10-271-2/+2
* libnm: retire deprecated WiMAX NMObject typesThomas Haller2019-10-231-4/+0
* libnm: hide NMClient struct from public headers and use direct private fieldThomas Haller2019-10-211-15/+16
* libnm: don't use GSimpleAsyncResult for nm_client_new_async()Thomas Haller2019-10-181-30/+15
* libnm: add NM_CLIENT_DBUS_NAME_OWNER propertyThomas Haller2019-10-181-1/+34
* libnm: add NM_CLIENT_DBUS_CONNECTION propertyThomas Haller2019-10-181-23/+88
* 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-181-1/+1
* libnm: use obj_properties array in libnm and cleanupThomas Haller2019-10-181-239/+206
* libnm: implement nm_client_add_connection*() by using GDBusConnection directlyThomas Haller2019-10-161-113/+173
* libnm: implement nm_client_save_hostname_async() by using GDBusConnection dir...Thomas Haller2019-10-161-41/+17