index
:
~lkundrak/lp-network-manager
master
nm-1-4
nm-1-8
Castrated NetworkManager without submodules in history to work around launchpad woes.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-21
build: merge "examples/Makefile.am" into toplevel Makefile
Thomas Haller
10
-64
/
+0
2016-10-21
build: merge "examples/C/qt/Makefile.am" into toplevel Makefile
Thomas Haller
3
-52
/
+0
2016-10-21
build: merge "examples/C/glib/Makefile.am" into toplevel Makefile
Thomas Haller
2
-56
/
+1
2016-09-26
checkpoint: make python example accept multiple devices and timeout
Beniamino Galvani
1
-22
/
+34
2016-08-17
checkpoint: add python D-Bus example
Beniamino Galvani
1
-0
/
+63
2016-04-20
examples: fix crash in add-connection-libnm
Beniamino Galvani
1
-1
/
+1
2016-03-31
man: fix typo in NetworkManager.conf manual and 10-ifcfg-rh-routes.sh comment
Thomas Haller
1
-1
/
+1
2016-03-26
docs: replace spec.html with docbook D-Bus API reference
Lubomir Rintel
1
-1
/
+1
2016-03-02
Fix missing commas in list-devices devtypes dict.
Adrian Likins
1
-5
/
+5
2016-02-23
device: add new NMDeviceType NM_DEVICE_TYPE_VETH
Thomas Haller
3
-0
/
+3
2016-02-23
examples: add missing device-types to examples
Thomas Haller
3
-1
/
+13
2016-02-19
all: cleanup includes and let "nm-default.h" include "config.h"
Thomas Haller
8
-16
/
+0
2016-01-28
examples: avoid compile errors around NM versioning
Dan Williams
1
-1
/
+2
2016-01-08
contrib/rpm: install pre-up dispatcher script "10-ifcfg-rh-routes.sh" as no-wait
Thomas Haller
1
-0
/
+3
2015-12-24
build: rename directory "include" to "shared"
Thomas Haller
1
-2
/
+2
2015-12-07
examples: add README for python-networkmanager NetworkManager library
Thomas Haller
3
-1
/
+9
2015-12-07
examples: add README for examples/python/gi
Thomas Haller
2
-1
/
+4
2015-12-04
libnm/libnm-glib: add NMClient.get_all_devices() method and AllDevices property
Dan Williams
1
-0
/
+41
2015-11-11
python: use gi.require_version() in generate-setting-docs.py and examples
Thomas Haller
10
-0
/
+20
2015-10-12
examples: add python GI example for retrieving LLDP neighbors
Beniamino Galvani
1
-0
/
+52
2015-09-30
build: extract version macros from "nm-version.h" to new header file "nm-vers...
Thomas Haller
1
-0
/
+1
2015-09-17
examples: generate UUID in add-wifi-eap-connection.py
Jiří Klimeš
1
-2
/
+2
2015-09-17
examples: add a python example for adding WPA PSK Wi-Fi connection
Jiří Klimeš
3
-1
/
+58
2015-08-24
examples: add flags and mode parsing to show-wifi-networks.[lua|py]
Jiří Klimeš
2
-0
/
+107
2015-07-08
examples: add python+dbus example to print active access point
Dan Williams
2
-1
/
+68
2015-06-23
examples: python: add an D-Bus example creating and activating a bond
Jiří Klimeš
2
-1
/
+116
2015-06-23
examples: add wifi-hotspot.py script to Makefile.am
Jiří Klimeš
1
-1
/
+2
2015-05-18
examples: add DBus + Python example for starting/stopping a WiFi hotspot
Dan Williams
1
-0
/
+112
2015-03-18
examples: bash: print errors int stderr
Petr Vorel
2
-3
/
+3
2015-03-12
examples: update Python NM example to print detailed connection state
Srdjan Grubor
1
-6
/
+19
2015-03-10
examples: python: print into stderr
Petr Vorel
5
-5
/
+5
2015-03-10
examples/trvial: replace tabs by whitespace in python example
Thomas Haller
1
-2
/
+2
2015-03-05
examples: add a Python example deactivating connections by type (bgo #732826)
Jiří Klimeš
2
-1
/
+83
2015-03-05
examples: add a Lua example deactivating connections by type (bgo #732826)
Jiří Klimeš
2
-1
/
+84
2015-02-11
examples: add a Lua example setting user name for a VPN connection
Jiří Klimeš
2
-1
/
+87
2015-02-10
examples: add a Lua example getting IP configuration of a device
Jiří Klimeš
2
-1
/
+162
2015-02-09
examples: add a Lua example showing basic NetworkManager information
Jiří Klimeš
2
-1
/
+53
2015-02-09
examples: add a Lua example for getting Wi-Fi access points
Jiří Klimeš
2
-1
/
+81
2015-01-30
examples: add some examples in Lua using lgi library
Jiří Klimeš
6
-0
/
+219
2015-01-27
dispatcher: fix ifcfg-rh example dispatcher script (rh #1160013)
Dan Winship
1
-4
/
+17
2015-01-12
ifcfg-rh: allow handling complex routing rules via dispatcher (rh #1160013)
Dan Winship
2
-0
/
+22
2014-11-15
examples: update python examples
Dan Winship
12
-137
/
+227
2014-11-13
all: consistently include config.h
Dan Winship
8
-0
/
+16
2014-11-07
libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classes
Dan Winship
2
-2
/
+2
2014-10-31
test,examples: fix scripts to avoid 'has_key' for Python 3
Thomas Haller
1
-1
/
+1
2014-10-28
libnm: change GSList to GPtrArray in libnm methods
Dan Winship
1
-6
/
+6
2014-10-10
libnm: merge NMRemoteSettings into NMClient
Dan Winship
2
-28
/
+22
2014-09-25
libnm: make sync/async APIs more GLib-like
Dan Winship
1
-17
/
+16
2014-09-25
libnm: merge saved and unsaved connection methods
Dan Winship
1
-1
/
+1
2014-09-19
tui,examples: accept null SSID gracefully
Jiří Klimeš
1
-3
/
+9
[next]