summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* acd: poll the acd fd after starting the announcementsbg/arp-announce-rh1767681Beniamino Galvani2019-11-041-0/+10
* release: bump version to 1.21.3-dev1.21.3-devLubomir Rintel2019-11-032-2/+2
* merge: branch 'lr/fix-iwd-1-0'Lubomir Rintel2019-11-031-1/+19
|\
| * iwd: unbreak iwd-1.0lr/fix-iwd-1-0Lubomir Rintel2019-11-031-1/+9
| * iwd: add some missing error handlingLubomir Rintel2019-11-021-0/+10
|/
* build: add PPPD_PATH to config.h.mesonworldofpeace2019-11-011-0/+3
* po/de: fix quotingLubomir Rintel2019-10-311-1/+1
* clients/cli: give some hints to the translatorsLubomir Rintel2019-10-301-0/+4
* po: merge branch with translation fixes for GermanThomas Haller2019-10-301-7/+8
|\
| * fix translationmaxbachmann2019-10-301-1/+2
| * po/de: fix some spelling mistakesmaxbachmann2019-10-301-6/+6
|/
* merge: branch 'lr/hotspot-reuse'Lubomir Rintel2019-10-301-102/+179
|\
| * devices: reuse the hotspot connection if we find appropriate onelr/hotspot-reuseLubomir Rintel2019-10-301-75/+140
| * cli: split off the update or add-and-activate logicLubomir Rintel2019-10-301-27/+39
|/
* libnm: merge branch 'th/libnm-various-fixes'Thomas Haller2019-10-2732-72/+137
|\
| * libnm: add and use _nml_coerce_property_*()Thomas Haller2019-10-2724-43/+74
| * libnm: add NM_CLIENT_CHECKPOINTS defineThomas Haller2019-10-272-1/+2
| * libnm: don't emit g_warning() from nm_utils_ip6_dns_from_variant()Thomas Haller2019-10-271-8/+5
| * libnm: add comment about not-implement property NMDeviceVxlan:carrierThomas Haller2019-10-271-3/+6
| * libnm: add comment about not-implement property NMDeviceMacvlan:hw-addressThomas Haller2019-10-271-4/+5
| * libnm: change default value for NMClient:{networking,wireless-hardware}-enabl...Thomas Haller2019-10-271-2/+2
| * libnm: change default value for NMClient:dns-{mode,rc-manager} propertiesThomas Haller2019-10-271-2/+2
| * libnm: change default value for NMDevice:mtu propertyThomas Haller2019-10-271-1/+1
| * libnm: change default value for NMDevice:autoconnect propertyThomas Haller2019-10-271-1/+1
| * libnm: change default value for NMAccessPoint:mode propertyThomas Haller2019-10-271-1/+1
| * shared: add NM_IS_REF_STRING() helperThomas Haller2019-10-271-0/+19
| * shared: add @deep_copied argument to nm_utils_strv_dup()Thomas Haller2019-10-274-6/+19
|/
* contrib: fix detection of whether being sourced in NM-log scriptThomas Haller2019-10-261-1/+1
* core: merge branch 'bg/prefix-route'Beniamino Galvani2019-10-246-11/+58
|\
| * core: don't add prefix route for /32 addresses without peerbg/prefix-routeBeniamino Galvani2019-10-231-0/+7
| * core: don't add prefix route for external addressesBeniamino Galvani2019-10-232-0/+5
| * core: track whether IP addresses are externalBeniamino Galvani2019-10-236-11/+46
|/
* device: allow reapply when the device is activatingBeniamino Galvani2019-10-234-30/+48
* libnm: retire deprecated WiMAX NMObject typesThomas Haller2019-10-2310-759/+51
* device/wwan: merge branch 'afaure/protect-self-variable'Thomas Haller2019-10-231-3/+13
|\
| * device/wwan: fix leak of "error" variable in connect_ready()Thomas Haller2019-10-231-3/+6
| * device: fix crash by handling connection cancellationAntoine Faure2019-10-231-3/+10
|/
* dhcp: truncate client-id for n-dhcp4 client at arbitrary limitThomas Haller2019-10-231-1/+3
* po/da: merge branch 'scootergrisen:patch-2' (#313)Thomas Haller2019-10-231-251/+345
|\
| * Fix missing \nscootergrisen2019-10-231-1/+1
| * Update da.poscootergrisen2019-10-231-251/+345
|/
* libnm: merge branch 'th/libnm-hide-gobject-structs'Thomas Haller2019-10-2287-888/+1027
|\
| * libnm: hide GObject structs from public API and embed private dataThomas Haller2019-10-2285-852/+1010
| * libnm: hide NMClient struct from public headers and use direct private fieldThomas Haller2019-10-212-36/+17
|/
* libnm: merge branch 'th/libnm-no-dbus-codegen-2'Thomas Haller2019-10-1854-2588/+2801
|\
| * libnm: include "nm-types.h" in "nm-libnm-utils.h"Thomas Haller2019-10-181-0/+4
| * libnm: include "nm-libnm-utils.h" by default in libnm sourcesThomas Haller2019-10-186-5/+4
| * libnm: move wincaps_to_dash() function to "nm-libnm-utils.h"Thomas Haller2019-10-183-23/+30
| * libnm: don't use GSimpleAsyncResult for nm_client_new_async()Thomas Haller2019-10-181-30/+15
| * libnm: add logging NML_DBUS_LOG*() for debugging D-Bus for NMClientThomas Haller2019-10-182-0/+171