summaryrefslogtreecommitdiff
path: root/libnm-glib
Commit message (Expand)AuthorAgeFilesLines
* libnm-glib: simplify setting device-type propertyDan Williams2012-03-0711-88/+72
* libnm-glib: add NMDeviceVlanDan Williams2012-03-075-1/+393
* libnm-glib: add NMDeviceBondDan Winship2012-03-055-0/+350
* libnm-glib: ensure device state is updated when it changesDan Williams2012-02-281-1/+9
* libnm-glib: add NMDeviceOlpcMeshJiří Klimeš2012-02-285-0/+393
* build: fix srcdir != builddir for new generated headersColin Walters2012-02-222-0/+2
* libnm-glib: fix some property-handling warningsDan Winship2012-02-203-27/+35
* libnm-glib: don't crash on unknown object typesDan Williams2012-02-161-0/+5
* build: fix distcheckDan Williams2012-02-151-1/+1
* Use glib-mkenums to generate enum typesDan Winship2012-02-1513-101/+46
* libnm-glib: ensure some new private symbols stay privateDan Williams2012-02-102-32/+32
* libnm-glib: fix premature child object signal emissionDan Winship2012-02-091-6/+8
* libnm-glib: add nm_device_get_state_reason() to libnm-glib.ver to export itJiří Klimeš2012-02-091-0/+1
* libnm-glib: add StateReason property for NMDeviceJiří Klimeš2012-02-082-2/+70
* libnm-glib: fix missing G_VALUE_INIT to not depend on newer glibThomas Bechtold2012-02-072-0/+2
* libnm-glib: better debugging of property accesses and updatesDan Williams2012-02-072-0/+16
* libnm-glib: ensure synchronous property updates are actually synchronousDan Williams2012-02-071-5/+5
* libnm-glib: fix to not depend on newer glibDan Winship2012-02-064-1/+5
* docs: reference NMRemoteSettings from NMClient creatorsDan Williams2012-02-031-0/+8
* libnm-glib: asyncify NMRemoteSettingsDan Winship2012-02-034-148/+341
* libnm-glib: nm_client_new_async, fix up NMClient asynchrony issuesDan Winship2012-02-036-105/+134
* libnm-glib: implement GInitable/GAsyncInitable in NMObjectDan Winship2012-02-0321-420/+636
* libnm-glib: add "pseudoproperties" for things like Client.GetDevicesDan Winship2012-02-035-236/+247
* libnm-glib: simplify handling of object and object array propertiesDan Winship2012-02-038-391/+517
* libnm-glib: simplify property getter methodsDan Winship2012-02-0318-1300/+262
* libnm-glib: simplify and genericize property declarationDan Winship2012-02-0318-250/+283
* libnm-glib: don't use client-side generated dbus-glib bindingsDan Winship2012-02-0213-154/+128
* libnm-glib: remove nm-dbus-utils.[ch]Dan Winship2012-02-023-274/+0
* libnm-glib: pre-emptively avoid some -Wshadow errorsDan Winship2012-02-023-8/+8
* libnm-glib: implement NMActiveConnection uuid propertyDan Winship2012-02-021-0/+16
* libnm-glib: fix _nm_string_array_demarshalDan Winship2012-02-021-7/+7
* docs: update NMSecretAgent example codeDan Williams2012-01-261-0/+3
* docs: update docs for NMSecretAgent callbacksDan Williams2012-01-262-3/+65
* docs: fix 'connection' parameter name for nm_access_point_connection_valid()Jiří Klimeš2012-01-261-1/+1
* bonding: export path of master device property over DBUSThomas Graf2012-01-253-0/+50
* docs: added notes to the nm_device_filter_connections docsAlberto Ruiz2012-01-131-1/+2
* docs: fix section header name for nm_access_point_connection_valid()Alberto Ruiz2012-01-131-6/+6
* docs: Update NMAccessPoint documentationAlberto Ruiz2012-01-131-0/+5
* build: fix srcdir != builddirColin Walters2012-01-092-0/+2
* libnm-glib: fix up nm_vpn_connection_get_banner()Jiří Klimeš2012-01-051-0/+4
* docs: update NMVPNConnection's documentationJiří Klimeš2012-01-051-1/+18
* core: use nm_connection_get_setting_<type>() whenever possibleThomas Graf2011-12-061-1/+1
* libnm-glib: add NMDeviceInfinibandDan Winship2011-12-025-0/+388
* libnm-glib: get access points in constructor to prevent D-Bus errorsJiří Klimeš2011-11-241-0/+7
* libnm-glib: get devices and their properties in constructor (NMClient, NMDevice)Jiří Klimeš2011-11-242-0/+69
* libnm-glib: fix demarshalling of ActiveConnection property in NMDeviceJiří Klimeš2011-11-241-5/+5
* wifi: make wireless-helper.h private to src/Dan Williams2011-11-091-2/+0
* core: fix deprecated usage of g_value_[get|set]_char() (bgo #662694)Dan Williams2011-10-281-12/+13
* libnm-glib: fix allow-none introspection annotations (rh #747302)Dan Williams2011-10-262-2/+2
* libnm-glib: fix introspection annotations for callbacks and user_data (rh #74...Dan Williams2011-10-265-30/+36