summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * build/meson: merge branch 'heftig/pr/12'Thomas Haller2018-09-124-9/+36
| |\
| | * meson: Fix vapi buildJan Alexander Steffens (heftig)2018-09-121-3/+2
| | * meson: Fix libnm-util buildJan Alexander Steffens (heftig)2018-09-121-4/+28
| | * meson: Use libexecdir for dnssec-trigger-script fallbackJan Alexander Steffens (heftig)2018-09-121-1/+5
| | * gitignore: Fix *.stamp ignoreJan Alexander Steffens (heftig)2018-09-121-1/+1
| |/
| * platform/netlink: cleanup error number handlingThomas Haller2018-09-122-60/+82
| * platform/trivial: adjust coding style in nm-netlink.cThomas Haller2018-09-121-71/+71
| * device: merge branch 'th/dhcp-error-reason'Thomas Haller2018-09-1212-216/+357
| |\
| | * dhcp: abort DHCP on devices without MAC address earlyThomas Haller2018-09-121-0/+17
| | * systemd/dhcp: fix assertion starting DHCP client without MAC addressThomas Haller2018-09-121-2/+0
| | * dhcp: return error reason from DHCP client startThomas Haller2018-09-1210-214/+319
| | * shared: add nm_errno() and nm_utils_error_set_errno() helperThomas Haller2018-09-121-0/+21
| |/
| * ppp: cleanup logging in impl_ppp_manager_set_ifindex()Thomas Haller2018-09-111-7/+6
| * ppp: downgrade warning about repeated SetIfindex calls from ppp pluginThomas Haller2018-09-111-1/+4
| * ppp: avoid strncpy() in ppp plugin nm_phasechange()Thomas Haller2018-09-111-1/+1
| * ppp-manager: avoid crash with nonexisting link in impl_ppp_manager_set_ifindex()Thomas Haller2018-09-111-1/+5
| * ppp-manager: fix pppd not exiting correctly on modem hangupFrederic Danis2018-09-111-1/+3
| * wifi/iwd: handle new GetOrderedNetworks() return typeAndrew Zaborowski2018-09-111-54/+94
| * dhcp: fix leak in dhclient's dhclient_start()Thomas Haller2018-09-101-2/+6
| * device: mark wireguard devices as unmanagedThomas Haller2018-09-101-1/+5
| * device: rename NM_UNMANAGED_LOOPBACK to NM_UNMANAGED_BY_TYPEThomas Haller2018-09-102-6/+6
| * device: detect loopback device explicitlyThomas Haller2018-09-101-2/+11
| * device: make device incompatible with profiles by defaultThomas Haller2018-09-101-0/+8
| * release: bump version to 1.15.0 (development)1.15.0-devThomas Haller2018-09-084-3/+18
* | release: bump version to 1.14.01.14.0Thomas Haller2018-09-142-3/+3
* | release: update NEWSThomas Haller2018-09-141-6/+5
* | libnm/trivial: whitespaceThomas Haller2018-09-141-8/+8
* | clients: fix memory leak when parsing routesBeniamino Galvani2018-09-141-2/+11
* | libnm: document nm_utils_parse_variant_attributes() returning floating refere...Thomas Haller2018-09-141-1/+3
* | libnm: add missing NM_AVAILABLE_IN_1_2 macro for nm_connection_get_setting_tun()Thomas Haller2018-09-141-0/+1
* | libnm: add missing NM_AVAILABLE_IN_1_14 macro to new APIThomas Haller2018-09-141-0/+1
* | autoptr: add missing autoptr cleanup functionsThomas Haller2018-09-141-0/+4
* | libnm: drop API nm_connection_get_setting_{6lowpan,sriov,wpan}()Thomas Haller2018-09-147-69/+12
* | vpn: disconnect signal handlers from proxy in NMVpnConnection::dispose()Thomas Haller2018-09-141-0/+3
* | vpn: fix assertion during "SecretsRequired" in unexpected stateThomas Haller2018-09-141-3/+7
* | cli: fix reading "vpn.secrets.*" from passwd-fileThomas Haller2018-09-145-9/+17
* | contrib/rpm: fix mode of ghost ifup/ifdown filesBeniamino Galvani2018-09-141-2/+2
* | contrib/rpm: fix handling of --with test defaultThomas Haller2018-09-141-1/+13
* | contrib/rpm: disable tests by default and use fatal-warnings with testsThomas Haller2018-09-142-6/+6
* | contrib/rpm: always run tests and enable more compiler warnings in package buildThomas Haller2018-09-141-5/+3
* | build: merge branch 'th/check-gtk-doc-behavior'Thomas Haller2018-09-143-1/+21
|\ \
| * | contrib/rpm: add --release option to build_clean.sh scriptThomas Haller2018-09-141-0/+8
| * | docs/test: add check that gtk-doc contains patch to generate proper documenta...Thomas Haller2018-09-141-0/+12
| * | build: fix error message in configure script about gtk-docThomas Haller2018-09-141-1/+1
|/ /
* | contrib/rpm: disable --with-more-asserts for devel-buildsThomas Haller2018-09-141-6/+0
* | po: update Czech (cz) translationAsciiWolf2018-09-131-309/+252
* | wifi: fix leaking fake AP in NMDeviceWifi's act_stage1_prepare()Thomas Haller2018-09-131-0/+1
* | libnm: fix memleak in _nm_utils_ssid_to_string_arr()Thomas Haller2018-09-131-1/+1
* | dns: dnsmasq: avoid crash when no reverse domains existBeniamino Galvani2018-09-131-4/+6
* | build: merge branch 'bg/meson-paths'Beniamino Galvani2018-09-1313-314/+194
|\ \