]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/api/netdb.c
fixed bug #34592: lwip_gethostbyname_r uses nonstandard error value, removed those...
[pes-rpp/rpp-lwip.git] / src / api / netdb.c
2011-10-18 Simon Goldschmidtfixed bug #34592: lwip_gethostbyname_r uses nonstandard...
2010-05-17 goldsimonCorrectly NULL-terminate h_addr_list
2010-03-16 goldsimonAdded missing casts, use strlen + MEMCPY instead of...
2010-02-04 goldsimonReplaced struct ip_addr by typedef ip_addr_t to make...
2010-02-04 goldsimonUse macros defined in ip_addr.h (some of them new)...
2010-02-01 goldsimonLet netdb use a memp pool for allocating memory when...
2010-01-29 goldsimonCleanly separate the portability file inet.h and its...
2010-01-23 goldsimonbug #26523: Compiler Warnings
2009-10-26 goldsimonImproved heap usage of lwip_getaddrinfo by only allocat...
2009-08-25 goldsimonpatch #6900: added define ip_ntoa(struct ip_addr*)
2009-08-23 goldsimonFixed bug #26657: DNS, if host name is "localhost"...
2009-08-11 goldsimonAdded missing include to <string.h>
2009-04-23 fbernonnetdb.c: remplace some %#p by %p to be more portable.
2009-02-18 goldsimonFixed many LWIP_DEBUGF format strings; added new format...
2008-07-16 goldsimonFixed some warnings, changed some debug defines to...
2008-01-26 fbernonMinor changes: replace directy call to memcpy by MEMCPY...
2008-01-04 fbernonMinor changes in lwip folder: fix some warnings, coding...
2007-12-05 fbernonnetdb.c: add a LWIP_DNS_API_HOSTENT_STORAGE option...
2007-11-24 goldsimonMoved lwip_gethostbyname from sockets.c to the new...