summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dns: specify egress interface for each dnsmasq upstream serverbg/dnsmasq-interfaces-bgo765153Beniamino Galvani2016-05-131-20/+26
* dns: assert early that @iface is not NULLBeniamino Galvani2016-05-132-3/+4
* dns: merge branch 'bg/dns-priority-bgo758772'Beniamino Galvani2016-05-1223-317/+647
|\
| * dns: use DNS priority from IP configurationBeniamino Galvani2016-05-121-11/+79
| * core: use default value for ipvx.dns-priorityBeniamino Galvani2016-05-123-0/+39
| * core: add DNS priority to NMIP6ConfigBeniamino Galvani2016-05-123-1/+69
| * core: add DNS priority to NMIP4ConfigBeniamino Galvani2016-05-123-2/+69
| * cli: add support for DNS priorityBeniamino Galvani2016-05-121-52/+74
| * ifcfg-rh: add support for DNS priorityBeniamino Galvani2016-05-124-0/+52
| * libnm-core: add dns-priority to NMSettingIPConfigBeniamino Galvani2016-05-124-0/+58
| * dns: pass config data array to pluginsBeniamino Galvani2016-05-126-114/+47
| * dns: use a single array for all configurationsBeniamino Galvani2016-05-122-181/+205
| * dns: don't use the global configuration to compute initial hashBeniamino Galvani2016-05-121-2/+1
|/
* settings: Follow symbolic link when installing file monitorJoel Holdsworth2016-05-121-1/+17
* utils: fix memleak in nm_utils_read_link_absolute()Thomas Haller2016-05-121-1/+2
* device: merge branch 'th/device-ip-config-on-link-up-rh1309899'Thomas Haller2016-05-122-8/+38
|\
| * platform: ensure refetching routes when link goes downThomas Haller2016-05-121-2/+7
| * device: restore IP configuration when link comes upThomas Haller2016-05-121-0/+19
| * device: improve logging when changing IP configurationThomas Haller2016-05-121-6/+12
|/
* all: replace nm_unauto() by g_steal_pointer()Thomas Haller2016-05-126-18/+6
* nm-glib: backport g_steal_pointer() from glib-2.44Thomas Haller2016-05-121-0/+18
* merge: merge branch 'systemd' into masterThomas Haller2016-05-1230-333/+1011
|\
| * systemd: update code from upstreamThomas Haller2016-05-1227-323/+1001
* | vpn: fix crash when VPN service times-out to startThomas Haller2016-05-121-3/+0
* | wwan: use _LOG*() macros in "nm-modem-broadband.c"Thomas Haller2016-05-121-49/+64
* | wwan: inline disconnect_context_complete_if_cancelled() checkThomas Haller2016-05-121-16/+7
* | wwan: cancel asyncronous request in connect_context_clear()Thomas Haller2016-05-121-2/+2
* | device: merge branch 'th/device-carrier-cap-bgo766179'Thomas Haller2016-05-122-43/+66
|\ \
| * | device: re-read carrier-detect capability after bringing device upThomas Haller2016-05-121-0/+8
| * | device: fix multiple subscriptions to config-changed signal for ignore-carrierThomas Haller2016-05-121-14/+17
| * | device: don't check_carrier() during bring_up()Thomas Haller2016-05-121-4/+4
| * | device: add function to change device capabilitesThomas Haller2016-05-121-4/+16
| * | device: use "bool" type for fields in NMDeviceThomas Haller2016-05-121-19/+19
| * | config/tests: use absolute path for config testThomas Haller2016-05-121-2/+2
|/ /
* | auth: embed private data NMAuthSubjectPrivate in NMAuthSubject structThomas Haller2016-05-122-22/+34
* | core: preserve const-ness in NM_IP4_CONFIG_GET_PRIVATE()Thomas Haller2016-05-122-73/+87
* | shared: add define _nm_unused for __attribute__((unused))Thomas Haller2016-05-121-0/+1
* | session-monitor: remove wrapper functions to connect/disconnect signalThomas Haller2016-05-123-52/+7
* | core: make NMIP4Config struct private and directly embed private dataThomas Haller2016-05-114-46/+43
* | sd/dhcp: workaround multiple "Domain Name" (option 15) entriesThomas Haller2016-05-111-2/+3
* | po: update Simplified Chinese (zh_CN) translation (bgo #765787)Mingye Wang (Arthur2e5)2016-05-101-3564/+3235
* | po: update Brazilian Portuguese (pt_BR) translation (bgo#765974)Rafael Fontenelle2016-05-101-950/+1004
* | wwan: return from send_pin_ready() when operation cancelled and fix leakThomas Haller2016-05-101-2/+4
* | device: remove pending dhcp actions also in IP_DONE stateBeniamino Galvani2016-05-101-0/+4
* | modem: clear the connection context on device disconnectionLubomir Rintel2016-05-102-2/+5
* | modem-broadband: ignore late callbacksLubomir Rintel2016-05-101-3/+12
* | po: update Polish (pl) translation (bgo #765985)Piotr Drąg2016-05-091-766/+766
* | dnsmasq: don't add router option for non-default-route connectionsLubomir Rintel2016-05-091-6/+10
* | nmtst: allow non-boolean argument to nmtst_assert_success()Thomas Haller2016-05-091-7/+5
* | contrib/rpm: refactor specifying package version in spec fileThomas Haller2016-05-062-3/+11