summaryrefslogtreecommitdiff
path: root/libnm-glib
Commit message (Expand)AuthorAgeFilesLines
* libnm-glib,vpn-plugin: remove old connect timer when adding new oneLubomir Rintel2015-10-231-0/+1
* nm-vpn-service-plugin: increase the quit timerLubomir Rintel2015-10-011-1/+1
* build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-302-0/+2
* tests: raise the mock service startup timeoutLubomir Rintel2015-08-171-1/+1
* libnm-glib: add NM_AVAILABLE_IN_1_0_6 for new API nm_access_point_get_last_se...Thomas Haller2015-08-091-0/+1
* wifi: expose the last_seen property for a NMAccessPointMathieu Trudel-Lapierre2015-08-073-0/+47
* libnm/libnm-glib: don't quit in the middle of asking for secrets (bgo #752237)Dan Williams2015-07-161-3/+17
* libnm/libnm-glib: clean up VPN plugin timeoutsDan Williams2015-07-161-56/+25
* libnm-glib: avoid coverity warningThomas Haller2015-06-251-1/+1
* builds: only enable TAP driver for glib >= 2.37.6Lubomir Rintel2015-06-191-2/+0
* tests: use the TAP formatterLubomir Rintel2015-06-191-0/+2
* build: switch to parallel test harnessLubomir Rintel2015-06-191-1/+1
* tests: always spawn private d-busLubomir Rintel2015-06-191-5/+3
* libnm-glib: print a bold warning about reaching a D-Bus limitJiří Klimeš2015-05-291-0/+9
* libnm-glib: do not access NULL GError variable (rh #1224819)Jiří Klimeš2015-05-261-4/+6
* libnm,core: don't mix up enum typesLubomir Rintel2015-04-231-1/+1
* libnm-glib/tests: fix calling tests without valgrindThomas Haller2015-03-131-1/+1
* libnm/tests: enable valgrind for libnm testsThomas Haller2015-03-131-3/+5
* libnm/tests: fix memleaks in test code for valgrindThomas Haller2015-03-131-1/+5
* tests: enable valgrind tests for testsThomas Haller2015-03-131-0/+1
* libnm-glib/nm-client: zero the CheckConnectivityData structureRui Matos2015-01-081-1/+1
* libnm-glib: crash when NMRemoteSettings is quickly destroyed (bgo #742138)Dan Winship2015-01-051-1/+3
* libnm-util, libnm-glib: bump sonames for 1.0Dan Winship2014-12-181-1/+1
* docs: misc small fixesDan Winship2014-12-184-6/+14
* tests: mute coverity for CHECKED_RETURN (CWE-252) in testsJiří Klimeš2014-12-161-1/+3
* libnm: add missing (transfer) annotation for nm_device_vlan_get_parent()Jiří Klimeš2014-11-251-1/+1
* libnm-glib: add :parent property for VLAN devicesJiří Klimeš2014-11-243-1/+43
* libnm*: fix library gettext usageDan Winship2014-11-132-2/+2
* all: consistently include config.hDan Winship2014-11-1338-16/+75
* tests: Don't run session-long dbus daemons for testsLubomir Rintel2014-10-241-3/+5
* remote-settings: Mark service as running when using private busFlorian Müllner2014-10-171-2/+3
* libnm, libnm-glib: clarify nm_client_activate_connection() semanticsDan Winship2014-10-051-0/+10
* libnm: ensure auto-registration only when not yet registeredThomas Haller2014-08-271-1/+2
* libnm, libnm-glib: fix cut-and-paste-osDan Winship2014-08-184-16/+16
* libnm, libnm-glib: belatedly replace _nm_client_is_object_path()Dan Winship2014-08-071-46/+2
* libnm-glib: add tests of NMClient:manager-running and NMRemoteSettings:servic...Dan Winship2014-08-012-0/+154
* libnm-glib: fix a crash when using multiple NMClientsDan Winship2014-08-014-17/+19
* libnm-glib: make test-networkmanager-service.py automatically exit with its p...Dan Winship2014-08-014-158/+118
* libnm-glib: split out test service launching code from testsDan Winship2014-08-015-179/+224
* libnm-glib: use automake test infrastructure for test programsDan Winship2014-08-012-9/+13
* libnm-glib: compile test-networkmanager-service.py path into test binariesDan Winship2014-08-013-23/+10
* libnm-glib: fix warning about redefining typedef RemoteCallThomas Haller2014-08-011-2/+2
* libnm-glib/test: add asserts to test-remote-settings-clientThomas Haller2014-08-011-1/+11
* libnm-glib/test: fix crash in test-remote-settings-clientThomas Haller2014-08-011-0/+2
* libnm-glib: disconnect the connectivity check cancellable signal after the ca...Giovanni Campagna2014-07-311-0/+5
* tools: move libnm-glib's fake NM service implementations hereDan Winship2014-07-303-934/+5
* libnm-glib: fix gtk-doc for NMClient:active-connectionsThomas Haller2014-07-271-1/+1
* libnm-glib: document some propertiesDan Winship2014-07-256-10/+65
* libnm-glib: implement nm_device_delete() for D-Bus device' Delete() methodJiří Klimeš2014-07-223-14/+58
* libnm-glib: add nm_device_is_software() function to NMDeviceJiří Klimeš2014-07-223-0/+22