summaryrefslogtreecommitdiff
path: root/libnm/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: raise the mock service startup timeoutLubomir Rintel2015-08-171-1/+1
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-055-5/+5
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-245-6/+6
* include: add nm-dbus-compat.hDan Winship2015-07-241-3/+4
* test: initialize tests with nmtst_init()Thomas Haller2015-07-123-16/+8
* builds: only enable TAP driver for glib >= 2.37.6Lubomir Rintel2015-05-281-2/+0
* tests: use the TAP formatterLubomir Rintel2015-05-261-0/+2
* build: switch to parallel test harnessLubomir Rintel2015-05-261-1/+1
* tests: always spawn private d-busLubomir Rintel2015-05-261-5/+3
* test: initialize auto-destructed pointersLubomir Rintel2015-02-091-1/+1
* libnm/tests: enable valgrind for libnm testsThomas Haller2015-02-091-4/+5
* libnm/tests: fix memleaks in test code for valgrindThomas Haller2015-02-092-8/+8
* tests: enable valgrind tests for testsThomas Haller2015-02-091-0/+1
* tests: mute coverity INFINITE_LOOP errorJiří Klimeš2014-12-151-0/+2
* libnm: rename NMSecretAgent to NMSecretAgentOldDan Winship2014-11-211-49/+50
* all: consistently include config.hDan Winship2014-11-134-0/+8
* libnm: Fix type mismatch in testLubomir Rintel2014-11-101-1/+1
* libnm-core: emit added/removed signals before property change notificationsDan Williams2014-11-071-2/+2
* libnm: queue added/removed signals and suppress uninitialized notificationsDan Williams2014-11-061-0/+99
* Merge branch 'lr/rpm-make-check'Lubomir Rintel2014-10-302-3/+7
|\
| * libnm/tests: Properly wait for devices in /libnm/activate-virtualLubomir Rintel2014-10-301-0/+2
| * tests: Don't run session-long dbus daemons for testsLubomir Rintel2014-10-241-3/+5
* | libnm-core: Don't warn on missing propertiesLubomir Rintel2014-10-291-2/+0
* | libnm: change GSList to GPtrArray in libnm methodsDan Winship2014-10-281-15/+18
* | libnm: consolidate NMClientError and NMObjectErrorDan Winship2014-10-222-2/+2
* | libnm-core, libnm, settings: move NMSecretAgentError to nm-errorsDan Winship2014-10-221-2/+2
* | libnm-core, settings: move NMAgentManagerError to nm-errorsDan Winship2014-10-221-14/+3
* | libnm-core, settings: move NMSettingsError to nm-errorsDan Winship2014-10-221-0/+40
* | libnm-core, libnm, devices: merge client and daemon NMDeviceErrorDan Winship2014-10-221-0/+4
* | libnm-core, core: register NMConnectionError with D-BusDan Winship2014-10-221-0/+44
|/
* libnm: add an object-creation-failed testDan Winship2014-10-191-1/+51
* libnm: add a virtual device creation-and-activation testDan Winship2014-10-191-1/+135
* libnm: add an active-connection test to test-nm-clientDan Winship2014-10-191-0/+146
* tools: add a bit more activation support to test-networkmanager-service.pyDan Winship2014-10-191-7/+2
* libnm: abstract out duplicated device-creating code in testsDan Winship2014-10-194-200/+103
* libnm: fix crash in nm_client_new_async(), add a test for itDan Winship2014-10-101-3/+21
* libnm: merge NMRemoteSettings into NMClientDan Winship2014-10-102-141/+51
* libnm: return errors in nm_client_networking_set_enabled()Jiří Klimeš2014-10-011-1/+1
* libnm: make sync/async APIs more GLib-likeDan Winship2014-09-252-70/+99
* libnm: merge saved and unsaved connection methodsDan Winship2014-09-252-0/+3
* libnm: port to GDBusDan Winship2014-09-185-47/+67
* libnm-core: change connection hash tables to variants in APIDan Winship2014-09-181-12/+13
* libnm: start glib-ifying NMSecretAgent APIsDan Winship2014-09-091-26/+69
* libnm: add test-secret-agentDan Winship2014-09-092-1/+644
* libnm: drop NMObject:dbus-connectionDan Winship2014-09-092-39/+20
* libnm: change empty-GPtrArray-return semanticsDan Winship2014-09-041-3/+3
* all: remove a bunch of unnecessary dbus/dbus-glib includesDan Winship2014-09-031-1/+0
* libnm-core, libnm, core: make NMConnection an interfaceDan Winship2014-08-162-10/+2
* libnm: get rid of redundant NMRemoteConnection propertiesDan Winship2014-08-161-1/+1
* libnm: add a test for connection-deleted-while-being-createdDan Winship2014-08-071-19/+61