summaryrefslogtreecommitdiff
path: root/libnm/nm-client.c
Commit message (Expand)AuthorAgeFilesLines
* libnm: add nm_client_reload()Beniamino Galvani2019-09-171-0/+82
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* core,libnm: add AddConnection2() D-Bus API to block autoconnect from the startThomas Haller2019-07-251-18/+156
* libnm,core: Add ConnectivityCheckUri property and accessorsIain Lane2019-07-221-0/+22
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* libnm: fix dns-configuration property typeBeniamino Galvani2019-03-151-8/+3
* nm: Fix syntax on introspection annotationsMarco Trevisan (Treviño)2019-03-071-1/+1
* libnm: fix leak in nm_client_add_and_activate_connection{2,_async}()Thomas Haller2019-02-221-1/+1
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+2
* wifi-p2p: rename Wi-Fi P2PThomas Haller2019-02-011-7/+7
* wifi-p2p: rename files for consistent Wi-Fi P2P namingThomas Haller2019-02-011-4/+4
* libnm: Add NMDeviceP2PWifiBenjamin Berg2019-01-271-0/+6
* libnm: Add class to handle P2P peersBenjamin Berg2019-01-271-0/+3
* all: return output dictionary from "AddAndActivate2"Thomas Haller2019-01-141-30/+53
* all: rename "bind" option for AddAndActivateConnection2 to "bind-activation"Thomas Haller2018-11-191-4/+2
* libnm: drop "_async" suffix from nm_client_add_and_activate_connection_options()Thomas Haller2018-11-191-11/+11
* libnm: Add support to pass options to AddAndActivateConnectionBenjamin Berg2018-11-171-1/+109
* libnm: add mdns backported symbols from 1.10.14Beniamino Galvani2018-10-191-0/+4
* docs: misc. typos pt2luz.paz2018-09-171-1/+1
* libnm: introduce NMDeviceWireGuardJavier Arteaga2018-08-061-0/+3
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-3/+3
* libnm: add support form 6LoWPAN devicesLubomir Rintel2018-06-261-0/+3
* libnm: add support for WPAN devicesLubomir Rintel2018-06-261-1/+4
* clients/tests: add python test script for nmcli testsThomas Haller2018-05-111-3/+9
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-3/+0
* libnm: rework checkpoint APIThomas Haller2018-04-041-38/+41
* checkpoint: allow resetting the rollback timeout via D-BusThomas Haller2018-04-041-0/+82
* gobject-introspection: made several fixes to the annotationsCorentin Noël2018-03-261-14/+6
* Add calls to g_simple_async_result_set_check_cancellableBenjamin Berg2018-03-081-0/+26
* libnm: fix empty statements that were supposed to return NULLPavel Šimerda2018-01-171-3/+3
* libnm: add checkpoint supportBeniamino Galvani2017-11-091-0/+312
* libnm/client: proxy *_enabled and metered properties to the right objectLubomir Rintel2017-11-021-4/+4
* libnm: add support for ovs-bridge devicesLubomir Rintel2017-10-301-0/+3
* libnm: add support for ovs-port devicesLubomir Rintel2017-10-301-0/+3
* libnm: add support for ovs-interface devicesLubomir Rintel2017-10-301-0/+3
* libnm: disconnect signal handlers from old object-managerBeniamino Galvani2017-09-051-0/+1
* libnm: add gtk-doc Since markers for new API and missing enum documentationThomas Haller2017-08-171-0/+10
* client: expose connectivity-check-{available,enabled} propertiesJames Henstridge2017-08-171-0/+93
* device: add NMDevicePPPBeniamino Galvani2017-08-051-0/+3
* libnm: refactor name-owner check for object-managerThomas Haller2017-06-291-12/+14
* libnm: move check for pending_init to init_async_complete()Thomas Haller2017-06-291-4/+4
* libnm: fix leaking init_data in got_object_manager()Thomas Haller2017-06-291-1/+2
* libnm: assert in async_inited_obj_nm() for existing pending_init countThomas Haller2017-06-291-5/+5
* libnm/trivial: move codeThomas Haller2017-06-291-7/+7
* libnm: clear cancellable in new_object_manager() before emitting signalThomas Haller2017-06-291-1/+1
* libnm: fix leaking cancellable in NMClient's name_owner_changed()Thomas Haller2017-06-291-2/+1
* libnm: fix getting self pointer in NMClient's new_object_manager()Thomas Haller2017-06-291-2/+3
* libnm: clear NMClientPrivate.object_manager in name_owner_changed()Thomas Haller2017-06-291-1/+3
* Revert "libnm: don't use async constructor for GDBusObjectManager"Thomas Haller2017-06-291-24/+13
* Revert "libnm: refactor error handling in got_object_manager()"Thomas Haller2017-06-291-11/+15