19 Commits (191ebcac31ceb27664790a70a36ff4602e12d9d0)

Author SHA1 Message Date
Rich Felker 3486365e95 fix bug in ipv6 parsing that prevented parsing a lone "::" 15 years ago
Rich Felker 34d81974d3 ipv6 parsing code (formerly dummied-out) 15 years ago
Rich Felker 31f014e0a7 fix bogus return values for inet_pton 15 years ago
Rich Felker f1ac8a28d8 disallow blank strings as service or host name 15 years ago
Rich Felker d4b5d6e981 fix bugs in ipv4 parsing 15 years ago
Rich Felker 43ee4df338 dns lookups: protect against cancellation and fix incorrect error codes 15 years ago
Rich Felker feee98903c overhaul pthread cancellation 15 years ago
Rich Felker c89862660b optimize ntohl etc. in terms of bswap functions 15 years ago
Rich Felker 7168790763 workaround broken msghdr struct on 64bit linux 15 years ago
Rich Felker 5b8d81f706 fix ipv6 address printing: 2001 appeared as 201, etc. 15 years ago
Rich Felker d104c1f7e2 fix broken dns response parsing code that made most ipv6 lookups fail 15 years ago
Rich Felker e2cc0bee11 return the requested string as the "canonical name" for numeric addresses 15 years ago
Rich Felker d4fbebe18d fix uninitialized variables in dns lookup code 15 years ago
Rich Felker 97d0988fd8 add _res (__res_state()) dummy 15 years ago
Rich Felker 92b2eb8d03 implement if_indextoname and if_nametoindex functions 15 years ago
Rich Felker 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers 15 years ago
Rich Felker 03a2f3e48c cleanup socketcall syscall interface to ease porting to sane(r) archs 15 years ago
Rich Felker 6fbf8bfd75 another pointer signedness fix 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago