summaryrefslogtreecommitdiff
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* meson: merge branch 'inigomartinez/meson-license'Thomas Haller2020-03-282-0/+4
|\
| * license: Add license using SPDX identifiers to meson build filesIñigo Martínez2020-02-172-0/+4
* | tests: replace NMTST_SWAP() by new NM_SWAP() macroThomas Haller2020-03-262-2/+2
* | all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-231-3/+3
* | all: unify spelling of "fall-through" comment for switch statementsThomas Haller2020-02-211-2/+2
|/
* all: rename time related function to spell out nsec/usec/msec/secThomas Haller2019-12-132-9/+9
* core: fix IAID endianness in client-id generation testBeniamino Galvani2019-12-021-1/+3
* core: remove 'legacy_unstable_byteorder' argument from client-id helpersBeniamino Galvani2019-12-021-2/+1
* shared: add nm_utils_monotonic_timestamp_from_boottime() utilThomas Haller2019-11-201-0/+3
* core: support ipvX.dhcp-iaid propertiesBeniamino Galvani2019-11-111-2/+3
* all: unify format of our Copyright source code commentsThomas Haller2019-10-023-3/+3
* meson: Improve the src build fileIñigo Martínez2019-10-012-10/+14
* meson: Use dependency for nm-default headerIñigo Martínez2019-10-011-2/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-0110-12/+2
* core: log the content of "/var/lib/NetworkManager/no-auto-default.state"Thomas Haller2019-09-261-1/+1
* all: SPDX header conversionLubomir Rintel2019-09-1011-154/+11
* core/tests: avoid deprecated g_main_run()/g_main_loop_unref() in testThomas Haller2019-09-031-3/+2
* core: fix adding objects to NMIPConfig with @append_forceBeniamino Galvani2019-08-281-3/+1
* core: add test to show nm_ipX_config_replace() bugBeniamino Galvani2019-08-281-0/+44
* src/tests: show exit status in test failure of test_nm_utils_kill_child()Thomas Haller2019-06-131-1/+6
* all: drop emacs file variables from source filesThomas Haller2019-06-1112-12/+0
* tests/trivial: rename nmtst_get_rand_int() to nmtst_get_rand_uint32()Thomas Haller2019-06-113-16/+16
* src/tests: rename core's "test-general*" to "test-core*"Thomas Haller2019-05-193-5/+5
* logging: use static buffer in nm_logging_all_domains_to_string()Thomas Haller2019-05-171-0/+13
* build/meson: rename "nm_core_dep" to "libnm_core_dep"Thomas Haller2019-04-181-1/+1
* libnm,shared: bzero secrets on failure in nm_utils_base64secret_decode()Thomas Haller2019-04-121-3/+3
* core: assert for valid NM_DEVICE_DEVICE_TYPE settingThomas Haller2019-03-111-0/+1
* build/meson: increase timeouts for some testsThomas Haller2019-02-232-0/+2
* all: move nm_utils_bin2hexstr_full() to sharedBeniamino Galvani2019-02-211-5/+5
* systemd: define strerror() in sd-adapt header to nm_strerror_native()Thomas Haller2019-02-121-0/+6
* all: cache errno in local variable before using itThomas Haller2019-02-121-1/+2
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-127-12/+0
* tests: avoid "-Wmissing-braces" warning in test_nm_utils_dhcp_client_id_syste...Thomas Haller2019-02-081-2/+2
* tests: avoid "-Wduplicate-decl-specifier" warning in test_duplicate_decl_spec...Thomas Haller2019-02-081-1/+1
* logging: make nm-logging thread-safeThomas Haller2019-02-051-2/+4
* tests: don't use alloca() in testsThomas Haller2019-01-151-2/+2
* shared: add nm_utils_strbuf_append_bin() helperThomas Haller2019-01-141-4/+80
* systemd: expose unbase64mem() as nm_sd_utils_unbase64mem()Thomas Haller2019-01-021-0/+96
* systemd: move basic systemd library to shared/nm-utilsThomas Haller2019-01-023-3/+13
* build: meson: Add trailing commasIñigo Martínez2018-12-202-7/+7
* core: fix match spec behavior for a list of all "except:"Thomas Haller2018-12-111-4/+5
* src/tests: add test for except match specThomas Haller2018-12-111-0/+4
* libnm: add nm_connectivity_state_cmp() helperThomas Haller2018-12-111-0/+57
* all: make use of NM_MAKE_STRV() macroThomas Haller2018-12-012-37/+44
* core: add checks on connection default propertiesBeniamino Galvani2018-12-013-22/+35
* config: warn about unknown keys in config filesBeniamino Galvani2018-12-012-5/+49
* core: add nm_utils_create_dhcp_iaid() utilThomas Haller2018-11-291-0/+4
* all: add "${MAC}" substituion for "connection.stable-id"Thomas Haller2018-11-131-1/+2
* dhcp: reimplement node-specific DHCP client-id generation from systemdThomas Haller2018-11-131-83/+67
* dhcp: test systemd's default DHCP client identifier generationThomas Haller2018-11-131-0/+98