summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* examples: remove unused code from "examples/python/dbus/vpn.py"Thomas Haller2020-05-071-1/+0
* examples: avoid "x == None" checks in python examplesThomas Haller2020-05-072-2/+2
* examples: avoid "except" for BaseException in examplesThomas Haller2020-05-072-2/+2
* examples: avoid non-thread-safe localtime() function exampleThomas Haller2020-05-071-1/+6
* examples: remove unused imports from python examplesThomas Haller2020-05-0712-13/+7
* examples: remove unused assignment in "examples/python/gi/wifi-p2p.py"Thomas Haller2020-05-071-1/+1
* examples: add Wi-Fi P2P exampleBeniamino Galvani2020-04-271-0/+109
* examples: fix copy/paste comment error from another scriptDavid Drinn2020-04-111-1/+1
* license: Add license using SPDX identifiers to meson build filesIñigo Martínez2020-02-172-0/+4
* libnm: export interface flagsBeniamino Galvani2019-11-221-0/+19
* dispatcher: avoid "dirname" and "basename" calls in "10-ifcfg-rh-routes.sh" s...Thomas Haller2019-10-041-9/+5
* dispatcher: move return-early checks in "10-ifcfg-rh-routes.sh" firstThomas Haller2019-10-041-18/+18
* all: unify format of our Copyright source code commentsThomas Haller2019-10-0235-36/+36
* meson: Improve Qt examplesIñigo Martínez2019-10-011-10/+3
* meson: Improve targets involving libnm libraryIñigo Martínez2019-10-011-2/+2
* meson: Improve the libnm-core build fileIñigo Martínez2019-10-011-10/+9
* meson: Use dependency for nm-default headerIñigo Martínez2019-10-011-5/+5
* all: manually drop code comments with file descriptionThomas Haller2019-10-0120-27/+13
* all: SPDX header conversionLubomir Rintel2019-09-1066-918/+66
* examples: improve usage/synposis for nm-update2.py and nm-add-connection2.pyThomas Haller2019-08-082-4/+14
* example: print WireGuard parameters in nm-wg-set example scriptThomas Haller2019-07-311-0/+12
* examples: add examples/python/gi/nm-update2.py example scriptThomas Haller2019-07-251-0/+155
* examples: add examples/python/gi/nm-add-connection2.py example scriptth/settings-add2-and-update2-optionsThomas Haller2019-07-251-0/+156
* all: drop vim file variables from source filesThomas Haller2019-06-1133-33/+0
* all: drop emacs file variables from source filesThomas Haller2019-06-1150-50/+0
* examples: use '\n' line endings in "examples/C/qt/add-connection-wired.cpp"Thomas Haller2019-06-111-76/+76
* gitignore: merge gitignore filesThomas Haller2019-05-191-2/+0
* build/meson: rename "nm_core_dep" to "libnm_core_dep"Thomas Haller2019-04-181-1/+1
* examples: drop rtl drivers from the mac address change blacklistLubomir Rintel2019-04-081-2/+2
* examples: don't set "ethernet.cloned-mac-address" in "10-no-wifi-scan-rand-ma...Thomas Haller2019-04-081-6/+5
* examples: blacklist drivers "wl" and "8188eu" in "31-mac-addr-change.conf" fo...Thomas Haller2019-04-051-4/+8
* all: codespell fixesLubomir Rintel2019-03-111-1/+1
* libnm: change nm_wireguard_peer_set_endpoint() API to allow validationThomas Haller2019-03-071-1/+1
* libnm: change nm_wireguard_peer_set_public_key() API to allow validationThomas Haller2019-03-071-1/+1
* libnm: change nm_wireguard_peer_set_preshared_key() API to allow validationThomas Haller2019-03-071-2/+2
* examples: fix handling secrets in nm-wg-setThomas Haller2019-02-261-2/+17
* examples: improve hints about existing WireGuard profiles in nm-wg-setThomas Haller2019-02-261-6/+21
* examples: add python example script "nm-wg-set" for modifying WireGuard profileThomas Haller2019-02-221-0/+423
* build: meson: Add trailing commasIñigo Martínez2018-12-202-6/+6
* examples: fix wrong example configuration in "31-mac-addr-change.conf"Thomas Haller2018-12-101-1/+6
* all: say Wi-Fi instead of "wifi" or "WiFi"Lubomir Rintel2018-11-294-6/+6
* dispatcher: fix shellcheck warningsBeniamino Galvani2018-10-061-2/+2
* docs: misc. typosluz.paz2018-09-157-7/+7
* examples: make 10-ifcfg-rh-routes.sh self-containedBeniamino Galvani2018-08-281-9/+97
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-112-6/+6
* examples/python: drop nmex.pyLubomir Rintel2018-06-291-72/+0
* examples/qt/meson: drop dbus-glib dependencyLubomir Rintel2018-06-281-1/+0
* examples/python: utilize nm_utils_get_timestamp_msec()Lubomir Rintel2018-06-151-3/+1
* Revert "example/python: avoid falling back to CLOCK_MONOTONIC"Lubomir Rintel2018-06-151-2/+12
* example/python: avoid falling back to CLOCK_MONOTONICLubomir Rintel2018-06-141-12/+2