lwip/src/api
2009-04-15 14:57:32 +00:00
..
api_lib.c Fixed many LWIP_DEBUGF format strings; added new format string SZT_F for size_t 2009-02-18 21:13:06 +00:00
api_msg.c fixed arguments of socket functions to match the standard; converted size argument of netconn_write to 'size_t' for that; fixed some warnings 2009-02-16 19:33:51 +00:00
err.c * err.h, err.c, sockets.c: Fix bug #23119: Reorder timeout error code to 2008-05-09 12:14:23 +00:00
netbuf.c bug #26027: netbuf_chain resulted in pbuf memory leak 2009-04-15 14:57:32 +00:00
netdb.c Fixed many LWIP_DEBUGF format strings; added new format string SZT_F for size_t 2009-02-18 21:13:06 +00:00
netifapi.c netifapi.h, netifapi.c: add function netifapi_netif_set_default. Change the common function to reduce a little bit the footprint (for all functions using only the "netif" parameter). 2007-10-05 13:34:48 +00:00
sockets.c bug #25763: Corrected 4 occurrences of SMEMCPY to MEMCPY; corrected indentation 2009-04-15 14:48:56 +00:00
tcpip.c patch #6699: fixed some warnings on platform where sizeof(int) == 2 2008-12-19 18:08:29 +00:00