- b6b4004 net: context plumbing, add Dialer.DialContext by Brad Fitzpatrick · 9 years ago
- 20de705 net: deduplicate UDP socket code by Mikio Hara · 9 years ago
- b0f4ee5 net: deduplicate TCP socket code by Mikio Hara · 9 years ago
- 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
- 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
- 24a83d3 net: add Dialer.Cancel to cancel pending dials by Brad Fitzpatrick · 9 years ago
- 22829bd net: don't return non-nil interface values as Source, Addr in OpError by Mikio Hara · 10 years ago
- 49894be net: document that ListenMulticastUDP is for simple applications by Mikio Hara · 10 years ago
- afd2d2b net: add Source field to OpError by Mikio Hara · 10 years ago
- 11b5f98 net: fix inconsistent error values on Write by Mikio Hara · 10 years ago
- ec11444 net: fix inconsistent error values on Read by Mikio Hara · 10 years ago
- a5dec38 net: make multi-IP resolution more flexible. by Paul Marks · 10 years ago
- 7b2b45e net: simplify test helpers by Mikio Hara · 10 years ago
- 263405e net: permit WriteMsgUDP to connected UDP sockets by Nicolas S. Dade · 10 years ago
- c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/net/udpsock_posix.go]
- 5c055e7 net: consolidate sockaddrToAddr functions by Mikio Hara · 11 years ago
- 7d299d0 net: don't export netFD readFrom, writeTo, readMsg, writeMsg methods by Ian Lance Taylor · 11 years ago
- 7c8280c all: merge NaCl branch (part 1) by Dave Cheney · 11 years ago
- 50df136 runtime, net: add support for GOOS=solaris by Aram Hăvărneanu · 11 years ago
- 3c6558a net: add netaddr interface by Mikio Hara · 12 years ago
- e4bb139 net: make protocol-specific Dial and Listen return consistent error value by Mikio Hara · 12 years ago
- fce0608 net: dragonfly support by Joel Sing · 12 years ago
- 3b961bf net: remove redundant argument check from Dial on udp, unix networks by Mikio Hara · 12 years ago
- 7917b88 net: make protocol-specific WriteTo, WriteMsg methods return error instead of crash by Mikio Hara · 12 years ago
- 8a7def2 net: reduce unnecessary syscall.Sockaddr conversions by Mikio Hara · 12 years ago
- e2c453e net: update documentation for UDPConn and related stuff by Mikio Hara · 12 years ago
- 245dc62 net: update documentation for ListenTCP, ListenUDP by Mikio Hara · 12 years ago
- 0ad265d src/pkg: fixed various typos by Robert Griesemer · 12 years ago
- 6d725e9 net: simplify ListenMulticastUDP by Mikio Hara · 12 years ago
- e8cf49f net, cmd/fix: add IPv6 scoped addressing zone to INET, INET6 address structs by Mikio Hara · 12 years ago
- 677c6e6 net: protocol specific listen functions return a proper local socket address by Mikio Hara · 12 years ago
- ef6806f net: close fds eagerly in DialTimeout by Brad Fitzpatrick · 12 years ago
- 4b9e841 net: add read, write message methods to IPConn, UDPConn by Mikio Hara · 13 years ago
- d5a8c58 net: delete unused IP-level socket option helpers by Mikio Hara · 13 years ago
- 42a76ef net: pass tests on Plan 9 again by Fazlul Shahriar · 13 years ago
- f72c828 net: consolidate common socket functions by Dave Cheney · 13 years ago
- 1f14d45 net: fix race between Close and Read by Dave Cheney · 13 years ago
- b5dc872 net: make Dial and Listen behavior consistent across over platforms by Mikio Hara · 13 years ago
- e91bf2e net: make LocalAddr on multicast return group address by Mikio Hara · 13 years ago
- 56069f0 os: delete os.EINVAL and so on by Rob Pike · 13 years ago
- 2f63afd net: ListenMulticastUDP to listen concurrently across multiple listeners by Mikio Hara · 13 years ago
- 28397be net: replace error variable name e, errno with err by Mikio Hara · 13 years ago
- 3d400db net: update comments to remove redundant "net" prefix by Mikio Hara · 13 years ago
- 974fa75 net: make WriteTo fail when UDPConn is already connected by Mikio Hara · 13 years ago
- 77cb895 net: consistent OpError message by Mikio Hara · 13 years ago
- b71883e net: change SetTimeout to SetDeadline by Brad Fitzpatrick · 13 years ago
- 7419921 net: platform-dependent default socket options by Mikio Hara · 13 years ago
- cbdbdc4 net: add IP-level socket option helpers for Unix variants by Mikio Hara · 13 years ago
- bab56ec net: fix incorrect mode on ListenIP, ListenUDP by Mikio Hara · 13 years ago
- 9ca57a7 crypto/mime/net/time: add netbsd to +build tags by Joel Sing · 13 years ago
- cf4acf8 net, syscall: remove BindToDevice API from UDPConn, IPConn by Mikio Hara · 13 years ago
- eb69292 src/pkg/[n-z]*: gofix -r error -force=error by Russ Cox · 13 years ago
- 2715956 build: add build comments to core packages by Russ Cox · 14 years ago
- 80f79ad net: make use of IPv4len, IPv6len by Mikio Hara · 14 years ago
- fca5082 net: join and leave a IPv6 group address, on a specific interface by Mikio Hara · 14 years ago
- 0f7bc92 net: Plan 9 support by Fazlul Shahriar · 14 years ago