summaryrefslogtreecommitdiff
path: root/libnm/nm-manager.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-10all: use the elvis operator wherever possibleLubomir Rintel1-2/+2
2018-04-18shared: drop duplicate c-list.h headerBeniamino Galvani1-1/+1
2018-04-04libnm: rework checkpoint APIThomas Haller1-30/+26
2018-04-04checkpoint: allow resetting the rollback timeout via D-BusThomas Haller1-0/+60
2018-04-04libnm: fix crash creating checkpoint during find_checkpoint_info()Thomas Haller1-10/+30
2018-04-04libnm: minor cleanup of nm_manager_get_device_by_path()Thomas Haller1-5/+3
2018-03-08Add calls to g_simple_async_result_set_check_cancellableBenjamin Berg1-0/+16
2017-11-28c-list: re-import latest version of c-list.h from upstreamThomas Haller1-1/+1
2017-11-16all: use nm_str_hash() instead of g_str_hash()Thomas Haller1-1/+1
2017-11-16all: use nm_direct_hash() instead of g_direct_hash()Thomas Haller1-1/+1
2017-11-16all: don't use g_direct_equal() for hash table equality functionThomas Haller1-1/+1
2017-11-09libnm: add checkpoint supportBeniamino Galvani1-0/+335
2017-10-03libnm: update property in the manager after connectivity checkBeniamino Galvani1-3/+17
2017-09-22manager: Disconnect from signals on the proxy when we're disposedIain Lane1-2/+2
2017-08-17client: expose connectivity-check-{available,enabled} propertiesJames Henstridge1-0/+59
2017-05-11libnm: use CList instead of GSList for pending_activations in "nm-manager.c"Thomas Haller1-14/+16
2017-03-13all: use nm_clear_g_cancellable()Thomas Haller1-5/+1
2017-02-28libnm/manager: make sure the devices and acs won't notify manager after the m...Lubomir Rintel1-4/+4
2016-11-23all: rename the introspection data to use the interface paths in namesLubomir Rintel1-1/+1
2016-11-14libnm: avoid leaking the interface proxiesLubomir Rintel1-15/+17
2016-11-11libnm/manager: don't fail the object if we can't get the permissionsLubomir Rintel1-4/+9
2016-11-11libnm/nm-manager: don't block the object creation on permissionsLubomir Rintel1-5/+8
2016-11-10libnm: use the o.fd.DBus.ObjectManager API for object managementLubomir Rintel1-224/+39
2016-10-24libnm: coerce empty strings to NULL for D-Bus propertiesThomas Haller1-1/+1
2016-10-14libnm: disconnect devices' signals when disposing managerBeniamino Galvani1-7/+15
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-7/+7
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-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2016-02-12build: cleanup default includesThomas Haller1-4/+4
2015-12-04libnm/libnm-glib: add NMClient.get_all_devices() method and AllDevices propertyDan Williams1-16/+76
2015-11-01macros: add nm_clear_g_cancellable() utilityThomas Haller1-2/+3
2015-08-05all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship1-1/+0
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-1/+1
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-1/+1
2015-06-09nm-manager: add 'metered' propertyBeniamino Galvani1-0/+19
2015-03-19libnm,core: don't mix up enum typesLubomir Rintel1-1/+1
2014-12-04libnm: remove nm_utils_init() from the public APIDan Winship1-10/+0
2014-11-19libnm: Don't expect VPN connections to attach to the deviceLubomir Rintel1-3/+6
2014-11-14libnm: Watch for AC removal in case of AddAndActivateConnection() as wellLubomir Rintel1-0/+3
2014-11-13libnm*: fix library gettext usageDan Winship1-1/+1
2014-11-13all: consistently include config.hDan Winship1-0/+2
2014-11-07libnm: Complete activation when ActiveConnection abruptly disappearsLubomir Rintel1-0/+22
2014-11-07libnm: Drop a wrong assertLubomir Rintel1-2/+0
2014-11-06libnm: cancel NMRemoteSettings/NMManager property reload when NM quitsDan Williams1-2/+10
2014-10-22libnm: consolidate NMClientError and NMObjectErrorDan Winship1-5/+8