summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* device: merge branch 'bg/ip-method-fail-fixes-bgo741347'Beniamino Galvani2016-05-024-168/+294
|\
| * device: add dhcp_schedule_restart() helperBeniamino Galvani2016-05-021-27/+42
| * device: retry DHCPv6 when a lease expiresBeniamino Galvani2016-05-021-8/+30
| * device: retry DHCPv4 when a lease expiresBeniamino Galvani2016-05-021-8/+32
| * device: group DHCP6 private membersBeniamino Galvani2016-05-021-64/+66
| * device: group DHCP4 private membersBeniamino Galvani2016-05-021-31/+33
| * device: fail activation immediately only when may-fail=noBeniamino Galvani2016-05-024-61/+122
|/
* core: introduce nm_utils_dnsmasq_status_to_string()Beniamino Galvani2016-05-024-53/+45
* dnsmasq-manager: trivial: remove unused signal slotBeniamino Galvani2016-05-022-5/+1
* dnsmasq-manager: trivial: move class and object functions at bottomBeniamino Galvani2016-05-021-54/+54
* 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