Historique des commits

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