summaryrefslogtreecommitdiff
path: root/src/nm-manager.h
Commit message (Expand)AuthorAgeFilesLines
* bluetooth: refactor BlueZ handling and let NMBluezManager cache ObjectManager...Thomas Haller2019-09-231-0/+2
* core: add and use NM_MANAGER_GET macroThomas Haller2019-09-221-0/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* libnm,core: Add ConnectivityCheckUri property and accessorsIain Lane2019-07-221-0/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* core: improve and fix keeping connection active based on "connection.permissi...Thomas Haller2018-12-091-0/+1
* core: add nm_manager_for_each_active_connection_safe() and nm_manager_for_eac...Thomas Haller2018-12-091-0/+26
* device/shared: set ANDROID_METERED option 43 for shared connectionsThomas Haller2018-12-031-0/+2
* core: extend nm_manager_get_activatable_connections() for autoconnect and mul...Thomas Haller2018-08-081-2/+3
* manager: rename nm_manager_write_device_state()Beniamino Galvani2018-08-021-1/+2
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* shared: drop duplicate c-list.h headerBeniamino Galvani2018-04-181-1/+1
* core: specify an activation reason for active connectionsBeniamino Galvani2018-04-081-0/+1
* core: add macro for iterating CList of devices of NMManagerThomas Haller2018-04-041-1/+14
* core: track devices in manager via embedded CListThomas Haller2018-03-271-1/+1
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-5/+11
* core: persist aspired default route-metric in device's state fileThomas Haller2017-12-201-3/+0
* device: generate unique default route-metrics per interfaceThomas Haller2017-12-151-0/+10
* core: track NMActiveConnection in manager with CListThomas Haller2017-11-271-1/+14
* core: export checkpoint list over D-BusBeniamino Galvani2017-11-091-0/+1
* checkpoint: don't include unrealized devicesBeniamino Galvani2017-11-091-1/+0
* manager: add a method to get a particular device of given typeLubomir Rintel2017-10-301-1/+6
* manager: add connectivity-check-{available,enabled} properties.James Henstridge2017-08-171-0/+2
* core: implement activation of PPP devicesBeniamino Galvani2017-08-051-0/+2
* hostname: cache hostname-manager's hostname propertyThomas Haller2017-05-121-1/+0
* core: add activation-type property to active-connectionThomas Haller2017-03-161-0/+1
* core: refactor nm_manager_get_activatable_connections() to return an arrayThomas Haller2017-02-101-1/+4
* manager: avoid an extra path to ac translationLubomir Rintel2017-01-271-1/+1
* ifcfg-rh: write the master device name even if the master property is an UUIDlr/ifcfg-device-rh1369008Lubomir Rintel2016-12-151-0/+3
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-1/+1
* core: allow passing an applied connection to nm_act_request_new()Beniamino Galvani2016-09-261-0/+1
* manager: add nm_manager_get_device_paths()Beniamino Galvani2016-09-261-0/+1
* config: store and load device runtime state to fileThomas Haller2016-09-261-0/+2
* core: use binary-search for nm_manager_set_capability()Thomas Haller2016-09-231-1/+0
* manager: Add "Capabilities" propertyMarius Vollmer2016-09-231-0/+3
* checkpoint: add create, rollback and destroy D-Bus APIBeniamino Galvani2016-08-171-0/+2
* manager: make NMManager's structs privateThomas Haller2016-04-281-8/+0
* manager: remove unused signal slots from NMManagerClassThomas Haller2016-04-281-5/+0
* config: let NMConfig handle "NetworkManager.state" file (bgo#764474)Thomas Haller2016-04-071-5/+1
* manager: use defines for signal namesThomas Haller2016-04-041-1/+9
* manager: export nm_manager_get_connection_iface()Lubomir Rintel2016-02-171-0/+6
* manager: refactor construction of manager singleton instanceThomas Haller2016-01-181-0/+1
* core: use define for NMManager's "state-changed" signal nameThomas Haller2015-12-071-0/+1
* api/manager: add GetAllDevices() method and AllDevices propertyDan Williams2015-12-041-0/+1
* manager: export DNS global configuration D-Bus propertyBeniamino Galvani2015-10-011-0/+1
* core: separate active and applied connectionLubomir Rintel2015-09-181-2/+2
* manager: remove WiMAX rfkill flag from NMMangerThomas Haller2015-08-131-2/+1
* core: make NMManager singleton more like othersDan Winship2015-08-101-4/+4
* core: fix NMManager in private-bus-only caseDan Winship2015-08-101-2/+1
* core: add an NMExportedObject base classDan Winship2015-07-241-5/+3