Erik Ekman
|
20c9b117e1
test: Fix speling issues
|
2 년 전 |
jona
|
d6a6b661d9
Fix typos using codespell
|
6 년 전 |
Joan Lledó
|
785b7aba3c
Sockets: Unit tests and apps corrections
|
6 년 전 |
Joan Lledó
|
f92d6702bc
Sockets: declare msghdr->msg_iovlen as msg_iovlen_t
|
6 년 전 |
goldsimon
|
b1b6275110
socket/netconn recv: FIN should only be reported once
|
8 년 전 |
goldsimon
|
fe828634ac
socket unit test: check receiving FIN together with data works
|
8 년 전 |
Joel Cunningham
|
cdabdcb00d
test_sockets: disable test for calling recv() after remote closure
|
8 년 전 |
goldsimon
|
f5c37c8cbb
Fix broken MSG_PEEK on TCP sockets (post-2.0.3 bug)
|
8 년 전 |
goldsimon
|
2b309bd1ae
socket unit tests: improve basic tests a bit
|
8 년 전 |
goldsimon
|
47f55b02bf
Finally fix bug #50088 (socket/netconn: data before RST should be readable) and added a unit test for it
|
8 년 전 |
goldsimon
|
4cec20230e
Ensure that unit tests leave the stack in a clean state
|
8 년 전 |
goldsimon
|
35ba3a877d
Moved NUM_SOCKETS and struct lwip_sock to sockets_priv.h; added test case for fd_use count with select
|
8 년 전 |
goldsimon
|
842a235a68
fix test_sockets_msgapi_cmsg unit test (msvc gives me "warning C4706: assignment within conditional expression")
|
8 년 전 |
Joel Cunningham
|
3a01c32e55
test_sockets: fix pointer to integer conversion
|
8 년 전 |
Joel Cunningham
|
2f117add7a
sockets: task #14247, add CMSG and IP_PKTINFO
|
8 년 전 |
Joel Cunningham
|
557a11047d
Patch #9307: Replace mem_malloc+memset with mem_calloc
|
8 년 전 |
Joan Lledó
|
172dab1289
lwip_fcntl() returns access modes
|
8 년 전 |
Joel Cunningham
|
81e4726607
test_socket: conditional compile buffer trailer code
|
8 년 전 |
Joel Cunningham
|
0a5a18e703
test_socket: add sendmsg/recvmsg TCP test
|
8 년 전 |
Joel Cunningham
|
551d76eadd
test_sockets: move loopback addr logic to utility function
|
8 년 전 |
Joel Cunningham
|
4c78ec7931
test_socket: replace {0} with memset
|
8 년 전 |
Joel Cunningham
|
02e957de1e
test_socket: convert sendmsg test to use recvmsg
|
8 년 전 |
goldsimon
|
dffb75c5fa
test_sockets: fix warning about unused variable "addr_size"
|
8 년 전 |
goldsimon
|
e1d818bb5f
sockets unit tests: removed commented-out test code :-/
|
8 년 전 |
goldsimon
|
b0444a63b0
tried to fix sockets unit tests; fix configuration to run with any NO_SYS setting and with/without IPv6 (IPv4 is required)
|
8 년 전 |
Joel Cunningham
|
53fcd50870
task #14408: move sendmsg UDP to unit tests
|
8 년 전 |
goldsimon
|
fc47f846ed
Fix and improve sockets unit test and unit test sys_arch (with a little help of tcpip.c)
|
8 년 전 |
goldsimon
|
8313c4d870
tried to add basic socket unit tests (nonsense only for now); made LOCK_TCPIP_CORE()/UNLOCK_TCPIP_CORE() overridable for that
|
8 년 전 |