summaryrefslogtreecommitdiff
path: root/src/pkg/net/udpsock_plan9.go
Commit message (Expand)AuthorAgeFilesLines
* net: make protocol-specific WriteTo, WriteMsg methods return error instead of...Mikio Hara2013-08-181-0/+3
* net: update documentation for UDPConn and related stuffMikio Hara2013-03-311-7/+3
* net: update documentation for ListenTCP, ListenUDPMikio Hara2013-03-291-1/+4
* src/pkg: fixed various typosRobert Griesemer2013-03-201-1/+1
* net: Plan 9: open data file and set remote-addr properlyAkshat Kumar2013-02-191-17/+12
* net: update docs and sync API for Plan 9Anthony Martin2012-11-301-5/+6
* net, cmd/fix: add IPv6 scoped addressing zone to INET, INET6 address structsMikio Hara2012-11-271-3/+1
* net: consolidate common socket functions for Plan 9Mikio Hara2012-11-131-18/+18
* net: protocol specific listen functions return a proper local socket addressMikio Hara2012-11-131-1/+1
* net: close fds eagerly in DialTimeoutBrad Fitzpatrick2012-11-081-0/+8
* net: fix plan 9 buildMikio Hara2012-09-261-17/+35
* net: pass tests on Plan 9 againFazlul Shahriar2012-06-061-16/+0
* net, os, syscall: delete os.EPLAN9Mikio Hara2012-02-171-4/+5
* os: delete os.EINVAL and so onRob Pike2012-02-171-5/+5
* net: ListenMulticastUDP to listen concurrently across multiple listenersMikio Hara2012-02-011-16/+6
* net: update comments to remove redundant "net" prefixMikio Hara2012-01-291-5/+5
* net: consistent OpError messageMikio Hara2012-01-241-3/+3
* net: fix plan9 buildMikio Hara2012-01-191-2/+18
* src/pkg/[n-z]*: gofix -r error -force=errorRuss Cox2011-11-011-9/+10
* net: join and leave a IPv6 group address, on a specific interfaceMikio Hara2011-08-181-5/+6
* net: Plan 9 supportFazlul Shahriar2011-08-171-0/+187