4647 Commits (4c8620e03b1b5a0681c4fa3f706d57ee3aeada65)
 

Author SHA1 Message Date
goldsimon 4c8620e03b Added important post-2.0.0 changes to CHANGELOG to keep track of changes for future 2.0.1 release 10 years ago
goldsimon eb1de78ce1 prepare CHANGELOG for post-2.0.0 10 years ago
Joel Cunningham 5030fa81a0 bug #49684, api_msg: treat non-blocking ERR_MEM as ERR_WOULDBLOCK 10 years ago
Dirk Ziegelmeier 0f87cb92b8 Add note about UDP multicast behavior fix to UPGRADING document 10 years ago
Dirk Ziegelmeier 09547832ba Fix bug #49662: UDP layer should filter incoming multicast datagrams against the bound IP address 10 years ago
Sylvain Rochet 8c3c96baf7 PPP, L2TP: fix PPPOL2TP_AUTH_SUPPORT == 0 support 10 years ago
sg 03a9aac157 dns_enqueue(): minor readability improvement: add local variable "age" to store result of subtraction 10 years ago
David van Moolenbroek 68ec20fffc ipv4/ipv6: restrict loopback-destined traffic 10 years ago
Dirk Ziegelmeier 4076b12ee9 Revert "Apply patch #9165: Allowing udp src port to be 0 in cases when we don't care about outgoing port" 10 years ago
David van Moolenbroek 0034abfa45 Always check whether netif_default is NULL 10 years ago
Dirk Ziegelmeier 31b0237c50 Apply patch #9165: Allowing udp src port to be 0 in cases when we don't care about outgoing port 10 years ago
Dirk Ziegelmeier 9366c0eaab I decided to keep the "complexity" of handling IPv6 mapped IPv4 addresses out of netconn API. 10 years ago
Dirk Ziegelmeier 5d5eeca008 Once more: Try fix compile with clang 10 years ago
Dirk Ziegelmeier 4b7e0f50b7 Fix indent in api_lib.c 10 years ago
Dirk Ziegelmeier 44e430ebc2 Fix compile with MSVC 2010 and remove handling for IP6_ADDR_ANY in netconn_connect() - IP6_ADDR_ANY does not make sense in connect() 10 years ago
Dirk Ziegelmeier 180ba72a06 Dual-stack: Use IPv6 mapped IPv4 addresses in receive() and getaddr() only in socket API, not in netconn API. 10 years ago
Dirk Ziegelmeier 792224ead0 Try to fix compile error with clang (found by Erik's Travis-CI) 10 years ago
Dirk Ziegelmeier e8e853f2cb Move ICMP6 protocol constants to include/lwip/prot/icmp6 10 years ago
Dirk Ziegelmeier 80a24c0399 raw, udp, tcp connect() does NOT need to match exact IP type - when PCB is bound to IPADDR_ANY_TYPE, it is OK to connect to IPv4 or IPv6 10 years ago
Dirk Ziegelmeier d026a3954a Dual-stack fixes in raw/udp/tcp 10 years ago
Dirk Ziegelmeier 1712b06a64 Work on dual-stack netconn 10 years ago
Dirk Ziegelmeier 010f3550b6 Cleanup macro parameter names 10 years ago
Dirk Ziegelmeier b70ddf7b54 Cleanup unmap_ipv6_mapped_ipv4() macro 10 years ago
Dirk Ziegelmeier 1dd97e7d53 sockets.c, lwip_sendto(): Remove check whether IP address matches socket type. Is checked in lower layers anyway. 10 years ago
Dirk Ziegelmeier 2f37dc0606 api_msg.c: Partly add support for IPv6 mapped IPv4 addresses 10 years ago
Dirk Ziegelmeier c1eb6d8aa4 Minor: Add macros to map/unmap IPv6 mapped IPv4 addresses 10 years ago
Dirk Ziegelmeier ad17f345e7 mdns: Use strlen to determine string length of strings contained in a struct - padding seems to be applied to these strings, and sizeof() returns the _padded_ size??? 10 years ago
Dirk Ziegelmeier ee7a2f346c inet.h: Consistently name some inet <-> ipaddr conversion macros 10 years ago
Dirk Ziegelmeier b99b7577fc memp.c: Only check for overflow/underflow if an element could be allocated 10 years ago
Joel Cunningham f79eabd24b bug #49533: start persist timer when unsent seg can't fit in window 10 years ago
Roberto Barbieri Carrera 81a32e9b06 Fixed bug #49610: Sometimes, autoIP fails to reuse the same address 10 years ago
Joel Cunningham 6dc3a2108a WND_SCALE: duplicate define check & doc cleanup 10 years ago
Dirk Ziegelmeier f965034366 Fix inconsistent return value in udp_sendto_if() - ERR_RTE should always be returned when there is no available route 10 years ago
Dirk Ziegelmeier fdcd8f6faf Fix bug #49578: lwip_socket_drop_registered_memberships API may not work with LWIP_SOCKET_OFFSET 10 years ago
Erik Ekman b90682dc8b Update email address 10 years ago
Dirk Ziegelmeier b9dc415178 master: Set version to 2.0.1 10 years ago
Axel Lin d5dd5241e7 dhcp: Use DHCP_MAX_MSG_LEN_MIN_REQUIRED instead of hard-coded value 10 years ago
Sylvain Rochet c4eb52dcff PPP: set protocol_list[] const 10 years ago
Sylvain Rochet 1e6c4ac017 PPP, IPCP: check that the peer is allowed to use the IP address it wants 10 years ago
Sylvain Rochet b978d17ca0 PPP, IPCP: remove obvious FIXME 10 years ago
Sylvain Rochet dde55c6c0e PPP, IPCP: fix reset state before reconnecting 10 years ago
Dirk Ziegelmeier 5d22679c67 Use API function instead of accessing struct members directly 10 years ago
Dirk Ziegelmeier 132dafa3fc Correct macro parentheses in tcpip_priv.h 10 years ago
Dirk Ziegelmeier 54d76ffd6d Remove superfluous local variable in raw.c 10 years ago
Dirk Ziegelmeier b6f32caaad Fix inet_addr_to_ipaddr_p() macro 10 years ago
David van Moolenbroek 1c9e603299 netif: fix reset of IPv6 addresses in netif_add() 10 years ago
Axel Lin 1a7ba24d13 memp: Fix memp_overflow_check_all failure 10 years ago
Joel Cunningham d4384cfac4 Sockets: check external FD_SETSIZE against number of sockets 10 years ago
Erik Ekman a82ec4499f memp: Check for null in memp_free 10 years ago
Joel Cunningham 7d8989e3ea TCP documentation: fix tcp_pbuf_prealloc typo 10 years ago