summaryrefslogtreecommitdiff
path: root/libnm-glib
Commit message (Expand)AuthorAgeFilesLines
...
* build: improve documentation and test configure optionsPavel Šimerda2012-11-132-5/+4
* build: clean up GLib-related pkg-config usage (bgo #687218)Colin Walters2012-10-311-8/+8
* docs: clarify the connection ownership in secret agent callbacks (bgo #686915)Alberto Ruiz2012-10-291-3/+12
* docs: fix introspection annotation for secret agent callbacks (bgo #686915)Alberto Ruiz2012-10-291-6/+6
* docs: add Since tag for nm_device_bond_get_slaves()Dan Williams2012-10-261-0/+2
* libnm-glib: bump soname for new bond symbolsDan Williams2012-10-261-1/+1
* core, libnm-glib: expose "slaves" property on NMDeviceBondDan Winship2012-10-193-3/+51
* libnm-glib: fix wifi device 'mode' property for AP modeDan Williams2012-10-171-1/+1
* wifi: support ap-mode with wpa_supplicantJan Luebbe2012-10-171-1/+6
* libnm-glib: fix introspection annotation for nm_device_adsl_new()Dan Williams2012-10-161-1/+1
* NMRemoteSettings: fix async initializationGiovanni Campagna2012-10-161-4/+15
* libnm-glib: add missing NMSettingHashFlags argument to NMSecretAgentGetSecret...Alberto Ruiz2012-10-111-1/+1
* libnm-glib: don't try to query for connections synchronously when NM isn't ru...Dan Williams2012-10-051-25/+57
* all: Don't use ctype.h macrosDan Winship2012-09-261-2/+1
* libnm-glib: update properties before NMDevice:state-changedDan Winship2012-08-292-10/+35
* trivial: fix typo in libnm-glib NMDevice documentationDan Williams2012-08-061-2/+2
* docs: document VPN plugin errorsDan Williams2012-08-061-0/+24
* docs: document VPN UI plugin object propertiesDan Williams2012-08-061-4/+29
* docs: document secret agent errorsDan Williams2012-08-061-1/+18
* docs: document NMClient permissions enumsDan Williams2012-08-061-1/+42
* build: fix build after addition of new warningsDan Winship2012-08-011-2/+1
* core: fix NM_IS_*_CLASS(klass) macrosJiří Klimeš2012-07-2725-25/+25
* libnm-glib: fix GAsyncInitable implementationsDan Winship2012-07-174-5/+37
* Revert "libnm-glib: fix vpn-state-changed signal handling"Dan Williams2012-06-292-31/+20
* docs: fix some annotations in libnm-glibJiří Klimeš2012-06-292-16/+18
* libnm-glib: fix vpn-state-changed signal handlingJiří Klimeš2012-06-292-20/+31
* agents: add a "user-requested" flag to secret agent requestsDan Williams2012-06-271-1/+6
* libnm-glib: introspection - build against internal libnm-utilAlban Browaeys2012-06-261-1/+1
* libnm-glib: don't try to free unset GValues when disconnecting VPNsDan Williams2012-06-141-4/+8
* libnm-glib: add NM_VPN_PLUGIN_UI_CAPABILITY_IPV6Dan Winship2012-06-141-0/+1
* libnm-glib: add missing nm-connection.h header for NMConnection (bgo #678093)Alberto Ruiz2012-06-141-0/+1
* introspection: fix wrong symbol prefix in the Makefile (bgo #677498)Alberto Ruiz2012-06-111-1/+1
* docs: document some libnm-glib NMRemoteConnection callback function typesDan Williams2012-06-111-0/+30
* vpn: fix connect timeout issue with old IPv4-only pluginsDan Williams2012-06-111-0/+11
* libnm-glib: add 'driver-version' and 'firmware-version' properties to NMDeviceJiří Klimeš2012-06-083-0/+82
* introspection: removes redudant package names from gir files (bgo #677296)Alberto Ruiz2012-06-011-0/+1
* vpn: support IPv6 over VPNsDan Winship2012-05-303-5/+169
* libnm-glib: fix indentation in nm-vpn-plugin.[ch]Dan Winship2012-05-302-124/+124
* libnm-glib: add 'autoconnect' property for devicesJiří Klimeš2012-05-223-0/+73
* adsl: add libnm-glib and nmcli codePantelis Koukousoulas2012-05-185-0/+332
* trivial: fix distcheck in libnm-glibDan Williams2012-04-301-2/+2
* libnm-glib: fix build on older glib without g_clear_object()Dan Williams2012-04-2712-1/+26
* libnm-glib: add "object-creation-failed" signal to NMObjectJiří Klimeš2012-04-254-26/+145
* libnm-glib: ensure object cache is cleared when NM stops (bgo #674473)Dan Williams2012-04-233-0/+31
* 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-2319-186/+88
* libnm-glib: protect against potentially NULL changed property values (rh #808...Dan Williams2012-04-231-2/+8
* libnm-glib: ensure NMRemoteConnection signals are disconnected (bgo #674484) ...Dan Williams2012-04-231-33/+69
* trivial: fix spacingDan Williams2012-04-201-1/+1
* libnm-glib: initialize GError, else invalid free() crash can occur (rh #809123)Jiří Klimeš2012-04-021-1/+1