- 5842336 net: Plan 9 fixes by Fazlul Shahriar · 13 years ago
- c3733b2 net: document why we do not use SO_REUSEADDR on windows by Alex Brainman · 13 years ago
- c1d0f0e net: do not set SO_REUSEADDR for windows by Alex Brainman · 13 years ago
- 5657939 net: remove duplicate error information in Dial by Andrey Mirtchovski · 13 years ago
- 48bb3e8 net: allow LookupSRV on non-standard DNS names by Russ Cox · 13 years ago
- 313c822 gofix -r mapdelete by Russ Cox · 13 years ago
- ddc3381 net: skip ICMP test on Windows too unless uid 0 by Brad Fitzpatrick · 13 years ago
- 0686261 build: fix for new return restriction by Russ Cox · 13 years ago
- 791b2a4 net: Return error from CloseRead and CloseWrite. by Albert Strasheim · 13 years ago
- 51057bda3 net: fix "unexpected socket family" error from WriteToUDP. by Albert Strasheim · 13 years ago
- 059c68b net: implement ip protocol name to number resolver for windows by Alex Brainman · 13 years ago
- 4b74956 net: fix socket leak in case of Dial failure by Chris Farmiloe · 13 years ago
- b526036 net: add File method to IPConn by Mikio Hara · 13 years ago
- 394842e net: add shutdown: TCPConn.CloseWrite and CloseRead by Brad Fitzpatrick · 13 years ago
- 33a15eb net: make use of AF_UNSPEC instead of individual address family by Mikio Hara · 13 years ago
- 003bfa0 net: use /etc/hosts first when looking up IP addresses using native Go's dns resolver by Andrey Mirtchovski · 13 years ago
- 310e5fe net: reuse channels during io by Alex Brainman · 14 years ago
- f5181ae textproto: parse RFC 959 multiline responses correctly by Brad Fitzpatrick · 14 years ago
- 2715956 build: add build comments to core packages by Russ Cox · 14 years ago
- 40d85fb net: add a LookupTXT function. by Nigel Tao · 14 years ago
- bb8bbb2 Windows: net, syscall: implement SetsockoptIPMReq(), move to winsock v2.2 for multicast support. by Paul Lalonde · 14 years ago
- ef01ebf net: sync CIDRMask code, doc by Russ Cox · 14 years ago
- a2c2c87 net: ParseCIDR returns IPNet instead of IPMask by Mikio Hara · 14 years ago
- 683df29 net: change the internal form of IPMask for IPv4 by Mikio Hara · 14 years ago
- d130611 net: disable "tcp" test on openbsd by Joel Sing · 14 years ago
- 825f8c1 net: move internal string manipulation routines to parse.go by Mikio Hara · 14 years ago
- 78963f4 net: make use of IPv4len, IPv6len by Mikio Hara · 14 years ago
- 80f79ad net: make use of IPv4len, IPv6len by Mikio Hara · 14 years ago
- af18e4b net: add ParseMAC function by Paul Borman · 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
- d72c96d net: Added function SetTimeout() to interface Listener. Fixes #2148. by Aleksandar Dezelin · 14 years ago
- 5af6ce5 net: add multicast stubs for openbsd by Joel Sing · 14 years ago
- 1bc2451 net, syscall: move multicast address handling by Joel Sing · 14 years ago
- c20ced9 net: return correct local address for an accepted TCP connection by Mikio Hara · 14 years ago
- c024239 build: allow builds without cgo by Russ Cox · 14 years ago
- f6fab25 net: add support for openbsd by Joel Sing · 14 years ago
- 5da14d1 net: implement windows LookupMX and LookupAddr by Alex Brainman · 14 years ago
- ba98332 net: fix /proc/net/igmp,igmp6 reading bug on linux by Mikio Hara · 14 years ago
- 946cb0e net: joined group addresses for a specific interface for darwin, freebsd, linux by Mikio Hara · 14 years ago
- 2f4632f container/vector: removed some uses of container/vector in other pkgs by John Asmuth · 14 years ago
- 003d541 net: fix memory corruption in windows *netFD.ReadFrom by Alex Brainman · 14 years ago
- 971459e net/textproto: fix build by Russ Cox · 14 years ago
- 27a3dcd net/textproto: avoid 1 copy in ReadLine, ReadContinuedLine by Russ Cox · 14 years ago
- 90564a9 go/printer: changed max. number of newlines from 3 to 2 by Robert Griesemer · 14 years ago
- 3505045 net: windows/amd64 port by Wei Guangjing · 14 years ago
- dcdaeeb docs: fix wrong it's -> its by Brad Fitzpatrick · 14 years ago
- 5bcbcab3 sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings] by Andrew Gerrand · 14 years ago
- 63b8b948 windows: define and use syscall.Handle Fixes #1487. by Wei Guangjing · 14 years ago
- 73896bd net: break up and simplify Dial a bit by Brad Fitzpatrick · 14 years ago
- 25733a9 reflect: support for struct tag use by multiple packages by Russ Cox · 14 years ago
- 8844235 net, syscall: interface for windows by Yasuhiro Matsumoto · 14 years ago
- 712fb6d os.Error API: don't export os.ErrorString, use os.NewError consistently by Robert Griesemer · 14 years ago
- 21e75da respect goto restrictions by Russ Cox · 14 years ago
- c4dfc55 net: export all fields in Interface by Mikio Hara · 14 years ago
- 9ded954 net: rearrange source files so we could run more tests on windows by Alex Brainman · 14 years ago
- 1374097 net: Sendfile for win32. implement using TransmitFile(). by Yasuhiro Matsumoto · 14 years ago
- a8fd374 net: fix bug in net.Interfaces: handle elastic sdl_data size correctly by Mikio Hara · 14 years ago
- 0015e8e net: fix windows build by Mikio Hara · 14 years ago
- 518331d net: add network interface identification API by Mikio Hara · 14 years ago
- d1bdff5 net, syscall: update IP multicast socket options for darwin, freebsd, linux by Mikio Hara · 14 years ago
- 16dbf21 undo CL 4557058 / b4c2ffae7034 by Russ Cox · 14 years ago
- 4706ce3 net: stop Mac popups by Russ Cox · 14 years ago
- 50effb6 net: name-based destination address selection by Christopher Wedgwood · 14 years ago
- 3fbd478 pkg: spelling tweaks, I-Z by Robert Hencke · 14 years ago
- 0b8f1ac net: If we stop polling, remove any pending events for the socket by Ian Lance Taylor · 14 years ago
- b0f39cc io, net, http: sendfile support by Brad Fitzpatrick · 14 years ago
- 8c6dc5f net: re-enable wildcard listening by Mikio Hara · 14 years ago
- db36e03 net, http: add and make use of IP address scope identification API by Mikio Hara · 14 years ago
- aea1757 net: sort records returned by LookupSRV by Gary Burd · 14 years ago
- 2ddcad9 net: protocol family adaptive address family selection by Mikio Hara · 14 years ago
- 4336116 net: remove unused functions by Mikio Hara · 14 years ago
- 684e065 net: disable dnsmsg_test on windows by Alex Brainman · 14 years ago
- 8ef56f7 net: don't crash on unexpected DNS SRV responses by Brad Fitzpatrick · 14 years ago
- 12cf169 net: default to 127.0.0.1, not localhost, in TestICMP by Brad Fitzpatrick · 14 years ago
- bc92671 net: enable SO_REUSEPORT on BSD variants by Mikio Hara · 14 years ago
- 756df8e net: fix ipv6 test by Mikio Hara · 14 years ago
- 07abf1c fix tree for reflect rename by Russ Cox · 14 years ago
- a260de4 net: try /etc/hosts before loading DNS config. by Dmitry Chestnykh · 14 years ago
- 338b7ab net: fix EAI_BADFLAGS error on freebsd by Mikio Hara · 14 years ago
- 6e928e4 net: fix windows build by Russ Cox · 14 years ago
- 8dad7fe http: don't proxy loopback addresses by Brad Fitzpatrick · 14 years ago
- c9164a5 net: use C library resolver on FreeBSD, Linux, OS X / amd64, 386 by Russ Cox · 14 years ago
- 6a186d3 src/pkg: make package doc comments consistently start with "Package foo". by Nigel Tao · 14 years ago
- f80f97a net: fix dialgoogle_test.go by Quan Yong Zhai · 14 years ago
- b7065c5 net: disable one more external network test by Russ Cox · 14 years ago
- 4c9634f build: remove DISABLE_NET_TESTS by Russ Cox · 14 years ago
- c09af66 net: fix ParseIP Fixes #1695. by Quan Yong Zhai · 14 years ago
- 4c00618 pkg: manual cleanup of some gofixed code by Russ Cox · 14 years ago
- 785fbd9 net: sort records returned by LookupMX by Corey Thomasson · 14 years ago
- 420a17e net: fix laddr typo in test code. by Nigel Tao · 14 years ago
- 8b8b54a net: disable multicast tests by default. by Dave Cheney · 14 years ago
- db5c5d6 update go tree for reflect changes by Russ Cox · 14 years ago
- 8a90fd3 os: New Open API. by Rob Pike · 14 years ago
- f3ad899 net: fix typo by Mikio Hara · 14 years ago
- 10694c8 net, syscall: fix windows build by Alexey Borzenkov · 14 years ago
- 0793176 net: move bind back to sock.go by Alexey Borzenkov · 14 years ago
- 2f45f72 net: implement non-blocking connect by Alexey Borzenkov · 14 years ago
- 98828f0 fix build by Russ Cox · 14 years ago
- 41f93a4 net: drop laddr from Dial, cname from LookupHost; new functions by Russ Cox · 14 years ago