]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/include/lwip/opt.h
Use FreeRTOS heap instead of LwIP heap
[pes-rpp/rpp-lwip.git] / src / include / lwip / opt.h
2019-09-01 JakubUse FreeRTOS heap instead of LwIP heap master personal/nejedjak/master personal/sojka/for-master
2013-08-05 Jan DolezalHALCoGen+LwIP Demo for TMS570 (BE) - only files coppied
2012-02-13 goldsimonCorrectly calculate the default value of MEMP_NUM_SYS_T...
2012-01-16 goldsimonAdded option CHECKSUM_GEN_ICMP
2011-10-19 goldsimonFix default value of TCP_SNDLOWAT for small values...
2011-10-18 Simon Goldschmidtfixed default values of TCP_SNDLOWAT and TCP_SNDQUEUELO...
2011-09-27 Simon GoldschmidtImplemented limiting data on ooseq queue (task #9989...
2011-09-21 Simon GoldschmidtImplemented timeout on send (TCP only, bug #33820)
2011-09-21 Simon Goldschmidtfixed default value of TCP_SND_BUF to not violate the...
2011-09-11 Simon GoldschmidtAdded a config option to randomize initial local TCP...
2011-09-09 Simon GoldschmidtFixed typo: TCP_SNDQUEUELOWAT must be less than TCP_SND...
2011-09-01 Simon Goldschmidtfixed bug #31809 LWIP_EVENT_API in opts.h is inconsiste...
2011-08-24 Simon Goldschmidtadded netif remove callback (bug #32397)
2011-07-26 Simon GoldschmidtETHARP_SUPPORT_VLAN: add support for an external VLAN...
2011-07-21 Simon Goldschmidtbug #33634 ip_forward() have a faulty behaviour: Added...
2011-07-21 Simon Goldschmidt(bug #30185): added LWIP_FIONREAD_LINUXMODE that makes...
2011-05-25 goldsimonCombined IPv4 and IPv6 code where possible, added defin...
2011-05-17 goldsimon... and finally, we got a first working version of...
2010-12-20 goldsimonMreged back changes that were lost during the savannah...
2010-11-20 goldsimonFixed bug #31535: TCP_SND_QUEUELEN must be at least...
2010-06-24 goldsimonFrom patch #7221: added flag NO_SYS_NO_TIMERS to drop...
2010-06-21 goldsimonFixed bug #29361 (ip_frag has problems with zero-copy...
2010-05-16 goldsimonPPPoE now uses its own MEMP pool instead of the heap...
2010-05-16 goldsimonDNS_LOCAL_HOSTLIST_IS_DYNAMIC uses its own MEMP pool...
2010-05-15 goldsimonAdded new option SO_REUSE_RXTOALL to pass received...
2010-05-05 goldsimon.. and deleted NAT again as Christian obviously didn...
2010-05-05 goldsimontask #7506: added NAT support
2010-03-20 goldsimonAdded an option to disable tcpip_(un)timeout code since...
2010-03-20 goldsimonAdded support for static ARP table entries (added optio...
2010-03-14 goldsimonPrepared for checksum-on-copy (task #6849):
2010-03-14 goldsimonFixed bug #29148 (Incorrect PBUF_POOL_BUFSIZE for ports...
2010-03-05 goldsimontask #7040 (Work on tcp_enqueue): Don't waste memory...
2010-02-21 goldsimonAdded define LWIP_TCPIP_CORE_LOCKING_INPUT that lets...
2010-02-21 goldsimontask #10140: Remove DNS_USES_STATIC_BUF (keep the imple...
2010-02-14 goldsimonDisable ETHARP_TRUST_IP_MAC by default since it slows...
2010-02-04 goldsimonAdded an own debug-print option for timers.c (used...
2010-02-01 goldsimonLet netdb use a memp pool for allocating memory when...
2010-01-27 goldsimonAdded TCP_SNDQUEUELOWAT corresponding to TCP_SNDLOWAT...
2010-01-26 goldsimonUse memp pools for snmp instead of the heap; added...
2010-01-24 goldsimonRenamed the private mib node from 'private' to 'mib_pri...
2010-01-10 goldsimonpatch #6822 (Add option to place memory pools in separa...
2009-12-31 goldsimonRenamed PPP tasks from "pppMain" to "pppInputThread"
2009-12-27 goldsimonAdded an additional option LWIP_ETHERNET to support...
2009-12-04 goldsimonPPP: Make MAXNAMELEN/MAXSECRETLEN overridable in lwipopts.h
2009-11-22 goldsimonClarified debug levels by renaming level OFF to ALL...
2009-10-30 goldsimonIncreased default value for TCP_MSS to 536, updated...
2009-10-09 goldsimonFixed default values of some stats to only be enabled...
2009-10-07 goldsimonpatch #6888: Patch for UDP Netbufs to support dest...
2009-08-25 goldsimontask #9033: Support IEEE 802.1q tagged frame (VLAN...
2009-08-23 goldsimonFixed bug #26649: TCP fails when TCP_MSS > TCP_SND_BUF...
2009-05-10 goldsimontask #7013: Added option LWIP_NETIF_TX_SINGLE_PBUF...
2009-05-07 goldsimonWorked on dns: local host-list can be put into FLASH...
2009-04-29 fbernonraw.c, udp.c, init.c, opt.h, ip.h, sockets.h: bug ...
2009-04-28 goldsimonIntegrated patch #6721: new option to adjust the time...
2009-04-25 goldsimonbug #26213 "Problem with memory allocation when debuggi...
2009-04-21 goldsimontask #7507, patch #6786: DNS supports static hosts...
2009-04-09 kieranmPatch#6774 TCP_QUEUE_OOSEQ breaks compilation when...
2009-03-31 kieranmBUG20515: rework way TCP window updates are calculated...
2009-03-31 kieranmTASK9218: add support for TCP timestamp options
2009-02-16 goldsimonpatch #6539: (configurable) response to broadcast-...
2009-02-11 goldsimonadded MEMP_MEM_MALLOC to use mem_malloc/mem_free instea...
2009-02-11 goldsimonadded configurable default valud for netconn->recv_bufs...
2008-06-30 goldsimonfixed bug #21433: Calling mem_free/pbuf_free from inter...
2008-06-17 goldsimonAdded a configuration option for slipif for symmetry...
2008-06-17 goldsimonChanged loopback code (less difference between NO_SYS...
2008-06-12 goldsimonChecked in slightly modified version of patch # 6370...
2008-03-28 goldsimonChanged the pbuf_free/mem_free callback functions a...
2008-03-27 goldsimonfixed bug #21433 (Calling mem_free/pbuf_free from inter...
2008-01-31 marcbouFixed comment for LWIP_POSIX_SOCKETS_IO_NAMES
2008-01-22 fbernontcp.c, tcp_in.c, tcp.h, opt.h: Rename LWIP_CALCULATE_EF...
2008-01-11 fbernonapi_msg.c, opt.h: replace DEFAULT_RECVMBOX_SIZE per...
2008-01-11 jiflMinor spelling typos and formatting fixes.
2008-01-09 jifl * opt.h, ip.c: Rename IP_OPTIONS define to IP_OPTIONS_...
2008-01-05 fbernonsys_arch.txt, api.h, api_lib.c, api_msg.h, api_msg...
2008-01-04 fbernonrawapi.txt, api.h, api_lib.c, api_msg.h, api_msg.c...
2007-12-21 goldsimontcp.h, opt.h, api.h, api_msg.h, tcp.c, tcp_in.c, api_li...
2007-12-12 fbernonMinor change: move DNS_MSG_SIZE in opt.h, add comments.
2007-12-12 fbernondns.h, dns.c, opt.h: move DNS options to the "right...
2007-11-28 goldsimonIntroduced ETHARP_STATS
2007-11-21 goldsimonImplemented calculating the effective send-mss based...
2007-11-14 fbernonopt.h, init.c, tcpip.c, dhcp.c, dns.h, dns.c: add DNS...
2007-11-06 goldsimonPatch #6215: added ifAdminStatus write support (if...
2007-11-02 fbernonapi.h, api_lib.c, api_msg.c, sockets.c, opt.h: add...
2007-10-11 goldsimonAdded description for MEMP_NUM_REASSDATA and changed...
2007-10-08 fbernonMinor change (add a default value to tune for MEMP_NUM_...
2007-10-06 goldsimonChanged IP_REASSEMBLY to enqueue the received pbufs...
2007-09-22 fbernonMinor changes for debug (indent, and set LWIP_DBG_TYPES...
2007-09-21 fbernonMinor changes by Andrew Dennison: add sanity check...
2007-09-10 jgrubbDHCP_DOES_ARP_CHECK is set to 1 by default -- the compi...
2007-09-07 fbernonAdd some deprecated options from "task #7142 : Sanity...
2007-09-05 fbernonIntegrate "task #7272 : LWIP_ICMP option". The new...
2007-09-05 fbernonChange parameters list for sys_thread_new (see "task...
2007-09-05 fbernonMinor fix (add some parenthesis where macro expansion...
2007-09-04 fbernonReplace mem_malloc call by memp_malloc, and use a new...
2007-08-30 jgrubbPut back in SO_REUSE
2007-08-30 jgrubbMove deprecated options from opt.h to init.c
2007-08-29 fbernonAdd init.h, init.c, Change opt.h, tcpip.c: Task #7213...
2007-08-22 fbernonnetif.h, netif.c, opt.h: Rename LWIP_NETIF_CALLBACK...
2007-08-22 fbernontcpip.h, tcpip.c, ethernetif.c, opt.h: remove options...
2007-08-20 fbernonForce a build error if MEMP_NUM_TCPIP_MSG is always...
next