summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: merge branch 'bg/disconnect-on-suspend-rh1330694-v2'bg/disconnect-on-suspend-rh1330694-v2-on-nm-1-2Beniamino Galvani2016-05-245-12/+208
|\
| * manager: disconnect devices before unmanaging them on suspend/sleepBeniamino Galvani2016-05-241-2/+115
| * sleep-monitor: add functions for delaying the suspensionBeniamino Galvani2016-05-242-5/+71
| * device: add nm_device_set_unmanaged_by_flags_queue()Beniamino Galvani2016-05-242-5/+22
|/
* sleep-monitor: merge branch 'th/sleep-monitor-merge-bgo765682'Beniamino Galvani2016-05-246-242/+119
|\
| * sleep-monitor: make sleep-monitor not a singletonThomas Haller2016-05-243-18/+12
| * sleep-monitor: merge RESUMING signal into NMSleepMonitor's SLEEPING signalThomas Haller2016-05-243-36/+13
| * sleep-monitor: unify and cleanup loggingThomas Haller2016-05-241-24/+35
| * sleep-monitor: create D-Bus proxy asynchronously for upower sleep-monitorThomas Haller2016-05-241-33/+16
| * sleep-monitor: cleanup #if usage by using USE_UPOWER in "nm-sleep-monitor.c"Thomas Haller2016-05-241-10/+10
| * sleep-monitor: use defines for D-Bus paths for upower's sleep-monitorThomas Haller2016-05-241-9/+14
| * sleep-monitor: use dispose() method for upower's sleep-monitorThomas Haller2016-05-241-18/+7
| * sleep-monitor: merge "nm-sleep-monitor-upower.c" into "nm-sleep-monitor.c"Beniamino Galvani2016-05-243-144/+63
| * sleep-monitor: rename file "nm-sleep-monitor-systemd.c" to "nm-sleep-monitor.c"Thomas Haller2016-05-242-1/+1
| * sleep-monitor/trivial: rename "sd_proxy" instance to "proxy"Thomas Haller2016-05-241-18/+18
| * po: remove file "src/nm-sleep-monitor-systemd.c" from POTFILES.in as it has n...Thomas Haller2016-05-241-1/+0
|/
* manager: use _LOGx() macros in nm-managerThomas Haller2016-05-241-36/+42
* sleep-monitor-systemd: merge branch 'th/sleep-monitor-sd-cleanup'Beniamino Galvani2016-05-241-49/+92
|\
| * sleep-monitor: disconnect signal handlers from D-Bus proxy on destroyThomas Haller2016-05-241-4/+13
| * sleep-monitor: don't localize messages in core daemonThomas Haller2016-05-241-1/+1
| * sleep-monitor: properly handle cancelling of "Inhibit" D-Bus callThomas Haller2016-05-241-17/+28
| * sleep-monitor: handle early destruction of NMSleepMonitor instanceThomas Haller2016-05-241-4/+12
| * sleep-monitor: drop unused class methods for signalsThomas Haller2016-05-241-10/+2
| * sleep-monitor: implement dispose() instead of finalize()Thomas Haller2016-05-241-6/+5
| * sleep-monitor: don't return value from drop_inhibitor()Thomas Haller2016-05-241-4/+2
| * sleep-monitor: use LOG macros in "nm-sleep-monitor-systemd.c"Thomas Haller2016-05-241-11/+37
|/
* core: merge branch 'th/settings-cleanup-bgo765000'Beniamino Galvani2016-05-2411-523/+510
|\
| * active-connection: update D-Bus properties of active-connection when settings...Thomas Haller2016-05-241-7/+47
| * settings: merge "connection-updated" and "connection-updated-by-user" signalsThomas Haller2016-05-244-67/+52
| * settings: combine "updated" and "updated-by-user" signal in NMSettingsConnectionThomas Haller2016-05-243-32/+34
| * settings: emit NM_SETTINGS_CONNECTION_UPDATED right away and not on an idle h...Thomas Haller2016-05-241-23/+2
| * device/bluez: delay check_emit_usable() for NM_CP_SIGNAL_CONNECTION_UPDATEDThomas Haller2016-05-241-3/+18
| * device/bluez: refactor registering to connectionsThomas Haller2016-05-241-34/+35
| * policy: handle schedule_activate_all() in an idle handlerThomas Haller2016-05-241-5/+22
| * settings: drop signal slots from NMSettingsThomas Haller2016-05-244-37/+8
| * settings: refactor connection_changed()Thomas Haller2016-05-241-13/+15
| * settings: refactor connection-changed handlerThomas Haller2016-05-241-9/+13
| * settings: use NM_GOBJECT_PROPERTIES_DEFINE in NMSettings/NMSettingsConnection...Thomas Haller2016-05-243-340/+310
| * device: drop available_connections_notify() and call _notify() directlyThomas Haller2016-05-241-10/+4
| * manager: fix implementation of NMManager's "startup-completeThomas Haller2016-05-242-1/+8
|/
* config: add file name to error messages for parsing failuresBeniamino Galvani2016-05-191-4/+3
* cli: remove wrong assertion in check_valid_name()Beniamino Galvani2016-05-191-1/+0
* clients: fix build error for missing nm_vpn_plugin_info_get_service() after b...Thomas Haller2016-05-191-1/+3
* cli: merge branch 'th/cli-vpn-import-fixes-rh1337300'Thomas Haller2016-05-194-44/+144
|\
| * clients,cli: show better error message when failing to load VPN pluginThomas Haller2016-05-191-5/+29
| * clients,cli: for connection-add consider VPNs as loaded from the pluginThomas Haller2016-05-193-20/+90
| * clients: don't assert against existance of plugin in nm_vpn_supports_ipv6()Thomas Haller2016-05-191-2/+4
| * clients: lookup VPN plugins either by "name" or "service"Thomas Haller2016-05-193-13/+12
| * nmcli-completion: complete filename for VPN import and passwd-fileThomas Haller2016-05-191-4/+9
|/
* sleep-monitor-upower: add missing includeMichael Olbrich2016-05-191-0/+1