lwip/src/core
2015-04-23 07:24:45 +02:00
..
ipv4 fixed more (tiny) warnings... 2015-04-22 14:56:58 +02:00
ipv6 added more missing casts 2015-04-23 07:24:45 +02:00
snmp fixed const'ness of syscontact/sysname/syslocation 2015-04-22 16:06:39 +02:00
def.c changed the semantics of LWIP_PREFIX_BYTEORDER_FUNCS to prevent "symbol already defined" i.e. when linking to winsock 2010-05-16 15:09:55 +00:00
dhcp.c fixed more (tiny) warnings... 2015-04-22 14:56:58 +02:00
dns.c added more missing casts 2015-04-23 07:24:45 +02:00
inet_chksum.c Many const fixes throughout the stack (although these are not all, yet) 2015-04-22 10:29:43 +02:00
init.c Fixed PBUF_LINK_ENCAPSULATION_HLEN support 2015-04-20 23:43:33 +02:00
mem.c mem: added an MEMP_OVERFLOW_CHECK implementation for MEM_USE_POOLS; added another unit test 2014-12-10 09:48:50 +01:00
memp.c PPP, add PPPoS CB for PPPoS private data 2015-02-17 23:22:13 +01:00
netif.c worked on task #13480: added LWIP_IPV4 define - IPv4 can be disabled, leaving an IPv6-only stack (SNMP is still missing) 2015-04-12 10:43:46 +02:00
pbuf.c Many const fixes throughout the stack (although these are not all, yet) 2015-04-22 10:29:43 +02:00
raw.c task #12722 (improve IPv4/v6 address handling): renamed ip_addr_t to ip4_addr_t, renamed ipX_addr_t to ip_addr_t and added IP version; 2015-04-09 22:21:15 +02:00
stats.c More tiny code cleanups... 2015-02-11 21:53:12 +01:00
sys.c fixed bug #34884: sys_msleep() body needs to be surrounded with '#ifndef sys_msleep' 2011-11-23 20:58:19 +01:00
tcp_in.c fixed some more missing casts... 2015-04-22 14:18:54 +02:00
tcp_out.c Many const fixes throughout the stack (although these are not all, yet) 2015-04-22 10:29:43 +02:00
tcp.c fixed missing casts found with msvc /Wall 2015-04-22 13:38:10 +02:00
timers.c task #12722 (improve IPv4/v6 address handling): renamed ip_addr_t to ip4_addr_t, renamed ipX_addr_t to ip_addr_t and added IP version; 2015-04-09 22:21:15 +02:00
udp.c added more missing casts 2015-04-23 07:24:45 +02:00