This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from e5443a4  Remove a duplicate file introduced by the previous PR.
     new ba0a17c  libc/netdb: make getaddrinfo re-entrant also when querying 
with service name
     new b34d7bf  libc/netdb: support multiple DNS nameservers when not using 
resolv.conf

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 include/nuttx/net/dns.h                            | 12 +++---
 libs/libc/netdb/Kconfig                            | 16 ++++++--
 libs/libc/netdb/Make.defs                          |  3 +-
 libs/libc/netdb/lib_dns.h                          | 12 ++++--
 libs/libc/netdb/lib_dnsaddserver.c                 | 33 +++++++++++++----
 .../libc/netdb/lib_dnsdefaultserver.c              | 36 +++++++++++-------
 libs/libc/netdb/lib_dnsforeach.c                   | 43 +++++++++++++++++-----
 libs/libc/netdb/lib_dnsinit.c                      | 14 +++++--
 libs/libc/netdb/lib_getaddrinfo.c                  |  5 ++-
 libs/libc/netdb/lib_netdb.c                        |  2 +-
 libs/libc/netdb/lib_parsehostfile.c                |  2 +-
 11 files changed, 125 insertions(+), 53 deletions(-)
 copy arch/x86_64/src/intel64/up_restore_auxstate.c => 
libs/libc/netdb/lib_dnsdefaultserver.c (71%)

Reply via email to