summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* build: generate src/NetworkManager.ver during buildThomas Haller2016-11-102-1/+12
* build: don't change directory in tools/create-exports-NetworkManager.shThomas Haller2016-11-101-1/+6
* build: improve tools/create-exports-NetworkManager.sh scriptThomas Haller2016-11-101-6/+3
* libnm/tests: add restart method to the manager mock test support interfaceLubomir Rintel2016-11-101-2/+7
* libnm/tests: add object manager mockLubomir Rintel2016-11-101-1/+52
* libnm/tests: turn all mock objects into ExportedObjsLubomir Rintel2016-11-101-32/+23
* libnm/tests: only init the exported obj when the interfaces are in placeLubomir Rintel2016-11-101-22/+27
* libnm/tests: correct vlan id type in vlan device mockLubomir Rintel2016-11-101-1/+1
* libnm/tests: notify of changing active-connections in manager mockLubomir Rintel2016-11-101-0/+1
* libnm/tests: emit standard properties changed signals from mock objectsLubomir Rintel2016-11-101-0/+5
* tests: fix run-nm-test.sh to use valgrind when --called-from-makeThomas Haller2016-11-101-8/+24
* tools: fix the create-exports script on 32-bitLubomir Rintel2016-11-061-1/+1
* tools: improve handling arguments to run-nm-test.shThomas Haller2016-11-011-13/+31
* tools: improve --make-first option of test runner to handle relative test pathsThomas Haller2016-11-011-8/+12
* tools: add option to test runner to build test before running itThomas Haller2016-11-011-2/+11
* tools: improve controlling whether to run run-nm-test.sh with valgrindThomas Haller2016-11-011-8/+21
* build: merge "tools/Makefile.am" into toplevel MakefileThomas Haller2016-10-191-8/+0
* build: merge "libnm/tests/Makefile.am" into toplevel MakefileThomas Haller2016-10-191-18/+22
* tests: combine "run-test-valgrind.sh" and "run-test-dbus-session.sh" in "run-...Thomas Haller2016-10-193-14/+23
* tools/trivial: replace tabs from "tools/run-test-valgrind.sh" scriptThomas Haller2016-10-191-41/+41
* tools: fix starting tests with D-Bus session with NMTST_NO_VALGRIND=1Thomas Haller2016-10-191-0/+1
* tools: dist "tools/create-exports-NetworkManager.sh"Thomas Haller2016-10-171-0/+1
* build: explicitly whitelist symbols in NetworkManager binaryThomas Haller2016-10-131-0/+104
* manager: add Reload() D-Bus commandThomas Haller2016-06-011-0/+1
* libnm: implement missing NM_AUTH_PERMISSION_SETTINGS_MODIFY_GLOBAL_DNSThomas Haller2016-06-011-1/+3
* tools: add forgotten file to distLubomir Rintel2016-04-231-1/+2
* docs: include the D-Bus enums reference with the API documentationLubomir Rintel2016-04-221-0/+198
* docs: replace spec.html with docbook D-Bus API referenceLubomir Rintel2016-03-262-692/+0
* tests: fix test-networkmanager-service.py for Python 3 incompatibilityJan Tojnar2016-03-131-1/+1
* platform: add network namespace support to platformThomas Haller2016-03-071-0/+8
* tests: fix bashism in run-test-dbus-session.shMichael Biebl2016-03-031-1/+1
* tests: use dbus-run-session for tools/run-test-valgrind.shThomas Haller2016-01-221-3/+8
* tests: allow fallback to dbus-launch in case dbus-run-session is not availableThomas Haller2016-01-221-0/+7
* tests: move common dbus test-runners to tools/ directoryThomas Haller2016-01-222-0/+4
* libnm/tests: extend handling connections in python test serviceThomas Haller2015-12-261-11/+79
* tests/valgrind: rename name of logfile for valgrind runThomas Haller2015-12-051-1/+1
* libnm/libnm-glib: add NMClient.get_all_devices() method and AllDevices propertyDan Williams2015-12-041-0/+8
* test: some refactoring of test-networkmanager-service.pyThomas Haller2015-12-041-46/+43
* nmtst/valgrind: allow calling 'run-test-valgrind.sh' script directlyThomas Haller2015-11-241-9/+84
* tests: add a test for connection_compatible() for wired devicesJiří Klimeš2015-09-291-5/+11
* tools/check-exports.sh: use ${NM} when availableQuentin Glidic2015-09-241-1/+1
* macros: add NM_BACKPORT_SYMBOL()Dan Winship2015-06-261-3/+1
* valgrind: rework run-test-valgrind.sh script not to print unrelated messageThomas Haller2015-06-041-17/+29
* tests: delete the valgrind logs if they're emptyLubomir Rintel2015-06-041-0/+3
* tests: don't limit the valgrind tracebacks to 12 framesLubomir Rintel2015-06-041-0/+1
* tests: avoid calling GLib.IOChannel.unix_new()Lubomir Rintel2015-06-021-1/+1
* test: fix running valgrind tests with NMTST_NO_VALGRINDThomas Haller2015-05-261-1/+1
* tests: be a bit more helpful when valgrind tests failLubomir Rintel2015-05-261-1/+13
* tests: use the TAP formatterLubomir Rintel2015-05-261-2/+2
* tests: always spawn private d-busLubomir Rintel2015-05-261-5/+3