207 Commits (STABLE-2_1_x)

Author SHA1 Message Date
Simon Goldschmidt fee64d7515 udp: fix udp_bind for IPADDR_TYPE_ANY 7 years ago
Jacob Kroon aad77fcacb Fix compile of UDP unit test 7 years ago
Dirk Ziegelmeier 7f53f7ced4 Add testcase for bug #55171: Binding UDP PCB with different IP type PCBs does not work 7 years ago
Axel Lin ba3a39957d Fix mqtt unit test broken ebb0dc14a7 7 years ago
Simon Goldschmidt b7bee87fb5 Add a unit test for bug #54833 (tcp_abort with wrong ports) 8 years ago
Simon Goldschmidt eeee2b1c55 dhcp: adapt unit test to ignoring packets without END 8 years ago
Simon Goldschmidt 824ebbe0e9 tcp: fix RTO timer not working if link is down 8 years ago
Simon Goldschmidt e61b925709 try to fix compiling with gcc & clang 8 years ago
Simon Goldschmidt 39faa8f61d added tests for ip6addr_ntoa_r 8 years ago
Simon Goldschmidt b0e5eeb7d2 udp: prefer correctly bound pcbs when receiving broadcast 8 years ago
Simon Goldschmidt 38614e4f3e unit tests: remove dummy netif input function 8 years ago
Simon Goldschmidt 392c676ef5 fix bug #53273: IPv6 link-local address generation for non-ethernet type netif does not convert byte order 8 years ago
Simon Goldschmidt 0c5133d7cf fix ip6addr_aton for non-shortened ipv4 mapped addresses 8 years ago
Simon Goldschmidt a26a2e1340 adapt unit tests to additional NULL checks 8 years ago
Simon Goldschmidt 2837bb310c fix ip6addr_aton handling IPv4-mapped addresses 8 years ago
Simon Goldschmidt f8e7cccf21 add new ip6 tests to (c)make list files 8 years ago
Simon Goldschmidt fd050b8a97 fix bug #53971 Lwip sends Router Solicitation on address changes 8 years ago
Simon Goldschmidt d4845abac6 test_etharp: fix compiler warning 8 years ago
Dirk Ziegelmeier f116bc37d1 Cleanups in CMake files 8 years ago
Dirk Ziegelmeier ab5bc1e766 Work on CMake build system - add Filelists.cmake for unit tests 8 years ago
goldsimon 4a22d6d5a2 sockets_stresstest: fix typo (&1, not %1) 8 years ago
goldsimon 71c13c6079 Improve the socket stress test to better test fullduplex 8 years ago
goldsimon 61a1b98cc9 various IPv6-only compile fixes 8 years ago
Joel Cunningham b28e979739 unit: write out XML file 8 years ago
Joel Cunningham b1258bf8e6 unit: speed up test_pbuf_queueing_bigger_than_64k 8 years ago
goldsimon ca0a356221 sockets_stresstest: don't compile when LWIP_SOCKET is disabled 8 years ago
goldsimon e6f0700c81 fuzz: fix compile error, ignore 0 length pbufs 8 years ago
goldsimon 58de2af5f2 test/fuzz: add some applications, add an experimental multi-packet mode 8 years ago
goldsimon 7b6d2870ca test: add a unit test for TCP_CHECKSUM_ON_COPY with retransmissions 8 years ago
goldsimon cff31ba5de test: enable LWIP_CHECKSUM_ON_COPY and TCP_CHECKSUM_ON_COPY_SANITY_CHECK 8 years ago
goldsimon b1b6275110 socket/netconn recv: FIN should only be reported once 8 years ago
goldsimon fe828634ac socket unit test: check receiving FIN together with data works 8 years ago
goldsimon a7a8d9273c sockets_stresstest: replace printf with LWIP_DEBUGF, fix unused arg 8 years ago
goldsimon f343a67b40 netif unit test: add some more tests for ext callbacks 8 years ago
goldsimon e645d00484 netif unit test: fix -Werror=c++-compat 8 years ago
goldsimon 734b6ab57a netif: ensure netif_set_addr() only results in one "ext_status_callback" 8 years ago
goldsimon fa75ffed9d unit tests: added test_netif (checking ext_callbacks only, for now) 8 years ago
Dirk Ziegelmeier 990c25d4f3 Add unit test for a long running timer 8 years ago
Dirk Ziegelmeier b6b14438b7 Rename lwip_sys_timers_get_next_timout() to sys_timeouts_get_next_timeout() 8 years ago
goldsimon 1affbb4bd5 unit tests: fixed testing itoa with too small buffer 8 years ago
Dirk Ziegelmeier d7566216c9 Remove Simon's compile fix in test_timers.c, it is not needed any more. The function is now used. 8 years ago
Dirk Ziegelmeier b4768f1711 Once again: Fix build warnings in test_timers.c 8 years ago
Dirk Ziegelmeier 3f30bfae28 lwipopts.h for unit tests: Increase number of timeouts 8 years ago
Dirk Ziegelmeier eaca067c7d Make _cyclic_ timers interval more deterministic - next timeout is calculated from last due time instead of relative to current time 8 years ago
Dirk Ziegelmeier dd3861720f Fix bug #52748: the bug in timeouts.c by reimplementing timer logic to use absolute instead of relative timeout values 8 years ago
goldsimon e415151cf2 minor style change: fixed indentation 8 years ago
goldsimon 40c0f21b9e Added dummy sys_mbox_trypost to unit test port 8 years ago
goldsimon c4867b878c Try to silence unused function warning in travis 8 years ago
Dirk Ziegelmeier 1623c3e2cc Add test for bug 52748 8 years ago
Dirk Ziegelmeier 8de4900641 Work on timer unit tests 8 years ago