lwip/src/api
2016-04-27 21:14:17 +02:00
..
api_lib.c Fix bug #47512: MPU_COMPATIBLE may fail on empty pool 2016-04-27 21:14:17 +02:00
api_msg.c fixed bug# 43739 (Accept not reporting errors about aborted connections): netconn_accept() returns ERR_ABRT (sockets: ECONNABORTED) for aborted connections, ERR_CLSD (sockets: EINVAL) if the listening netconn is closed, which better seems to follow the standard 2016-04-05 21:42:10 +02:00
err.c fixed typo in one of the last commits 2016-03-06 20:59:50 +01:00
netbuf.c minor/coding style: removed spaces before line ending (from file header) 2015-10-06 21:13:15 +02:00
netdb.c Create new IP_IS_V4 macros and use them at instead of !IP_IS_V6 - since we now have an IPADDR_ANY_TYPE, just checking for !V6 does not mean it is V4 2016-04-06 22:31:31 +02:00
netifapi.c tcpip_priv.h: More flexible API by including return value in API_VAR_ALLOC macro 2016-04-25 21:00:28 +02:00
sockets.c Remove netconn_recved() call - it was only needed in sockets implementation and contributed to bug #47512 2016-04-27 21:02:16 +02:00
tcpip.c Fix compile errors found by Erik Ekman's Travis-CI 2016-04-26 22:09:23 +02:00