summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sleep-monitor: merge RESUMING and SLEEPING signal into SLEEP_SIGNALth/sleep-monitor-merge-bgo765682Thomas Haller2016-04-283-45/+22
* 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
* 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
| * dns: split parsing of rc-manager out of init_resolv_conf_manager()Thomas Haller2016-04-262-25/+51
| * dns: rename "rc-manager=none" to "symlink"Thomas Haller2016-04-263-12/+14
|/
* device: merge branch 'th/default-wired-connection-stable-uuid-bgo765464'Thomas Haller2016-04-268-104/+163
|\
| * device: generate stable UUID for default-wired-connectionThomas Haller2016-04-262-7/+21
| * core: use nm_utils_machine_id_read() in "nm-dhcp-client.c"Thomas Haller2016-04-261-48/+10
| * core: add nm_utils_machine_id_read() and parse() utilThomas Haller2016-04-264-0/+63
| * core: add nm_utils_get_secret_key() utilThomas Haller2016-04-263-49/+69
|/
* linux-platform: re-read the link type if the name changedLubomir Rintel2016-04-261-1/+4
* dhcp/systemd: actually hook up information-only modeDan Williams2016-04-251-0/+4
* libnm/doc: fix documentation of NMSettingIP6Config:addr-gen-modeThomas Haller2016-04-251-3/+5
* bluetooth: add a missing GError initializerLubomir Rintel2016-04-251-1/+1
* settings: merge branch 'th/settings-read-hostname'Thomas Haller2016-04-251-16/+52
|\
| * settings: refactor read_hostname_*()Thomas Haller2016-04-251-20/+16
| * settings: cleanup #if blocks for HOSTNAME_PERSIST_*Thomas Haller2016-04-251-12/+12
| * settings: fix Slackware hostname settingPatrick J. Volkerding2016-04-251-0/+40
|/
* sleep-monitor-systemd: merge branch 'th/sleep-monitor-sd-cleanup'Thomas Haller2016-04-251-49/+92
|\
| * sleep-monitor: disconnect signal handlers from D-Bus proxy on destroyThomas Haller2016-04-251-4/+13
| * sleep-monitor: don't localize messages in core daemonThomas Haller2016-04-251-1/+1
| * sleep-monitor: properly handle cancelling of "Inhibit" D-Bus callThomas Haller2016-04-251-17/+28
| * sleep-monitor: handle early destruction of NMSleepMonitor instanceThomas Haller2016-04-251-4/+12
| * sleep-monitor: drop unused class methods for signalsThomas Haller2016-04-251-10/+2
| * sleep-monitor: implement dispose() instead of finalize()Thomas Haller2016-04-251-6/+5
| * sleep-monitor: don't return value from drop_inhibitor()Thomas Haller2016-04-251-4/+2