summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* settings: invalidate pointers for debugging use of outdated connections_cache...th/complete-generic-cleanupThomas Haller2018-03-181-3/+19
* core: avoid clone of all-connections list for nm_utils_complete_generic()Thomas Haller2018-03-1825-81/+67
* core: don't sort connection list for nm_utils_complete_generic()Thomas Haller2018-03-181-4/+2
* core: cleanup of nm_utils_complete_generic()Thomas Haller2018-03-182-27/+27
* ofono: fix crash during complete-connection for Ofono modemThomas Haller2018-03-181-3/+11
* device: minor cleanup of nm_device_complete_connection() and add code commentThomas Haller2018-03-182-14/+28
* shared: fix typecheck in NM_PTRARRAY_LEN()Thomas Haller2018-03-181-1/+1
* docs: fix VPN chapter IDDan Williams2018-03-161-1/+1
* dhcp: merge branch 'bg/dhcp-client-id-bgo793957'Beniamino Galvani2018-03-153-18/+156
|\
| * dhclient: write client-id with backslash and quotes as hexBeniamino Galvani2018-03-152-2/+32
| * dhcp: dhclient: set type 0 for printable client IDsBeniamino Galvani2018-03-153-16/+124
|/
* release: bump version to 1.11.2 (development)1.11.2-devThomas Haller2018-03-152-2/+2
* arping/tests: better handle wait timeout for test IPv4 DADThomas Haller2018-03-151-8/+32
* po: updated Russian (ru) translation (bgo #794338)Stas Solovey2018-03-151-1514/+1570
* systemd: make enablement of n-m-wait-online.service follow n-m.serviceAlan Jenkins2018-03-141-0/+5
* dhcp: handle expiry by letting the client continue for some timeBeniamino Galvani2018-03-131-128/+92
* core/dbus: rework creating numbered D-Bus export path by putting counter into...Thomas Haller2018-03-1317-45/+69
* core/dbus: merge branch 'th/dbus'Thomas Haller2018-03-1297-4125/+5614
|\
| * core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-1292-3247/+4615
| * core: rename "nm-bus-manager.h" to "nm-dbus-manager.h"Thomas Haller2018-03-1216-16/+16
| * device: set properties before emitting the change notificationThomas Haller2018-03-124-56/+63
| * device/veth: don't use notify() signal to bind changes for "peer" propertyThomas Haller2018-03-121-5/+12
| * secret-agent: don't use generated NMDBusSecretAgent proxyThomas Haller2018-03-122-57/+77
| * shared: don't validate type-string in G_VARIANT_TYPE() cast macro in producti...Thomas Haller2018-03-121-0/+29
| * shared: add nm_g_variant_unref_floating() helperThomas Haller2018-03-101-0/+17
| * dbus: extend NM_DEFINE_GDBUS*() helper macrosThomas Haller2018-03-103-28/+67
| * dns: don't leak cached config_variant on exitThomas Haller2018-03-101-0/+2
| * manager: fix leaking volatile-connection-list on exitThomas Haller2018-03-101-5/+5
|/
* platform: merge branch 'bg/extack-bgo793261'Beniamino Galvani2018-03-094-39/+108
|\
| * platform: pre-increment netlink sequence number and add commentThomas Haller2018-03-091-3/+4
| * platform: minor cleanup of assertions in nm_platform_cache_update_emit_signal()Thomas Haller2018-03-091-5/+4
| * platform: remove unused typedefBeniamino Galvani2018-03-091-5/+0
| * platform: return extack message from WaitForNlResponse delayed actionBeniamino Galvani2018-03-091-25/+45
| * platform: print error message from netlink extended ackBeniamino Galvani2018-03-093-2/+56
|/
* Add calls to g_simple_async_result_set_check_cancellableBenjamin Berg2018-03-0814-0/+98
* device: rework checking for bluetooth NAP connection in nm_device_update_mete...Thomas Haller2018-03-081-10/+7
* devices: Set NM_METERED_GUESS_YES for Bluetooth PANU/DUN connectionsPhilip Withnall2018-03-081-2/+19
* policy: fix blocking autoconnect for no-secretsFabian Vogt2018-03-081-2/+8
* po: updated Indonesian translation (bgo #794103)Andika Triwidada2018-03-081-3741/+6265
* man: drop duplicate text from dhcp-client-id descriptionFrancesco Giudici2018-03-062-4/+2
* platform: don't require cloned flag for RTM_GETROUTE IPv6 resultBeniamino Galvani2018-03-052-5/+48
* travis: install meson 0.44.1 for travis' meson buildThomas Haller2018-03-051-1/+12
* wifi/iwd: merge branch 'az/iwd-secret-handling' (#73)Thomas Haller2018-03-053-250/+159
|\
| * iwd: don't call nm_wifi_ap_set_ssid for empty SSIDAndrew Zaborowski2018-03-051-1/+2
| * iwd: fix device-added signal handler signatureAndrew Zaborowski2018-03-051-2/+2
| * iwd: set Device.Powered during set_enableAndrew Zaborowski2018-03-051-8/+43
| * iwd: Disable timeout for iwd Device.Connect callAndrew Zaborowski2018-03-051-1/+1
| * iwd: Only request secrets on request from IWDAndrew Zaborowski2018-03-053-242/+115
|/
* libnm/keyfile: merge branch 'th/keyfile-cert-parser' (#71)Thomas Haller2018-03-031-163/+139
|\
| * libnm/keyfile: refactor cert_parser() by merge helper functionsThomas Haller2018-03-031-158/+118