202 Commits (bcd6c8a2d3fbeddaf457a9b37404d6bc287c7644)

Author SHA1 Message Date
goldsimon f8f31218d1 sockets_stresstest.c: some compile and runtime fixes 9 years ago
goldsimon 6e624f8035 multithreading socket test: implement more code paths 9 years ago
goldsimon 0397ff9ba4 Added initial version of multithreading socket test 9 years ago
Joel Cunningham cdabdcb00d test_sockets: disable test for calling recv() after remote closure 9 years ago
goldsimon f5c37c8cbb Fix broken MSG_PEEK on TCP sockets (post-2.0.3 bug) 9 years ago
goldsimon 2b309bd1ae socket unit tests: improve basic tests a bit 9 years ago
goldsimon 926805bcf1 tcp unit test: fix some endless loops for TCP_WND == 0xFFFF 9 years ago
Joel Cunningham 1147b9ce38 test_dhcp: set link up on net_test netif 9 years ago
Axel Lin a8acca5902 Trivial typo fix 9 years ago
Joel Cunningham de531131c5 Fix compiler warnings seen with clang 8.1.0 on MacOS 9 years ago
goldsimon 1710fc1a89 Fix a corner case of double-free in the heap 9 years ago
goldsimon f058364d7f Added two simple unit tests for illegal calls to mem_free() 9 years ago
goldsimon 630c4a3de3 try to fix building unit test on gcc/clang 9 years ago
goldsimon 48c687ea84 tcp_remove_all() (used in tcp test setup/teardown): handle tcp_bound_pcbs, too 9 years ago
goldsimon cf651e7e0f add test case that shows what's wrong for bug #51937 (Leaking tcp_pcbs on passive close with unacked data) 9 years ago
goldsimon fca38fda1a remove unnecessary lines from last added test case 9 years ago
goldsimon 8c04009357 add unit test case for passive open & (invalid) bug #51941 9 years ago
Joel Cunningham f582c88339 tcp: persist timer re-work (bug #50837) 9 years ago
goldsimon 22ee33951b TCP: added a unit test for trimming left side of rx segment 9 years ago
Dirk Ziegelmeier 145d6ab5d2 test_etharp.c: IANA_HWTYPE_ETHERNET -> LWIP_IANA_HWTYPE_ETHERNET 9 years ago
Dirk Ziegelmeier 629ec98dd8 Work on task #14587: Create common header for IANA assigned numbers 9 years ago
goldsimon 1e5870ce85 Fix unit tests under linux 9 years ago
goldsimon 47f55b02bf Finally fix bug #50088 (socket/netconn: data before RST should be readable) and added a unit test for it 9 years ago
goldsimon 4cec20230e Ensure that unit tests leave the stack in a clean state 9 years ago
goldsimon 5ea7f507c3 Fixed bugs #51606 and #51535: IPv4 reassembly could be finished although there are holes 9 years ago
goldsimon 597d5459bb Make sys_arch_sem_wait() & sys_arch_mbox_fetch() a little more robust when waiting (although this should never be a problem...) 9 years ago
goldsimon 5d10e1b6c3 test_pbuf: free pbufs at the end of tests 9 years ago
goldsimon 48213650cd Try to make unit tests work without -Wno-address 9 years ago
goldsimon 35ba3a877d Moved NUM_SOCKETS and struct lwip_sock to sockets_priv.h; added test case for fd_use count with select 9 years ago
Joel Cunningham c03fef9a3c bug #50837: add zero-window probe timeout 9 years ago
goldsimon 7617a76b19 added unit test to allocate zero length pbufs 9 years ago
goldsimon 842a235a68 fix test_sockets_msgapi_cmsg unit test (msvc gives me "warning C4706: assignment within conditional expression") 9 years ago
Joel Cunningham 3a01c32e55 test_sockets: fix pointer to integer conversion 9 years ago
Joel Cunningham 2f117add7a sockets: task #14247, add CMSG and IP_PKTINFO 9 years ago
Joel Cunningham de90d03e48 tcp: task #14128 - Appropriate Byte Counting support 9 years ago
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