summaryrefslogtreecommitdiff
path: root/libnm/nm-manager.c
Commit message (Expand)AuthorAgeFilesLines
* c-list: re-import latest version of c-list.h from upstreamThomas Haller2017-11-281-1/+1
* all: use nm_str_hash() instead of g_str_hash()Thomas Haller2017-11-161-1/+1
* all: use nm_direct_hash() instead of g_direct_hash()Thomas Haller2017-11-161-1/+1
* all: don't use g_direct_equal() for hash table equality functionThomas Haller2017-11-161-1/+1
* libnm: add checkpoint supportBeniamino Galvani2017-11-091-0/+335
* libnm: update property in the manager after connectivity checkBeniamino Galvani2017-10-031-3/+17
* manager: Disconnect from signals on the proxy when we're disposedIain Lane2017-09-221-2/+2
* client: expose connectivity-check-{available,enabled} propertiesJames Henstridge2017-08-171-0/+59
* libnm: use CList instead of GSList for pending_activations in "nm-manager.c"Thomas Haller2017-05-111-14/+16
* all: use nm_clear_g_cancellable()Thomas Haller2017-03-131-5/+1
* libnm/manager: make sure the devices and acs won't notify manager after the m...Lubomir Rintel2017-02-281-4/+4
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-1/+1
* libnm: avoid leaking the interface proxiesLubomir Rintel2016-11-141-15/+17
* libnm/manager: don't fail the object if we can't get the permissionsLubomir Rintel2016-11-111-4/+9
* libnm/nm-manager: don't block the object creation on permissionsLubomir Rintel2016-11-111-5/+8
* libnm: use the o.fd.DBus.ObjectManager API for object managementlr/object-managerLubomir Rintel2016-11-101-224/+39
* libnm: coerce empty strings to NULL for D-Bus propertiesThomas Haller2016-10-241-1/+1
* libnm: disconnect devices' signals when disposing managerBeniamino Galvani2016-10-141-7/+15
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-7/+7
* auth: check when setting statistics refresh rateAlfonso Sanchez-Beato2016-08-171-0/+2
* permissions: properly add checkpoint-rollback permissionThomas Haller2016-08-171-0/+2
* all: move NM_AUTH_PERMISSION_* defines to "nm-common-macros.h" headerThomas Haller2016-06-011-14/+1
* manager: add Reload() D-Bus commandThomas Haller2016-06-011-0/+3
* libnm: implement missing NM_AUTH_PERMISSION_SETTINGS_MODIFY_GLOBAL_DNSThomas Haller2016-06-011-0/+3
* libnm: fix clearing real-devices in NMManager's free_devices()Thomas Haller2016-03-041-1/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* build: cleanup default includesThomas Haller2016-02-121-4/+4
* libnm/libnm-glib: add NMClient.get_all_devices() method and AllDevices propertyDan Williams2015-12-041-16/+76
* macros: add nm_clear_g_cancellable() utilityThomas Haller2015-11-011-2/+3
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* nm-manager: add 'metered' propertyBeniamino Galvani2015-06-091-0/+19
* libnm,core: don't mix up enum typesLubomir Rintel2015-03-191-1/+1
* libnm: remove nm_utils_init() from the public APIDan Winship2014-12-041-10/+0
* libnm: Don't expect VPN connections to attach to the deviceLubomir Rintel2014-11-191-3/+6
* libnm: Watch for AC removal in case of AddAndActivateConnection() as wellLubomir Rintel2014-11-141-0/+3
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm: Complete activation when ActiveConnection abruptly disappearsLubomir Rintel2014-11-071-0/+22
* libnm: Drop a wrong assertLubomir Rintel2014-11-071-2/+0
* libnm: cancel NMRemoteSettings/NMManager property reload when NM quitsDan Williams2014-11-061-2/+10
* libnm: consolidate NMClientError and NMObjectErrorDan Winship2014-10-221-5/+8
* libnm: strip GDBus gunk from GErrorsDan Winship2014-10-221-15/+45
* libnm: postpone activation callback until all objects are readyDan Winship2014-10-191-48/+103
* libnm: add -added and -removed signals for ACs to NMManagerDan Winship2014-10-191-1/+20
* libnm: further NULL-vs-empty-array fixesDan Winship2014-10-191-10/+7
* libnm: split "NMManager" out of NMClientDan Winship2014-10-101-0/+1600