go/src/pkg
Brad Fitzpatrick dfd7f18130 net/http: revert back to (and test) Go 1 CheckRedirect behavior
If a Client's CheckRedirect function returns an error, we
again return both a non-nil *Response and a non-nil error.

Fixes #3795

R=golang-dev, n13m3y3r
CC=golang-dev
https://golang.org/cl/6429044
2012-07-18 13:48:39 -07:00
..
archive archive/tar: fix windows test failure 2012-05-24 14:32:18 -07:00
bufio all: remove various unused unexported functions and constants. 2012-02-28 21:48:03 +01:00
builtin
bytes bytes.Buffer: export the Grow method 2012-07-12 20:52:19 -07:00
compress compress/flate: fix panic when nlit is out of bounds. 2012-07-16 12:01:18 +10:00
container
crypto crypto/rsa: left-pad PKCS#1 v1.5 outputs. 2012-07-11 12:47:12 -04:00
database/sql pkg: Removing duplicated words ("of of", etc.), mostly from comments. 2012-07-09 09:16:10 +10:00
debug debug/elf: Expose entry point from Header in File struct. 2012-05-21 23:29:30 -04:00
encoding encoding/gob: disable fuzz tests unless command-line flag is set 2012-07-13 14:23:51 -07:00
errors
exp exp/locale/collate: This CL includes the following changes: 2012-07-13 11:38:22 +02:00
expvar expvar: add locking to String, and use RWMutex properly throughout. 2012-03-06 09:13:26 +11:00
flag flag: fix indexing doc. 2012-06-24 12:23:51 -07:00
fmt fmt: set p.field before nil check 2012-06-25 16:48:20 -07:00
go pkg: Removing duplicated words ("of of", etc.), mostly from comments. 2012-07-09 09:16:10 +10:00
hash hash/adler32: optimize. 2012-05-25 09:58:38 +10:00
html pkg: Removing duplicated words ("of of", etc.), mostly from comments. 2012-07-09 09:16:10 +10:00
image image: fix doc typo 2012-07-01 23:12:42 -04:00
index/suffixarray all: various typos 2012-03-13 17:29:07 -07:00
io io/ioutil: fix crash when Stat fails 2012-03-14 14:47:13 -04:00
log log: fix typo in comment 2012-05-16 22:56:18 +10:00
math mat/big: more optimal Karatsuba threshold 2012-07-12 14:19:09 -07:00
mime pkg: Removing duplicated words ("of of", etc.), mostly from comments. 2012-07-09 09:16:10 +10:00
net net/http: revert back to (and test) Go 1 CheckRedirect behavior 2012-07-18 13:48:39 -07:00
old/netchan old/regexp, old/template: delete. 2012-04-27 15:12:24 +10:00
os os: add missing full stop in comment 2012-07-15 09:48:31 -07:00
path path/filepath: avoid allocation in Clean of cleaned path even on windows (fix build) 2012-06-30 22:08:53 +10:00
reflect reflect: reflect.Zero results are neither addressable nor settable 2012-07-03 16:06:24 -07:00
regexp pkg: Removing duplicated words ("of of", etc.), mostly from comments. 2012-07-09 09:16:10 +10:00
runtime runtime: move panic/defer/recover-related stuff to a separate file 2012-07-04 14:52:51 +04:00
sort sort: add time complexity to doc 2012-03-22 09:27:02 -07:00
strconv strconv: extend Grisu3 algorithm to float32. 2012-07-10 07:44:23 +02:00
strings go/parser: fix comment grouping (day 1 bug) 2012-05-22 10:04:34 -07:00
sync sync/atomic: use cas64 to implement {Load,Store,Add}{Uint,Int}64 on Linux/ARM 2012-05-23 02:02:01 +08:00
syscall syscall/freebsd: remove Sendfile from unimplemented list 2012-07-09 09:37:56 -07:00
testing testing: fix memory blowup when formatting many lines. 2012-07-17 07:56:25 +02:00
text doc: various "the the" and other typos 2012-07-08 11:57:04 +10:00
time time: accept .999 in Parse 2012-06-04 13:09:19 -04:00
unicode unicode: fix comment about variable types 2012-05-22 13:53:57 -04:00
unsafe pkg: Removing duplicated words ("of of", etc.), mostly from comments. 2012-07-09 09:16:10 +10:00