You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
goldsimon 9a95c2ff08 fixed bug #35435: No pcb state check before adding it to time-wait queue while closing 14 years ago
..
ipv4 Added option CHECKSUM_GEN_ICMP 14 years ago
ipv6 Allow unicast NA messages without LLA option, in accordance to RFC2461 14 years ago
snmp Provide a default for SNMP_GET_SYSUPTIME() based on sys_now() 15 years ago
def.c changed the semantics of LWIP_PREFIX_BYTEORDER_FUNCS to prevent "symbol already defined" i.e. when linking to winsock 16 years ago
dhcp.c - fixed bug #35151: DHCP asserts on incoming option lengths; 14 years ago
dns.c Fixed bug #31701: Error return value from dns_gethostbyname() does not match documentation: return ERR_ARG instead of ERR_VAL if not initialized or wrong argument. 16 years ago
inet_chksum.c No need to pass 'acc' as u16_t since the _base functions are internal (we save one AND op when passing as u32_t) 15 years ago
init.c Add IPv6 timeouts to check for MEMP_NUM_SYS_TIMEOUT). 15 years ago
mem.c fixed bug #34429: possible memory corruption with LWIP_ALLOW_MEM_FREE_FROM_OTHER_CONTEXT set to 1 15 years ago
memp.c ... and finally, we got a first working version of a dual-stack lwIP runnin IPv4 and IPv6 in parallel - big thanks to Ivan Delamer! (this is work in progress, so please beware, test a lot and report problems!) 15 years ago
netif.c fixed bug #34684: Clear the arp table cache when netif is brought down 15 years ago
pbuf.c Fixed my last chagne to pbuf_copy 14 years ago
raw.c implemented API functions to access so_options of IP pcbs (UDP, TCP, RAW) (fixes bug #35061) 14 years ago
stats.c use const char for name pointers in display functions 15 years ago
sys.c fixed bug #34884: sys_msleep() body needs to be surrounded with '#ifndef sys_msleep' 15 years ago
tcp.c fixed bug #35435: No pcb state check before adding it to time-wait queue while closing 14 years ago
tcp_in.c fixed bug #35305: pcb may be freed too early on shutdown(WR) 14 years ago
tcp_out.c Another fix for bug #32417 (debug assert that fires) 14 years ago
timers.c fixed bug #34541: LWIP_U32_DIFF is unnecessarily complex: removed that define 15 years ago
udp.c implemented API functions to access so_options of IP pcbs (UDP, TCP, RAW) (fixes bug #35061) 14 years ago