- 7e43aee net: document that user shouldn't modify returned Addr by Shenghou Ma · 10 years ago
- 5ab3823 net: update TDDO by Mikio Hara · 10 years ago
- dca4605 net: fix misleading package comment example by Brad Fitzpatrick · 11 years ago
- c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/net/net.go]
- a2a3514 net: move error messages related to OpError into net.go by Mikio Hara · 11 years ago
- bab302d undo CL 13348045 / 43675523c526 by Russ Cox · 12 years ago
- 02faa93 net: remove dreg of obsoleted network poller by Mikio Hara · 12 years ago
- b3fd434 net: make channel-based semaphore depend on receive, not send by Robert Daniel Kortschak · 12 years ago
- 1d3efd6 net: limit number of concurrent cgo calls by Russ Cox · 12 years ago
- 39a7017 net: make deadline helpers join to netFD as its methods by Mikio Hara · 12 years ago
- db84a45 net: move InvalidAddrError type into net.go by Mikio Hara · 12 years ago
- a0a45bb net: consolidate listenerBacklog declaration by Mikio Hara · 12 years ago
- 158a035 net: document OpError by Brad Fitzpatrick · 12 years ago
- 5416e6e net: document that File reverts connection to blocking mode. by Rick Arnold · 12 years ago
- 9fb9699 net: fix data races on deadline vars by Dave Cheney · 12 years ago
- 253ed02 net: update docs and sync API for Plan 9 by Anthony Martin · 12 years ago
- 306afc7 net: consolidate common socket functions for Plan 9 by Mikio Hara · 12 years ago
- ef6806f net: close fds eagerly in DialTimeout by Brad Fitzpatrick · 12 years ago
- 84e2046 net: use better error messages on windows by Alex Brainman · 12 years ago
- babbf94 net, net/rpc, reflect, time: document concurrency guarantees by Russ Cox · 13 years ago
- 8729d15 net: more docs on deadlines by Brad Fitzpatrick · 13 years ago
- 008e64d net: package doc overview / examples by Brad Fitzpatrick · 13 years ago
- 549ca93 net: move DNSConfigError to a portable file by Brad Fitzpatrick · 13 years ago
- 3d400db net: update comments to remove redundant "net" prefix by Mikio Hara · 13 years ago
- 2356e43 net: fix comments by Mikio Hara · 13 years ago
- b71883e net: change SetTimeout to SetDeadline by Brad Fitzpatrick · 13 years ago
- 01507b9 net: fix Windows build by Brad Fitzpatrick · 13 years ago
- eb69292 src/pkg/[n-z]*: gofix -r error -force=error by Russ Cox · 13 years ago
- 712fb6d os.Error API: don't export os.ErrorString, use os.NewError consistently by Robert Griesemer · 14 years ago
- 6a186d3 src/pkg: make package doc comments consistently start with "Package foo". by Nigel Tao · 14 years ago
- dd7403b net: remove comment fragments by Russ Cox · 14 years ago
- fc4ba15 net: add nil checks to several String methods to avoid panics by Andrew Gerrand · 15 years ago
- f374575 net: move Dial, Listen out of net.go. by Russ Cox · 15 years ago
- a63f73c net: fix typo by Andrew Gerrand · 15 years ago
- 13d5a19 net: implement raw sockets by Christopher Wedgwood · 15 years ago
- 47a0533 net: introduce net.Error interface by Russ Cox · 15 years ago
- 0281b71 net: make Dial correctly return nil on error. by Roger Peppe · 15 years ago
- a3d1045 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
- 3bb0032 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
- 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
- 40a7db3 add top-level package comments for net, reflect, malloc. by Rob Pike · 15 years ago
- 368f8cb - fine-tuning of one-line func heuristic (nodes.go) by Robert Griesemer · 15 years ago
- 5d37705 gofmt-ify net by Robert Griesemer · 15 years ago
- c83b838 package net cleanup by Russ Cox · 15 years ago
- 35ace1d split ipsock.go, sock.go, and unixsock.go out of net.go by Russ Cox · 15 years ago
- ca6a0fe more "declared and not used". by Russ Cox · 16 years ago
- 28eba48 fix "declared and not used" errors in non-test code. by Russ Cox · 16 years ago
- b04ac10 convert non-low-level non-google pkg code to whole-package compilation. by Russ Cox · 16 years ago
- 55e790a clean up some BUG/TODO in go code by Russ Cox · 16 years ago
- a0bcaf4 Change os.Error convention: by Russ Cox · 16 years ago
- efc4088 make IP address available by Rob Pike · 16 years ago
- 5d2ee9d add Addr() string to net.Listener interface. by Russ Cox · 16 years ago
- d90e7cb mv src/lib to src/pkg by Rob Pike · 16 years ago[Renamed from src/lib/net/net.go]
- 9e0fec9 update Go tree to use new syscall package. by Russ Cox · 16 years ago
- cc1d4b7 Unix domain socket support, Linux and Darwin. by Russ Cox · 16 years ago
- 1b301ba throw away os._Error. make some error types in a few packages by Russ Cox · 16 years ago
- 97bc222 another attempt at avoiding IPv6 when it's not supported. by Russ Cox · 16 years ago
- 0d33992 next step for 6.out on Borg: fix and test net code on IPv4-only machines. by Russ Cox · 16 years ago
- bd8e25c auto-detect whether to use IPv6 or IPv4 kernel interface by Russ Cox · 16 years ago
- aaf63f8 Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. by Rob Pike · 16 years ago
- 1f6463f Convert go tree to hierarchical pkg directory: by Russ Cox · 16 years ago
- 7a706fb Rename os.FD to os.File. by Russ Cox · 16 years ago
- 1e37e8a document Conn interface better, in preparation by Russ Cox · 16 years ago
- c93da7c7 net: doc, doc-inspired cleanup by Russ Cox · 16 years ago
- 91ceda5 add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd. by Russ Cox · 16 years ago
- d8921c5 cleanups: by Russ Cox · 16 years ago
- 4cf7711 update go code tree to new func rules. by Russ Cox · 16 years ago
- 839a684 delete export by Russ Cox · 16 years ago
- 1a91b9a casify syscall and sequelae by Rob Pike · 16 years ago
- c840657 casify DNS by Russ Cox · 16 years ago
- 8a7cbad convert strconv by Russ Cox · 16 years ago
- 5564504 new new & make by Russ Cox · 16 years ago
- 33907d1 allow Listen on ":9999" as an alias for "0.0.0.0:9999" by Russ Cox · 16 years ago
- 08ca30b change *map to map; *chan to chan; new(T) to new(*T) by Russ Cox · 16 years ago
- d47d888 convert *[] to []. by Russ Cox · 16 years ago
- 83348f9 host and port name lookup by Russ Cox · 16 years ago
- d0e30cd assorted cleanup and fixes by Russ Cox · 16 years ago
- 079c00a correctly rounded floating-point conversions in new package strconv. by Russ Cox · 16 years ago
- 983f06b update code to follow new semicolon rules: by Russ Cox · 16 years ago
- a4f1564 i can import "net" in package net and still have a variable named "net" by Russ Cox · 17 years ago
- 6201a96 move src/syscall to src/lib/syscall. by Russ Cox · 17 years ago
- f023b7a Change the name of the result variable so that it does not by Ian Lance Taylor · 17 years ago
- 0e81bba export an os.Error constructor by Russ Cox · 17 years ago
- 9350ef4 add network listening & tests by Russ Cox · 17 years ago
- e8a0223 preliminary network - just Dial for now by Russ Cox · 17 years ago