5086 Commits (9e20fe2cfb01428e366e97fc0366cff9920ae921)
 

Author SHA1 Message Date
Dirk Ziegelmeier 9e20fe2cfb Apply [patch #9287] Possible null-pointer dereference from Mikhail Lappo in a modified way 9 years ago
goldsimon c3912e35f6 httpd: regenerate example fs (fsdata.c) with current makefsdata 9 years ago
goldsimon ec24a2a4e8 Revert "httpd: regenerate example fs (fsdata.c) with current makefsdata" 9 years ago
goldsimon 66fb52ff5c httpd: regenerate example fs (fsdata.c) with current makefsdata 9 years ago
goldsimon d11292505b httpd: use capital 'T' for content types, add more content types, provide the possibility to add more content types at compile time (HTTPD_ADDITIONAL_CONTENT_TYPES) 9 years ago
Dirk Ziegelmeier 2d9ef2215b Fix bug #50576: LWIP_NSC_IPV4_GATEWAY/NETMASK/SETTINGS_CHANGED should check if the setting is actually being changed 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 aef2accfa3 try to satisfy clang's '-Wempty-body' 9 years ago
goldsimon dffb75c5fa test_sockets: fix warning about unused variable "addr_size" 9 years ago
Dirk Ziegelmeier 59fba75cd8 Update doxygen version to 2.0.3 as in init.h 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
goldsimon 3fd8440ab9 memp.h: added missing include 9 years ago
goldsimon d9a738d85f sockets: fix lwip_getsockname/lwip_getpeername for dual-stack: ip_addr_t type "any" (dual) has to be converted to AF_INET6 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
goldsimon 2d8e17aa89 sockets: guard declaration of 'lwip_select()' with LWIP_SOCKET_SELECT==1 9 years ago
goldsimon e71dbec587 bridgeif: fix compiling with NO_SYS==1 by changing default value of BRIDGEIF_PORT_NETIFS_OUTPUT_DIRECT 9 years ago
Dirk Ziegelmeier b9a40a5163 Fix coding style NO_SYS example code 9 years ago
Dirk Ziegelmeier da0714d7cb Fix starting DHCP in NO_SYS example code 9 years ago
Dirk Ziegelmeier d9b279d150 Cleanup documentation a bit: rename "Addons" to "NETIFs" - its a more appropriate name 9 years ago
Dirk Ziegelmeier 6328da87aa Add bridge interface to documentation 9 years ago
goldsimon 2dcf31d6b1 bridgeif: better separation between bridgeif and fdb (todo: move fdb to contrib?), tried to fix the build for LWIP_NUM_NETIF_CLIENT_DATA==0 9 years ago
goldsimon 946b231516 lwip_init(): at least IAR warns about "LWIP_UNUSED_ARG(a)" accessing an uninitialized variable... Try to fix this by initializing it (it will be optimized away anyway) 9 years ago
goldsimon 51a07661cc Added a simple multi-netif 802.1d bridge implementation to show that a multi-port netif works (see task #14369) 9 years ago
Dirk Ziegelmeier 1f1f2e1c46 Try to fix line endings of tftp_server.c in git rep 9 years ago
goldsimon 754e49643f set version to 2.0.3.dev now that 2.0.2 is released 9 years ago
goldsimon eb1aadb218 implement udp/raw recvmsg() by moving recvfrom() into a common function taking an array of iovecs... (IP_PKTINFO/in_pktinfo still missing) 9 years ago
Dirk Ziegelmeier 59973c96e4 Fix bug #50534: TFTP server does not copy terminating null of filename 9 years ago
goldsimon cb1a271c61 lwip_recvmsg: MSG_PEEK must be limited to the first iov for TCP 9 years ago
goldsimon 15918d8971 mdns.txt: changed the LWIP_MDNS_STRNCASECMP text again to reflect the fact that there are 2 names for 1 function... 9 years ago
Dirk Ziegelmeier 1371400c2b mdns_domain_add_label_base should be static 9 years ago
goldsimon 681951c175 mdns.txt: LWIP_MDNS_STRNCASECMP -> lwip_strnicmp 9 years ago
goldsimon 7bcb4eafec mdns: minor(?) stack usage and performance improvement by letting mdns_readname_loop() copy from pbuf to struct (instead of pbuf->buffer->struct) 9 years ago
goldsimon 5752b24d38 fix bug #50503: LWIP_NETCONN_FULLDUPLEX: some LWIP_ERROR paths don't call done_socket() 9 years ago
Joel Cunningham 8bf402fd67 Fix unit test with assumed congestion avoidance 9 years ago
goldsimon 1b14c2e7b0 sockets: fix printf warning in gcc 9 years ago
goldsimon 2c77560870 My first try at 'recvmsg()', TCP only, for now... 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
goldsimon 7ffe5bfb3c tcp: watch out for pcb->nrtx overflows and tcp_backoff indexing overflow 9 years ago
David van Moolenbroek 5827c168c2 tcp: do not keep sending SYNs when getting ACKs 9 years ago