summaryrefslogtreecommitdiff
path: root/src/nm-manager.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* nm-manager: add 'metered' propertyBeniamino Galvani2015-06-091-0/+1
* iface-helper: add nm-iface-helper for dynamic configure-then-quit supportDan Williams2014-11-071-0/+2
* core: add PrimaryConnectionType property to NMManager (bgo #739080)Ryan Lortie2014-10-231-0/+1
* libnm-core, core: move NMManagerError to nm-errorsDan Winship2014-10-221-16/+0
* trivial: spacing and code cleanups in nm-manager.hDan Williams2014-09-111-32/+25
* all: remove a bunch of unnecessary dbus/dbus-glib includesDan Winship2014-09-031-1/+0
* all: fix up multiple-include-guard definesDan Winship2014-08-161-3/+3
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-231-5/+5
* core: refactor to return const GSList * from nm_manager_get_devices()Thomas Haller2014-05-131-1/+1
* core: provide useful error messages to main() on Manager creation failureDan Williams2014-01-241-0/+1
* api/core: add Devices property to the ManagerDan Williams2014-01-231-0/+1
* core: move virtual device autoconnect tracking bits out of NMManagerDan Winship2014-01-231-6/+0
* Revert "core: add Devices property to Manager"Dan Williams2013-11-251-1/+0
* core: add Devices property to ManagerDan Williams2013-11-251-0/+1
* core: don't allow activating the same connection twice (rh #997998)Dan Winship2013-11-061-0/+2
* core: pass NMAuthSubject around activation paths instead of uid + dbus senderDan Williams2013-10-311-1/+2
* core: make nm_manager_activate_connection() take a Device, not a pathDan Williams2013-10-311-1/+1
* core: track autoconnect for removed software devices (rh #1005913)Jiří Klimeš2013-10-241-0/+6
* core: add NMManager:primary-connection and :activating-connectionDan Winship2013-08-281-0/+2
* core: provide additional network connectivity informationDan Winship2013-08-281-0/+1
* core: add NMManager:startup propertyDan Winship2013-08-161-0/+1
* platform, devices: add support for veth devicesDan Winship2013-05-241-2/+4
* core: make nm-properties-changed-signal always export the right propertiesDan Winship2013-05-201-1/+0
* core: use Config object for connectivity checking parametersDan Williams2013-03-111-3/+0
* core: don't allow auto-activation of a master that has been disconnectedDan Williams2013-02-041-0/+1
* core: add manager active connection added/removed signalsDan Williams2012-12-171-0/+5
* vpn: kill nm_vpn_manager_get_active_connections()Dan Williams2012-12-171-3/+2
* core: fix NM_IS_*_CLASS(klass) macrosJiří Klimeš2012-07-271-1/+1
* Fix names of error enum valuesDan Winship2012-03-121-10/+10
* core: ensure master connections are available for dependenceDan Williams2012-03-011-0/+1
* core: use NMActiveConnection objects throughout activation pathsDan Williams2012-03-011-6/+6
* core: add internet connectivity checkThomas Bechtold2012-02-271-1/+4
* Use glib-mkenums to generate enum typesDan Winship2012-02-151-0/+12
* core: kill NMDeviceInterfaceDan Williams2011-12-021-1/+0
* bonding: postpone auto-activation of a slave until master is presentThomas Graf2011-11-091-0/+4
* core: split nm_manager_get() to simplify manager creationDan Williams2011-09-271-1/+4
* core: remove unused arguments from nm_manager_get()Dan Williams2011-09-271-2/+0
* agents: filter agents by UID for user-requested connectionsDan Williams2011-01-261-1/+1