aboutsummaryrefslogtreecommitdiff
path: root/src/net/udpsock_plan9.go
AgeCommit message (Expand)Author
2019-10-16net: fix multicast and IPv6 related issues on Plan 9Fazlul Shahriar
2018-05-29net: move dial and listen functions under sysDialer, sysListenerAudrius Butkevicius
2016-10-27net: add multicast UDP support for plan9Chris McGee
2016-04-18net: fix plan9 after context change, propagate contexts moreBrad Fitzpatrick
2016-04-16net: ignore lack of deadline support on Plan 9David du Colombier
2016-04-15net: context plumbing, add Dialer.DialContextBrad Fitzpatrick
2016-03-16net: deduplicate UDP socket codeMikio Hara
2016-03-03net: deduplicate TCP socket codeMikio Hara
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-06-13net: don't return non-nil interface values as Source, Addr in OpErrorMikio Hara
2015-05-20net: document that ListenMulticastUDP is for simple applicationsMikio Hara
2015-04-29net: add Source field to OpErrorMikio Hara
2015-04-22net: fix WriteTo on Plan 9Mikio Hara
2015-04-18net: fix inconsistent error values on WriteMikio Hara
2015-04-18net: fix inconsistent error values on ReadMikio Hara
2015-02-10net: update documentation for WriteMsgUDPMikio Hara
2014-09-08build: move package sources from src/pkg to srcRuss Cox