summaryrefslogtreecommitdiff
path: root/src/nm-manager.c
Commit message (Expand)AuthorAgeFilesLines
* manager: return values for a non-void functionLubomir Rintel2015-12-181-2/+2
* manager: retry device creation for connection that would use a newly created ...Lubomir Rintel2015-12-181-26/+40
* trivial: fix indention/whitespaceThomas Haller2015-12-171-3/+3
* manager: don't create the virtual devices on all connection changesLubomir Rintel2015-12-151-8/+6
* manager: clean up the system_create_virtual_device() error handlingLubomir Rintel2015-12-111-33/+33
* manager: if there's an unrealized device that matches new connection, realize itLubomir Rintel2015-12-111-28/+36
* manager: let external devices go on removalLubomir Rintel2015-12-091-3/+3
* device: during activating device transit to DISCONNECTED stateThomas Haller2015-12-091-1/+1
* manager: improve the add_device() error handling a bitlr/device-link-typeLubomir Rintel2015-12-081-8/+17
* core: use define for NMManager's "state-changed" signal nameThomas Haller2015-12-071-1/+1
* core: use define for NMDevice's "state-changed" signal nameThomas Haller2015-12-071-1/+1
* core: subscribe recheck_assume_connection() early when adding deviceThomas Haller2015-12-041-11/+18
* device: expose nm_device_set_autoconnect() functionThomas Haller2015-12-041-1/+1
* core/trivial: rename functionsThomas Haller2015-12-041-13/+13
* manager: fix clearing weak-ref in platform_link_added()Thomas Haller2015-12-041-25/+28
* core: allow multiple devices with the same interface namedcbw/devices-for-allDan Williams2015-12-041-116/+139
* api/manager: add GetAllDevices() method and AllDevices propertyDan Williams2015-12-041-8/+71
* core: ensure platform links are compatible with the NMDeviceDan Williams2015-12-041-15/+22
* core: create devices first and realize them laterDan Williams2015-12-041-146/+173
* core: add class function for device unrealizationDan Williams2015-12-041-1/+11
* utils: add @filter_func argument to nm_utils_g_value_set_object_path_array()Dan Williams2015-12-041-2/+2
* device: split new_device_added() out of component_added()Thomas Haller2015-12-041-14/+15
* platform: remove NMPlatformReason enumThomas Haller2015-11-271-1/+0
* exported-object: add support for DBus ObjectManager interfaceDan Williams2015-11-181-3/+3
* core: explicitly unexport objects when we're done with themDan Williams2015-11-101-3/+2
* manager: fix activation without specified deviceThomas Haller2015-10-191-4/+8
* manager: export the VPN connections when activating themLubomir Rintel2015-10-141-3/+4
* vpn-manager: support multiple VPN connections of the same typelr/multiple-vpnLubomir Rintel2015-10-131-2/+1
* manager: export DNS global configuration D-Bus propertyBeniamino Galvani2015-10-011-16/+84
* manager: fix a reversed conditionalLubomir Rintel2015-09-301-1/+1
* manager: cleanup NMRfkillManager in dispose()Jiří Klimeš2015-09-221-0/+5
* manager: disconnect signal handlers on 'settings' in dispose() (rh #1264676)Jiří Klimeš2015-09-221-1/+10
* core: fix crash in NMManager message filterBeniamino Galvani2015-09-211-2/+2
* core: separate active and applied connectionLubomir Rintel2015-09-181-137/+181
* audit-manager: don't log connection whose addition failsLubomir Rintel2015-09-181-3/+3
* core/manager: use active_connection_get_by_path() in impl_manager_deactivate_...Thomas Haller2015-09-181-9/+4
* device/trivial: rename nm_device_get_unmanaged_flag() to nm_device_get_unmana...Thomas Haller2015-09-181-2/+2
* device/trivial: rename nm_device_set_initial_unmanaged_flag() to nm_device_se...Thomas Haller2015-09-181-2/+2
* device: allow modifying Managed propertyThomas Haller2015-09-181-0/+4
* device: refactor setting unmanaged based on device-specThomas Haller2015-09-161-11/+2
* core: refactor setting of D-Bus properties via NMManagerThomas Haller2015-09-161-41/+42
* core: refactor NMBusManager to hold reference to NMExportedObject directlyThomas Haller2015-09-161-2/+2
* manager: avoid wrong ref-counting in do_set_property_check()Thomas Haller2015-09-141-4/+8
* manager: avoid assertion in free_property_filter_data()Thomas Haller2015-09-141-3/+2
* manager: call nm_device_realize() also for generic devicesJiří Klimeš2015-09-091-6/+7
* device: retry creation of default connection after link is initializedBeniamino Galvani2015-09-031-0/+15
* core: don't set "startup complete" until devices have been added (rh #1256772)Jiří Klimeš2015-08-261-0/+6
* manager: fix race subscribing prop_filter()Thomas Haller2015-08-211-18/+63
* manager: check for object type in do_set_property_check()Thomas Haller2015-08-211-0/+8
* manager: don't invoke non-thread-safe operations during prop_filter()Thomas Haller2015-08-211-9/+17