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
2014-09-18
libnm: port to GDBus
Dan Winship
1
-4
/
+0
2014-09-05
examples: fix python GI examples to work after libnm changes
Jiří Klimeš
5
-76
/
+56
2014-09-04
examples: port dbus-glib-based examples to gdbus
Dan Winship
13
-622
/
+554
2014-09-04
libnm: change empty-GPtrArray-return semantics
Dan Winship
1
-2
/
+2
2014-09-04
libnm: drop NM_TYPE_SSID, use G_TYPE_BYTES
Dan Winship
1
-4
/
+5
2014-09-04
libnm-core: replace GByteArray with pointer + length in some APIs
Dan Winship
1
-2
/
+2
2014-09-04
libnm-core: rename NMConnection to/from_hash methods
Dan Winship
2
-2
/
+2
2014-08-16
libnm-core, libnm, core: make NMConnection an interface
Dan Winship
3
-3
/
+3
2014-08-07
libnm: port NMRemoteSettings to NMObject
Dan Winship
1
-88
/
+17
2014-08-07
libnm: synchronize NMClient and NMRemoteSettings "is NM running" properties
Dan Winship
1
-1
/
+1
2014-08-01
libnm: add NetworkManager.h, disallow including individual headers
Dan Winship
6
-31
/
+6
2014-08-01
libnm: rename NetworkManager.h and NetworkManagerVPN.h
Dan Winship
9
-14
/
+14
2014-08-01
libnm: make the the use of GInitable mandatory
Dan Winship
7
-18
/
+21
2014-08-01
libnm: consistently use "INTERFACE" rather than "IFACE" in macros
Dan Winship
6
-8
/
+8
2014-08-01
all: port everything to libnm
Dan Winship
18
-92
/
+79
2014-07-15
build: more srcdir!=builddir fixes
Dan Winship
1
-1
/
+0
2014-07-15
libnm-util: move NetworkManager.h, etc, from include/ to here
Dan Winship
1
-2
/
+2
2014-06-20
examples: add Python dbus example indicating if WWAN is the default connection
Dan Williams
2
-1
/
+80
2014-06-10
examples: add Python D-Bus and GI examples for updating IPv4 setting method
Dan Williams
4
-2
/
+182
2014-06-09
examples: fix get-active-connections-dbus-glib.c example
Jiří Klimeš
1
-45
/
+18
2014-06-07
libnm-glib: don't use deprecated nm_access_point_get_hw_address()
Thomas Haller
1
-1
/
+1
2014-05-27
all: g_type_init() has been deprecated in GLib 2.35.0
Jiří Klimeš
9
-0
/
+18
2014-04-28
examples: update 70-wifi-wired-exclusive.sh (bgo #513488)
Dan Williams
1
-20
/
+9
2014-04-04
examples: fix qt demo to work without STL support
Thomas Haller
1
-2
/
+2
2014-04-04
examples: fix qt demo to work without STL support
Thomas Haller
1
-2
/
+2
2014-04-01
examples: use correct Mbit/s for bitrates
Jiří Klimeš
1
-2
/
+2
2014-03-07
examples: fix Makefile.am to include all Python examples for distribution
Jiří Klimeš
1
-1
/
+1
2014-03-05
example: simplify get-active-connections.py by using ID and Type properties
Jiří Klimeš
1
-16
/
+3
2014-03-03
examples: add a GOI Python example for getting active connections
Jiří Klimeš
2
-1
/
+49
2014-03-03
examples: also print type of active connections
Jiří Klimeš
1
-1
/
+1
2014-01-24
examples: a Python GOI example for adding connections persistent vs. not saved
Jiří Klimeš
2
-1
/
+103
2014-01-23
examples: update get_ips.py python example for DNS information
Jiří Klimeš
1
-4
/
+40
2014-01-16
examples: add an python example (using GI) getting device IPs
Jiří Klimeš
2
-1
/
+129
2013-12-17
docs: update documentation links
William Jon McCann
3
-3
/
+3
2013-11-29
examples: update examples for new device types
Jiří Klimeš
3
-2
/
+16
2013-11-13
coverity: fix various warnings detected with Coverity
Thomas Haller
1
-5
/
+11
2013-10-22
core: cleanup freeing of glib collections of pointers
Thomas Haller
1
-2
/
+2
2013-09-26
examples: add an python example (using GI) showing Wi-Fi networks
Jiří Klimeš
2
-1
/
+75
2013-09-24
examples: use GLib.MainLoop instead of deprecated GObject.MainLoop in python
Jiri Popelka
3
-6
/
+6
2013-09-24
examples: group python examples - dbus vs. gi
Jiří Klimeš
16
-14
/
+17
2013-09-24
examples: add a python example getting/setting zone property using GI
Jiří Klimeš
2
-1
/
+89
2013-08-22
build: switch from $(INCLUDES) to $(AM_CPPFLAGS) to make automake happy
Dan Winship
2
-9
/
+7
2013-08-06
trivial: minor code cleanup in examples/python
Thomas Haller
3
-7
/
+7
2013-07-15
examples: update 70-wifi-wired-exclusive.sh for new nmcli syntax
Jiří Klimeš
1
-2
/
+4
2013-04-29
trivial: add gitignore for qt examples
Pavel Šimerda
1
-0
/
+2
2013-04-19
libnm-util: Fix transfer annotations of nm_{connection,setting}_need_secrets()
Martin Pitt
1
-4
/
+2
2013-03-25
all: use G_VALUE_INIT to initialize GValue variables
Jiří Klimeš
1
-3
/
+3
2013-02-26
examples: remove GLIB_CHECK_VERSION checks from GDBus examples
Dan Winship
2
-12
/
+0
2012-12-07
examples: fix nm-state.py example
Jiří Klimeš
1
-3
/
+18
2012-11-01
cli/examples: NM_802_11_MODE_AP mode is not valid for NMAccessPoint objects
Jiří Klimeš
1
-1
/
+0
[prev]
[next]