24 Commits (bcd6c8a2d3fbeddaf457a9b37404d6bc287c7644)

Author SHA1 Message Date
goldsimon b1b6275110 socket/netconn recv: FIN should only be reported once 8 years ago
goldsimon fe828634ac socket unit test: check receiving FIN together with data works 8 years ago
Joel Cunningham cdabdcb00d test_sockets: disable test for calling recv() after remote closure 8 years ago
goldsimon f5c37c8cbb Fix broken MSG_PEEK on TCP sockets (post-2.0.3 bug) 8 years ago
goldsimon 2b309bd1ae socket unit tests: improve basic tests a bit 8 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 35ba3a877d Moved NUM_SOCKETS and struct lwip_sock to sockets_priv.h; added test case for fd_use count with select 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 557a11047d Patch #9307: Replace mem_malloc+memset with mem_calloc 9 years ago
Joan Lledó 172dab1289 lwip_fcntl() returns access modes 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 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
Joel Cunningham 53fcd50870 task #14408: move sendmsg UDP to 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