提交歷史

作者 SHA1 備註 提交日期
  oddcoder 37a462de5d Apply cargo fmt to the whole repo 4 年之前
  Giuseppe Longo 12beb13987 netdb: implement getnetbynane and getnetent 4 年之前
  jD91mZM2 b8c50c7c64 Format 5 年之前
  jD91mZM2 c7d499d4f2 Upgrade to the 2018 edition 5 年之前
  Mateusz Mikuła 7597c082e7 Fix Clippy warnings 6 年之前
  Jeremy Soller 7bde036031 Remove va_list submodule, format 6 年之前
  jD91mZM2 6d4ac9dba8 Finally, get rid of all rust warnings 6 年之前
  Jeremy Soller f4c036c3aa Fix returning incorrect ai_socktype from getaddrinfo 6 年之前
  Jeremy Soller 38da5552e8 getaddrinfo: support for setting port from service argument (numeric only) 6 年之前
  Jeremy Soller c59f268fcd Implement getaddrinfo (somewhat) 6 年之前
  Jeremy Soller f25c494a73 Show hint information 6 年之前
  Jeremy Soller 047deceed0 Move hostent functions to separate file 6 年之前
  Jeremy Soller d0261ebb35 Move db to crate root 6 年之前
  Jeremy Soller c71088e768 Cleanup and format 6 年之前
  Jeremy Soller 8dabff129a Begin work on getnameinfo 6 年之前
  Jeremy Soller 594e53c6f1 addrinfo stub 6 年之前
  Jeremy Soller 6c0c6dd71b Fix missing negative flags in netdb.h, add NI_MAXHOST and NI_MAXSERV 6 年之前
  Jeremy Soller 018ff409f1 Add gai_strerror 6 年之前
  Jeremy Soller 543f32eb50 Add nameinfo defines 6 年之前
  Jeremy Soller 84fcb1b906 Add addrinfo constants 6 年之前
  Tibor Nagy 51245d69e3 netdb: Return mutable structs in the getter functions 6 年之前
  Jeremy Soller 52fd4d7e83 Clippy fixes 6 年之前
  Jeremy Soller ebffc977b2 Reduce warnings 6 年之前
  Jeremy Soller 39b999ccea Update to new rust-toolchain 6 年之前
  Benedikt Rascher-Friesenhausen 49259d3f01 Don't drop the host aliases pointer vector in `gethostent` 6 年之前
  Jeremy Soller 7f14fcdee0 Remove c_str functions, replace with CStr 6 年之前
  jD91mZM2 2aa7597a2b Fix network problem with netdb on redox 6 年之前
  Jeremy Soller 716ea87bb4 Format 6 年之前
  jD91mZM2 882b86e282 Revert 'fix netdb on names with spaces', just ignore invalid lines 6 年之前
  jD91mZM2 49ccf364c2 Fix netdb getservbyname on names with spaces 6 年之前