summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* examples: support older libnm without NM.SettingOvsOtherConfig in "ovs-extern...Thomas Haller2023-02-161-17/+24
* examples: rework "python/gi/show-wifi-networks.py" exampleThomas Haller2023-02-131-90/+159
* ovs: add support for "other_config" settingsThomas Haller2023-01-111-55/+102
* examples: add python example for reapplyThomas Haller2022-12-141-0/+147
* examples: fix handling "--last" argument in "examples/python/gi/checkpoint.py"Thomas Haller2022-12-091-3/+3
* examples: fix code formatting in "gmaincontext.py"Thomas Haller2022-10-251-1/+1
* examples: avoid unreachable code in "gmaincontext.py"Thomas Haller2022-10-251-7/+5
* examples: drop unused import from "gmaincontext.py" exampleThomas Haller2022-10-251-1/+0
* examples: avoid lgtm warning about calling traceback.format_exception()Thomas Haller2022-10-251-1/+1
* libnm: add nm_client_wait_shutdown() function for cleaning up NMClientThomas Haller2022-10-141-42/+73
* examples: fix tracking destruction in destroy_nmc()Thomas Haller2022-07-131-3/+3
* example: add python example for libnm, NMClient, GMainContext and asyncThomas Haller2022-07-051-0/+448
* feat: add example for wifi sae connectionliaohanqin2022-06-161-0/+36
* examples: reword comments in "30-anon.conf" snippetThomas Haller2022-05-271-13/+12
* examples: improve finding last checkpoint in "checkpoint.py"Thomas Haller2022-05-021-5/+5
* examples: add "--last" argument to "examples/python/gi/checkpoint.py"Thomas Haller2022-02-231-44/+73
* examples/python: avoid Python2 "print" statementThomas Haller2022-02-143-22/+28
* example: Match more AP securityxiangnian2021-12-101-3/+21
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-299-63/+63
* docs: update URL for latest online documentationThomas Haller2021-09-249-9/+9
* examples: rework nm-up-many.py for ratelimiting parallel activationsThomas Haller2021-06-221-174/+147
* example: drop unused import from "nm-up-many.py"Thomas Haller2021-06-171-2/+1
* examples: add "examples/python/gi/nm-up-many.py"Thomas Haller2021-06-111-0/+373
* examples/trivial: fix black formatting of python codeThomas Haller2021-05-271-1/+3
* examples: explicitly catch "Exception" in "ovs-external-ids.py"Thomas Haller2021-05-271-1/+1
* examples: fix printing applied connection in "ovs-external-ids.py"Thomas Haller2021-05-271-1/+1
* examples: drop unused variable in "examples/python/gi/ovs-external-ids.py"Thomas Haller2021-05-271-1/+0
* python: remove unused importsThomas Haller2021-05-271-1/+2
* examples: drop confusing UID handling in "vpn.py" exampleThomas Haller2021-05-271-8/+0
* examples: fix usage of input() with Python2Thomas Haller2021-05-261-0/+6
* examples: avoid deprecated PropertiesChanged signal in "create-bond.py" exampleThomas Haller2021-05-141-7/+11
* example: rework "vpn-import-libnm" exampleThomas Haller2021-04-011-41/+130
* examples: fix exit from "vpn-import-libnm.c" exampleThomas Haller2021-03-221-0/+2
* example: importing vpn with libnmJagadeesh Kotra2021-03-222-0/+73
* examples: use python3 compatible exception syntaxJagadeesh Kotra2021-03-161-1/+1
* build/meson: drop libnm_nm_default_dep dependencyThomas Haller2021-02-281-10/+12
* build: move "libnm/" to "src/" and split itThomas Haller2021-02-241-2/+2
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-181-9/+7
* examples/python: some style update to avoid changes in black code formattingThomas Haller2021-01-281-2/+2
* examples: minor bugfix comparing device state in "python/dbus/show-bssids.py"Thomas Haller2021-01-261-1/+1
* examples: add comment about scanning to "python/dbus/show-bssids.py" exampleThomas Haller2021-01-181-0/+5
* all: update deprecated SPDX license identifiersThomas Haller2021-01-0572-72/+72
* examples: remove editor hint to mark source code as UTF-8Thomas Haller2021-01-051-1/+0
* examples: extend "ovs-external-ids.py" to support `nmcli device modify`Thomas Haller2020-11-171-67/+305
* examples: add "ovs-external-ids.py" example scriptThomas Haller2020-11-091-0/+425
* Correct python black rulesFrederic Martinsons2020-10-291-2/+2
* example: add python gi example for keyfile handlingth/keyfile-public-apiThomas Haller2020-10-281-0/+139
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-2912-12/+12
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-283-14/+14
* all: reformat all with new clang-format styleAntonio Cardace2020-09-288-744/+759