1
0
mirror of https://github.com/golang/go synced 2024-10-04 00:21:20 -06:00
go/src/pkg
Brad Fitzpatrick f97bb12bb0 net/http/httptest: protect against port reuse
Should make BSDs more reliable. (they seem to reuse ports
quicker than Linux)

Tested by hand with local modifications to force reuse on
Linux. (net/http tests failed before, pass now) Details in the
issue.

Fixes #4436

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/6847101
2012-11-25 15:23:20 -08:00
..
archive archive/zip: handle extra data headers with no body 2012-11-18 00:45:47 +11:00
bufio bufio: remove a little unnecessary indirection in tests. 2012-10-20 13:02:29 +11:00
builtin builtin: Changed documentation for rune type. 2012-09-18 11:01:10 -07:00
bytes bytes, strings: fix Reader WriteTo return value on 0 bytes copied 2012-11-25 09:04:13 -08:00
compress compress/flate: shrink decompressor struct for better performance 2012-11-01 13:57:24 -04:00
container all: fix the the typos 2012-11-22 02:58:24 +08:00
crypto crypto/md5: speed up aligned writes and test/bench unaligned writes 2012-11-18 02:23:34 +08:00
database/sql all: clear execute bit 2012-11-01 10:04:42 +09:00
debug debug/elf: fix offset for GNU version symbols 2012-11-15 03:36:19 +11:00
encoding all: fix the the typos 2012-11-22 02:58:24 +08:00
errors pkg: a slew of examples 2012-02-18 11:48:33 +11:00
exp all: fix the the typos 2012-11-22 02:58:24 +08:00
expvar expvar: add locking to String, and use RWMutex properly throughout. 2012-03-06 09:13:26 +11:00
flag flag: fix bug in handling of booleans on error 2012-07-27 16:13:29 -07:00
fmt gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
go all: fix the the typos 2012-11-22 02:58:24 +08:00
hash build: make int 64 bits on amd64 2012-09-24 20:57:01 -04:00
html all: fix the the typos 2012-11-22 02:58:24 +08:00
image all: fix the the typos 2012-11-22 02:58:24 +08:00
index/suffixarray all: various typos 2012-03-13 17:29:07 -07:00
io io: add ByteWriter interface 2012-10-30 10:51:29 +01:00
log log/syslog: don't append \n if there is one 2012-07-27 14:22:27 -04:00
math gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
mime mime/multipart: transparently decode quoted-printable transfer encoding 2012-11-19 19:50:19 -08:00
net net/http/httptest: protect against port reuse 2012-11-25 15:23:20 -08:00
old/netchan gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
os os: add FileMode.IsRegular 2012-11-15 11:46:00 -08:00
path gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
reflect all: fix the the typos 2012-11-22 02:58:24 +08:00
regexp regexp: add simple package-level example 2012-11-14 10:43:21 +01:00
runtime runtime: fix madvise for freebsd/amd64 2012-11-25 18:46:41 +09:00
sort sort: fix comment for various Search routines 2012-11-07 05:07:46 +08:00
strconv strconv: Removed unnecessary use of goto. Made code easier to read. 2012-11-14 09:42:48 -08:00
strings bytes, strings: fix Reader WriteTo return value on 0 bytes copied 2012-11-25 09:04:13 -08:00
sync sync/atomic: fix race instrumentation 2012-11-15 21:30:24 +04:00
syscall syscall: fix data races in LazyDLL/LazyProc 2012-11-16 12:06:48 +04:00
testing gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
text gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
time time: add Now()/UnixNano() malloc tests 2012-11-25 11:29:06 +11:00
unicode unicode: move unicode and related packages to Unicode 6.2.0. 2012-10-31 17:32:16 +01:00
unsafe unsafe: fix a typo 2012-10-19 16:35:15 +11:00