summaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Expand)AuthorFilesLines
2014-09-11tun: port to internal device factoryDan Williams1-1/+1
2014-09-11gre: port to internal device factoryDan Williams1-1/+1
2014-09-11vxlan: port to internal device factoryDan Williams1-1/+1
2014-09-11macvlan: port to internal device factoryDan Williams1-1/+1
2014-09-11vlan: port to internal device factoryDan Williams1-1/+1
2014-09-11bond: port to internal device factoryDan Williams1-1/+1
2014-09-11bridge: port to internal device factoryDan Williams1-1/+1
2014-09-11infiniband: port to internal device factoryDan Williams1-1/+1
2014-09-11ethernet: port to internal device factoryDan Williams1-1/+1
2014-09-11veth: port to internal device factoryDan Williams1-1/+1
2014-09-11core: add support for internal device factoriesDan Williams1-0/+16
2014-09-11settings: create default wired connection from NMDeviceEthernetDan Williams2-2/+147
2014-09-04libnm-core: change list-of-string and array-of-string properties to G_TYPE_STRVDan Winship1-6/+1
2014-08-20trivial: don't shadow rand(3)Dan Williams1-12/+12
2014-08-16libnm-core, libnm, core: make NMConnection an interfaceDan Winship1-9/+9
2014-08-16all: fix up multiple-include-guard definesDan Winship1-2/+2
2014-08-07libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2-2/+1
2014-08-07libnm-core, etc: drop type-based hwaddr funcs, port to length-based onesDan Winship1-1/+1
2014-08-01libnm: add NetworkManager.h, disallow including individual headersDan Winship2-0/+2
2014-08-01all: port everything to libnmDan Winship2-4/+4
2014-08-01libnm-util, core: fix warning about signed integer overflow (-Wstrict-overflow)Thomas Haller1-1/+1
2014-07-30core: merge src/config, src/logging, src/posix-signals into src/Dan Winship10-1/+522
2014-07-23core: fill in nm-types.h, clean out other headersDan Winship4-1/+4
2014-07-23dhcp: remove a stray reference to test-dhcp-optionsDan Winship1-1/+1
2014-07-22dhcp: consolidate and simplify DHCP options testsDan Williams2-951/+0
2014-07-15build: more srcdir!=builddir fixesDan Winship1-1/+0
2014-07-10core: add nm_utils_kill_child_async() and nm_utils_kill_child_sync() functionThomas Haller2-1/+352
2014-07-10core/test: move src/tests/test-general over to nm-test-utils.h (nmtst)Thomas Haller2-6/+6
2014-06-05nmtst: add NMTST_DEBUG=no-expect-message for debugging assert_message testsThomas Haller1-12/+3
2014-06-05nmtst: add new mode where tests assert against logged messages (assert_messages)Thomas Haller1-1/+2
2014-06-05nmtst: combine files nm-test-helpers.h and nm-test-utils.hThomas Haller1-1/+2
2014-06-05nmtst: add parameter to nmtst_init to setup nm-loggingThomas Haller1-1/+1
2014-05-30trivial: clarify comments in test-general.c and NetworkManagerUtils.cJiří Klimeš1-5/+5
2014-05-30core: take over connections with IPv6 method 'ignore' for 'auto' (rh #1083196)Jiří Klimeš1-0/+36
2014-05-27all: g_type_init() has been deprecated in GLib 2.35.0Jiří Klimeš5-1/+9
2014-05-13wifi: make Wi-Fi support a pluginDan Williams2-1552/+1
2014-05-08policy: remove old /etc/hosts cleaning code (bgo #729689)Dan Williams2-175/+1
2014-04-23all/test: modify makefiles to run tests (without arguments) via autoconf TESTS=Thomas Haller1-9/+1
2014-04-23core: use g_test_expect_message() in test programsDan Winship2-41/+162
2014-04-23all: set G_LOG_DOMAIN appropriately, for better g_log() messagesDan Winship1-0/+1
2014-04-22core: fix MTU handling while merging/subtracting IP configs (bgo #721420)Jiří Klimeš1-1/+49
2014-04-11Merge changes for connection matching on connection assumption (rh #1083196)Jiří Klimeš1-0/+113
2014-04-11core: sort IPv6 addresses (add nm_ip6_config_addresses_sort())Thomas Haller1-0/+87
2014-04-11test: make use of new libnm-util/nm-test-utils.h headerThomas Haller1-63/+21
2014-04-11tests: improve tests for nm_utils_match_connection() functionJiří Klimeš1-0/+113
2014-04-10core: refactor nm_utils_ascii_str_to_int64()Thomas Haller1-20/+114
2014-04-02dcb: separate DCB enable/disable and wait for carrier changes (rh #799241) (r...Dan Williams1-13/+14
2014-03-26dcb: fix testcases for disabling DCB with short-format commandDan Williams1-5/+5
2014-03-25dcb: turn off all DCB features when disabling DCBDan Williams1-1/+7
2014-03-25dcb: set all Priority Group options at the same time (rh #799241)Dan Williams1-6/+6