summaryrefslogtreecommitdiff
path: root/src/nm-manager.c
Commit message (Expand)AuthorAgeFilesLines
* core: sort connections in descending timestamp order on take-over (rh #1067712)Jiří Klimeš2014-04-111-1/+1
* core: unregister removed devices from D-BusDan Williams2014-04-091-0/+2
* core: split user managed preference (unmanaged specs) out from internal manag...Dan Williams2014-04-071-9/+5
* core: convert unmanaged bits to flagsDan Williams2014-04-071-23/+27
* core: don't generate a connection for unmanaged devicesMikhail Efremov2014-04-071-3/+6
* core: ensure activation does not disconnect private connectionsDan Williams2014-03-311-0/+25
* core: update NMManager:devices before emitting notify::devices (rh #1078720)Dan Winship2014-03-271-2/+2
* core: export ActiveConnection before handing it to the device (bgo #723783)Dan Williams2014-03-201-7/+13
* core: warn if multiple plugins for the same type are installedDan Winship2014-03-191-2/+9
* wifi: bypass available check for hidden APs during activation (rh #1069844)dcbw/hidden-ssidDan Williams2014-03-121-3/+3
* 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