index
:
~lkundrak/lp-network-manager
master
nm-1-4
nm-1-8
Castrated NetworkManager without submodules in history to work around launchpad woes.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-27
all: point git references to the GitLab instance
Lubomir Rintel
5
-12
/
+7
2018-08-27
systemd: merge branch systemd into master
Thomas Haller
74
-353
/
+1515
2018-08-26
wifi: don't use :1 bitfield for gboolean type
Thomas Haller
1
-1
/
+1
2018-08-26
systemd: update code from upstream (2018-08-26)
Thomas Haller
68
-334
/
+1494
2018-08-23
vpn-service-plugin: cancel the connect timer on has_ipv4=has_ipv6=false
Lubomir Rintel
1
-0
/
+4
2018-08-22
wifi: merge branch 'th/wifi-gbytes-ssid'
Thomas Haller
27
-340
/
+662
2018-08-22
wifi: refactor nm_wifi_ap_set_ssid() to accept GBytes
Thomas Haller
4
-34
/
+72
2018-08-22
wifi: don't use GBytesArray for NMWifiAP's ssid
Thomas Haller
11
-152
/
+179
2018-08-22
wifi: don't ignore trailing NUL byte when comparing SSID
Thomas Haller
1
-1
/
+1
2018-08-22
shared: add nm_utils_buf_utf8safe_escape() util
Thomas Haller
3
-73
/
+345
2018-08-22
wifi: use GBytes for ssids scan list
Thomas Haller
3
-34
/
+27
2018-08-22
device: avoid intermediary GByteArray when creating DUID GBytes
Thomas Haller
1
-13
/
+13
2018-08-22
dhcp/trivial: add fixme comments to nm_dhcp_dhclient_unescape_duid()
Thomas Haller
1
-0
/
+7
2018-08-22
all: avoid useless cast of g_free() to GDestroyNotify
Thomas Haller
5
-7
/
+7
2018-08-22
wifi: use GBytes instead of GBytesArray for tracking blobs in supplicant
Thomas Haller
2
-15
/
+6
2018-08-22
wifi/olpc: fix setting SSID for OLPC mesh in complete_connection()
Thomas Haller
1
-5
/
+4
2018-08-22
platform: drop unused virtual function NMPlatformClass.wifi_get_ssid()
Thomas Haller
2
-8
/
+0
2018-08-22
libnm: replace _nm_utils_bytes_to_dbus() with nm_utils_gbytes_get_variant_ay()
Thomas Haller
3
-19
/
+1
2018-08-22
shared: add nm_utils_gbytes_to_variant_ay() util
Thomas Haller
2
-0
/
+21
2018-08-21
po: update German translation
Christian K
1
-2354
/
+3112
2018-08-20
po: fix a typo in fr translation
Lubomir Rintel
1
-1
/
+1
2018-08-20
platform: if AF_INET6 is not available, don't warn
Lubomir Rintel
2
-1
/
+5
2018-08-19
ip4-config: fix a typo
Lubomir Rintel
6
-6
/
+6
2018-08-19
po/ja: translations from the Red Hat translators
Lubomir Rintel
1
-2308
/
+2586
2018-08-15
build: fix meson build with -Dppp=false
Beniamino Galvani
1
-1
/
+3
2018-08-15
po: update Brazilian Portuguese translation
Rafael Fontenelle
1
-3323
/
+4594
2018-08-14
device: cope with devices' failure to provide reason for incompatibility
Lubomir Rintel
1
-0
/
+1
2018-08-14
wifi: provide reasons for connection incompatibility
Lubomir Rintel
1
-7
/
+28
2018-08-14
iwd: improve error messages
Lubomir Rintel
1
-3
/
+3
2018-08-13
release: bump version to 1.13.3 (development)
Thomas Haller
2
-2
/
+2
2018-08-13
release: update NEWS
Thomas Haller
1
-0
/
+3
2018-08-11
utils/test: don't assert on debug level messages
Lubomir Rintel
1
-2
/
+3
2018-08-11
merge: branch 'bg/wildcard-match-rh1555012'
Beniamino Galvani
28
-91
/
+866
2018-08-11
device: support match.interface-name
Beniamino Galvani
3
-4
/
+47
2018-08-11
ifcfg-rh: add support for 'match' setting
Beniamino Galvani
5
-1
/
+140
2018-08-11
all: add 'match' setting
Beniamino Galvani
14
-0
/
+462
2018-08-11
shared: add @allow_escaping argument to @nm_utils_strsplit_set
Beniamino Galvani
9
-84
/
+108
2018-08-11
libnm-core: remove wrong annotation in NMSettingIPConfig
Beniamino Galvani
1
-2
/
+0
2018-08-11
shared: add space escape functions
Beniamino Galvani
3
-0
/
+109
2018-08-10
all/ethtool: merge branch 'th/ethtool-options-rh1335409-1'
Thomas Haller
96
-1951
/
+5049
2018-08-10
all/ethtool: add support for all currently supported kernel features
Thomas Haller
6
-49
/
+322
2018-08-10
cli: hide ethtool options form `nmcli connection show "$PROFILE"` output
Thomas Haller
1
-0
/
+1
2018-08-10
cli: add functionality to hide properties from output
Thomas Haller
2
-1
/
+17
2018-08-10
device: implement setting ethtool offload features
Thomas Haller
1
-0
/
+87
2018-08-10
platform/ethtool: add code to get/set offload features via ethtool
Thomas Haller
10
-26
/
+599
2018-08-10
platform/mii: use SocketHandle also for nmp_utils_mii_supports_carrier_detect()
Thomas Haller
1
-16
/
+12
2018-08-10
platform/ethtool: add SocketHandle to reuse socket for ethtool requests
Thomas Haller
1
-83
/
+131
2018-08-10
platform/ethtool: split functions for ETHTOOL_GSTRINGS
Thomas Haller
1
-33
/
+69
2018-08-10
shared: add NM_DIV_ROUND_UP() helper macro
Thomas Haller
1
-0
/
+8
2018-08-10
libnm, cli, ifcfg-rh: add NMSettingEthtool setting
Thomas Haller
29
-91
/
+1241
[next]