117 Commits (0952e618bdfd683d371bb97adf1fbb0ef488e246)

Author SHA1 Message Date
goldsimon 1e02f9e88b add mqtt_test.c to test/unit/Filelists.mk 9 years ago
goldsimon 5cc168c0f1 added unit test for mqtt (that does not really do something useful yet) 9 years ago
goldsimon 7b477b32b8 let unit test sys_arch check that a mutex is not taken recursively 9 years ago
Joel Cunningham 557a11047d Patch #9307: Replace mem_malloc+memset with mem_calloc 9 years ago
Joel Cunningham 6fe66771cb test_tcp: de-duplicate test IP addresses, netmask, and ports 9 years ago
Joel Cunningham 648b2b6f2b test_tcp: remove unnecessary memsets 9 years ago
Joel Cunningham 34c9e30225 test_tcp: de-duplicate seqno checking defines 9 years ago
Joan Lledó 172dab1289 lwip_fcntl() returns access modes 9 years ago
Mikhail Lappo f7d215043c Possible null-pointer dereference 9 years ago
goldsimon 972b7c2bfd sys_arch unit tests: refine test_sys_arch_waiting_fn a bit 9 years ago
Joel Cunningham 81e4726607 test_socket: conditional compile buffer trailer code 9 years ago
Joel Cunningham 0a5a18e703 test_socket: add sendmsg/recvmsg TCP test 9 years ago
Joel Cunningham 551d76eadd test_sockets: move loopback addr logic to utility function 9 years ago
Joel Cunningham 4c78ec7931 test_socket: replace {0} with memset 9 years ago
Joel Cunningham 02e957de1e test_socket: convert sendmsg test to use recvmsg 9 years ago
goldsimon dffb75c5fa test_sockets: fix warning about unused variable "addr_size" 9 years ago
goldsimon aa129f35a2 hopefully fix building unit tests on linux/clang 9 years ago
goldsimon e1d818bb5f sockets unit tests: removed commented-out test code :-/ 9 years ago
goldsimon b0444a63b0 tried to fix sockets unit tests; fix configuration to run with any NO_SYS setting and with/without IPv6 (IPv4 is required) 9 years ago
goldsimon a42d1678eb tcp unit tests: don't break later tests relying on loopif 9 years ago
Joel Cunningham 53fcd50870 task #14408: move sendmsg UDP to unit tests 9 years ago
goldsimon d820fb2f8d Try to add a Filelists.mk file for the unit tests (to fix unix build of unit tests) 9 years ago
goldsimon fc47f846ed Fix and improve sockets unit test and unit test sys_arch (with a little help of tcpip.c) 9 years ago
goldsimon 8313c4d870 tried to add basic socket unit tests (nonsense only for now); made LOCK_TCPIP_CORE()/UNLOCK_TCPIP_CORE() overridable for that 9 years ago
Joel Cunningham 8bf402fd67 Fix unit test with assumed congestion avoidance 9 years ago
goldsimon e9e9ec23b8 tcp unit tests: fixed that tcp_teardown() could lead to accessing a netif pointer that is not valid any more (netif added in test function stored on stack) 9 years ago
sg b198c877db fix compiling TCP unit tests with IPv6 enabled 9 years ago
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