summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: declare external variable nm_cli in <nmcli.h> headerth/reapply-fixes-bgo765848Thomas Haller2016-04-305-18/+2
* cli: remove unused functionsThomas Haller2016-04-302-74/+0
* cli: don't allow multiple <ifname> arguments to device-reapplyThomas Haller2016-04-302-51/+32
* cli: refactor cleanup in do_device_reapply()Thomas Haller2016-04-301-10/+7
* device: improve error message for failure to reapplyThomas Haller2016-04-301-7/+14
* device: fix check for invalid keys during reapplyThomas Haller2016-04-301-7/+3
* device: clear secrets from applied connection during reapplyThomas Haller2016-04-301-0/+1
* device: allow reapply with a different connection.uuidThomas Haller2016-04-301-0/+6
* device: allow reapply if connection.id differsThomas Haller2016-04-301-0/+1
* utils: refactor _nm_utils_ascii_str_to_int64()Thomas Haller2016-04-301-35/+12
* build: cleanup includes of <gmodule.h>Thomas Haller2016-04-305-4/+1
* man: clearify rc-manager symlink setting in NetworkManager.confThomas Haller2016-04-301-2/+7
* device: postpone updates of IP configuration when a commit is pendingBeniamino Galvani2016-04-291-0/+33
* core,libnm: merge branch 'th/module-close'Thomas Haller2016-04-293-69/+89
|\
| * settings: don't unload settings plugins on failureThomas Haller2016-04-291-3/+4
| * device: don't unload device plugins on failureThomas Haller2016-04-291-5/+5
| * libnm/vpn: don't close the VPN plugin library on cleanupThomas Haller2016-04-291-61/+80
|/
* libnm/vpn: fix checking service name in nm_vpn_plugin_info_new_search_file()Thomas Haller2016-04-291-9/+5
* systemd: fix conversion from size_t on s390Lubomir Rintel2016-04-291-1/+1
* ifupdown: avoid calloc()Lubomir Rintel2016-04-291-8/+8
* ifnet: fix error handlingLubomir Rintel2016-04-291-7/+4
* config: call va_end() in unexpected code path tooLubomir Rintel2016-04-291-7/+5
* cli: handle device failure when activatingBeniamino Galvani2016-04-291-1/+8
* build: cleanup include of <config.h>Thomas Haller2016-04-282-2/+3
* wwan/trivial: fix whitespace and indentionThomas Haller2016-04-281-8/+7
* libnm/vpn: don't leak editor-plugin if nm_vpn_editor_plugin_load() failsThomas Haller2016-04-281-2/+1
* libnm: store NMConnectionPrivate via g_object_set_qdata()Thomas Haller2016-04-281-3/+9
* manager: embed NMManagerPrivate data directly into NMManager structThomas Haller2016-04-281-5/+5
* manager: make NMManager's structs privateThomas Haller2016-04-282-8/+8
* manager: remove unused signal slots from NMManagerClassThomas Haller2016-04-282-11/+3
* sleep-monitor: merge branch 'th/sleep-monitor-merge-bgo765682'Thomas Haller2016-04-286-241/+119
|\
| * sleep-monitor: make sleep-monitor not a singletonThomas Haller2016-04-283-18/+12
| * sleep-monitor: merge RESUMING signal into NMSleepMonitor's SLEEPING signalThomas Haller2016-04-283-36/+13
| * sleep-monitor: unify and cleanup loggingThomas Haller2016-04-281-24/+35
| * sleep-monitor: create D-Bus proxy asynchronously for upower sleep-monitorThomas Haller2016-04-281-33/+16
| * sleep-monitor: cleanup #if usage by using USE_UPOWER in "nm-sleep-monitor.c"Thomas Haller2016-04-281-10/+10
| * sleep-monitor: use defines for D-Bus paths for upower's sleep-monitorThomas Haller2016-04-281-9/+14
| * sleep-monitor: use dispose() method for upower's sleep-monitorThomas Haller2016-04-281-18/+7
| * sleep-monitor: merge "nm-sleep-monitor-upower.c" into "nm-sleep-monitor.c"Thomas Haller2016-04-283-143/+63
| * sleep-monitor: rename file "nm-sleep-monitor-systemd.c" to "nm-sleep-monitor.c"Thomas Haller2016-04-282-1/+1
| * sleep-monitor/trivial: rename "sd_proxy" instance to "proxy"Thomas Haller2016-04-281-18/+18
| * po: remove file "src/nm-sleep-monitor-systemd.c" from POTFILES.in as it has n...Thomas Haller2016-04-281-1/+0
|/
* platform: merge branch 'th/platform-route-cleanup-bgo765432'Thomas Haller2016-04-2830-276/+405
|\
| * platform: add nm_linux_platform_lookup()Thomas Haller2016-04-283-2/+19
| * platform: change order in which fields are compared in nm_platform_ip4_route_...Thomas Haller2016-04-281-9/+7
| * platform: extend NMIPConfigSource to preserve the rtm_protocol fieldThomas Haller2016-04-289-90/+195
| * platform: refactor marking cloned routes in platformThomas Haller2016-04-286-10/+20
| * platform: add nmp_utils_ip_config_source_to_string()Thomas Haller2016-04-283-40/+24
| * core/trivial: rename "source" field of addresses and routesThomas Haller2016-04-2822-175/+173
| * platform: sort links by ifindex in nm_platform_link_get_all()Thomas Haller2016-04-281-9/+21