summaryrefslogtreecommitdiff
path: root/libnm-glib
Commit message (Expand)AuthorAgeFilesLines
* libnm-glib: use the same parameter names in prototypes and definitionsJiří Klimeš2013-01-151-2/+2
* libnm-glib: add nm_client_set_logging() for setting debugging level and domainsJiří Klimeš2013-01-093-0/+39
* libnm-glib: add nm_client_get_logging() functionJiří Klimeš2013-01-093-1/+43
* libnm-glib: remove unused "wireless_enabled" variable from NMDeviceWifiPrivateJiří Klimeš2013-01-091-1/+0
* libnm-glib: add nm_device_wifi_request_scan_simple() to tell NM to scan for APsJiří Klimeš2013-01-093-0/+95
* libnm-glib: clarify documentation of nm_client_get_devices()Colin Walters2012-12-131-3/+7
* core: fix agent secret cancelationDan Williams2012-12-041-25/+51
* libnm-glib: more NMDevice::state-changed fixesDan Winship2012-12-031-0/+20
* core,libnm-glib: expose "slaves" property on NMDeviceBridgeJiří Klimeš2012-11-303-2/+50
* bridge: add bridge device typeThomas Graf2012-11-305-0/+394
* 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