summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* examples: add ipv4.dhcp-client-id and ipv6.dhcp-duid to 30-anon.conf exampleth/dhcp-client-idThomas Haller2018-06-121-6/+31
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-1/+1
* all: remove consecutive empty linesBeniamino Galvani2018-04-304-4/+0
* libnm: rework checkpoint APIThomas Haller2018-04-041-25/+30
* examples: improve checkpoint.py for python/giThomas Haller2018-04-041-49/+100
* examples: add python utils for examplesThomas Haller2018-04-041-0/+72
* checkpoint: generate GIR information for NMCheckpointCreateFlagsThomas Haller2018-04-041-0/+1
* all: drop trailing spacesThomas Haller2018-02-075-7/+7
* all: replace non-leading tabs with spacesThomas Haller2018-02-072-3/+3
* version: drop NM_VERSION_MAX_ALLOWED defines for internal buildThomas Haller2018-01-231-1/+0
* version: combine NM_VERSION_CUR_STABLE and NM_VERSION_NEXT_STABLEThomas Haller2018-01-231-1/+1
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-188-40/+0
* meson: Improve dependency systemIñigo Martínez2018-01-101-18/+11
* build: use template files for enum types' sources generationIñigo Martínez2017-12-181-2/+2
* build: add initial support for meson build systemIñigo Martínez2017-12-132-0/+74
* examples: add python/gi example nm-connection-update-stable-id.pyThomas Haller2017-12-051-0/+116
* python: make dbus, gi examples, and debug-helper.py python3 readyYifan J2017-12-0424-99/+99
* examples: add checkpoint example using python gobject-introspectionBeniamino Galvani2017-11-091-0/+130
* examples: add python example using VPN import codeThomas Haller2017-11-061-0/+74
* examples/js: add a javascript exampleLubomir Rintel2017-11-061-0/+184
* examples: linker requires that library dependencies follow useLucas Rangit Magasweran2017-09-218-8/+8
* examples: add setting-user-data.pyThomas Haller2017-05-061-0/+246
* build: declare build dependencies requiring "nm-core-enum-types.h"Thomas Haller2017-03-293-1/+12
* device: add spec "driver:" to match devicesThomas Haller2017-03-171-0/+11
* include: use double-quotes to include our own headersThomas Haller2017-03-093-6/+4
* example: add example configuration snippet '30-anon.conf'th/stable-id-bgo776904Thomas Haller2017-01-091-0/+55
* examples: add DNS example with python and GObject introspectionBeniamino Galvani2016-12-121-0/+63
* examples/python: fix "import gi" in exampleThomas Haller2016-11-161-0/+2
* build: merge "examples/Makefile.am" into toplevel Makefileth/non-recursive-make-bgo772985Thomas Haller2016-10-2110-64/+0
* build: merge "examples/C/qt/Makefile.am" into toplevel MakefileThomas Haller2016-10-213-52/+0
* build: merge "examples/C/glib/Makefile.am" into toplevel MakefileThomas Haller2016-10-212-56/+1
* checkpoint: make python example accept multiple devices and timeoutBeniamino Galvani2016-09-261-22/+34
* checkpoint: add python D-Bus exampleBeniamino Galvani2016-08-171-0/+63
* examples: fix crash in add-connection-libnmBeniamino Galvani2016-04-201-1/+1
* man: fix typo in NetworkManager.conf manual and 10-ifcfg-rh-routes.sh commentThomas Haller2016-03-311-1/+1
* docs: replace spec.html with docbook D-Bus API referenceLubomir Rintel2016-03-261-1/+1
* Fix missing commas in list-devices devtypes dict.Adrian Likins2016-03-021-5/+5
* device: add new NMDeviceType NM_DEVICE_TYPE_VETHThomas Haller2016-02-233-0/+3
* examples: add missing device-types to examplesThomas Haller2016-02-233-1/+13
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-198-16/+0
* examples: avoid compile errors around NM versioningDan Williams2016-01-281-1/+2
* contrib/rpm: install pre-up dispatcher script "10-ifcfg-rh-routes.sh" as no-waitThomas Haller2016-01-081-0/+3
* build: rename directory "include" to "shared"Thomas Haller2015-12-241-2/+2
* examples: add README for python-networkmanager NetworkManager libraryThomas Haller2015-12-073-1/+9
* examples: add README for examples/python/giThomas Haller2015-12-072-1/+4
* libnm/libnm-glib: add NMClient.get_all_devices() method and AllDevices propertyDan Williams2015-12-041-0/+41
* python: use gi.require_version() in generate-setting-docs.py and examplesThomas Haller2015-11-1110-0/+20
* examples: add python GI example for retrieving LLDP neighborsBeniamino Galvani2015-10-121-0/+52
* build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-301-0/+1
* examples: generate UUID in add-wifi-eap-connection.pyJiří Klimeš2015-09-171-2/+2