summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm/vpn: add nm_vpn_editor_plugin_get_editor_load() to load the editor pluginth/vpn-editor-split-bgo765732Thomas Haller2016-04-283-4/+170
* libnm/vpn: add nm_vpn_editor_plugin_get_editor_library_path() functionThomas Haller2016-04-283-0/+65
* libnm/vpn: set nm_vpn_editor_plugin_set_editor_library_path() when loading fr...Thomas Haller2016-04-281-0/+10
* libnm/vpn: add nm_vpn_editor_plugin_set_editor_library_path() functionThomas Haller2016-04-283-1/+37
* libnm/vpn: add private date to NMVpnPlugin interfaceThomas Haller2016-04-281-2/+35
* 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
| * core: add nm_utils_ipx_address_clear_host_address() utilThomas Haller2016-04-283-18/+23
|/
* cli: remove version check against NMFrancesco Giudici2016-04-2876-1370/+3
* device/ethernet: ignore s390 'portname' attribute when not setBeniamino Galvani2016-04-281-6/+11
* manager: use _LOGx() macros in nm-managerThomas Haller2016-04-271-36/+42
* merge: branch 'bg/gateway-never-default-rh1313091-v2'Beniamino Galvani2016-04-274-1/+81
|\
| * ifcfg-rh: emit a warning when DEFROUTE=no and GATEWAY is setBeniamino Galvani2016-04-271-0/+5
| * libnm-core: remove gateway when never-default=yes in NMSettingIPConfigBeniamino Galvani2016-04-273-1/+76
|/
* settings: fix write_hostname for relative-symbolic linksThomas Haller2016-04-271-1/+1
* settings: remove unnecessary "file" field for hostname from NMSettingPrivateThomas Haller2016-04-271-7/+5
* utils: add nm_utils_read_link_absolute()Thomas Haller2016-04-272-0/+35
* settings: add notification after connections loadFrancesco Giudici2016-04-271-0/+1
* tui: quit from top-level form when exitingBeniamino Galvani2016-04-271-1/+15
* settings: disconnect connection_ready_changed() handler when reaching startup...Thomas Haller2016-04-261-2/+12
* dns: merge branch 'th/dns-rc-manager-bgo765387'Thomas Haller2016-04-264-154/+151
|\
| * dns: add new rc-manager=unmanagedThomas Haller2016-04-262-1/+6
| * dns: merge the dns "mode" and "rc-manager"Thomas Haller2016-04-263-115/+82
| * dns: when clearing "plugin" always disconnect signal handlersThomas Haller2016-04-261-6/+14
| * dns: initialize rc-manager in init_resolv_conf_mode()Thomas Haller2016-04-261-24/+13