aboutsummaryrefslogtreecommitdiff
path: root/src/net/cgo_unix_cgo.go
AgeCommit message (Expand)Author
2024-03-15net: #define _GNU_SOURCE to 1Ian Lance Taylor
2023-09-28net: set IsNotFound for unknown services in LookupPortMateusz Poliwczak
2023-09-07net: remove unused _C_GoStringTobias Klauser
2023-04-19net: remove unused _C_FreeCStringTobias Klauser
2023-04-19net: check for NUL bytes in strings passed to C functionsIan Lance Taylor
2023-04-04net: treat EAI_NODATA as errNoSuchHostMateusz Poliwczak
2023-02-09net: remove unused cname return from cgoLookupIPCNAMEMateusz Poliwczak
2022-12-16os/user,net: add -fno-stack-protector to CFLAGSThan McIntosh
2022-11-08net: pass C string to res_nsearch, in case it stores the pointerRuss Cox
2022-11-08net: unify CNAME handling across portsRuss Cox
2022-11-01net: drop unused _C_ai_addrlen functionIan Lance Taylor
2022-11-01net: use libc (not cgo) for DNS on macOSRuss Cox