summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
12 daysFix compile of test_tcp.c unit test after introduction of tcp_next_iss hookDirk Ziegelmeier1-4/+4
13 daysMinor cleanup of FUZZ test MakefileDirk Ziegelmeier1-5/+4
13 daysFixup Makefile of FUZZ test after moving to main lwIP repDirk Ziegelmeier1-1/+3
2016-12-15added note about afl-fuzz requiring linuxsg1-1/+1
2016-12-15added fuzz tests (moved from contrib/ports/unix/fuzz to get them to a more pr...sg12-0/+321
2016-11-25fixed bug #49676 (Possible endless loop when parsing dhcp options) & added un...goldsimon1-2/+109
2016-11-10Update email addressErik Ekman1-4/+1
2016-08-19mdns: moved private things into mdns_priv.hgoldsimon1-0/+1
2016-08-19Fix warning in test_etharp.cDirk Ziegelmeier1-1/+2
2016-08-19Fix compile of DHCP unit testDirk Ziegelmeier1-1/+2
2016-08-18Fix compile of MDNS unit test with GCCDirk Ziegelmeier1-4/+4
2016-08-18Minor: cleanups in unit test codeDirk Ziegelmeier2-39/+41
2016-08-18Improve netif client data API for lwIP internal clients - these can use a com...Dirk Ziegelmeier2-16/+17
2016-08-18Fix DHCP unit test after my last changesDirk Ziegelmeier1-16/+16
2016-08-17Also rename LWIP_MDNS to LWIP_MDNS_RESPONDER in unit tests...Dirk Ziegelmeier1-1/+1
2016-08-14Apply patch #8755: Multicast DNS responder support from Erik EkmanErik Ekman4-1/+902
2016-08-11Fix compile of unit testDirk Ziegelmeier1-0/+1
2016-08-08minor: macros should not end with underscore(s)sg10-22/+22
2016-08-07Fix clang address sanitizer errors in unit tests (buffers too small)Dirk Ziegelmeier2-2/+2
2016-07-22Disable SYS_LIGHTWEIGHT_PROT in unit testsErik Ekman1-0/+1
2016-07-08fixed unit tests after changing memp statsgoldsimon4-35/+35
2016-07-08Next try to fix test_udp.c (can't compile it at my current machine)Dirk Ziegelmeier1-4/+4
2016-07-08Fix compile of UDP unit testDirk Ziegelmeier1-4/+4
2016-06-24Fix pedantic dhcp test errorErik Ekman1-1/+1
2016-06-24Switch to C-style comments in test lwipoptsErik Ekman1-1/+1
2016-06-23Fix warnings in unit test code when compiling with stricter GCC settingsDirk Ziegelmeier5-23/+29
2016-06-22doxygen updates - include IPv6 in documentation. Exclude include/netif/ppp/po...Dirk Ziegelmeier1-1/+1
2016-06-13[PATCH] Drop instead of ASSERT in tcp_input header parsingHenrik Persson1-0/+71
2015-10-10all: trivial include changes related to the new "lwip/priv/" include directorySylvain Rochet3-3/+3
2015-09-27test: etharp: Fixed const warningSylvain Rochet1-1/+1
2015-09-18Fix tests after ip4_current_header() made constErik Ekman1-2/+2
2015-08-05Fixed more compiler warnings for unit testssg3-19/+30
2015-08-05test_etharp: Fix warning about bracesErik Ekman1-4/+4
2015-08-05test_tcp_oos: Remove last_dropped variable, never readErik Ekman1-5/+0
2015-08-03Fixed unit tests (compiler errors/warnings, coding style)sg4-13/+21
2015-08-03Fix edge case in pbuf_take_at()Erik Ekman1-1/+83
2015-04-20Fixed PBUF_LINK_ENCAPSULATION_HLEN supportSylvain Rochet1-4/+4
2015-04-10fixed unit tests after changing ip_addr_tgoldsimon5-87/+94
2015-03-20tcp: Fix ooseq processing when seqno is near 2^32Clint Sbisa1-0/+94
2015-03-20Fixed tcp unit tests after changing routing to check for link upgoldsimon1-1/+1
2015-03-06Fixed compiler warnings in unit testsgoldsimon2-1/+2
2015-03-06Fixed dhcp unit tests after changing netif up/down handlinggoldsimon1-19/+12
2014-12-10mem: added an MEMP_OVERFLOW_CHECK implementation for MEM_USE_POOLS; added ano...goldsimon1-5/+51
2014-08-20Restore DHCP relay test packet numbersErik Ekman1-5/+4
2014-05-19Fixed bug #35874 reserved identifier violation (removed leading underscores f...Simon Goldschmidt10-22/+22
2014-02-12Unit test patch by Erik Ekman: use macro to store correct testcase nameSimon Goldschmidt8-56/+66
2014-02-12Don't mark arrays as const since they are modified by the testErik Ekman1-3/+3
2014-02-12Another fix to window scaling: support queueing more than 64 KByte in ooseq dataSimon Goldschmidt2-1/+83
2013-01-11Changed C++ comments to C styleSimon Goldschmidt1-170/+172
2012-09-19Segfault in dhcp_parse_reply if no end markerHenrik Persson1-1/+106