aboutsummaryrefslogtreecommitdiff
path: root/src/net/ipsock_posix.go
AgeCommit message (Expand)Author
2022-04-11all: gofmt main repoRuss Cox
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2021-11-02net: optimize WriteMsgUDPAddrPortJosh Bleecher Snyder
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-08-16net: remove allocation from UDPConn.WriteToJosh Bleecher Snyder
2021-04-12net: fix (*ipStackCapabilities).probe godocTobias Klauser
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-10-10net: add AIX operating systemClément Chigot
2018-06-04net: add js/wasm architectureRichard Musiol
2018-05-30net: add ListenConfig, Dialer.Control to permit socket opts before listen/dialAudrius Butkevicius
2018-01-03net: set CLOEXEC on sockets used for capability probesIan Lance Taylor
2017-04-28net: make zone helpers into methods of ipv6ZoneCacheMikio Hara
2017-04-15net: delay IP protocol stack-snooping system callsMikio Hara
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor
2017-01-06net: display the complete BUGS section on every platformMikio Hara
2016-11-02net: fix Dial(":80") on WindowsRuss Cox
2016-04-15net: context plumbing, add Dialer.DialContextBrad Fitzpatrick
2016-04-12net: make IP.{String,MarshalText} return helpful information on address errorMikio Hara
2016-03-16net: simplify ipToSockaddrMikio Hara
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-12-15net: add Dialer.Cancel to cancel pending dialsBrad Fitzpatrick
2015-09-05net: Make Listen(":port") use IPv6 when IPv4 is not supported.Paul Marks
2015-05-23net: adjust dual stack support on dragonflyMikio Hara
2015-05-05net: fix inconsistent errorsMikio Hara
2015-03-31net: add socket system call hooks for testingMikio Hara
2014-09-08build: move package sources from src/pkg to srcRuss Cox