summaryrefslogtreecommitdiff
path: root/libnm
Commit message (Expand)AuthorAgeFilesLines
* meson/libnm.pc: set vpnservicedir path relative to ${prefix}Soapux2018-11-291-1/+1
* libnm/doc: document NMActiveConnection::state-changed signalThomas Haller2018-11-211-1/+6
* libnm/remote-connection: fix "flags" property getterLubomir Rintel2018-11-211-1/+1
* all: rename "bind" option for AddAndActivateConnection2 to "bind-activation"Thomas Haller2018-11-191-4/+2
* libnm: drop "_async" suffix from nm_client_add_and_activate_connection_options()Thomas Haller2018-11-193-20/+20
* libnm: add missing NM_AVAILABLE_IN_1_16 macros for new APIth/pr/37Thomas Haller2018-11-181-0/+2
* libnm: Add support to pass options to AddAndActivateConnectionBenjamin Berg2018-11-175-8/+135
* libnm: fix GObject Introspection annotations for functions returning a GPtrArrayCorentin Noël2018-11-123-3/+3
* libnm: fix endless loop in nm_vpn_service_plugin_read_vpn_details()Thomas Haller2018-10-252-9/+10
* libnm/tests: add test for nm_vpn_service_plugin_read_vpn_details()Thomas Haller2018-10-251-0/+275
* libnm: fix crash in activate_info_complete() when cancellingThomas Haller2018-10-251-7/+5
* service-plugin: add a warning here and thereLubomir Rintel2018-10-221-2/+14
* service-plugin: allow continuations in the auth-dialog protocolLubomir Rintel2018-10-221-20/+40
* test/meson: increase timeout for some testsThomas Haller2018-10-221-4/+5
* libnm: add mdns backported symbols from 1.10.14Beniamino Galvani2018-10-192-0/+9
* libnm: add support for per-device & per-AF connectivity statusLubomir Rintel2018-09-243-0/+83
* libnm: don't skip NMObject:path from documentation and introspectionThomas Haller2018-09-211-1/+1
* docs: misc. typos pt2luz.paz2018-09-1710-11/+11
* autoptr: add missing autoptr cleanup functionsThomas Haller2018-09-141-0/+4
* libnm: drop API nm_connection_get_setting_{6lowpan,sriov,wpan}()Thomas Haller2018-09-141-3/+0
* libnm-core: add connection.llmnr propertyBeniamino Galvani2018-09-061-0/+2
* shared: add nm-secret-utils.h helperThomas Haller2018-09-041-0/+1
* all: use nm_utils_gbytes_equal_mem()Thomas Haller2018-08-301-7/+3
* vpn-service-plugin: cancel the connect timer on has_ipv4=has_ipv6=falseLubomir Rintel2018-08-231-0/+4
* all: add 'match' settingBeniamino Galvani2018-08-112-0/+9
* libnm, cli, ifcfg-rh: add NMSettingEthtool settingThomas Haller2018-08-103-0/+7
* all: add connection.multi-connect property for wildcard profilesThomas Haller2018-08-081-0/+2
* libnm: fix leak for NMDeviceWireGuard's public_keyThomas Haller2018-08-061-0/+11
* libnm: introduce NMDeviceWireGuardJavier Arteaga2018-08-067-0/+276
* core: introduce NMDeviceWireGuardJavier Arteaga2018-08-061-0/+3
* libnm/docs: don't document NM_SETTING_NAME propertyThomas Haller2018-08-031-1/+1
* all: avoid byte ordering issue for IP4Config's Nameservers/WinsServers on D-BusThomas Haller2018-08-011-0/+2
* libnm: add g_autoptr function for more typesLubomir Rintel2018-07-261-0/+3
* libnm: add nm_device_ovs_*_get_slaves()Lubomir Rintel2018-07-241-0/+2
* build: create "config-extra.h" header instead of passing directory variables ...Thomas Haller2018-07-171-1/+1
* libnm-core: add SR-IOV settingBeniamino Galvani2018-07-112-0/+32
* libnm: introduce NMTernary enumBeniamino Galvani2018-07-111-0/+1
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-1110-34/+34
* generate-setting-docs.py: remove unreachable code in get_default_value()Thomas Haller2018-07-111-2/+0
* generate-setting-docs.py: remove unused propxml argument from get_prop_type()Thomas Haller2018-07-111-3/+3
* libnm: add accessors for ovs port/bridge slaveslr/ovs-slavesLubomir Rintel2018-07-104-4/+174
* all/trivial: grammar fixLubomir Rintel2018-07-102-4/+4
* libnm: add (allow-none) annotations to nm_device_reapply()Beniamino Galvani2018-07-041-8/+11
* libnm: fix missing symbols in libnm ABIThomas Haller2018-06-301-0/+8
* libnm: add missing symbols for 1.14 APIThomas Haller2018-06-301-0/+2
* libnm: fix symbol versioning for new symbols in 1.14 ABIThomas Haller2018-06-301-4/+8
* docs: provide soft descriptions for NM{Simple,Remote}ConnectionLubomir Rintel2018-06-281-0/+8
* meson: run the check-export.sh in test phaseLubomir Rintel2018-06-281-3/+3
* libnm/meson: make generate_setting_docs depend on the typelibLubomir Rintel2018-06-281-2/+2
* meson: generate-setting-docs.py environment correctlyLubomir Rintel2018-06-281-2/+20