summaryrefslogtreecommitdiff
path: root/src/platform/tests/test-cleanup.c
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-188/+0
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-97/+165
* platform: track IFA_BROADCAST address in NMPlatformIP4AddressThomas Haller2020-01-141-2/+1
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* platform: merge NMPlatformError with nm-errorThomas Haller2018-12-271-1/+1
* platform: assert against valid ifindex and remove duplicate assertionsThomas Haller2018-12-031-2/+1
* platform/tests: increase wait timeout in test_cleanup_internal()Thomas Haller2018-08-101-1/+1
* platform/tests: fix race in testsThomas Haller2018-06-201-0/+16
* platform/tests: drop bad commentLubomir Rintel2017-12-111-2/+1
* platform: refactor nm_platform_ip4_address_sync()Thomas Haller2017-07-251-4/+4
* core: avoid cloning platform routes but iterate the cache directlyThomas Haller2017-07-051-12/+10
* platform/tests: recreate test environment for each route testThomas Haller2017-05-271-2/+0
* platform: change signature of nm_platform_ip{4,6}_route_add()Beniamino Galvani2017-03-061-6/+6
* platform: support preferred source option for IPv6 routesBeniamino Galvani2017-03-061-3/+3
* build: merge "src/platform/tests/Makefile.am" into toplevel MakefileThomas Haller2016-10-211-0/+2
* platform/tests/trivial: rename init_tests() and setup_tests() functionThomas Haller2016-04-111-2/+2
* platform: add flags argument to nm_platform_ip4_address_add()Thomas Haller2016-03-011-1/+1
* platform: adjust type of IPv6 address flags to guintThomas Haller2016-02-291-1/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-1/+21
* platform/trivial: rename link related functionsThomas Haller2015-12-101-1/+1
* platform: properly handle IPv4 peer-addressesThomas Haller2015-11-021-1/+1
* platform: refactor order of peer-address argument in ip_address_add() functionThomas Haller2015-10-141-2/+2
* platform: change NMPlatformGetRouteMode enum to NMPlatformGetRouteFlags flagsThomas Haller2015-07-011-4/+4
* platform: refactor virtual methods for link objects in NMPlatformThomas Haller2015-06-211-1/+1
* platform: signal missing firmware in nm_platform_set_up()Thomas Haller2015-06-171-1/+1
* platform: return NMPlatformError from link-add functionsThomas Haller2015-06-171-1/+1
* platform: fetch objects via the event socketThomas Haller2015-06-171-1/+1
* platform: return link objects from add functionsDan Williams2015-05-061-1/+1
* platform: fix root-tests after adding link detection without udevThomas Haller2015-05-041-1/+1
* platform: add self argument to platform functionsThomas Haller2015-04-211-23/+23
* platform/test: split initialization of platform tests outThomas Haller2015-04-081-0/+6
* platform: don't wait for udev device initializaton if there's no udevLubomir Rintel2015-03-231-1/+1
* platform: add paramter to ip4_route_add to set src (RTA_PREFSRC)Thomas Haller2014-11-251-3/+3
* all: consistently include config.hDan Winship2014-11-131-0/+2
* platform: extend nm_platform_ipX_route_get_all() to return default-routes onlyThomas Haller2014-11-071-4/+4
* build: fix -Wstrict-prototypes warningsThomas Haller2014-10-291-1/+1
* core: Move NMPlatformSource to nm-types.hLubomir Rintel2014-10-201-6/+6
* platform: improve tracking of route sourcesDan Winship2014-06-061-6/+6
* platform/test: fix fake platform to emit signals synchronously (analog to Lin...Pavel Šimerda2014-06-051-1/+1
* platform: refactor signals by combining added/changed/removedThomas Haller2014-05-031-1/+1
* platform: support address labels for IPv4 addressesDan Winship2014-03-261-1/+1
* platform/core: add back support for PtP/peer addresses (rh #1018317)Dan Winship2013-12-021-2/+2
* core: add ifa_flags to NMPlatformIP6Address structureThomas Haller2013-11-081-1/+2
* platform: simplify getting routes and ignoring the default routeDan Williams2013-08-031-4/+4
* platform: add support for address lifetimesPavel Šimerda2013-07-261-2/+4
* platform: fix udev/kernel interface race conditionsPavel Šimerda2013-07-261-2/+5