summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm-core: drop unused includes from "nm-setting.c"th/various-for-wireguard-2Thomas Haller2019-02-041-9/+0
* libnm,core: make for-each-secret implementation virtual functions of NMSettingThomas Haller2019-02-045-54/+99
* libnm,core: various cleanups of _nm_connection_for_each_secret()Thomas Haller2019-02-042-25/+33
* libnm,core: move _nm_connection_for_each_secret() from core to libnm-coreThomas Haller2019-02-043-147/+164
* settings: fix handling of VPN secrets in for_each_secret()Thomas Haller2019-02-041-5/+6
* settings: fix for_each_secret() to check variant type of VPN secretsThomas Haller2019-02-041-0/+7
* settings: fix leaking variant in for_each_secret()Thomas Haller2019-02-041-0/+1
* libnm: rework _nm_setting_aggregate() to delegate to setting classThomas Haller2019-02-044-40/+50
* libnm: extend nm_setting_enumerate_values() to support non-GObject base prope...Thomas Haller2019-02-043-29/+53
* libnm: emit "notify:name" signal when changing gendata property (NMSettingEth...Thomas Haller2019-02-041-3/+8
* libnm: add _nm_setting_emit_property_changed() functionThomas Haller2019-02-042-1/+32
* build: merge branch 'bg/lto'Beniamino Galvani2019-02-0410-18/+50
|\
| * contrib/rpm: add option to enable LTO for RPM buildThomas Haller2019-02-041-0/+11
| * all: avoid bogus compiler warning about uninitialized variableThomas Haller2019-02-045-6/+10
| * tests: use NM_CONST_MAX() macro where a constant expression is requiredThomas Haller2019-02-041-1/+1
| * shared: add NM_CONST_MAX() macroThomas Haller2019-02-041-0/+8
| * build: fix building with LTOBeniamino Galvani2019-02-043-4/+13
| * shared: convert macro argument to lowercaseBeniamino Galvani2019-02-041-8/+8
|/
* platform/tests: increase timeout for platform testsThomas Haller2019-02-041-1/+1
* wifi-p2p: merge branch 'th/wifi-p2p-various' (pt1)Thomas Haller2019-02-0149-2185/+2061
|\
| * clients/trivial: move code in nm-meta-setting-desc aroundThomas Haller2019-02-011-120/+120
| * wifi-p2p: rename Wi-Fi P2PThomas Haller2019-02-0132-686/+690
| * wifi-p2p: rename files for consistent Wi-Fi P2P namingThomas Haller2019-02-0121-64/+64
| * core/device-p2p-wifi: drop unused codeThomas Haller2019-02-012-38/+0
| * core/device-p2p-wifi/trival: move codeThomas Haller2019-02-011-76/+76
| * core/p2p-wifi: various minor cleanupsThomas Haller2019-02-014-15/+13
| * libnm/device-p2p-wifi: drop API that still needs considerationThomas Haller2019-02-013-82/+0
| * libnm-core/setting-p2p-wifi: drop unused codeThomas Haller2019-02-012-13/+0
| * libnm/device-p2p-wifi: drop unused codeThomas Haller2019-02-012-33/+0
| * libnm: various cleanup of NMP2PPeer and NMDeviceP2PWifiThomas Haller2019-02-014-234/+224
| * libnm/device-p2p-wifi: cleanup peers handlingThomas Haller2019-02-011-29/+13
| * libnm-core: fix and cleanup validation of WPS-method for Wi-Fi P2P settingThomas Haller2019-02-014-39/+56
| * libnm-core: minor cleanup of NMSettingP2PWirelessThomas Haller2019-02-011-3/+16
| * all/trivial: whitespaceThomas Haller2019-02-012-3/+3
| * cli/trivial: order code in "nm-meta-setting-desc.c" alphabeticallyThomas Haller2019-02-011-29/+29
| * introspection/docs: add missing "Since" comments to Wi-Fi P2P D-Bus APIThomas Haller2019-02-012-0/+36
|/
* connectivity: merge branch 'th/connectivity-empty-response'Thomas Haller2019-01-312-38/+105
|\
| * man: better explain "connectivity.response" in "NetworkManager.conf" manualThomas Haller2019-01-311-5/+8
| * connectivity: don't cache HTTP response for comparing connectivity responseThomas Haller2019-01-311-22/+49
| * connectivity: fix handling of no-response for captive portal detectionThomas Haller2019-01-312-21/+58
|/
* clients: fix string list setterBeniamino Galvani2019-01-311-1/+1
* manager: Fix GVariant format strings for AddAndActivate2 return valueBenjamin Berg2019-01-291-2/+2
* po: update Brazilian Portuguese (pt_BR) translationRafael Fontenelle2019-01-291-962/+1014
* wifi-p2p: don't assert for pending action 'waiting-for-supplicant' in nm_devi...Thomas Haller2019-01-281-2/+3
* NEWS: merge branch 'benzea/news-updates'Thomas Haller2019-01-281-0/+2
|\
| * NEWS: Add an entry for Wi-Fi P2PBenjamin Berg2019-01-281-0/+1
| * NEWS: Add an entry for NMKeepAlive and DBus client bindingBenjamin Berg2019-01-281-0/+1
|/
* libnm-core: fix team link-watcher struct layoutBeniamino Galvani2019-01-281-1/+1
* wifi-p2p: merge branch 'benzea/p2p-wifi'Thomas Haller2019-01-2743-85/+4515
|\
| * libnm: Expose the P2PPeer WfdIEs propertyBenjamin Berg2019-01-273-2/+52