90 Commits (7faa4bcbe22ba896a96ba76bf92bf4d6869f4d18)

Author SHA1 Message Date
Erik Ekman 6c9a9b9d99 Remove duplicate netif_dhcp_data() macro 9 years ago
sg 8760fb677f fixed warnings in mdns unit tests 9 years ago
Dirk Ziegelmeier 1884c7e83f Fix TCP unit tests after changes from "Add hook for TCP Initial Sequence Number generation" commit 9 years ago
Dirk Ziegelmeier 7f319f5ec5 Fix compile of test_tcp.c unit test after introduction of tcp_next_iss hook 9 years ago
Dirk Ziegelmeier bb8088d498 Minor cleanup of FUZZ test Makefile 9 years ago
Dirk Ziegelmeier 11780f037b Fixup Makefile of FUZZ test after moving to main lwIP rep 9 years ago
sg c13a43e5c8 added note about afl-fuzz requiring linux 9 years ago
sg 844c201702 added fuzz tests (moved from contrib/ports/unix/fuzz to get them to a more prominent place, even if afl-fuzz still needs *nix to run) 9 years ago
goldsimon 0e07ed4b13 fixed bug #49676 (Possible endless loop when parsing dhcp options) & added unit test for that 9 years ago
Erik Ekman b90682dc8b Update email address 10 years ago
goldsimon 96c3c48ba7 mdns: moved private things into mdns_priv.h 10 years ago
Dirk Ziegelmeier e844159f0a Fix warning in test_etharp.c 10 years ago
Dirk Ziegelmeier 11386a26d9 Fix compile of DHCP unit test 10 years ago
Dirk Ziegelmeier 5df88220c4 Fix compile of MDNS unit test with GCC 10 years ago
Dirk Ziegelmeier a8c8e08984 Minor: cleanups in unit test code 10 years ago
Dirk Ziegelmeier 7f60cb3889 Improve netif client data API for lwIP internal clients - these can use a compile-time constant to access their data now 10 years ago
Dirk Ziegelmeier fa6a2d48cc Fix DHCP unit test after my last changes 10 years ago
Dirk Ziegelmeier 93b286e508 Also rename LWIP_MDNS to LWIP_MDNS_RESPONDER in unit tests... 10 years ago
Erik Ekman 4919932c49 Apply patch #8755: Multicast DNS responder support from Erik Ekman 10 years ago
Dirk Ziegelmeier 36b9caed23 Fix compile of unit test 10 years ago
sg a2fd68098e minor: macros should not end with underscore(s) 10 years ago
Dirk Ziegelmeier 6af213787a Fix clang address sanitizer errors in unit tests (buffers too small) 10 years ago
Erik Ekman 28dd0813ab Disable SYS_LIGHTWEIGHT_PROT in unit tests 10 years ago
goldsimon 288fc8ede3 fixed unit tests after changing memp stats 10 years ago
Dirk Ziegelmeier 6af4215f27 Next try to fix test_udp.c (can't compile it at my current machine) 10 years ago
Dirk Ziegelmeier c483520081 Fix compile of UDP unit test 10 years ago
Erik Ekman efd3fb8f4e Fix pedantic dhcp test error 10 years ago
Erik Ekman 94e502fc8a Switch to C-style comments in test lwipopts 10 years ago
Dirk Ziegelmeier d133999e1d Fix warnings in unit test code when compiling with stricter GCC settings 10 years ago
Dirk Ziegelmeier 8dc77ef558 doxygen updates - include IPv6 in documentation. Exclude include/netif/ppp/polarssl. 10 years ago
Henrik Persson b9a2ee8aaa [PATCH] Drop instead of ASSERT in tcp_input header parsing 10 years ago
Sylvain Rochet 37bb0b89f0 all: trivial include changes related to the new "lwip/priv/" include directory 11 years ago
Sylvain Rochet ce98bc9437 test: etharp: Fixed const warning 11 years ago
Erik Ekman e8c0ba2a47 Fix tests after ip4_current_header() made const 11 years ago
sg 851e03966d Fixed more compiler warnings for unit tests 11 years ago
Erik Ekman 38e3299675 test_etharp: Fix warning about braces 11 years ago
Erik Ekman dbdeca3032 test_tcp_oos: Remove last_dropped variable, never read 11 years ago
sg 767d0d9046 Fixed unit tests (compiler errors/warnings, coding style) 11 years ago
Erik Ekman 145efb1a33 Fix edge case in pbuf_take_at() 11 years ago
Sylvain Rochet 632de523de Fixed PBUF_LINK_ENCAPSULATION_HLEN support 11 years ago
goldsimon cf180b651b fixed unit tests after changing ip_addr_t 11 years ago
Clint Sbisa 32f6e7e231 tcp: Fix ooseq processing when seqno is near 2^32 11 years ago
goldsimon 94f7bcef67 Fixed tcp unit tests after changing routing to check for link up 11 years ago
goldsimon df16a7c4f3 Fixed compiler warnings in unit tests 11 years ago
goldsimon 896535fe87 Fixed dhcp unit tests after changing netif up/down handling 11 years ago
goldsimon 0ff98eb2f5 mem: added an MEMP_OVERFLOW_CHECK implementation for MEM_USE_POOLS; added another unit test 11 years ago
Erik Ekman 63038e0305 Restore DHCP relay test packet numbers 12 years ago
Simon Goldschmidt dbd125c714 Fixed bug #35874 reserved identifier violation (removed leading underscores from header include guards) 12 years ago
Simon Goldschmidt a80c4d147c Unit test patch by Erik Ekman: use macro to store correct testcase name 12 years ago
Erik Ekman ad66b2bf13 Don't mark arrays as const since they are modified by the test 12 years ago