提交历史

作者 SHA1 备注 提交日期
  Xiang Xiao f67d1fdc87 netdb.h: Change all tab to space 3 年之前
  YAMAMOTO Takashi 33005897ba netdb.h: Add NI_MAXHOST and NI_MAXSERV 3 年之前
  Alin Jerpelea 9b9be7e1f0 include: Author: Gregory Nutt: update licenses to Apache 2.0 3 年之前
  Xiang Xiao 0b662d60fc libc/netdb: Add hostent_s to avoid the change of hostent 4 年之前
  Xiang Xiao 8d66a316da libc/netdb: Support save the mix of IPv4/IPv6 address into hostent 4 年之前
  Xiang Xiao 15fac7743c libc/netdb: Fix nxstyle issue 4 年之前
  Michael Jung b9d2e516ef libs/libc/netdb: Implemented the netdb functions getnameinfo(), getservbyport(), and getservbyport_r(). 5 年之前
  zhangyuan7 e922d339c8 include/netdb.h Add NO_ADDRESS definition 6 年之前
  Gregory Nutt de107c8b98 include/netinet/in.h: Per OpenGroup.org, type of sin_port in struct sockaddr_in must be in_port_t vs uint16_t. NOTE: in_port_t is typdef'ed as uint16_t anyway. Plus additional cosmetic changes for things like long lines. 6 年之前
  Gregory Nutt c213bac2c4 include/netdb.h: remove use of 'restrict'. Causes compile errors with some toolchains. Add formal parameter names to prototypes so that they are more self-documenting. 6 年之前
  Juha Niskanen 1f4a1eab6d libs/libc/netdb: Add getaddrinfo() and friends. 6 年之前
  Gregory Nutt 28e9fe32b6 include/: Remove dangling space at the end of lines. 7 年之前
  Gregory Nutt 4102470bdd Move the DNS server from apps/netutils/dnsclient to nuttx/libc/netdb. Move netdb functions from libc/net to libc/netdb. Fix up naming to reflect the repartitioning 9 年之前
  Gregory Nutt 299782e8ec Add support for gethostbyaddr() 9 年之前
  Gregory Nutt 1b1e34e1d5 libc: Add gethostbyname(). Untested on initial commit 9 年之前
  Gregory Nutt f94fe747ae Undo part of a previous change. Move get/sethostname back from net/netdb to libc/unistd 9 年之前
  Gregory Nutt 2f55a071d3 Ooops... accidentally backed out a good change. Must have had the wrong version in the editor 9 年之前
  Gregory Nutt ee517f428d Fix a typo: include vs incldue 9 年之前
  Gregory Nutt 17c381c799 include, not incldue 9 年之前
  Gregory Nutt 4e0885f5bc Add a mostly-commented-out version of the standard netdb.h header file 9 年之前