summaryrefslogtreecommitdiff
path: root/src/libnm-client-impl/nm-client.c
Commit message (Expand)AuthorAgeFilesLines
* libnm: add nm_client_wait_shutdown() function for cleaning up NMClientThomas Haller2022-10-141-0/+293
* libnm: add "initialized-{good,bad}" flags to NMClientInstanceFlagsThomas Haller2022-10-141-4/+23
* libnm: fix "parameters" argument in nm_client_dbus_call() to be optionalThomas Haller2022-07-041-4/+4
* libnm-client: fix some commentslr/gtkdocLubomir Rintel2022-05-061-4/+4
* libnm: fix placement of some "Since:" tagsLubomir Rintel2022-05-061-2/+2
* libnm: replace nm-types.h by defining the types in respective headersLubomir Rintel2022-05-061-2/+2
* libnm: support radio flagsBeniamino Galvani2022-03-291-0/+42
* all: change scheduling priority for idle actions to G_PRIORITY_DEFAULT_IDLEThomas Haller2022-03-131-1/+4
* libnm: fix assertion in NMClient checking for current main contextThomas Haller2022-03-111-2/+2
* libnm: fix uninitialized GError in NMClient's _init_start_cancel_on_idle_cb()Thomas Haller2022-03-091-2/+2
* libnm: fix crash during the restart after killedWen Liang2022-03-091-3/+3
* libnm: fix an assert in nm_client_get_capabilities()Lubomir Rintel2022-03-091-1/+0
* libnm: fix nm_client_add_and_activate_connection2_finish annotationVal Och2022-02-091-1/+1
* libnm: add code comments to NMClientThomas Haller2022-01-281-0/+13
* libnm: fix dangling pointer in "o" properties when unregistering NMObjectThomas Haller2022-01-281-0/+1
* Revert "libnm: fix dangling pointer in public API while destructing NMClient"Thomas Haller2022-01-251-1/+0
* libnm: fix dangling pointer in public API while destructing NMClientThomas Haller2022-01-211-0/+1
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-291-419/+419
* dbus-metadata: make 'extra' available from NML_DBUS_META_PROPERTY_INIT_FCN()Fernando Fernandez Mancera2021-10-111-1/+1
* libnm-utils: let nml_dbus_property_ao_clear() return changed_propFernando Fernandez Mancera2021-10-111-2/+5
* libnm-utils: expose nml_dbus_property_ao_notify()Fernando Fernandez Mancera2021-10-111-1/+1
* libnm: add NMIPAddress and NMIPRoute dups backported symbols from 1.30.8Fernando Fernandez Mancera2021-10-051-0/+8
* libnm: add required-timeout backported symbol from 1.30.8Beniamino Galvani2021-09-231-0/+6
* libnm: fix leak and return "failures" from nm_client_load_connections()gaoxingwang2021-09-131-1/+1
* libnm/doc: clarify GMainContext handling in NMClient documentationThomas Haller2021-04-191-10/+27
* all: use nm_g_variant_singleton_a*() helpersThomas Haller2021-04-161-21/+20
* libnm: add comment about context-busy-watcher and g_dbus_connection_signal_un...Thomas Haller2021-03-291-1/+19
* libnm: better explain nm_client_new()/nm_client_new_async()Thomas Haller2021-03-291-9/+46
* libnm: cleanup handling of cancellation for initializing NMClientThomas Haller2021-03-291-14/+23
* build: move "libnm/" to "src/" and split itThomas Haller2021-02-241-0/+8754