summaryrefslogtreecommitdiff
path: root/UPGRADING
AgeCommit message (Expand)Author
2018-09-24Documentation improvements for 2.1.0 (mainly altcp/altcp_tls)Simon Goldschmidt
2018-09-17more documentation preparations for v2.1.0 releaseSimon Goldschmidt
2018-09-14some preparations for v2.1.0 releaseSimon Goldschmidt
2018-06-28UPGRADING: remove mdns_resp_announce() requirement after probing was addedSimon Goldschmidt
2018-02-02httpd: add "struct file*" parameter to httpd_cgi_handler() callbackgoldsimon
2018-01-04Rename tcpip_trycallback() tcpip_callbackmsg_trycallback() to avoid confusion...Dirk Ziegelmeier
2018-01-02Work on bug #52770: mdns: move the announcements to a timer callbackDirk Ziegelmeier
2017-11-06Apply patch #9472: tcp_kill_prio: Don't kill active connection that has the s...Dirk Ziegelmeier
2017-09-15Fix UPGRADING: slipif change has been released with 2.0.2 alreadygoldsimon
2017-08-08CHANGELOG/UPGRADING: Also mention that LWIP_HOOK_IP4_ROUTE_SRC has changed, tooDirk Ziegelmeier
2017-08-08Implement task #14594: Improve consistency of ip route API parametersDirk Ziegelmeier
2017-08-04Clean up DHCP a bit: no need keep msg_out and msg_in as members in struct dhcpgoldsimon
2017-07-25Removed LWIP_SOCKET_SET_ERRNO - errno is always set - if it doesn't exist, it...goldsimon
2017-07-24added passages about moved posix headers and changed SO_ERROR to CHANGELOG/UP...goldsimon
2017-05-22Work on bug #3031/task #7896: change pbuf->type/enum pbuf_type to be more gen...goldsimon
2017-02-05Fix that slipif used netif->num to pass parameters to slipif_init.Dirk Ziegelmeier
2017-02-03Add support for IPv6 address scopesDavid van Moolenbroek
2017-01-08Put 2.0.1 version tag in UPGRADING documentDirk Ziegelmeier
2016-11-23Add note about UDP multicast behavior fix to UPGRADING documentDirk Ziegelmeier
2016-10-06def.h: Provide hton* / ntoh* functions to users by default for compatibility ...Dirk Ziegelmeier
2016-10-06Add note about new abstactions for itoa(), strnicmp(), stricmp() and strnstr(...Dirk Ziegelmeier
2016-08-25Fix handling of LWIP_HOOK_VLAN_SET(). Previous implementation supplied uninit...Dirk Ziegelmeier
2016-08-08Add note about Filelists.mk in UPGRADING documentDirk Ziegelmeier
2016-08-08Fix typos in docsDirk Ziegelmeier
2016-08-03had a look through the docs...sg
2016-07-19worked on UPGRADING for 2.0.0sg
2015-08-27Fixed UPGRADING regarding 1.4.0sg
2010-12-02Added note about changed ARP_QUEUEING==0goldsimon
2010-07-14fixed the change not about tcp_close chang (bug #30444)goldsimon
2010-07-06Updated to current CHANGELOGgoldsimon
2010-03-08bug #29105: Review printf formatters: added X8_F to cc.h and use it in etharp.cgoldsimon
2010-02-22Added a note about socket recv/accept timeout errno valuegoldsimon
2010-02-21Moved stack-internal parts of tcp.h to tcp_impl.h, tcp.h now only contains th...goldsimon
2010-02-20Task #10088: Correctly implement close() vs. shutdown(). Now the application ...goldsimon
2010-02-20Added UPGRADING doc file that should help to upgrade apps/ports from older ve...goldsimon