go/src
Michel Lespinasse f6698cf340 vendor: import golang.org/x/net/proxy
Add golang.org/x/net/proxy from x/net git rev a689eb3bc4b5

Change-Id: I4ceb2cf5686042c545fe69868537a66e083139de
Reviewed-on: https://go-review.googlesource.com/35552
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-03-02 01:28:16 +00:00
..
archive time: record monotonic clock reading in time.Now, for more accurate comparisons 2017-02-03 19:04:52 +00:00
bufio
builtin
bytes bytes: make bytes.Buffer cache-friendly 2017-02-28 05:19:38 +00:00
cmd cmd/compile: ppc64x no longer needs a scratch stack location 2017-03-01 22:14:21 +00:00
compress compress/flate: use math/bits.Reverse8/16 instead of local implementation 2017-03-01 00:15:32 +00:00
container
context context: document that Err is unspecified before Done 2017-02-22 17:42:28 +00:00
crypto crypto: add BLAKE2b and BLAKE2s hash constants 2017-03-01 19:26:16 +00:00
database/sql database/sql: convert test timeouts to explicit waits with checks 2017-02-13 19:05:28 +00:00
debug cmd/link: write dwarf sections 2017-03-01 04:51:03 +00:00
encoding encoding/pem: refuse extra data on ending line 2017-03-01 19:23:09 +00:00
errors
expvar expvar: add benchmarks for steady-state Map Add calls 2017-02-14 22:11:35 +00:00
flag
fmt fmt: add short note about %g precision 2017-02-21 19:02:43 +00:00
go net/http: add support for socks5 proxy 2017-03-02 00:41:44 +00:00
hash hash/crc32: use sub-benchmarks 2017-02-08 17:17:08 +00:00
html html/template: lock in application/json as valid JS test 2016-12-04 03:59:31 +00:00
image image/png: reduce memory allocs encoding images by reusing buffers 2017-02-12 05:40:47 +00:00
index/suffixarray
internal runtime/pprof/internal/profile: move internal/pprof/profile here 2017-02-24 20:45:21 +00:00
io io: fix test when MultiReader is inlined with -l=3 2017-02-02 18:56:20 +00:00
log all: don't call t.Fatal from a goroutine 2016-11-15 15:13:48 +00:00
math math/bits: move left-over functionality from bits_impl.go to bits.go 2017-02-28 23:50:47 +00:00
mime mime: add benchmarks for TypeByExtension and ExtensionsByType 2017-02-14 23:02:07 +00:00
net net/http: add support for socks5 proxy 2017-03-02 00:41:44 +00:00
os os: add OpenFile example for appending data 2017-03-01 14:48:21 +00:00
path path/filepath: add test for directory junction walk 2017-02-12 23:33:01 +00:00
plugin plugin: remove unnecessary import "C" from example 2017-02-09 18:32:53 +00:00
reflect reflect: fix bucketOf to only look at ptrdata entries in gcdata 2017-02-22 02:19:48 +00:00
regexp
runtime runtime, cmd/go: roll back stale message, test detail 2017-03-01 18:50:27 +00:00
sort sort: new example: Sorting slices with sort.SliceStable 2017-02-22 21:23:12 +00:00
strconv
strings strings: fix handling of invalid UTF-8 sequences in Map 2017-02-28 22:50:53 +00:00
sync sync/atomic: fix mipsx frame sizes 2017-02-21 18:42:47 +00:00
syscall syscall: fix linux/mipsx ret value FP offsets for Syscall9 2017-02-21 18:43:02 +00:00
testing testing: fix Benchmark() to start at 1 iteration, not 100 2017-03-01 11:06:34 +00:00
text text/template: fix method lookup on addressable nil pointer 2017-02-09 14:58:40 +00:00
time time: add Duration.Truncate and Duration.Round 2017-02-14 00:40:31 +00:00
unicode
unsafe
vendor/golang_org/x vendor: import golang.org/x/net/proxy 2017-03-02 01:28:16 +00:00
Make.dist
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash buildall.bash: clarify target selection 2017-02-04 04:34:36 +00:00
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash
make.bat
make.rc build: fix cross-compile on Plan 9 2016-11-22 01:32:28 +00:00
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash run.bash: set GOPATH to $GOROOT/nil before running tests 2017-02-24 18:18:30 +00:00
run.bat
run.rc