summaryrefslogtreecommitdiff
path: root/src/nm-manager.c
Commit message (Expand)AuthorAgeFilesLines
* platform, devices: add support for vxlan devicesDan Winship2014-03-061-0/+4
* core: rename function nm_active_connection_get_name() to nm_active_connection...Thomas Haller2014-03-051-2/+2
* core: add some assertions to avoid clang analyzer false positivesDan Winship2014-03-051-0/+2
* core: match IPv4 'disabled' method to 'auto' when device has no linkDan Williams2014-03-041-0/+1
* core: correctly handle pre-activation dependency failure (rh #1069695)Dan Williams2014-03-041-1/+22
* core: ensure ActiveConnections stay alive over activation pathsDan Williams2014-03-041-21/+65
* mobile: make WWAN support a pluginDan Williams2014-03-031-55/+1
* bluez: make Bluetooth support a pluginDan Williams2014-03-031-88/+0
* atm: make ADSL support a pluginDan Williams2014-03-031-73/+0
* devices: rework device plugin interface to be more flexibleDan Williams2014-03-031-92/+115
* mobile: convert to device removed signalsDan Williams2014-03-031-31/+0
* core: allow devices to indicate when they should be removedDan Williams2014-03-031-0/+10
* core: add nm_connection_provider_get()Dan Williams2014-03-031-2/+8
* core: don't ref the Manager singletonDan Williams2014-03-031-1/+1
* core: queue re-activations to allow DEACTIVATING stateDan Williams2014-02-251-11/+2
* mobile: fix removal of ethernet interfaces owned by modemsDan Williams2014-02-211-11/+18
* manager: fix notification of the connectivity propertyGiovanni Campagna2014-02-171-0/+2
* core: fix hanging set_logging() dbus call by returning a resultThomas Haller2014-02-121-2/+4
* trivial: fix whitespace and spelling errorThomas Haller2014-02-101-4/+4
* core: normalize object paths on add_and_activate_connectionStanislaw Gruszka2014-02-101-0/+6
* core: fix recently introduced crash in nm-managerThomas Haller2014-01-301-1/+1
* core: fix a crash with autoconnect masters with autoconnect slavesDan Winship2014-01-301-32/+37
* core: Tighten up find_master() and ensure_master_active_connection() semanticsDan Winship2014-01-301-30/+49
* core: make find_master() return a GError on failureDan Winship2014-01-301-10/+18
* core: Fix the find_master() and ensure_master_active_connection() docsDan Winship2014-01-301-11/+35
* trivial: reorgranize some NMManager functionsDan Williams2014-01-241-334/+332
* core: more usage of g_signal_handlers_disconnect_by_func()Dan Williams2014-01-241-8/+11
* core: use g_signal_handlers_disconnect_by_func() to simplify some codeDan Williams2014-01-241-8/+4
* core: provide useful error messages to main() on Manager creation failureDan Williams2014-01-241-2/+4
* core: exit cleanly if D-Bus cannot be initialized (rh #1057738)Dan Williams2014-01-241-41/+49
* api/core: add Devices property to the ManagerDan Williams2014-01-231-4/+24
* wifi: fix crash after "merge: remove at_console..." for wifi scan requestsDan Williams2014-01-231-4/+4
* core: enforce permissions for SetLoggingDan Williams2014-01-231-9/+30
* core: properly deactivate active connections that fail earlyDan Winship2014-01-231-10/+21
* core: move virtual device autoconnect tracking bits out of NMManagerDan Winship2014-01-231-72/+4
* devices: start using the DEACTIVATING stateDan Winship2014-01-231-2/+1
* core: respect connection permissions for internal activation requestsDan Williams2014-01-211-0/+14
* core: respect connection user permissions for activation/deactivationDan Williams2014-01-211-5/+71
* trivial: remove stray '\'Dan Williams2014-01-171-1/+1
* core: fix leak in impl_manager_get_loggingDan Winship2013-12-201-4/+5
* logging: ignore unrecognized domains on startupDan Winship2013-12-201-1/+1
* core: when suspending, don't take down virtual devices (rh #1038158)Dan Winship2013-12-201-3/+9
* core: fuzzier matching of generated connections to persistent onesDan Williams2013-12-051-14/+15
* core: optimize generated connection matching a bitDan Williams2013-12-051-9/+13
* libnm-util: add INFERRABLE flag and remove CANDIDATEDan Williams2013-12-051-1/+1
* manager: handle NULL ifname in nm_manager_can_device_auto_connect gracefullyJiří Klimeš2013-12-041-0/+3
* manager: do not create software devices when device was manually disconnectedJiří Klimeš2013-12-041-2/+9
* manager: fix connection auto-activation in timestamp-based order (rh #1029854)Jiří Klimeš2013-11-291-1/+7
* Revert "core: add Devices property to Manager"Dan Williams2013-11-251-24/+4
* core: add Devices property to ManagerDan Williams2013-11-251-4/+24