35 Commits (STABLE-2_1_x)

Author SHA1 Message Date
Simon Goldschmidt b9fc8cae68 Documentation improvements for 2.1.0 (mainly altcp/altcp_tls) 8 years ago
Simon Goldschmidt 66838a70f3 more documentation preparations for v2.1.0 release 8 years ago
Simon Goldschmidt c18df357d9 some preparations for v2.1.0 release 8 years ago
Simon Goldschmidt 11e82e5355 UPGRADING: remove mdns_resp_announce() requirement after probing was added 8 years ago
goldsimon 6706b3778e httpd: add "struct file*" parameter to httpd_cgi_handler() callback 8 years ago
Dirk Ziegelmeier b16f5f0e19 Rename tcpip_trycallback() tcpip_callbackmsg_trycallback() to avoid confusion with tcpip_try_callback() 8 years ago
Dirk Ziegelmeier a8755b8530 Work on bug #52770: mdns: move the announcements to a timer callback 8 years ago
Dirk Ziegelmeier d8b6cdffcb Apply patch #9472: tcp_kill_prio: Don't kill active connection that has the same priority 8 years ago
goldsimon c5c98cbb00 Fix UPGRADING: slipif change has been released with 2.0.2 already 9 years ago
Dirk Ziegelmeier 47a4be83e4 CHANGELOG/UPGRADING: Also mention that LWIP_HOOK_IP4_ROUTE_SRC has changed, too 9 years ago
Dirk Ziegelmeier 60dd518887 Implement task #14594: Improve consistency of ip route API parameters 9 years ago
goldsimon cd80e38db8 Clean up DHCP a bit: no need keep msg_out and msg_in as members in struct dhcp 9 years ago
goldsimon 0ee6ad0a3a Removed LWIP_SOCKET_SET_ERRNO - errno is always set - if it doesn't exist, it must be provided by the port 9 years ago
goldsimon afee9013ad added passages about moved posix headers and changed SO_ERROR to CHANGELOG/UPGRADING 9 years ago
goldsimon 356da76cc8 Work on bug #3031/task #7896: change pbuf->type/enum pbuf_type to be more generic (see UPGRADING) 9 years ago
Dirk Ziegelmeier ef758082ed Fix that slipif used netif->num to pass parameters to slipif_init. 9 years ago
David van Moolenbroek 29ddfd1d71 Add support for IPv6 address scopes 9 years ago
Dirk Ziegelmeier 19f075a92a Put 2.0.1 version tag in UPGRADING document 9 years ago
Dirk Ziegelmeier 0f87cb92b8 Add note about UDP multicast behavior fix to UPGRADING document 9 years ago
Dirk Ziegelmeier 05419912e0 def.h: Provide hton* / ntoh* functions to users by default for compatibility (can be turned off) 10 years ago
Dirk Ziegelmeier 50e09ccd2c Add note about new abstactions for itoa(), strnicmp(), stricmp() and strnstr() to UPGRADING document 10 years ago
Dirk Ziegelmeier 475d49440c Fix handling of LWIP_HOOK_VLAN_SET(). Previous implementation supplied uninitialized arguments to the macro (struct eth_hdr). 10 years ago
Dirk Ziegelmeier 4b41ef551e Add note about Filelists.mk in UPGRADING document 10 years ago
Dirk Ziegelmeier fa568f7750 Fix typos in docs 10 years ago
sg 6383ef88b4 had a look through the docs... 10 years ago
sg b06f14c11f worked on UPGRADING for 2.0.0 10 years ago
sg 8b6d9d8216 Fixed UPGRADING regarding 1.4.0 11 years ago
goldsimon 1bd06bee82 Added note about changed ARP_QUEUEING==0 16 years ago
goldsimon 9782c40d21 fixed the change not about tcp_close chang (bug #30444) 16 years ago
goldsimon 9f457d3331 Updated to current CHANGELOG 16 years ago
goldsimon b9499d07c2 bug #29105: Review printf formatters: added X8_F to cc.h and use it in etharp.c 16 years ago
goldsimon 52b87b751f Added a note about socket recv/accept timeout errno value 16 years ago
goldsimon bcd4b76d31 Moved stack-internal parts of tcp.h to tcp_impl.h, tcp.h now only contains the actual application programmer's API 16 years ago
goldsimon d9157a71bb Task #10088: Correctly implement close() vs. shutdown(). Now the application does not get any more recv callbacks after calling tcp_close(). Added tcp_shutdown(). 16 years ago
goldsimon 9b48657444 Added UPGRADING doc file that should help to upgrade apps/ports from older versions of lwIP 16 years ago