summaryrefslogtreecommitdiff
path: root/src/platform/tests/test-nmp-object.c
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-617/+0
* udev/trivial: rename nm_udev_client_unref() to nm_udev_client_destory()Thomas Haller2021-02-031-1/+1
* all/udev: use NM_MAKE_STRV() for arguments of nm_udev_client_new()Thomas Haller2021-02-031-1/+1
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* test/trivial: rename ASSERT_nmp_cache_is_consistent() function to nmtst_asser...Thomas Haller2020-10-051-10/+10
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-2/+2
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-474/+507
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* tests/trivial: rename nmtst_get_rand_int() to nmtst_get_rand_uint32()Thomas Haller2019-06-111-2/+2
* shared: move udev helper to separate directory "shared/nm-udev-aux"Thomas Haller2019-04-181-1/+1
* platform: add NMPlatformObjWithIfindex helper structure for handling NMPObjec...Thomas Haller2019-03-131-1/+1
* platform/tests: fix test-nmp-object when running on system without udevThomas Haller2018-10-221-2/+4
* platform/tests: don't compare dangling pointer in "test-nmp-object.c"Thomas Haller2018-10-221-1/+1
* tests: fix invalid static-asserts with non-const expressionThomas Haller2017-12-151-17/+10
* platform/tests: fix memleaks in testsThomas Haller2017-12-111-4/+4
* platform/tests: tests qdisc caching behaviorLubomir Rintel2017-12-111-1/+90
* platform: preserve order of objects during dumpThomas Haller2017-08-121-1/+1
* platform: drop separate index for visible objectsThomas Haller2017-07-051-5/+8
* core: remove NMDedupMultiBox object and track NMDedupMultiObj instances directlyThomas Haller2017-07-051-6/+13
* platform: use NMDedupMultiIndex for routes in NMPCacheThomas Haller2017-07-051-210/+222
* platform: let NMPObject implement NMDedupIndexObjThomas Haller2017-07-051-7/+4
* all: add base object type in "nm-obj.h"Thomas Haller2017-07-051-0/+51
* udev: drop libgudev in favor of libudevThomas Haller2017-03-221-10/+32
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-1/+1
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-4/+4
* all/tests: split core part out of "nm-test-utils.h"Thomas Haller2016-05-171-1/+1
* platform: don't create udev client if udev isn't usedThomas Haller2016-03-071-3/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* build: cleanup default includesThomas Haller2016-02-121-1/+2
* platform/trivial: rename "auto_nmp_obj" macro to "nm_auto_nmpobj"Thomas Haller2015-10-201-2/+2
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* platform/test: minor test fix in "test-nmp-object.c"Thomas Haller2015-06-251-1/+0
* platform/trivial: rename ObjectType to NMPObjectTypeThomas Haller2015-06-191-21/+21
* all: fix additional compiler warningis about function declarationsJiří Klimeš2015-06-191-1/+1
* platform: fix lookup addresses and routes for any ifindex and refactor NMPCac...Thomas Haller2015-06-181-14/+14
* platform: implement NMPObject and NMPCacheThomas Haller2015-06-171-0/+383
* platform: add nmp-object.h fileThomas Haller2015-06-171-0/+43