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