summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-client.c
Commit message (Expand)AuthorAgeFilesLines
* libnm-glib: fix another memory leak around update_permissions()Thomas Haller2016-01-261-13/+6
* libnm-glib: fix crash due to uninitalized pointer in get_permissions_reply()Thomas Haller2016-01-261-1/+1
* libnm-glib: fix leak in get_permissions_reply()Dan Williams2016-01-261-0/+2
* libnm-glib: do not access NULL GError variable (rh #1224819)Jiří Klimeš2015-05-261-4/+6
* libnm,core: don't mix up enum typesLubomir Rintel2015-04-231-1/+1
* libnm-glib/nm-client: zero the CheckConnectivityData structureRui Matos2015-01-081-1/+1
* docs: misc small fixesDan Winship2014-12-181-3/+3
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm, libnm-glib: clarify nm_client_activate_connection() semanticsDan Winship2014-10-051-0/+10
* libnm, libnm-glib: belatedly replace _nm_client_is_object_path()Dan Winship2014-08-071-46/+2
* libnm-glib: fix a crash when using multiple NMClientsDan Winship2014-08-011-1/+1
* libnm-glib: disconnect the connectivity check cancellable signal after the ca...Giovanni Campagna2014-07-311-0/+5
* libnm-glib: fix gtk-doc for NMClient:active-connectionsThomas Haller2014-07-271-1/+1
* libnm-glib: document some propertiesDan Winship2014-07-251-9/+9
* libnm-util, libnm-glib: whitespace fixesDan Winship2014-07-151-23/+23
* libnm-util, libnm-glib: standardize copyright/license headersDan Winship2014-07-151-4/+2
* libnm-util, libnm-glib: tweak (element-type) annotations in docsDan Winship2014-07-151-5/+5
* all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-191-72/+57
* libnm-util, libnm-glib: be consistent about "Wi-Fi", "Ethernet", "InfiniBand"...Dan Winship2014-06-191-3/+3
* libnm-glib: convert NMClient Devices to a real propertyDan Williams2014-01-231-23/+20
* coverity: fix various warnings detected with CoverityThomas Haller2013-11-131-1/+6
* libnm-glib: add support for NULL connections to nm_client_activate_connection()Dan Williams2013-10-311-3/+7
* core: cleanup freeing of glib collections of pointersThomas Haller2013-10-221-2/+1
* libnm-glib: fix a crash in nm_client_new() (rh #1010288)Jiří Klimeš2013-10-141-5/+30
* libnm-util, libnm-glib: fix up some gtk-doc commentsDan Winship2013-10-111-2/+2
* libnm: more valgrinding fixesDan Winship2013-10-031-2/+4
* libnm-glib: change "Since: 0.9.10" to "Since: 0.9.8.6" for backported APIDan Winship2013-09-111-9/+9
* libnm-glib: Add NMClient:primary-connection and :activating-connectionDan Winship2013-08-281-0/+98
* libnm-glib: support new connectivity property/methodsDan Winship2013-08-281-0/+212
* libnm-glib: add NMClient:startup, nm_client_get_startup()Dan Winship2013-08-161-0/+43
* libnm-glib, core: use g_cclosure_marshal_genericDan Winship2013-05-081-7/+3
* Use %NULL macro in doc stringsMartin Pitt2013-04-191-3/+3
* libnm-glib: never call NM D-Bus methods if NM isn't runningDan Williams2013-04-081-36/+106
* libnm-glib: clear and recheck permissions on NM restartsDan Williams2013-04-081-0/+2
* libnm-glib: use private connection before trying the system busDan Williams2013-04-081-71/+57
* libnm-glib: use helpers to create dbus proxiesDan Williams2013-04-081-10/+3
* all: use G_VALUE_INIT to initialize GValue variablesJiří Klimeš2013-03-251-3/+3
* libnm-glib: add Since tags to new functions and propertiesDan Williams2013-02-221-0/+4
* libnm-glib: add nm_client_set_logging() for setting debugging level and domainsJiří Klimeš2013-01-091-0/+37
* libnm-glib: add nm_client_get_logging() functionJiří Klimeš2013-01-091-0/+39
* libnm-glib: clarify documentation of nm_client_get_devices()Colin Walters2012-12-131-3/+7
* libnm-glib: fix GAsyncInitable implementationsDan Winship2012-07-171-0/+12
* docs: fix some annotations in libnm-glibJiří Klimeš2012-06-291-14/+14
* libnm-glib: add "object-creation-failed" signal to NMObjectJiří Klimeš2012-04-251-14/+45
* libnm-glib: ensure object cache is cleared when NM stops (bgo #674473)Dan Williams2012-04-231-0/+5
* libnm-glib: discard devices and active connections when NM goes downDan Winship2012-04-231-19/+40
* libnm-glib: NULL out priv fields on dispose()Dan Winship2012-04-231-10/+7
* trivial: fix spacingDan Williams2012-04-201-1/+1
* libnm-glib: more ensure_inited() fixingDan Winship2012-03-281-0/+2
* libnm-glib: ensure bindings-created NMClient object work (rh #802536)Jiří Klimeš2012-03-271-0/+99