summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-client.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-16all: goodbye libnm-glibLubomir Rintel1-2514/+0
2019-04-03Revert "all: goodbye libnm-glib"Lubomir Rintel1-0/+2514
2019-03-19all: goodbye libnm-glibLubomir Rintel1-2514/+0
2018-09-17docs: misc. typos pt2luz.paz1-1/+1
2018-05-10all: use the elvis operator wherever possibleLubomir Rintel1-4/+4
2018-03-26libnm-glib: do not use deprecated Gtk-Doc Type: and Virtual: tagsJiří Klimeš1-2/+1
2018-03-08Add calls to g_simple_async_result_set_check_cancellableBenjamin Berg1-0/+6
2017-11-16all: don't use g_direct_equal() for hash table equality functionThomas Haller1-1/+1
2017-05-28all: fix typos in documentation, translated strings and commentsYuri Chornoivan1-1/+1
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-4/+4
2016-08-17auth: check when setting statistics refresh rateAlfonso Sanchez-Beato1-0/+2
2016-08-17permissions: properly add checkpoint-rollback permissionThomas Haller1-0/+2
2016-06-01all: move NM_AUTH_PERMISSION_* defines to "nm-common-macros.h" headerThomas Haller1-14/+1
2016-06-01manager: add Reload() D-Bus commandThomas Haller1-0/+3
2016-06-01libnm: implement missing NM_AUTH_PERMISSION_SETTINGS_MODIFY_GLOBAL_DNSThomas Haller1-0/+3
2016-03-04libnm: fix clearing real-devices in NMManager's free_devices()Thomas Haller1-1/+1
2016-03-03all: don't include error->code in log messagesThomas Haller1-3/+3
2016-03-03all: clean-up usage of GErrorThomas Haller1-2/+2
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-3/+3
2016-02-12build: cleanup default includesThomas Haller1-3/+3
2016-01-26libnm-glib: fix another memory leak around update_permissions()Thomas Haller1-12/+6
2016-01-26libnm-glib: fix crash due to uninitalized pointer in get_permissions_reply()Thomas Haller1-1/+1
2016-01-21libnm-glib: fix leak in get_permissions_reply()Dan Williams1-0/+2
2015-12-04libnm/libnm-glib: add NMClient.get_all_devices() method and AllDevices propertyDan Williams1-21/+135
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-1/+1
2015-07-24libnm-glib: drop private bus supportDan Winship1-36/+26
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-1/+1
2015-05-26libnm-glib: do not access NULL GError variable (rh #1224819)Jiří Klimeš1-4/+6
2015-03-19libnm,core: don't mix up enum typesLubomir Rintel1-1/+1
2015-01-08libnm-glib/nm-client: zero the CheckConnectivityData structureRui Matos1-1/+1
2014-12-18docs: misc small fixesDan Winship1-3/+3
2014-11-13all: consistently include config.hDan Winship1-0/+2
2014-10-05libnm, libnm-glib: clarify nm_client_activate_connection() semanticsDan Winship1-0/+10
2014-08-07libnm, libnm-glib: belatedly replace _nm_client_is_object_path()Dan Winship1-46/+2
2014-08-01libnm-glib: fix a crash when using multiple NMClientsDan Winship1-1/+1
2014-07-31libnm-glib: disconnect the connectivity check cancellable signal after the ca...Giovanni Campagna1-0/+5
2014-07-27libnm-glib: fix gtk-doc for NMClient:active-connectionsThomas Haller1-1/+1
2014-07-25libnm-glib: document some propertiesDan Winship1-9/+9
2014-07-15libnm-util, libnm-glib: whitespace fixesDan Winship1-23/+23
2014-07-15libnm-util, libnm-glib: standardize copyright/license headersDan Winship1-4/+2
2014-07-15libnm-util, libnm-glib: tweak (element-type) annotations in docsDan Winship1-5/+5
2014-06-19all: remove remaining GParamSpec name/blurb stringsDan Winship1-72/+57
2014-06-19libnm-util, libnm-glib: be consistent about "Wi-Fi", "Ethernet", "InfiniBand"...Dan Winship1-3/+3
2014-01-23libnm-glib: convert NMClient Devices to a real propertyDan Williams1-23/+20
2013-11-13coverity: fix various warnings detected with CoverityThomas Haller1-1/+6
2013-10-31libnm-glib: add support for NULL connections to nm_client_activate_connection()Dan Williams1-3/+7
2013-10-22core: cleanup freeing of glib collections of pointersThomas Haller1-2/+1
2013-10-14libnm-glib: fix a crash in nm_client_new() (rh #1010288)Jiří Klimeš1-5/+30
2013-10-11libnm-util, libnm-glib: fix up some gtk-doc commentsDan Winship1-2/+2
2013-10-03libnm: more valgrinding fixesDan Winship1-2/+4