summaryrefslogtreecommitdiff
path: root/libnm-core/tests
Commit message (Expand)AuthorAgeFilesLines
* libnm-core: add dns-priority to NMSettingIPConfigBeniamino Galvani2016-05-121-0/+1
* libnm-core: remove gateway when never-default=yes in NMSettingIPConfigBeniamino Galvani2016-04-271-0/+52
* libnm-core: use jansson to compare and check team configurationsBeniamino Galvani2016-04-181-1/+106
* build: disable deprecation checks for internal compilationThomas Haller2016-04-051-1/+0
* libnm-core: add test cases for NMSettingBondBeniamino Galvani2016-03-292-0/+199
* libnm-core/tests: refactor call to nm_simple_connection_new_from_dbus()Thomas Haller2016-03-261-21/+27
* libnm-core: allow strict and relaxed error behavior for _nm_setting_new_from_...Thomas Haller2016-03-261-5/+5
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-198-24/+14
* libnm,core,cli: move dhcp-timeout property to generic NMSettingIPConfigBeniamino Galvani2016-02-161-1/+1
* nmtst: add nmtst_assert_connection_verify() and don't normalize connection in...Thomas Haller2016-02-152-3/+13
* libnm/tests: convert test cases to use g_assert() instead of ASSERT() (test-s...Thomas Haller2016-02-142-111/+56
* libnm/tests: convert test cases to use g_assert() instead of ASSERT() (test-s...Thomas Haller2016-02-141-119/+35
* libnm/tests: convert test cases to use g_assert() instead of ASSERT()Thomas Haller2016-02-141-169/+85
* all/trivial: rename STRLEN() macro to NM_STRLEN()Thomas Haller2016-02-141-2/+2
* build: cleanup default includesThomas Haller2016-02-121-2/+2
* macros: add NM_IN_STRSET()Thomas Haller2016-02-111-0/+127
* macros: simplify NM_IN_SET() macroThomas Haller2016-02-111-0/+3
* tests: get rid of FAIL macroDan Williams2016-02-111-2/+4
* all/tests: fix messages for ASSERT() macroThomas Haller2016-02-031-3/+1
* libnm: add NMSettingIPConfig 'dad-timeout' propertyJiří Klimeš2016-01-201-0/+1
* build: rename directory "include" to "shared"Thomas Haller2015-12-241-2/+2
* libnm-core: add nm_utils_enum_get_values()Beniamino Galvani2015-12-011-0/+21
* libnm-core: add a 'dhcp-fqdn' property to NMSettingIP4ConfigBeniamino Galvani2015-11-231-0/+1
* libnm/wwan: add GSM setting device-id, sim-id, and sim-operator-id propertiesDan Williams2015-11-181-0/+30
* all: add C99's "bool" defineThomas Haller2015-11-181-0/+8
* libnm-core/tests: fix bit shiftBeniamino Galvani2015-11-151-1/+1
* libnm-core: fix make dist with --enable-tests=noLubomir Rintel2015-11-021-2/+2
* libnm/tests: avoid invalid compiler warning about uninitialized variableThomas Haller2015-10-311-1/+1
* libnm: add 'lldp' property to NMSettingConnectionBeniamino Galvani2015-10-121-0/+1
* libnm,ip4-config: add ipv4.dhcp-timeout propertyLubomir Rintel2015-10-061-0/+1
* glib-compat: add g_hash_table_get_keys_as_array() compat functionBeniamino Galvani2015-10-011-0/+36
* build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-301-0/+1
* nmcli: wake-on-lan property set/get fixesJiří Klimeš2015-09-151-2/+4
* test: fix duplicate test namesLubomir Rintel2015-09-041-10/+10
* macros: use short-circuit evaluation in NM_IN_SET()Thomas Haller2015-08-121-33/+32
* macros: rework NM_IN_SET() macro to expand to a plain logical expressionThomas Haller2015-08-121-1/+91
* libnm/test: use (void) for empty parentheses in function prototypeThomas Haller2015-08-051-1/+1
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-057-8/+7
* libnm-core: strip nm_utils_enum_from_str() input stringBeniamino Galvani2015-07-301-0/+2
* libnm: add NMUtilsStrStrDictKey utilityThomas Haller2015-07-291-0/+49
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-247-9/+7
* libnm-core: add Wake-on-LAN properties to NMSettingWiredBeniamino Galvani2015-07-241-0/+2
* libnm-core: add enum conversion utilitiesBeniamino Galvani2015-07-243-0/+134
* test: initialize tests with nmtst_init()Thomas Haller2015-07-121-11/+5
* libnm: consider ordering for _nm_keyfile_equals()Thomas Haller2015-07-021-2/+2
* libnm-keyfile/test: fix missing assertion in testThomas Haller2015-07-021-2/+2
* libnm: add keyfile utility functionsThomas Haller2015-07-021-35/+2
* libnm: add _nm_utils_ptrarray_find_binary_search() helperThomas Haller2015-07-011-0/+105
* all: fix additional compiler warningis about function declarationsJiří Klimeš2015-06-191-1/+1