summaryrefslogtreecommitdiff
path: root/src/internal/syscall/unix/net_darwin.go
Commit message (Expand)AuthorAgeFilesLines
* net: use and assert correct res state size at compile time when cgo available...Mateusz Poliwczak2023-05-161-1/+1
* net: treat EAI_NODATA as errNoSuchHostMateusz Poliwczak2023-04-041-0/+1
* internal/syscall/unix: use runtime.gostring for GostringIan Lance Taylor2022-11-111-10/+4
* os/user: use libc (not cgo) on macOSRuss Cox2022-11-111-0/+6
* net: unify CNAME handling across portsRuss Cox2022-11-081-0/+45
* net: use libc (not cgo) for DNS on macOSRuss Cox2022-11-011-0/+116