1
0
mirror of https://github.com/golang/go synced 2024-10-05 09:21:22 -06:00
go/src/pkg
Mikio Hara 7e41abbc6b net: make WriteTo, WriteToIP and WriteMsgIP fail when IPConn is already connected
This CL tries to fill the gap between Linux and other Unix-like systems
in the same way UDPConn and UnixConn already did.

Fixes #7887.

LGTM=iant
R=iant
CC=golang-codereviews
https://golang.org/cl/97810043
2014-04-29 12:37:16 +09:00
..
archive src: fix issues found by go vet std 2014-04-26 19:54:48 -07:00
bufio bufio: make all read functions UnreadByte-friendly 2014-04-25 09:46:07 -06:00
builtin
bytes net/http, strings, bytes: fix http race, revert part of Reader behavior change 2014-04-25 06:44:51 -07:00
compress compress/gzip: add Reset method to Reader 2014-04-16 22:43:44 -04:00
container all: fix typos 2014-04-16 16:57:25 -07:00
crypto src: fix issues found by go vet std 2014-04-26 19:54:48 -07:00
database/sql database/sql: add "defer rows.Close()" to the example code. 2014-03-25 13:32:18 +11:00
debug src: fix issues found by go vet std 2014-04-26 19:54:48 -07:00
encoding encoding/ascii85: handle non-data bytes correctly 2014-04-26 19:56:06 -07:00
errors
expvar expvar: fix map key output 2014-04-10 21:14:04 -07:00
flag flag: document that Bool also accepts "T" and "F" 2014-04-16 17:14:48 -07:00
fmt fmt: fix typo in help doc 2014-04-10 21:14:51 -07:00
go runtime, go/build: re-enable cgo on FreeBSD. 2014-04-21 00:09:22 -04:00
hash all: merge NaCl branch (part 1) 2014-02-25 09:47:42 -05:00
html src: fix issues found by go vet std 2014-04-26 19:54:48 -07:00
image image/png: fix crash when an alleged PNG has too much pixel data, 2014-04-16 12:18:57 +10:00
index/suffixarray
io io: document that a Writer must not write to p 2014-04-15 17:14:03 -07:00
log log/syslog: document if network=="" for Dial, it will connect to local syslog server. 2014-04-28 14:29:45 -04:00
math math/cmpx: change space to tab in the Pow docs for better formatting 2014-04-22 21:12:15 -07:00
mime all: fix typos 2014-04-16 16:57:25 -07:00
net net: make WriteTo, WriteToIP and WriteMsgIP fail when IPConn is already connected 2014-04-29 12:37:16 +09:00
os os: cap reads and writes to 2GB on Darwin and FreeBSD 2014-04-26 10:34:33 -07:00
path path/filepath: fixed misaligned comment. 2014-03-11 14:34:07 -07:00
reflect pkg/reflect/value.go: Correction in comment, the argument is "typ", not "t". 2014-04-18 08:11:31 -07:00
regexp regexp/syntax: remove InstLast 2014-03-27 14:05:14 -04:00
runtime runtime: clean up scanning of Gs 2014-04-28 12:47:09 -04:00
sort all: fix a few spelling errors in source comments 2013-12-27 08:59:02 -08:00
strconv strconv: CanBackquote should reject \x7F 2014-03-19 10:16:48 +11:00
strings net/http, strings, bytes: fix http race, revert part of Reader behavior change 2014-04-25 06:44:51 -07:00
sync sync: less agressive local caching in Pool 2014-04-14 21:13:32 +04:00
syscall syscall: don't display syscall prototype lines on godoc 2014-04-28 13:38:23 +09:00
testing testing: fix bogus benchmark 2014-02-24 21:12:44 +04:00
text text/template: say more often that templates are safe for parallel execution 2014-04-15 08:48:40 -07:00
time all: fix typos 2014-04-16 16:57:25 -07:00
unicode unicode/utf8: minor code simplification 2014-03-23 15:44:29 -07:00
unsafe