summaryrefslogtreecommitdiff
path: root/src/platform/tests/test-address.c
Commit message (Expand)AuthorAgeFilesLines
* docs: misc. typosluz.paz2018-09-151-1/+1
* platform/tests: relax checking for signals in test-address-linuxFrancesco Giudici2018-01-081-1/+1
* platform/tests: drop bad commentLubomir Rintel2017-12-111-2/+1
* platform: refactor nm_platform_ip4_address_sync()Thomas Haller2017-07-251-4/+4
* platform/tests: recreate test environment for each route testThomas Haller2017-05-271-1/+0
* platform/tests: move test fixture "env1" from test-address.c to test-common.hThomas Haller2017-05-271-55/+9
* platform: remove plen argument for IPv6 address IDThomas Haller2017-05-271-7/+7
* build: merge "src/platform/tests/Makefile.am" into toplevel MakefileThomas Haller2016-10-211-0/+2
* platform/tests: add @platform argument to nmtstp functionsThomas Haller2016-04-111-20/+20
* platform/tests/trivial: rename init_tests() and setup_tests() functionThomas Haller2016-04-111-2/+2
* platform: change @plen field of NMPlatformIPxAddress to type guint8Thomas Haller2016-04-111-1/+1
* platform: add flags argument to nm_platform_ip4_address_add()Thomas Haller2016-03-011-7/+7
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-1/+21
* test: avoid assert with side effectLubomir Rintel2016-02-121-2/+4
* systemd: merge branch 'systemd' into masterThomas Haller2016-01-041-1/+1
|\
* | platform/tests: avoid test failure in test_ip6_address_general()Thomas Haller2016-01-041-0/+3
* | platform/trivial: rename link related functionsThomas Haller2015-12-101-1/+1
* | platform: remove NMPlatformReason enumThomas Haller2015-11-271-2/+2
* | platform/tests: fix fake-platform test running in debug-modeThomas Haller2015-11-181-1/+1
* | logging: swap names of logging macros _LOGT() and _LOGt()Thomas Haller2015-11-061-2/+2
* | platform: properly handle IPv4 peer-addressesThomas Haller2015-11-021-13/+68
* | platform/test: add test adding IPv4 addresses that only differ by their peer-...Thomas Haller2015-10-141-53/+147
* | platform: properly handle peer-address for IPv4 addressesThomas Haller2015-10-141-8/+8
* | platform: refactor order of peer-address argument in ip_address_add() functionThomas Haller2015-10-141-6/+6
* | platform/test: introduce _LOGD() macros to fake platform and platform testsThomas Haller2015-09-041-2/+2
* | platform: replace addr/route exists() functions by get()Thomas Haller2015-07-141-14/+14
* | platform: pass object type with platform changed signalThomas Haller2015-06-241-2/+2
* | platform: refactor virtual methods for link objects in NMPlatformThomas Haller2015-06-211-1/+1
* | platform: drop nm_platform_get_error()Thomas Haller2015-06-171-18/+0
* | 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: use new platform cachingThomas Haller2015-06-171-2/+2
* | platform/test: make asserting signals more flexibleThomas Haller2015-05-131-8/+4
* | 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-35/+35
* | 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
* | all: consistently include config.hDan Winship2014-11-131-0/+2
|/
* platform: add @peer_address argument to nm_platform_ip4_address_delete()Thomas Haller2014-09-241-3/+3
* 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-13/+21
* platform: support address labels for IPv4 addressesDan Winship2014-03-261-3/+3
* platform: do not check for _exists() before deleting addresses and routesThomas Haller2014-02-141-4/+4
* platform/core: add back support for PtP/peer addresses (rh #1018317)Dan Winship2013-12-021-6/+6
* core: add ifa_flags to NMPlatformIP6Address structureThomas Haller2013-11-081-3/+5
* trivial: whitespace fixThomas Haller2013-11-071-1/+1
* platform: add reason attribute to all signalsPavel Šimerda2013-08-021-2/+2
* platform: update all address lifetimesPavel Šimerda2013-07-301-10/+16
* platform: add support for address lifetimesPavel Šimerda2013-07-261-22/+32