summaryrefslogtreecommitdiff
path: root/libnm-glib
AgeCommit message (Expand)AuthorFilesLines
2012-03-28libnm-glib: more ensure_inited() fixingDan Winship20-0/+40
2012-03-27libnm-glib: initialize NMRemoteSettings in nm_remote_settings_new() (rh #806664)Jiří Klimeš1-1/+6
2012-03-27libnm-glib: ensure bindings-created NMClient object work (rh #802536)Jiří Klimeš1-0/+99
2012-03-23libnm-glib: bump soname minorDan Williams1-1/+1
2012-03-21libnm-glib: ensure bindings-created objects work as expected (rh #802536)Dan Williams2-42/+66
2012-03-19libnm-glib: add 'registered' property for NMSecretAgentDan Williams3-2/+40
2012-03-16libnm-glib: add errors to device classes and nm_device_connection_compatible()Jiří Klimeš21-73/+574
2012-03-13libnm-glib: two object uniqueness fixesDan Williams1-11/+38
2012-03-12libnm-glib: fix leaked NMDevice objects due to circular refcountingDan Williams1-2/+17
2012-03-12libnm-glib: ensure nm_device_set_device_type() stays privateDan Williams11-13/+13
2012-03-12libnm-glib: prevent possible access of freed memoryDan Williams2-12/+4
2012-03-12Fix names of error enum valuesDan Winship3-18/+18
2012-03-07libnm-glib: simplify setting device-type propertyDan Williams11-88/+72
2012-03-07libnm-glib: add NMDeviceVlanDan Williams5-1/+393
2012-03-05libnm-glib: add NMDeviceBondDan Winship5-0/+350
2012-02-28libnm-glib: ensure device state is updated when it changesDan Williams1-1/+9
2012-02-28libnm-glib: add NMDeviceOlpcMeshJiří Klimeš5-0/+393
2012-02-22build: fix srcdir != builddir for new generated headersColin Walters2-0/+2
2012-02-20libnm-glib: fix some property-handling warningsDan Winship3-27/+35
2012-02-16libnm-glib: don't crash on unknown object typesDan Williams1-0/+5
2012-02-15build: fix distcheckDan Williams1-1/+1
2012-02-15Use glib-mkenums to generate enum typesDan Winship13-101/+46
2012-02-10libnm-glib: ensure some new private symbols stay privateDan Williams2-32/+32
2012-02-09libnm-glib: fix premature child object signal emissionDan Winship1-6/+8
2012-02-09libnm-glib: add nm_device_get_state_reason() to libnm-glib.ver to export itJiří Klimeš1-0/+1
2012-02-08libnm-glib: add StateReason property for NMDeviceJiří Klimeš2-2/+70
2012-02-07libnm-glib: fix missing G_VALUE_INIT to not depend on newer glibThomas Bechtold2-0/+2
2012-02-07libnm-glib: better debugging of property accesses and updatesDan Williams2-0/+16
2012-02-07libnm-glib: ensure synchronous property updates are actually synchronousDan Williams1-5/+5
2012-02-06libnm-glib: fix to not depend on newer glibDan Winship4-1/+5
2012-02-03docs: reference NMRemoteSettings from NMClient creatorsDan Williams1-0/+8
2012-02-03libnm-glib: asyncify NMRemoteSettingsDan Winship4-148/+341
2012-02-03libnm-glib: nm_client_new_async, fix up NMClient asynchrony issuesDan Winship6-105/+134
2012-02-03libnm-glib: implement GInitable/GAsyncInitable in NMObjectDan Winship21-420/+636
2012-02-03libnm-glib: add "pseudoproperties" for things like Client.GetDevicesDan Winship5-236/+247
2012-02-03libnm-glib: simplify handling of object and object array propertiesDan Winship8-391/+517
2012-02-03libnm-glib: simplify property getter methodsDan Winship18-1300/+262
2012-02-03libnm-glib: simplify and genericize property declarationDan Winship18-250/+283
2012-02-02libnm-glib: don't use client-side generated dbus-glib bindingsDan Winship13-154/+128
2012-02-02libnm-glib: remove nm-dbus-utils.[ch]Dan Winship3-274/+0
2012-02-02libnm-glib: pre-emptively avoid some -Wshadow errorsDan Winship3-8/+8
2012-02-02libnm-glib: implement NMActiveConnection uuid propertyDan Winship1-0/+16
2012-02-02libnm-glib: fix _nm_string_array_demarshalDan Winship1-7/+7
2012-01-26docs: update NMSecretAgent example codeDan Williams1-0/+3
2012-01-26docs: update docs for NMSecretAgent callbacksDan Williams2-3/+65
2012-01-26docs: fix 'connection' parameter name for nm_access_point_connection_valid()Jiří Klimeš1-1/+1
2012-01-25bonding: export path of master device property over DBUSThomas Graf3-0/+50
2012-01-13docs: added notes to the nm_device_filter_connections docsAlberto Ruiz1-1/+2
2012-01-13docs: fix section header name for nm_access_point_connection_valid()Alberto Ruiz1-6/+6
2012-01-13docs: Update NMAccessPoint documentationAlberto Ruiz1-0/+5