Lines Matching full:h
20 * posix/*: added posix-compatibility include files posix/netdb.h and posix/sys/socket.h
24 * opt.h, icmp.c: Added option CHECKSUM_GEN_ICMP
27 * ip.h: implemented API functions to access so_options of IP pcbs (UDP, TCP, RAW)
31 * opt.h, tcp.c, tcp_in.c: Implemented limiting data on ooseq queue (task #9989)
32 (define TCP_OOSEQ_MAX_BYTES / TCP_OOSEQ_MAX_PBUFS in lwipopts.h)
35 * opt.h, api.h, api_lib.c, api_msg.h/.c, sockets.c: Implemented timeout on
43 * ppp.h, ppp_impl.h: splitted ppp.h to an internal and external header file
48 * opt.h, tcp_impl.h, tcp.c, udp.h/.c: Added a config option to randomize
56 * opt.h, netif.h/.c: added netif remove callback (bug #32397)
63 * ip4.c, etharp.c, pbuf.h: bug #33634 ip_forward() have a faulty behaviour:
73 * tcpip.c/.h: patch #7449 allow tcpip callback from interrupt with static
132 * tcp.h, tcp_in.c, tcp_out.c: partly fixed bug #25882: TCP hangs on
152 * tcp.h/.c, tcp_impl.h, tcp_in.c: fixed bug #31177: tcp timers can corrupt
160 * netif.c, etharp.h/.c: fixed bug #34684: Clear the arp table cache when
171 * arch.h, netdb.c: fixed bug #34592: lwip_gethostbyname_r uses nonstandard
175 * opt.h: fixed default values of TCP_SNDLOWAT and TCP_SNDQUEUELOWAT for small
179 * tcp_impl.h, tcp_out.c: fixed bug #34587: TCP_BUILD_MSS_OPTION doesn't
186 * sockets.h: fixed bug #34580 fcntl() is missing in LWIP_COMPAT_SOCKETS
198 * def.h, timers.c: fixed bug #34541: LWIP_U32_DIFF is unnecessarily complex
224 * mem.h: fixed bug #34377 MEM_SIZE_F is not defined if MEM_LIBC_MALLOC==1
227 * pbuf.h, tcp.c, tcp_in.c: fixed bug #33871: rejecting TCP_EVENT_RECV() for
231 * tcp_impl.h: fixed bug #34355: nagle does not take snd_buf/snd_queuelen into
235 * opt.h: fixed default value of TCP_SND_BUF to not violate the sanity checks
254 * opt.h: fixed bug #31809 LWIP_EVENT_API in opts.h is inconsistent compared
265 * sockets.h: fixed bug #34057 socklen_t should be a typedef
281 * api_lib.c, api_msg.c, sockets.c, api.h: fixed bug #31084 (socket API returns
286 * pbuf.c/.h, timers.c: freeing ooseq pbufs when the pbuf pool is empty implemented
319 * tcp_impl.h, tcp_in.c, tcp_out.c: Removed 'dataptr' from 'struct tcp_seg' and
323 * dhcp.c/.h: Added a function to deallocate the struct dhcp from a netif
327 * ip.c, udp.c/.h, pbuf.h, sockets.c: task #10495: Added support for
341 * def.h: task #10391: Add preprocessor-macros for compile-time htonl
345 * opt.h, memp_std.h, memp.c, ppp_oe.h/.c: PPPoE now uses its own MEMP pool
346 instead of the heap (moved struct pppoe_softc from ppp_oe.c to ppp_oe.h)
349 * opt.h, memp_std.h, dns.h/.c: DNS_LOCAL_HOSTLIST_IS_DYNAMIC uses its own
358 * netbuf.h/.c, sockets.c, api_msg.c: use checksum-on-copy for sending
362 * udp.h/.c, pbuf.h/.c: task #6849: added udp_send(_to/_if) functions that
367 * ip_addr.h, etharp.h/.c, autoip.c: Create overridable macros for copying
374 * tcpip.h/.c, timers.c: Added an overridable define to get informed when the
387 * opt.h, tcpip.c/.h: Added an option to disable tcpip_(un)timeout code
391 * opt.h, etharp.c/.h: Added support for static ARP table entries
394 * tcp_impl.h, tcp_out.c, inet_chksum.h/.c: task #6849: Calculate checksum
409 * api.h, api_lib.c, sockets.c: task #10167 (sockets: speed up TCP recv
415 * opt.h, tcp.h, tcp_impl.h, tcp.c, tcp_in.c, tcp_out.c: task #7040:
423 * stats.c/.h: Added const char* name to mem- and memp-stats for easier
427 * tcp.h (and usages), added tcp_impl.h: Splitted API and internal
431 * ip_addr.h: Improved some defines working on ip addresses, added faster
435 * api.h, api_lib.c, api_msg.c, sockets.c: task #7865 (implement non-
439 * sockets.c/.h: Added a minimal version of posix fctl() to have a
443 * dhcp.c/.h, autoip.c/.h: task #10139 (Prefer statically allocated
448 * tcp.c/h: patch #6865 (SO_REUSEADDR for TCP): if pcb.so_options has
456 to let sys.h use binary semaphores instead of mutexes - as before)
459 * timers.c/.h: Added function sys_restart_timeouts() from patch #7085
463 * netif.c/.h, removed loopif.c/.h: task #10153 (Integrate loopif into
468 * inet.h, ip_addr.c/.h: Added reentrant versions of inet_ntoa/ipaddr_ntoa
472 * netif.h: Added netif_s/get_igmp_mac_filter() macros
475 * netif.h: Added function-like macros to get/set the hostname on a netif
482 * opt.h, memp_std.h, dns.h, netdb.c, memp.c: Let netdb use a memp pool
486 * dhcp.h, dhcp.c: Reworked the code that parses DHCP options: parse
496 * api.h, api_msg.c, sockets.c: Added except set support in select
500 * api.h, sockets.h, err.h, api_lib.c, api_msg.c, sockets.c, err.c:
505 * opt.h, tcp.h, init.c, api_msg.c: Added TCP_SNDQUEUELOWAT corresponding
512 * ppp.c/.h: Fixed bug #27856: PPP: Set netif link- and status-callback
521 * opt.h, memp.c: patch #6822 (Add option to place memory pools in
526 LWIP_RAND() for lwip-wide randomization (to be defined in cc.h)
529 * tcpip.c, init.c, memp.c, sys.c, memp_std.h, sys.h, tcpip.h
530 added timers.c/.h: Separated timer implementation from semaphore/mbox
531 implementation, moved timer implementation to timers.c/.h, timers are
536 * opt.h, etharp.h/.c, init.c, tcpip.c: Added an additional option
550 * etharp.h/.c: Fixed broken VLAN support.
573 * err.h/.c, sockets.c, api_msg.c: fixed bug #31748 (Calling non-blocking connect
602 * err.h: Fixed ERR_IS_FATAL so that ERR_WOULDBLOCK is not fatal.
605 * api.h, api_lib.c, api_msg.c, sockets.c: netconn.recv_avail is only used for
632 * sockets.h: Fixed bug #31304: Changed SHUT_RD, SHUT_WR and SHUT_RDWR to
645 * sockets.h: Fixed bug #31385: sizeof(struct sockaddr) is 30 but should be 16
687 * init.c, timers.c/.h, opt.h, memp_std.h: From patch #7221: added flag
691 * api(_lib).c/.h, api_msg.c/.h, sockets.c/.h: Fixed bug #10088: Correctly
695 * pbuf.c/.h, ip_frag.c/.h, opt.h, memp_std.h: Fixed bug #29361 (ip_frag has
714 * def.h/.c: changed the semantics of LWIP_PREFIX_BYTEORDER_FUNCS to prevent
718 * def.h, timers.c: Fixed bug #29769 (sys_check_timeouts: sys_now() may
726 * ip_addr.c/.h: patch #7143: Add a few missing const qualifiers
752 * opt.h, etharp.h: Fixed bug #29148 (Incorrect PBUF_POOL_BUFSIZE for ports
753 where ETH_PAD_SIZE > 0) by moving definition of ETH_PAD_SIZE to opt.h
781 * opt.h, mem.h, dns.c: task #10140: Remove DNS_USES_STATIC_BUF (keep
785 * tcp.h, tcp.c, tcp_in.c, tcp_out.c: Task #10088: Correctly implement
790 * mem.c/.h, pbuf.c: Renamed mem_realloc() to mem_trim() to prevent
794 * netif.c/.h: Link status does not depend on LWIP_NETIF_LINK_CALLBACK
803 * opt.h: Disable ETHARP_TRUST_IP_MAC by default since it slows down packet
807 * etharp.c/.h: Fixed ARP input processing: only add a new entry if a
812 * netif.h, etharp.c, tcpip.c: Fixed bug #28183 (ARP and TCP/IP cannot be
827 * mem.h: Fixed bug #28866 (mem_realloc function defined in mem.h)
830 * api_lib.c, api_msg.c, sockets.c, api.h, api_msg.h: Fixed bug #22110
846 * igmp.c/.h, ip.h: Moved most defines from igmp.h to igmp.c for clarity
850 * igmp.c, igmp.h, stats.c, stats.h: Improved IGMP stats
858 * nearly every file: Use macros defined in ip_addr.h (some of them new)
867 * ip_addr.h, inet.h, def.h, inet.c, def.c, more: Cleanly separate the
868 portability file inet.h and its contents from the stack: moved htonX-
869 functions to def.h (and the new def.c - they are not ipv4 dependent),
870 let inet.h depend on ip_addr.h and not the other way round.
877 * tcp.h, tcp.c, tcp_in.c: Fixed bug #27871: Calling tcp_abort() in recv
882 * snmp_structs.h, msg_in.c: Partly fixed bug #22070 (MIB_OBJECT_WRITE_ONLY
909 * api_lib.c, api_msg.c, (api_msg.h, api.h, sockets.c, tcpip.c):
914 * api.h, api_lib.c, sockets.c: Changed netconn_recv() and netconn_accept()
921 * api_msg.h/.c, api_lib.c: Fixed bug #26672 (close connection when receive
932 * tcp.h/.c: bug #28127 (remove call to tcp_output() from tcp_ack(_now)())
942 * timers.c, tcp.h: Call tcp_timer_needed() with NO_SYS==1, too
945 * netdb.h: Fixed bug #28496: missing include guards in netdb.h
961 * netifapi.c/.h: Added netifapi_netif_set_addr()
964 * api_msg.c, netbuf.c/.h, opt.h: patch #6888: Patch for UDP Netbufs to
968 * slipif.c/.h: bug #26397: SLIP polling support
971 * opt.h, etharp.h/.c: task #9033: Support IEEE 802.1q tagged frame (VLAN),
975 * ip_addr.h, netdb.c: patch #6900: added define ip_ntoa(struct ip_addr*)
982 * tcp.h/.c: Added function tcp_debug_state_str() to convert a tcp state
992 * ppp.h/.c: Fixed bug #27079 (Yet another leak in PPP): outpacket_buf can
999 * tcp.h, tcp_in.c, tcp_out.c: Fixed bug #28106: dup ack for fast retransmit
1015 * tcp.h: Fixed bug #28098: Nagle can prevent fast retransmit from sending
1019 * tcp.h, sockets.c: Fixed bug #28099: API required to disable Nagle
1034 * netdb.h: Fixed bug #27994: incorrect define for freeaddrinfo(addrinfo)
1037 * opt.h: Increased default value for TCP_MSS to 536, updated default
1041 * tcp_in.c, tcp_out.c, tcp.h: re-work the fast retransmission code
1048 * tcp.h: bug-fix in the TCP_EVENT_RECV macro (has to call tcp_recved if
1065 * dhcp.c/.h: Minor code simplification (don't store received pbuf, change
1095 * opt.h: Fixed default values of some stats to only be enabled if used
1113 * opt.h, init.c: bug #26649: TCP fails when TCP_MSS > TCP_SND_BUF
1120 * many ppp files: bug #27267: Added include to string.h where needed
1123 * tcp.h: patch #6843: tcp.h macro optimization patch (for little endian)
1131 * opt.h, sockets.c, pbuf.c, netbuf.h, pbuf.h: task #7013: Added option
1136 * icmp.h, icmp.c: Shrinked ICMP code, added option to NOT check icoming
1140 * ip.h, ip.c: Added ip_current_netif() & ip_current_header() to receive
1144 * sys.h: Made SYS_LIGHTWEIGHT_PROT and sys_now() work with NO_SYS=1
1147 * mem.c, opt.h: Added option MEM_USE_POOLS_TRY_BIGGER_POOL to try the next
1151 * dns.c, init.c, dns.h, opt.h: task #7507, patch #6786: DNS supports static
1160 * tcp.c, tcp_out.c, tcp_in.c, sys.h, tcp.h, opts.h: add support for
1165 * cc.h: Added printf formatter for size_t: SZT_F
1168 * icmp.c, opt.h: patch #6539: (configurable) response to broadcast- and multicast
1172 * init.h: Added LWIP_VERSION to get the current version of the stack
1175 * opt.h, memp.h/.c: added MEMP_MEM_MALLOC to use mem_malloc/mem_free instead
1180 * ipv4/inet_chksum.c, ipv4/lwip/inet_chksum.h: inet_chksum_pseudo_partial()
1193 * mem.c, opt.h, stats.h: fixed bug #21433: Calling mem_free/pbuf_free from
1199 * stats.h/.c, some other files: patch #6483: stats module improvement:
1204 * err.h: patch #6459: Made err_t overridable to use a more efficient type
1205 (define LWIP_ERR_T in cc.h)
1212 * netif.c, loopif.c, ip.c, netif.h, loopif.h, opt.h: Checked in slightly
1227 * mem.h: Fixed bug #27105: "realloc() cannot replace mem_realloc()"s
1230 * api.h api_msg.h netdb.h sockets.h: add missing #include directives
1233 * api_msg.c, sockets.c, api.h: BUG23240 use signed counters for
1238 * api_msg.c api.h: BUG26722: initialise netconn write variables
1242 * tcp.h: BUG26879: set ret value in TCP_EVENT macros when function is not set
1245 * tcp.c, tcp_in.c, tcp_out.c, tcp.h: BUG26301 and BUG26267: correct
1250 * etharp.h, etharp.c, netif.c: fixed bug #26507: "Gratuitous ARP depends on
1254 * ip.h, ip.c, igmp.c: bug #26487: Added ip_output_if_opt that can add IP options
1272 * tcp.h: bug #26349: Nagle algorithm doesn't send although segment is full
1276 * tcpip.h, tcpip.c: fixed tcpip_untimeout (does not need the time, broken after
1289 * raw.c, udp.c, init.c, opt.h, ip.h, sockets.h: bug #26309: Implement the
1292 which want to enable this filter have to set IP_SOF_BROADCAST=1 in opt.h.
1294 have to set IP_SOF_BROADCAST_RECV=1 in opt.h.
1306 * memp.c, mem.c, memp.h, mem_std.h: bug #26213 "Problem with memory allocation
1337 * ip.c, ip6.c, tcp_out.c, ip.h: patch #6808: Add a utility function
1358 * init.c, opt.h: Patch#6774 TCP_QUEUE_OOSEQ breaks compilation when
1362 * tcp.h: Patch#6802 Add do-while-clauses to those function like
1363 macros in tcp.h
1366 * tcp.c, tcp_in.c, tcp_out.c, tcp.h, opt.h: Rework the way window
1379 * tcp.c, tcp_in.c, tcp.h: add tcp_abandon() to cope with dropping
1390 * sockets.h/.c, api_*.h/.c: fixed arguments of socket functions to match the standard;
1394 * tcp.h, tcp.c: fixed bug #24440: TCP connection close problem on 64-bit host
1405 * opt.h, api_msg.c: added configurable default valud for netconn->recv_bufsize:
1447 * inet.h, ip_addr.h: fixed bug #24132: Cross-dependency between ip_addr.h and
1448 inet.h -> moved declaration of struct in_addr from ip_addr.h to inet.h
1455 * stats.h: Fix some build bugs introduced with patch #6483 (missing some parameters
1472 * mem.h: Fix BUG#23254. Change macro definition of mem_* to allow
1476 * err.h, err.c, sockets.c: Fix bug #23119: Reorder timeout error code to
1484 * mem.c, tcpip.c, tcpip.h, opt.h: fixed bug #21433 (Calling mem_free/pbuf_free
1486 in lwipopts.h or use pbuf_free_callback(p)/mem_free_callback(m) to free pbufs
1500 made from lwipopts.h. Fix comment on how to override LWIP_CHKSUM.
1503 * tcp.c, tcp_in.c, tcp.h, opt.h: Rename LWIP_CALCULATE_EFF_SEND_MSS in
1507 * rawapi.txt, api_msg.c, tcp.c, tcp_in.c, tcp.h: changes for task #7675 "Enable
1515 * tcpip.h, tcpip.c, api.h, api_lib.c, api_msg.c, sockets.c: replace the field
1520 * api_msg.c, opt.h: replace DEFAULT_RECVMBOX_SIZE per DEFAULT_TCP_RECVMBOX_SIZE,
1525 * tcpip.h, tcpip.c: add tcpip_callback_with_block function for the task #7490
1530 * tcpip.h, tcpip.c, api.h, api_lib.c, api_msg.c, sockets.c: replace the field
1535 * sys_arch.txt, api.h, api_lib.c, api_msg.h, api_msg.c, tcpip.c, sys.h, opt.h:
1539 in opt.h to indicate sizes for tcpip::mbox, netconn::recvmbox, and for the
1548 * rawapi.txt, api.h, api_lib.c, api_msg.h, api_msg.c, sockets.c, tcp.h, tcp.c,
1549 tcp_in.c, init.c, opt.h: rename backlog options with TCP_ prefix, limit the
1554 * tcp.c, tcp_in.c, tcp_out.c, tcp.h: Add TCP persist timer
1557 * autoip.c, etharp.c: ip_addr.h: Integrate patch #6348: "Broadcast ARP packets
1567 * tcp.h, opt.h, api.h, api_msg.h, tcp.c, tcp_in.c, api_lib.c, api_msg.c,
1573 * api_msg.c, err.h, err.c, sockets.c, dns.c, dns.h: replace "enum dns_result"
1577 * dns.h, dns.c, opt.h: move DNS options to the "right" place. Most visibles
1583 provide a function "struct hostent* sys_thread_hostent( struct hostent* h)"
1584 which have to do a copy of "h" and return a pointer ont the "per-thread" copy.
1597 * etharp.c, stats.c, stats.h, opt.h: Introduced ETHARP_STATS
1604 * netdb.h, netdb.c, sockets.h/.c: Moved lwip_gethostbyname from sockets.c
1608 * tcp.h, opt.h, tcp.c, tcp_in.c: implemented calculating the effective send-mss
1613 * api_msg.c, dns.h, dns.c: Implement DNS_DOES_NAME_CHECK option (check if name
1621 Moved inet files into ipv4/ipv6 directory; splitted inet.c/inet.h into
1625 * api.h, api_msg.h, api_lib.c, api_msg.c, socket.h, socket.c: Added sequential
1630 * opt.h, init.c, tcpip.c, dhcp.c, dns.h, dns.c: add DNS client for simple name
1634 in your lwipopts.h file (LWIP_DNS=0 in opt.h). DNS_DEBUG can be set to get
1639 * opt.h, mib2.c: Patch #6215: added ifAdminStatus write support (if explicitly
1644 * api.h, api_msg.h and dependent files: Task #7410: Removed the need to include
1645 core header files in api.h (ip/tcp/udp/raw.h) to hide the internal
1649 * api.h, api_lib.c, api_msg.c, sockets.c, opt.h: add SO_RCVBUF option for UDP &
1650 RAW netconn. You need to set LWIP_SO_RCVBUF=1 in your lwipopts.h (it's disabled
1657 * sockets.h, sockets.c, api.h, api_lib.c, api_msg.h, api_msg.c, tcp.h, tcp_out.c:
1664 * api.h, api_lib.c, api_msg.c: Add macro API_EVENT in the same spirit than
1675 * ip_frag.c, memp.c, mib2.c, ip_frag.h, memp_std.h, opt.h: Changed IP_REASSEMBLY
1680 * tcpip.c, etharp.h, etharp.c: moved ethernet_input from tcpip.c to etharp.c so
1684 * netifapi.h, netifapi.c: add function netifapi_netif_set_default. Change the
1689 * netifapi.h, netifapi.c: add functions netifapi_netif_set_up, netifapi_netif_set_down,
1694 * udp.h, udp.c, sockets.c: Changes for "#20503 IGMP Improvement". Add IP_MULTICAST_IF
1700 * snmp.h, mib2.c: enable to remove SNMP timer (which consumne several cycles
1712 * igmp.h, igmp.c, netif.h, netif.c, ip.c: To enable to have interfaces with IGMP,
1720 * sockets.c, ip.h, api.h, tcp.h: declare a "struct ip_pcb" which only contains
1726 * udp.c, ipv4/icmp.c, ipv4/ip.c, ipv6/icmp.c, ipv6/ip6.c, ipv4/icmp.h,
1727 ipv6/icmp.h, opt.h: Integrate "task #7272 : LWIP_ICMP option". The new option
1733 * opt.h, sys.h, tcpip.c, slipif.c, ppp.c, sys_arch.txt: Change parameters list
1737 your lwipopts.h. For port maintainers, you can just add these new parameters
1746 * igmp.h, igmp.c, memp_std.h, memp.c, init.c, opt.h: Replace mem_malloc call by
1747 memp_malloc, and use a new MEMP_NUM_IGMP_GROUP option (see opt.h to define the
1754 * igmp.h, igmp.c, sockets.c, api_msg.c: Changes for "#20503 IGMP Improvement".
1762 * Add netbuf.h, netbuf.c, Change api.h, api_lib.c: #7249 "Split netbuf functions
1772 * igmp.h, igmp.c, tcpip.c, init.c, netif.c: change igmp_init and add igmp_start.
1777 * Add init.h, init.c, Change opt.h, tcpip.c: Task #7213 "Add a lwip_init function"
1784 in opt.h, you should configure in your lwipopts.h (they are enabled per default).
1792 * netif.h, netif.c: Integrate "patch #6163 : Function to check if link layer is up".
1796 * netif.h, netif.c, opt.h: Rename LWIP_NETIF_CALLBACK in LWIP_NETIF_STATUS_CALLBACK
1800 * tcpip.h, tcpip.c, ethernetif.c, opt.h: remove options ETHARP_TCPIP_INPUT &
1805 * memp_std.h, memp.h, memp.c, mem.c, stats.c: (Task #7136) Centralize mempool
1806 settings into new memp_std.h and optional user file lwippools.h. This adds
1819 * mem.c, mem.h: Added mem_calloc().
1822 * tcpip.c, tcpip.h memp.c, memp.h: Added distinct memp (MEMP_TCPIP_MSG_INPKT)
1828 * pbuf.c, pbuf.h, etharp.c, tcp_in.c, sockets.c: Split pbuf flags in pbuf
1838 * ppp_oe.c ppp_oe.h, auth.c chap.c fsm.c lcp.c ppp.c ppp.h,
1839 etharp.c ethernetif.c, etharp.h, opt.h tcpip.h, tcpip.c:
1843 * api_lib.c, ip_frag.c, pbuf.c, api.h, pbuf.h: Introduced pbuf_copy_partial,
1852 * opt.h, netif.h, netif.c, ethernetif.c: Add new configuration option to add
1858 * sockets.h, sockets.c: Implement MSG_PEEK flag for recv/recvfrom functions.
1861 * etharp.h, etharp.c: Combined etharp_request with etharp_raw for both
1865 * mem.c, memp.c, mem.h, memp.h, opt.h: task #6863: Introduced the option
1871 * api_lib.c, api_msg.c, api.h, api_msg.h: Converted the length argument of
1877 * tcp.h, api_msg.c: Moved the nagle algorithm from netconn_write/do_write
1878 into a define (tcp_output_nagle) in tcp.h to provide it to raw api users, too.
1881 * api.h, api_lib.c, api_msg.c: Fixed bug #20021: Moved sendbuf-processing in
1886 * etharp.c, etharp.h: Changed etharp to use a defined hardware address length
1891 * sockets.c, sockets.h: Implemented socket options SO_NO_CHECK for UDP sockets
1895 * debug.h, api_msg.c: change LWIP_ERROR to use it to check errors like invalid
1896 pointers or parameters, and let the possibility to redefined it in cc.h. Use
1900 * sockets.c, sockets.h: Added UDP lite support for sockets
1903 * udp.h, opt.h, api_msg.c, ip.c, udp.c: Included switch LWIP_UDPLITE (enabled
1908 * autoip.h, autoip.c, dhcp.h, dhcp.c, netif.h, netif.c, etharp.h, etharp.c, opt.h:
1914 * etharp.h, etharp.c, ethernetif.c: Modified order of parameters for
1919 * netif.h, ethernetif.c, slipif.c, loopif.c: Added define
1924 * opt.h, ip_frag.c, ip_frag.h, ip.c: Added option IP_FRAG_USES_STATIC_BUF
1933 * api.h, api_lib.c, api_msg.c, sockets.c: group the different NETCONN_UDPxxx
1937 * opt.h, memp.h, memp.c: Added option MEMP_OVERFLOW_CHECK to check for memp
1945 * opt.h, memp.h, memp.c, pbuf.c (see task #6831): use a new memp pool for
1950 * sockets.c, api_lib.c, api_msg.h, api_msg.c, netifapi.h, netifapi.c, tcpip.c:
1956 * *.h (except netif/ppp/*.h): Included patch #5448: include '#ifdef __cplusplus
1959 out the netif/ppp/*h header files for now, since I don't know which files are
1963 * opt.h, *.c/*.h: Included patch #5920: Create define to override C-library
1969 * mem.h: If MEM_LIBC_MALLOC==1, allow the defines (e.g. mem_malloc() -> malloc())
1978 * sockets.c, api.h, api_lib.c, api_msg.h, api_msg.c: Fix bug #19162 "lwip_sento: a possible
1986 * sys.h, api_lib.c: Provide new sys_mbox_tryfetch function. Require ports to provide new
1989 by the port in sys_arch.h if desired.
1992 * opt.h, tcpip.h, tcpip.c, netifapi.h, netifapi.c: New configuration option LWIP_NETIF_API
1994 clients, using new functions from netifapi.h. Disable as default (no port change to do).
2000 * arch.h, api_msg.c, dhcp.c, msg_in.c, sockets.c: Introduced #define LWIP_UNUSED_ARG(x)
2002 are not using this variable. Can be overriden in cc.h.
2005 * opt.h, netif.h, dhcp.h, dhcp.c: New configuration option LWIP_NETIF_HOSTNAME allow to
2012 * netif.h, netif.c: A new NETIF_FLAG_ETHARP flag is defined in netif.h, to allow to
2018 * opt.h, tcpip.c: New configuration option LWIP_ARP allow to disable ARP init at build
2024 * stats.h, stats.c, msg_in.c: Stats counters can be change to u32_t if necessary with the
2026 your lwipopts.h. More, unused counters are not defined in the stats structs, and not
2031 * netif.c, netif.h: Apply patch#4197 with some changes (originator: [email protected]).
2035 * sockets.h, sockets.c, api.h, api_lib.c, api_msg.h, api_msg.c, igmp.h, igmp.c,
2036 ip.c, netif.h, tcpip.c, opt.h:
2042 * tcp.h, tcp.c, sockets.c, tcp_out.c, tcp_in.c, opt.h: Keepalive values can
2048 * tcp.h: Keepalive values can be configured at compile time, but don't change
2052 * sockets.c, api.h, api_lib.c, tcpip.c, sys.h, sys.c, err.c, opt.h:
2057 * snmp_msg.h, msg_in.c: SNMP UDP ports can be configured at compile time.
2060 * api.h, api_lib.c, sockets.h, sockets.c, tcpip.c, sys.h, sys.c, err.h:
2064 * api_lib.c, tcpip.c, memp.c, memp.h: make API msg structs allocated
2068 * sockets.h, sockets.c: Move socket initialization to new
2080 * igmp.h, igmp.c: Fix bug #22613 "IGMP iphdr problem" (could have
2082 ip.h macros to do it).
2098 * mem.c, stats.c, mem.h: apply patch #6414 to avoid compiler errors
2115 * opt.h, ip.c: Rename IP_OPTIONS define to IP_OPTIONS_ALLOWED to avoid
2123 * sys.h, api_lib.c, api_msg.c, sockets.c: fix bug #21698: "netconn->recv_avail
2131 * tcp.c, tcp_in.c, tcp_out.c, tcp.h: fix bug #20199 (better handling
2141 * sockets.h: fix bug #21654: exclude definition of struct timeval from #ifndef FD_SET
2142 If including <sys/time.h> for system-struct timeval, LWIP_TIMEVAL_PRIVATE now
2143 has to be set to 0 in lwipopts.h
2163 * err.h, api_lib.c, api_msg.c, sockets.c: Changed error handling: ERR_MEM, ERR_BUF
2168 * udp.h, udp.c, dhcp.c: Implemented new function udp_sendto_if which takes the
2176 * tcp.h, tcp_out.c, api_msg.c: Fixed bug #20287: tcp_output_nagle sends too early
2181 * sockets.c, api.h, api_lib.c, api_msg.h, api_msg.c: Fixed bug #20900. Now, most
2195 * tcp.h, tcp.c, tcp_in.c: Fixed bug #21491: The MSS option sent (with SYN)
2205 * udp.c, inet.c, inet.h: Fixed UDPLite: send: Checksum was always generated too
2213 * sockets.c, api.h, api_lib.c: First step to fix "bug #20900 : Potential
2233 * several-files: replace some #include "arch/cc.h" by "lwip/arch.h", or simply remove
2234 it as long as "lwip/opt.h" is included before (this one include "lwip/debug.h" which
2235 already include "lwip/arch.h"). Like that, default defines are provided by "lwip/arch.h"
2236 if they are not defined in cc.h, in the same spirit than "lwip/opt.h" for lwipopts.h.
2239 * igmp.h, igmp.c: Some changes to remove some redundant code, add some traces,
2249 * api.h, api_lib.c, api_msg.c: First fix for "bug #20900 : Potential crash error
2258 * stats.h, stats.c, igmp.h, igmp.c, opt.h: Fix for bug #20503 : IGMP Improvement.
2266 * igmp.h, igmp.c, ip.c: Fix minor changes from bug #20503 : IGMP Improvement.
2312 * api.h, api_lib.c, api_msg.c: Final fix for bug #20021 and some other problems
2318 * ipv4/ip.h, ipv6/ip.h, opt.h, netif.h, etharp.h, ipv4/ip.c, netif.c, raw.c,
2324 * tcp.h, tcp.c, tcp_in.c, tcp_out.c: Added some ASSERTS and casts to prevent
2331 * tcp.h: Fixed bug #20287: Fixed nagle algorithm (sending was done too early if
2337 possible to define this macro in your own lwipopts.h to always use C library's
2341 * netifapi.h, netifapi.c, tcpip.h, tcpip.c: Update code to handle the option
2346 * udp.h: Fixed bug #20259: struct udp_hdr was lacking the packin defines.
2370 * opt.h, mem.h, mem.c, memp.c, pbuf.c, ip_frag.c, vj.c: Fix bug #20162. Rename
2414 * sys.h, sys.c, api_lib.c, tcpip.c: remove sys_mbox_fetch_timeout() (was only
2420 * api.h, api_lib.c, api_msg.h, api_msg.c: change the struct api_msg_msg to see
2425 * api_lib.c, api_msg.c, raw.c, api.h, api_msg.h, raw.h: Included patch #5938:
2444 * tcpip.c, igmp.h, igmp.c: Fixed bug "#19800 : IGMP: igmp_tick() will not work
2455 * tcp.h, sockets.h, sockets.c: Fixed bug from patch #5865 by moving the defines
2457 tcp.h to sockets.h.
2463 * pbuf.c, pbuf.h, etharp.c: Further update to ARP queueing: Changed pbuf_copy()
2476 * loopif.c, loopif.h, opt.h, src/netif/FILES: fix bug #2595: "loopif results
2487 * sockets.h: FD_SETSIZE needs to match number of sockets, which is
2494 * tcp.c, tcp_in.c, tcp_out.c, tcp.h: Modify way the retransmission
2498 * etharp.c, pbuf.c, pbuf.h: 3rd fix for bug #11400 (arp-queuing): More pbufs than
2503 * inet.c, ip_addr.h, sockets.h, sys.h, tcp.h: Apply patch #5745: Fix
2521 * most of files: prefix all debug.h define with "LWIP_" to avoid any conflict with
2525 * api.h, api_lib.c, sockets.c: netbuf_ref doesn't check its internal pbuf_alloc call
2529 * sockets.c Remove "#include <errno.h>" from sockets.c to avoid multiple
2530 definition of macros (in errno.h and lwip/arch.h) if LWIP_PROVIDE_ERRNO is
2535 * opt.h Change default PBUF_POOL_BUFSIZE (again) to accomodate default MSS +
2544 * api_msg.h, api_msg.c: Remove obsolete API_MSG_ACCEPT and do_accept (never used).
2567 * opt.h: Add LWIP_NETIF_CALLBACK (to avoid compiler warning) and set it to 0.
2570 * api_msg.c, igmp.c, igmp.h: Fix C++ style comments
2573 * opt.h Change default PBUF_POOL_BUFSIZE to accomodate default MSS +
2583 * sockets.c, igmp.c, igmp.h, memp.h: Fix C++ style comments and
2587 * memp.h, stats.c: Fix stats_display function where memp_names table wasn't
2588 synchronized with memp.h.
2600 * api_msg.h, api_msg.c, tcpip.h, tcpip.c: Add return types to tcpip_apimsg()
2604 * Remove unimplemented "memp_realloc" function from memp.h.
2611 * api_lib.c, sockets.c, api.h, api_msg.h, sockets.h: Fixed bug #19251
2634 * ip_frag.c, ip_frag.h: Reduce code size: don't include code in those files
2638 * opt.h, ip_frag.h, tcpip.h, tcpip.c, ethernetif.c: add new configuration
2646 * err.h, err.c: fixed compiler warning "initialization dircards qualifiers
2650 * opt.h, sockets.h: add new configuration options (LWIP_POSIX_SOCKETS_IO_NAMES,
2668 * etharp.c, etharp.h, memp.c, memp.h, opt.h: Fix BUG#11400 - don't corrupt
2681 * rawapi.txt: Fix documentation mismatch with etharp.h about etharp_tmr's call
2700 * mem.h, opt.h: Added MEM_LIBC_MALLOC option.
2705 to include/lwip/opt.h.
2706 * ipv4/lwip/ip_frag.h: Remove unused IP_REASS_INTERVAL.
2707 Move IP_REASS_MAXAGE and IP_REASS_BUFSIZE to include/lwip/opt.h.
2708 * opt.h: Add above new options.
2716 * etharp.{c,h}: added etharp_find_addr() to read
2721 * include/lwip/snmp_structs.h: added
2722 * netif.{c,h}, netif/ethernetif.c: added SNMP statistics to netif struct
2728 * include/lwip/snmp_asn1.h added
2729 * include/lwip/snmp_msg.h added
2733 * inet.c, inet.h: Added platform byteswap support.
2746 * api_lib.c etharp.c, ip.c, memp.c, stats.c, sys.{c,h} tcp.h:
2748 * ipv4/lwip/ip.h ipv6/lwip/ip.h: Corrected UDP-Lite protocol
2766 * mem.h: added MEM_SIZE_F alias to fix an ancient cold case (bug #1748),
2809 * *.c: introduced cc.h LWIP_DEBUG formatters matching the u16_t, s16_t,
2848 * ipv4/ip_addr.h: Renamed ip_addr_maskcmp() to _netcmp() as we are
2873 * debug.h: Added (int) cast in LWIP_DEBUGF() to avoid compiler
2879 * ip.h Corrected IPH_TOS() macro: returns a byte, so doesn't need htons().
2894 of raw_recv() in raw.h and so avoid compiler error.
2904 your cc.h file defines this either 1 or 0. If non-defined,
2906 * .c: Added <string.h> and <errno.h> includes where used.
2919 * opt.h: ETHARP_ALWAYS_INSERT option removed to comply with ARP RFC.
2969 * No longer dependent on ctype.h.
3007 lwipopts.h.
3261 now kept in a single header file "lwipopts.h".