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 786a7fbaf4 no-pool-big-enough was not correctly caught 19 years ago
..
ipv4 autoip.h/.c: change autoip_init & autoip_create_rand_addr to use netif's MAC address and tried_llipaddr to generate an "autoip"... 19 years ago
ipv6 Included patch #5920: Create define to override C-library memcpy. 2 Defines are created: MEMCPY() for normal memcpy, SMEMCPY() for situations where some compilers might inline the copy and save a function call. Also replaced all calls to memcpy() with calls to (S)MEMCPY(). 19 years ago
snmp Patch from Jared Momose (j.momose@ieee.org) for bug #19699 : "Bug in SNMP ASN1 decode; submitted patch" 19 years ago
dhcp.c Some changes for AutoIP integration in tcpip.c, and some comments. 19 years ago
inet.c Done some work on task #1549 (function documentation) 19 years ago
inet6.c Merged from DEVEL, except for the API change in etharp.c. 22 years ago
mem.c no-pool-big-enough was not correctly caught 19 years ago
memp.c Introduced the option MEM_USE_POOLS to use 4 pools with different sized elements instead of a heap. This both prevents memory fragmentation and gives a higher speed at the cost of more memory consumption. Turned off by default. 19 years ago
netif.c Fixed bug #20180 (TCP pcbs listening on IP_ADDR_ANY could get changed in netif_set_ipaddr if previous netif->ip_addr.addr was 0. 19 years ago
pbuf.c Minor changes: fix some comments for Doygen documentation 19 years ago
raw.c Fix typo and remove RAW_STATS (not used) 19 years ago
stats.c Updated stats.h/.c to reflect the integration of pbuf pool into memp 19 years ago
sys.c Done some work on task #6933: converted some LWIP_ASSERTs to LWIP_ERROR to give back an error return value for LWIP_NOASSERT=1 19 years ago
tcp.c Done some work on task #6933: converted some LWIP_ASSERTs to LWIP_ERROR to give back an error return value for LWIP_NOASSERT=1 19 years ago
tcp_in.c Removed warning "empty body in an if statement" in tcp_receive() for LWIP_DEBUG=0 19 years ago
tcp_out.c Done some work on task #6933: converted some LWIP_ASSERTs to LWIP_ERROR to give back an error return value for LWIP_NOASSERT=1 19 years ago
udp.c In udp_input, for UDP Lite, chksum_len_tx was used instead of chksum_len_rx 19 years ago