This website requires JavaScript.
Explore
Help
Register
Sign In
abc
/
lwip
Watch
1
Star
0
Fork
0
You've already forked lwip
mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced
2025-12-10 16:56:44 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
lwip
/
src
/
api
History
Simon Goldschmidt
935144b3a3
fixed bug
#34592
: lwip_gethostbyname_r uses nonstandard error value, removed those unused (nonstandard?) error values from arch.h
2011-12-14 19:44:38 +01:00
..
api_lib.c
fixed bug
#34540
: compiler error when CORE_LOCKING is used and not all protocols are enabled
2011-12-13 21:49:19 +01:00
api_msg.c
fixed bug
#34569
: shutdown(SHUT_WR) crashes netconn/socket api
2011-12-14 19:40:49 +01:00
err.c
fixed bug
#31748
(Calling non-blocking connect more than once can render a socket useless) since it mainly involves changing "FATAL" classification of error codes: ERR_USE and ERR_ISCONN just aren't fatal.
2011-03-14 21:21:26 +00:00
netbuf.c
bug
#27352
: removed packing from ip_addr_t, the packed version is now only used in protocol headers. Added global storage for current src/dest IP address while in input functions.
2010-05-22 21:11:02 +00:00
netdb.c
fixed bug
#34592
: lwip_gethostbyname_r uses nonstandard error value, removed those unused (nonstandard?) error values from arch.h
2011-12-14 19:44:38 +01:00
netifapi.c
Replaced struct ip_addr by typedef ip_addr_t to make changing the actual implementation behind the typedef easier.
2010-02-04 18:47:44 +00:00
sockets.c
fixed bug
#34581
missing parentheses in udplite sockets code
2011-12-14 19:42:23 +01:00
tcpip.c
Fixed bug
#33802
tcpip: tcpip_callbackmsg_new sets msg->type to wrong type
2011-12-06 21:35:39 +01:00