This website requires JavaScript.
Explore
Help
Sign In
scratch
/
lwip
Watch
1
Star
0
Fork
0
You've already forked lwip
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2f02120fee4d709636c6979a70dd2a5c83a3e948
lwip
/
src
/
api
History
Simon Goldschmidt
2cf5eec62f
patch by Thomas Faber: patch
#8241
: Fix implicit declaration of ip_input with LWIP_TCPIP_CORE_LOCKING_INPUT disabled
2014-01-14 21:32:45 +01:00
..
api_lib.c
fixed bug
#35931
: Name space pollution in api_msg.c and netifapi.c
2012-03-25 14:41:27 +02:00
api_msg.c
patch
#8008
Fix a potential null pointer dereference in assert
2013-04-24 22:28:22 +02: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
Combined IPv4 and IPv6 code where possible, added defines to access IPv4/IPv6 in non-IP code so that the code is more readable.
2011-05-25 17:16:35 +00:00
netdb.c
patch by Mason: fixed bug
#35907
: lwip_gethostbyname_r returns an invalid h_addr_list
2012-03-20 22:06:32 +01:00
netifapi.c
fixed bug
#35931
: Name space pollution in api_msg.c and netifapi.c
2012-03-25 14:41:27 +02:00
sockets.c
Allow setting/getting socket option IPV6_V6ONLY for stream sockets
2012-07-03 14:39:25 -06:00
tcpip.c
patch by Thomas Faber: patch
#8241
: Fix implicit declaration of ip_input with LWIP_TCPIP_CORE_LOCKING_INPUT disabled
2014-01-14 21:32:45 +01:00