index
:
~lkundrak/NetworkManager
lr/active-connection-state-changed
lr/auth-dialog
lr/completion-4
lr/guide
lr/ifla-flags-detection
lr/initrd
lr/nmcli-colors
lr/ovs-2
lr/ovs-3
lr/ovs-interface-plink
lr/rp-filter
lr/version-dir
lr/wifi-data
master
nm-1-0
nm-1-10
nm-1-14
nm-1-4
nm-1-6
nm-1-8
pan2
LR staging for NetworkManager
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libnm-glib
/
nm-object.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-17
docs: misc. typos pt2
luz.paz
1
-2
/
+2
2018-07-11
all: don't use gchar/gshort/gint/glong but C types
Thomas Haller
1
-1
/
+1
2018-05-10
all: use the elvis operator wherever possible
Lubomir Rintel
1
-2
/
+2
2018-04-30
all: remove consecutive empty lines
Beniamino Galvani
1
-1
/
+0
2018-03-08
Add calls to g_simple_async_result_set_check_cancellable
Benjamin Berg
1
-0
/
+2
2017-03-08
all/trivial: unify construct-only property comments
Thomas Haller
1
-2
/
+2
2017-02-15
libnm-glib/nm-object: defer assignment of default D-Bus connection
Philip Withnall
1
-3
/
+16
2016-03-03
all: don't include error->code in log messages
Thomas Haller
1
-2
/
+1
2016-02-19
all: cleanup includes and let "nm-default.h" include "config.h"
Thomas Haller
1
-3
/
+3
2015-12-04
libnm-glib: queue added/removed signals and suppress uninitialized notifications
Lubomir Rintel
1
-50
/
+181
2015-10-30
libnm-glib: properly handle demarshalling 64-bit integers.
Mathieu Trudel-Lapierre
1
-2
/
+2
2015-08-05
all: make use of new header file "nm-default.h"
Thomas Haller
1
-1
/
+1
2015-07-24
libnm-glib: drop private bus support
Dan Winship
1
-33
/
+19
2015-07-24
all: rename nm-glib-compat.h to nm-glib.h, use everywhere
Dan Winship
1
-2
/
+1
2015-07-24
include: add nm-dbus-compat.h
Dan Winship
1
-1
/
+1
2014-11-13
all: consistently include config.h
Dan Winship
1
-0
/
+2
2014-08-01
libnm-glib: fix a crash when using multiple NMClients
Dan Winship
1
-2
/
+4
2014-07-25
libnm-glib: document some properties
Dan Winship
1
-1
/
+1
2014-07-15
libnm-util, libnm-glib: whitespace fixes
Dan Winship
1
-9
/
+10
2014-07-15
libnm-util, libnm-glib: standardize copyright/license headers
Dan Winship
1
-4
/
+2
2014-07-14
trivial/libnm-glib: rename internal PROP_* enum values
Thomas Haller
1
-8
/
+8
2014-07-14
libnm-glib: fix initialization of NMObject type
Thomas Haller
1
-7
/
+4
2014-06-19
all: remove remaining GParamSpec name/blurb strings
Dan Winship
1
-10
/
+8
2014-02-24
replace snprintf by g_snprintf
Thomas Haller
1
-2
/
+1
2014-02-13
libnm-glib: suppress warnings unless LIBNM_GLIB_DEBUG is set
Dan Williams
1
-41
/
+36
2014-01-23
libnm-glib: remove unused pseudo-property code
Dan Williams
1
-229
/
+1
2014-01-23
libnm-glib: add support for non-pseudo-property added/removed signals
Dan Williams
1
-7
/
+99
2013-11-14
libnm-glib: fix a crash in NMObject
Dan Winship
1
-0
/
+3
2013-10-22
core: cleanup freeing of glib collections of pointers
Thomas Haller
1
-6
/
+3
2013-10-14
trivial: whitespace fix
Thomas Haller
1
-17
/
+17
2013-10-03
libnm: more valgrinding fixes
Dan Winship
1
-1
/
+3
2013-10-03
libnm-glib: fix the leak that breaks the shell network status icon
Dan Winship
1
-7
/
+5
2013-10-01
libnm-glib: make properties-changed debugging available at runtime
Dan Williams
1
-14
/
+22
2013-09-05
libnm-glib: don't warn when dbus object initialization fails with UNKNOWN_METHOD
Thomas Haller
1
-2
/
+4
2013-06-08
libnm-glib: fix the object creation warning for remote connections
Dan Winship
1
-1
/
+12
2013-05-08
libnm-glib, core: use g_cclosure_marshal_generic
Dan Winship
1
-3
/
+1
2013-04-08
libnm-glib: never call NM D-Bus methods if NM isn't running
Dan Williams
1
-13
/
+120
2013-04-08
libnm-glib: use private connection before trying the system bus
Dan Williams
1
-5
/
+9
2013-04-08
libnm-glib: use helpers to create dbus proxies
Dan Williams
1
-4
/
+13
2013-04-01
libnm-glib: fix memory leak of GSimpleAsyncResult loading object properties
Dan Williams
1
-0
/
+1
2013-03-25
all: use G_VALUE_INIT to initialize GValue variables
Jiří Klimeš
1
-3
/
+3
2012-08-29
libnm-glib: update properties before NMDevice:state-changed
Dan Winship
1
-1
/
+1
2012-07-17
libnm-glib: fix GAsyncInitable implementations
Dan Winship
1
-5
/
+1
2012-04-25
libnm-glib: add "object-creation-failed" signal to NMObject
Jiří Klimeš
1
-11
/
+72
2012-04-23
libnm-glib: NULL out priv fields on dispose()
Dan Winship
1
-10
/
+9
2012-04-23
libnm-glib: protect against potentially NULL changed property values (rh #808...
Dan Williams
1
-2
/
+8
2012-03-13
libnm-glib: two object uniqueness fixes
Dan Williams
1
-11
/
+38
2012-02-20
libnm-glib: fix some property-handling warnings
Dan Winship
1
-24
/
+29
2012-02-16
libnm-glib: don't crash on unknown object types
Dan Williams
1
-0
/
+5
2012-02-09
libnm-glib: fix premature child object signal emission
Dan Winship
1
-6
/
+8
[next]