summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-02-26udp: fix udp_bind for IPADDR_TYPE_ANYSimon Goldschmidt
2019-01-30test: fix compiling unit test on win32Simon Goldschmidt
2019-01-03Fix compile of UDP unit testJacob Kroon
2018-12-06Add testcase for bug #55171: Binding UDP PCB with different IP type PCBs does...Dirk Ziegelmeier
2018-11-13mDNS: move domain related functions and output related funtionsJasper Verschueren
2018-11-01Implement unit test for bug #54670: 127.0.0.1 sent out to netif_default?Dirk Ziegelmeier
2018-10-12Add a unit test for bug #54833 (tcp_abort with wrong ports)Simon Goldschmidt
2018-10-12CMake: Use include_guard only when CMake >= 3.10.0Dirk Ziegelmeier
2018-10-12Fixed the remaining dhcp unit tests after adding ACDSimon Goldschmidt
2018-10-12Fix some dhcp unit tests after adding ACD, disable the restSimon Goldschmidt
2018-10-12Fix mqtt unit test broken after 684adacaSimon Goldschmidt
2018-10-05CMake: add an include guard since files are intended to be included in other ...Dirk Ziegelmeier
2018-07-03dhcp: adapt unit test to ignoring packets without ENDSimon Goldschmidt
2018-06-19tcp: fix RTO timer not working if link is downSimon Goldschmidt
2018-06-14try to fix compiling with gcc & clangSimon Goldschmidt
2018-06-14added tests for ip6addr_ntoa_rSimon Goldschmidt
2018-06-13udp: prefer correctly bound pcbs when receiving broadcastSimon Goldschmidt
2018-06-13unit tests: remove dummy netif input functionSimon Goldschmidt
2018-06-13fix bug #53273: IPv6 link-local address generation for non-ethernet type neti...Simon Goldschmidt
2018-06-12fix ip6addr_aton for non-shortened ipv4 mapped addressesSimon Goldschmidt
2018-06-12adapt unit tests to additional NULL checksSimon Goldschmidt
2018-06-11fix ip6addr_aton handling IPv4-mapped addressesSimon Goldschmidt
2018-06-10add new ip6 tests to (c)make list filesSimon Goldschmidt
2018-06-08fix bug #53971 Lwip sends Router Solicitation on address changesSimon Goldschmidt
2018-06-08test_etharp: fix compiler warningSimon Goldschmidt
2018-04-30Cleanups in CMake filesDirk Ziegelmeier
2018-04-27Work on CMake build system - add Filelists.cmake for unit testsDirk Ziegelmeier
2018-04-20sockets_stresstest: fix typo (&1, not %1)goldsimon
2018-04-18Improve the socket stress test to better test fullduplexgoldsimon
2018-03-07various IPv6-only compile fixesgoldsimon
2018-03-04unit: write out XML fileJoel Cunningham
2018-03-03unit: speed up test_pbuf_queueing_bigger_than_64kJoel Cunningham
2018-02-18sockets_stresstest: don't compile when LWIP_SOCKET is disabledgoldsimon
2018-02-18fuzz: fix compile error, ignore 0 length pbufsgoldsimon
2018-02-15test/fuzz: add some applications, add an experimental multi-packet modegoldsimon
2018-02-12test: add a unit test for TCP_CHECKSUM_ON_COPY with retransmissionsgoldsimon
2018-02-12test: enable LWIP_CHECKSUM_ON_COPY and TCP_CHECKSUM_ON_COPY_SANITY_CHECKgoldsimon
2018-02-04socket/netconn recv: FIN should only be reported oncegoldsimon
2018-02-04socket unit test: check receiving FIN together with data worksgoldsimon
2018-01-17sockets_stresstest: replace printf with LWIP_DEBUGF, fix unused arggoldsimon
2018-01-13netif unit test: add some more tests for ext callbacksgoldsimon
2018-01-13netif unit test: fix -Werror=c++-compatgoldsimon
2018-01-12netif: ensure netif_set_addr() only results in one "ext_status_callback"goldsimon
2018-01-12unit tests: added test_netif (checking ext_callbacks only, for now)goldsimon
2018-01-12Add unit test for a long running timerDirk Ziegelmeier
2018-01-11Rename lwip_sys_timers_get_next_timout() to sys_timeouts_get_next_timeout()Dirk Ziegelmeier
2018-01-08unit tests: fixed testing itoa with too small buffergoldsimon
2018-01-08Remove Simon's compile fix in test_timers.c, it is not needed any more. The f...Dirk Ziegelmeier
2018-01-08Once again: Fix build warnings in test_timers.cDirk Ziegelmeier
2018-01-08lwipopts.h for unit tests: Increase number of timeoutsDirk Ziegelmeier