summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2024-04-04meson: replace deprecated dep.get_pkgconfig_variableÍñigo Huguet1-1/+1
2024-03-01python: reformat with black-24.1.1-1.fc39.noarchJan Vaclav1-3/+5
2024-02-21examples: add example device handler dispatcher for geneveBeniamino Galvani1-0/+116
2023-12-06python: reformat with black-23.7.0-2.fc39.noarchThomas Haller6-26/+1
2023-02-16examples: support older libnm without NM.SettingOvsOtherConfig in "ovs-extern...Thomas Haller1-17/+24
2023-02-13examples: rework "python/gi/show-wifi-networks.py" exampleThomas Haller1-90/+159
2023-01-11ovs: add support for "other_config" settingsThomas Haller1-55/+102
2022-12-14examples: add python example for reapplyThomas Haller1-0/+147
2022-12-09examples: fix handling "--last" argument in "examples/python/gi/checkpoint.py"Thomas Haller1-3/+3
2022-10-25examples: fix code formatting in "gmaincontext.py"Thomas Haller1-1/+1
2022-10-25examples: avoid unreachable code in "gmaincontext.py"Thomas Haller1-7/+5
2022-10-25examples: drop unused import from "gmaincontext.py" exampleThomas Haller1-1/+0
2022-10-25examples: avoid lgtm warning about calling traceback.format_exception()Thomas Haller1-1/+1
2022-10-14libnm: add nm_client_wait_shutdown() function for cleaning up NMClientThomas Haller1-42/+73
2022-07-13examples: fix tracking destruction in destroy_nmc()Thomas Haller1-3/+3
2022-07-05example: add python example for libnm, NMClient, GMainContext and asyncThomas Haller1-0/+448
2022-06-16feat: add example for wifi sae connectionliaohanqin1-0/+36
2022-05-27examples: reword comments in "30-anon.conf" snippetThomas Haller1-13/+12
2022-05-02examples: improve finding last checkpoint in "checkpoint.py"Thomas Haller1-5/+5
2022-02-23examples: add "--last" argument to "examples/python/gi/checkpoint.py"Thomas Haller1-44/+73
2022-02-14examples/python: avoid Python2 "print" statementThomas Haller3-22/+28
2021-12-10example: Match more AP securityxiangnian1-3/+21
2021-11-29format: reformat source tree with clang-format 13.0Thomas Haller9-63/+63
2021-09-24docs: update URL for latest online documentationThomas Haller9-9/+9
2021-06-22examples: rework nm-up-many.py for ratelimiting parallel activationsThomas Haller1-174/+147
2021-06-17example: drop unused import from "nm-up-many.py"Thomas Haller1-2/+1
2021-06-11examples: add "examples/python/gi/nm-up-many.py"Thomas Haller1-0/+373
2021-05-27examples/trivial: fix black formatting of python codeThomas Haller1-1/+3
2021-05-27examples: explicitly catch "Exception" in "ovs-external-ids.py"Thomas Haller1-1/+1
2021-05-27examples: fix printing applied connection in "ovs-external-ids.py"Thomas Haller1-1/+1
2021-05-27examples: drop unused variable in "examples/python/gi/ovs-external-ids.py"Thomas Haller1-1/+0
2021-05-27python: remove unused importsThomas Haller1-1/+2
2021-05-27examples: drop confusing UID handling in "vpn.py" exampleThomas Haller1-8/+0
2021-05-26examples: fix usage of input() with Python2Thomas Haller1-0/+6
2021-05-14examples: avoid deprecated PropertiesChanged signal in "create-bond.py" exampleThomas Haller1-7/+11
2021-04-01example: rework "vpn-import-libnm" exampleThomas Haller1-41/+130
2021-03-22examples: fix exit from "vpn-import-libnm.c" exampleThomas Haller1-0/+2
2021-03-22example: importing vpn with libnmJagadeesh Kotra2-0/+73
2021-03-16examples: use python3 compatible exception syntaxJagadeesh Kotra1-1/+1
2021-02-28build/meson: drop libnm_nm_default_dep dependencyThomas Haller1-10/+12
2021-02-24build: move "libnm/" to "src/" and split itThomas Haller1-2/+2
2021-02-18build: move "libnm-core/" to "src/" and split itThomas Haller1-9/+7
2021-01-28examples/python: some style update to avoid changes in black code formattingThomas Haller1-2/+2
2021-01-26examples: minor bugfix comparing device state in "python/dbus/show-bssids.py"Thomas Haller1-1/+1
2021-01-18examples: add comment about scanning to "python/dbus/show-bssids.py" exampleThomas Haller1-0/+5
2021-01-05all: update deprecated SPDX license identifiersThomas Haller72-72/+72
2021-01-05examples: remove editor hint to mark source code as UTF-8Thomas Haller1-1/+0
2020-11-17examples: extend "ovs-external-ids.py" to support `nmcli device modify`Thomas Haller1-67/+305
2020-11-09examples: add "ovs-external-ids.py" example scriptThomas Haller1-0/+425
2020-10-29Correct python black rulesFrederic Martinsons1-2/+2