]> Cypherpunks.ru repositories - gostls13.git/history - src/go/build/deps_test.go
[dev.boringcrypto] all: merge master (nearly Go 1.10 beta 1) into dev.boringcrypto
[gostls13.git] / src / go / build / deps_test.go
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-11-22 Ian Lance Taylorinternal/poll: loop on EINTR in Read on Darwin
2017-11-20 Russ Cox[dev.boringcrypto] all: merge go1.9.2 into dev.boringcrypto
2017-11-12 Adam Langleycrypto/x509: handle name constraints with cryptobyte
2017-11-10 Aman Guptanet: implement ReadMsg/WriteMsg on windows
2017-11-07 Alex Brainmannet: use WSASocket instead of socket call
2017-11-07 Adam Langleycrypto/x509: enforce all name constraints and support...
2017-10-11 Joe Tsaiio: simplify pipe implementation
2017-10-09 Josselin Costanziencoding/base64: optimize DecodeString
2017-10-05 Alex Brainmanpath/filepath: re-implement windows EvalSymlinks
2017-10-03 Martin Kreichgauercrypto/x509: add string conversion of PKIX names
2017-09-22 Russ Cox[dev.boringcrypto] all: merge go1.9 into dev.boringcrypto
2017-09-22 Russ Cox[dev.boringcrypto] crypto/tls/fipsonly: new package...
2017-08-30 Joe Tsaiarchive/tar: populate uname/gname/devmajor/devminor...
2017-08-17 Russ Cox[dev.boringcrypto] crypto/internal/boring: add initial...
2017-07-14 Nathaniel Cazacrypto/x509: load all trusted certs on darwin (nocgo)
2017-07-13 Ian Lance Taylortesting: roll back CL 44352 (show in-progress tests...
2017-06-09 Meir Fischertesting: show in-progress tests upon SIGINT
2017-05-12 Matt Hardennet: allow Resolver to use a custom dialer
2017-05-10 Martin Möhrmanninternal/cpu: new package to detect cpu features
2017-04-13 Meir Fischernet/http/fcgi: expose cgi env vars in request context
2017-04-03 Russ Coxtesting/quick: generate all possible int64, uint64...
2017-03-08 Russ Coxruntime/pprof: add GNU build IDs to Mappings recorded...
2017-03-03 Johan Brandhorstnet/http/httptest: add Client and Certificate methods...
2017-03-02 Michel Lespinassenet/http: add support for socks5 proxy
2017-02-27 Robert Griesemergo/importer: support importing directly from source
2017-02-27 Robert Griesemergo/internal/srcimporter: implemented srcimporter
2017-02-27 Robert Griesemergo/build: move math/bits into L1 set of dependencies
2017-02-24 Russ Coxruntime/pprof/internal/profile: move internal/pprof...
2017-02-24 Russ Coxruntime/pprof: add streaming protobuf encoder
2017-02-24 Robert Griesemermath/big: use math/bits where appropriate
2017-02-13 Ian Lance Taylornet: refactor poller into new internal/poll package
2017-02-06 Michael Matloobruntime/pprof: add definitions of profile label types
2017-02-01 Russ Coxall: merge dev.inline into master
2016-12-09 Joe TsaiRevert "testing: add T.Context method"
2016-11-21 Michael Matloobruntime/pprof: emit count profiles with debug=0 as...
2016-11-11 Michael Matloobruntime/pprof/internal: delete package gzip0
2016-11-10 Michael Matloobruntime/pprof: output CPU profiles in pprof protobuf...
2016-11-08 Michael Matloobruntime/pprof/internal: add package protopprof
2016-11-07 Adam Langleycrypto/{cipher,tls,internal/cryptohw}: prioritise AES...
2016-11-03 Brad Fitzpatricktesting: add T.Context method
2016-11-03 Russ Coxtesting: mark tests and benchmarks failed if a race...
2016-11-02 Russ Coxtesting: introduce testing/internal/testdeps for holdin...
2016-11-02 Russ Coxinternal/pprof/profile: new package, moved from cmd...
2016-10-31 Michael Matloobgo/build: add back deps for runtime/pprof/internal...
2016-10-31 Michael MatloobRevert "runtime/pprof: write profiles in protobuf format."
2016-10-30 Daniel Theophanesdatabase/sql: add context helper methods and transactio...
2016-10-29 Russ Coxruntime/pprof/internal/gzip0: new package for pprof
2016-10-28 Michael Matloobruntime/pprof: write profiles in protobuf format.
2016-10-28 Austin ClementsRevert "runtime/pprof: write profiles in protobuf format."
2016-10-28 unknownruntime/pprof: write profiles in protobuf format.
2016-10-19 Edward Mullernet/http/httptrace: add ClientTrace.TLSHandshakeStart...
2016-10-17 Adam Langleycrypto/tls: support ChaCha20-Poly1305.
2016-10-12 Adam Langleycrypto/tls: support X25519.
2016-10-04 Mikio Haranet: implement network interface API for Solaris
2016-10-03 Brad Fitzpatricksort: add Slice, SliceStable, and SliceIsSorted
2016-09-30 Brad Fitzpatricknet/http: update bundled http2, add h2 Transport.IdleCo...
2016-09-27 Brad Fitzpatricknet/http: add more IDNA2008 tests and fix some omissions
2016-09-27 Daniel Theophanesdatabase/sql: add context methods
2016-09-16 David Crawshawplugin: new package for loading plugins
2016-09-13 Brad Fitzpatricknet/http: update bundled x/net/http2
2016-09-02 Brad Fitzpatricknet/http/httputil: make ReverseProxy send nil Body...
2016-08-23 Hiroshi Iokainternal/testenv: add HasSymlink/MustHaveSymlink
2016-08-04 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-07-21 Chris Broadfootall: merge master into release-branch.go1.7
2016-07-13 Brad Fitzpatrickall: rename vendored golang.org/x/net packages to golan...
2016-06-14 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-05-31 Ian Lance Taylorruntime/pprof, cmd/pprof: fix profiling for PIE
2016-05-27 David Chase[dev.ssa] Merge branch 'master' into dev.ssa
2016-05-19 Brad Fitzpatricknet/http: update bundled http2
2016-05-15 Mikio Haranet: golang.org/x/net/route plumbing
2016-05-09 Brad Fitzpatricktime: don't depend on the io package
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-05-01 Brad Fitzpatricknet/http: add Transport.MaxIdleConns limit
2016-04-29 Rick HudsonMerge remote-tracking branch 'origin/dev.garbage'
2016-04-28 Brad Fitzpatricknet/http, net/http/httptrace: new package for tracing...
2016-04-28 Brad Fitzpatrickos/exec: add Cmd.RunContext and Cmd.WaitContext
2016-04-27 Rick Hudson[dev.garbage] Merge remote-tracking branch 'origin...
2016-04-15 Brad Fitzpatricknet: context plumbing, add Dialer.DialContext
2016-04-11 Brad Fitzpatrickcontext: document that WithValue's key must be comparable
2016-04-06 Brad Fitzpatricknet, runtime: skip flaky tests on OpenBSD
2016-04-05 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-04-05 Brad Fitzpatricknet/http: add Request.Context and Request.WithContext
2016-04-05 Brad Fitzpatrickcontext: add the context package from golang.org/x...
2016-04-01 Brad Fitzpatrickruntime, syscall: only search for Windows DLLs in the...
2016-03-28 Austin Clements[dev.garbage] Merge remote-tracking branch 'origin...
2016-03-24 Brad Fitzpatrickvendor: move golang.org/x/net/http2/hpack back to vendor
2016-03-22 David Crawshawnet/http, internal/testenv: find go binary in PATH
2016-03-21 Dominik Honnefall: delete dead test code
2016-03-02 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-02 Brad Fitzpatrickall: single space after period.
2016-03-01 Brad Fitzpatrickall: make copyright headers consistent with one space...
2016-02-11 Gerrit Code ReviewMerge "[dev.ssa] Merge remote-tracking branch 'origin...
2016-02-10 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-03 Rick HudsonMerge remote-tracking branch 'origin/master' into toc
2016-01-21 Brad Fitzpatricknet/http: update http2 to check header values, move...
2016-01-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-12-18 Russ Coxtesting: use debug.SetTraceback("all") to show all...
2015-12-03 Austin Clementsdwbug/elf: support old-style compressed DWARF
2015-11-26 Dmitry Vyukovinternal/race: add package
next