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