summaryrefslogtreecommitdiff
path: root/libnm-glib
Commit message (Expand)AuthorAgeFilesLines
* core: add monitor-connection-files=false and ReloadConnectionsDan Winship2013-06-143-0/+48
* libnm-glib: fix device description with newer udev versionsDan Williams2013-06-111-1/+5
* libnm-glib: fix the object creation warning for remote connectionsDan Winship2013-06-081-1/+12
* libnm-glib: add support for new connection unsaved functionalityDan Williams2013-05-286-62/+378
* libnm-glib: fix documentation C&P errorDan Williams2013-05-151-2/+1
* libnm-glib, core: use g_cclosure_marshal_genericDan Winship2013-05-088-36/+15
* libnm-glib: fix introspection for IPv6 DNS serversDan Williams2013-05-071-3/+3
* libnm-glib, cli: add nm_device_get_type_descriptionDan Winship2013-05-075-1/+68
* core: add NMDeviceGeneric:type-descriptionDan Winship2013-05-072-0/+22
* core, libnm-glib: add NMDeviceGenericDan Winship2013-05-075-0/+333
* Use %NULL macro in doc stringsMartin Pitt2013-04-195-9/+9
* libnm-glib: Make SecretAgent introspectableMartin Pitt2013-04-192-10/+10
* libnm-glib: ensure VpnStateChanged signals also notify VpnState property list...Dan Williams2013-04-081-0/+1
* libnm-glib: never call NM D-Bus methods if NM isn't runningDan Williams2013-04-086-109/+296
* 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-086-145/+170
* libnm-glib: use helpers to create dbus proxiesDan Williams2013-04-0826-206/+81
* libnm-glib: add helper to connect to NM's private D-Bus socketDan Williams2013-04-083-3/+151
* libnm-glib: adapt example to python 3.xPavel Šimerda2013-04-021-9/+10
* libnm-glib: convert DHCP option parsing to GHashTableIterDan Williams2013-04-012-22/+16
* libnm-glib: fix memory leak of GSimpleAsyncResult loading object propertiesDan Williams2013-04-011-0/+1
* libnm-glib: fix memory leak of GSimpleAsyncResult getting connection settingsDan Williams2013-04-011-0/+1
* libnm-util: consolidate hex-string <-> bin conversion functionsJiří Klimeš2013-03-281-28/+2
* all: use G_VALUE_INIT to initialize GValue variablesJiří Klimeš2013-03-254-9/+9
* libnm-glib: fix use-after-free getting device vendor and productDan Williams2013-03-221-57/+30
* libnm-glib,libnm-util: -glib requires -util, -util requires NetworkManagerColin Walters2013-03-141-1/+1
* libnm-glib: match interface name in nm_device_connection_compatible()Dan Winship2013-03-1314-34/+71
* all: remove redundant return-if-fail checksDan Winship2013-03-074-20/+0
* libnm-glib: fix type annotation of NMDHCP[46]Config:optionsDan Williams2013-02-272-4/+2
* Revert "libnm-glib: fix type annotation of NMDHCP[46]Config:options"Dan Williams2013-02-272-2/+4
* libnm-glib: fix type annotation of NMDHCP[46]Config:optionsDan Winship2013-02-262-4/+2
* tests: clean up gtester usageDan Winship2013-02-261-16/+6
* trivial: fix makefile typoDan Williams2013-02-221-1/+1
* libnm-glib: bump soname for added functionsDan Williams2013-02-221-2/+2
* libnm-glib: add Since tags to new functions and propertiesDan Williams2013-02-226-0/+29
* libnm-util, libnm-glib: fix NMConnection:path againDan Winship2013-02-141-3/+39
* libnm-glib: add NMDevice:available-connectionsDan Winship2013-02-143-0/+53
* libnm-util, libnm-glib: Make NMRemoteConnection instantiable by NMObjectDan Winship2013-02-141-5/+32
* libnm-glib: fix NMRemoteConnection GInitable implementationDan Winship2013-02-141-2/+1
* trivial: fix gir warningPavel Šimerda2013-02-121-1/+1
* 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