summaryrefslogtreecommitdiff
path: root/src/api/netdb.c
AgeCommit message (Expand)Author
2018-07-18Revert "Test / RFC: Reformat a few files using clang-format"Dirk Ziegelmeier
2018-07-17Test / RFC: Reformat a few files using clang-formatDirk Ziegelmeier
2017-09-17Reformat netdb.c using astylercDirk Ziegelmeier
2017-06-21Try to make gcc work without -Wno-addressgoldsimon
2017-02-04Fix a few build problems after merging IPv6 zonesDirk Ziegelmeier
2017-02-03Add support for IPv6 address scopesDavid van Moolenbroek
2017-02-03netdb: Use LWIP_MEM_ALIGN_BUFFER instead of open codedAxel Lin
2017-01-05Add missing #include in netdb.c for atoi()Dirk Ziegelmeier
2016-12-08Try to remove #include <stdlib.h> from many files. Does not seem necessary an...Dirk Ziegelmeier
2016-11-25Fix naming of some inet_addr_* macros in inet.hDirk Ziegelmeier
2016-11-16inet.h: Consistently name some inet <-> ipaddr conversion macrosDirk Ziegelmeier
2016-10-06Cleanup hton*/ntoh* function handling and platform abstractionDirk Ziegelmeier
2016-08-07Some documentation cleanups and include more comments that have been already ...Dirk Ziegelmeier
2016-07-26Document netdb API, add socket functions implemented by lwip to documentation...Dirk Ziegelmeier
2016-07-07Add some comments to places where we cast through a void* to get rid of align...Dirk Ziegelmeier
2016-04-06Create new IP_IS_V4 macros and use them at instead of !IP_IS_V6 - since we no...Dirk Ziegelmeier
2015-10-06minor: coding stylesg
2015-10-06minor/coding style: removed spaces before line ending (from file header)sg
2015-10-06minor/coding style: removed spaces before line endingsg
2015-09-28netdb: fixed warning about pointless comparisongoldsimon
2015-09-17fixed compiler warnings reported by mingw-64sg
2015-09-17Fixed using wrong sockaddr type in lwip_getaddrinfo when IPv6 is enabledDirk Ziegelmeier
2015-09-14Fix typos from task #12243Joel Cunningham
2015-09-04lwip_getaddrinfo: check max name lengthsg
2015-09-04fixed missing #endifsg
2015-09-04worked on task #12243 (Add support for AAAA/IPv6 records to DNS)goldsimon
2015-08-24netdb: fix debug output when IPv6 is enabledgoldsimon
2015-04-23changed IP_IS_V6_VAL() to take an instance, not a pointer (to get the _val() ...goldsimon
2015-04-22Many const fixes throughout the stack (although these are not all, yet)goldsimon
2015-04-22fixed compiling netdb.c after LWIP_IPV4 changesgoldsimon
2015-04-13Worked on IPv6-only stack: netdb should worksg
2015-04-09task #12722 (improve IPv4/v6 address handling): renamed ip_addr_t to ip4_addr...sg
2015-03-08API: netdb: replaced deprecated ip_ntoa() to ipaddr_ntoa()Sylvain Rochet
2014-09-15DNS: does not support IPv6, may return a name cased different than the reques...Simon Goldschmidt
2014-05-15lwip_gethostbyname: fixed using uninitialized variable when LWIP_DNS_API_HOST...Simon Goldschmidt
2014-04-30Multiple fixes found by coverity scangoldsimon
2012-03-20patch by Mason: fixed bug #35907: lwip_gethostbyname_r returns an invalid h_a...goldsimon
2011-10-18fixed bug #34592: lwip_gethostbyname_r uses nonstandard error value, removed ...Simon Goldschmidt
2010-05-17Correctly NULL-terminate h_addr_listgoldsimon
2010-03-16Added missing casts, use strlen + MEMCPY instead of strcpy (as that might ove...goldsimon
2010-02-04Replaced struct ip_addr by typedef ip_addr_t to make changing the actual impl...goldsimon
2010-02-04Use macros defined in ip_addr.h (some of them new) to work with IP addresses ...goldsimon
2010-02-01Let netdb use a memp pool for allocating memory when getaddrinfo() is called.goldsimon
2010-01-29Cleanly separate the portability file inet.h and its contents from the stack:...goldsimon
2010-01-23bug #26523: Compiler Warningsgoldsimon
2009-10-26Improved heap usage of lwip_getaddrinfo by only allocating one block of memor...goldsimon
2009-08-25patch #6900: added define ip_ntoa(struct ip_addr*)goldsimon
2009-08-23Fixed bug #26657: DNS, if host name is "localhost", result is error.goldsimon
2009-08-11Added missing include to <string.h>goldsimon
2009-04-23netdb.c: remplace some %#p by %p to be more portable.fbernon