1
0
mirror of https://github.com/golang/go synced 2024-11-19 15:54:46 -07:00
go/src/pkg
Mikio Hara b29d035fe6 net: add dial, listenStream and listenDatagram methods to netFD
This CL refactors the existing listenerSockaddr function into several
methods on netFD.

This is in preparation for runtime-integrated network pollster for BSD
variants.

Update #5199

R=golang-dev, dave, alex.brainman, dvyukov, remyoudompheng
CC=golang-dev
https://golang.org/cl/12023043
2013-08-07 06:15:50 +09:00
..
archive archive/zip: allow user-extensible compression methods 2013-08-06 12:03:38 -07:00
bufio bufio: check buffer availability before reading in ReadFrom 2013-07-25 11:29:13 +10:00
builtin builtin: document print and println 2013-07-09 16:20:19 -07:00
bytes bytes: move IndexByte assembly to pkg runtime 2013-08-01 16:11:19 -07:00
compress compress/bzip2: support concatenated files 2013-08-05 16:08:08 -04:00
container container/heap: add Fix and document the min is element 0. 2013-08-05 15:45:39 -07:00
crypto undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
database/sql database/sql: close statement before connection 2013-07-23 14:09:53 +10:00
debug undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
encoding undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
errors
expvar
flag flag: document the zero value of FlagSet 2013-08-06 16:48:19 +10:00
fmt fmt: clean up some errors found by vet 2013-08-02 11:38:19 +10:00
go undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
hash hash: tweak the package docs 2013-06-24 16:53:13 -07:00
html html/template: delete panic recovery code from test 2013-08-04 09:06:14 +10:00
image image/draw: fix typos found by "go vet". 2013-08-02 13:29:45 +10:00
index/suffixarray
io io: let SectionReader seek past the end; document Seeker semantics more 2013-07-18 13:03:26 +10:00
log log/syslog: restore use of serverConn interface 2013-07-24 10:28:57 -07:00
math undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
mime undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
net net: add dial, listenStream and listenDatagram methods to netFD 2013-08-07 06:15:50 +09:00
os os: fix plan9 build 2013-08-06 12:04:08 -07:00
path undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
reflect reflect: Get rid of the test for the error message when 2013-08-05 15:08:37 -07:00
regexp undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
runtime runtime: use correct types for maxstring and concatstring 2013-08-07 06:49:11 +10:00
sort all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
strconv strconv: fix doc comment for IntSize 2013-08-01 11:34:25 -04:00
strings strings: use runtime assembly for IndexByte 2013-08-05 15:04:05 -07:00
sync sync/atomic: remove test dependency on net/http 2013-07-01 17:27:19 -04:00
syscall syscall: fix IPv6 wrong network mask on latest FreeBSD 2013-08-07 00:25:23 +09:00
testing testing: make parsing of -cpu more lenient 2013-08-02 13:51:45 -04:00
text various: deleted unused items 2013-08-03 16:01:04 +10:00
time time: match month and day names only when not followed immediately by a lower-case letter 2013-08-05 10:53:46 +10:00
unicode undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
unsafe