]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2017-01-19 Chris Broadfoot[release-branch.go1.8] go1.8rc2 go1.8rc2
2017-01-19 Chris Broadfoot[release-branch.go1.8] all: merge master into release...
2017-01-19 Hironao OTSUBOgo/ast: fix Object's doc comment about Data
2017-01-18 Austin Clementsruntime: force workers out before checking mark roots
2017-01-18 Russ Coxtesting: make parallel t.Run safe again
2017-01-18 Brad Fitzpatrickcrypto/x509: revert SystemCertPool implementation for...
2017-01-18 David du Colombierdoc/go1.8: document Plan 9 requirements
2017-01-17 Keith Randallruntime: for plugins, don't add duplicate itabs
2017-01-17 Alberto DonizettiREADME.md: update and simplify
2017-01-17 gulyasmcmd/go: fix bug help message
2017-01-17 Filippo Valsordacrypto/tls: disable CBC cipher suites with SHA-256...
2017-01-16 Cherry Zhangcmd/compile: add ZeroWB case in writebarrier
2017-01-16 Brad Fitzpatrickdoc: 2017 is the Year of the Gopher
2017-01-16 Josh Bleecher... cmd/compile: lvalues are only required for == when...
2017-01-16 Shenghou Mavendor/golang_org/x/crypto/poly1305: revendor to pick...
2017-01-14 David du Colombiernet/http: skip TestServerHijackGetsBackgroundByte on...
2017-01-14 David du Colombiernet/http: skip TestServerHijackGetsBackgroundByte_big...
2017-01-14 Brad Fitzpatricknet/http: add another hijack-after-background-read...
2017-01-14 David Crawshawall: test adjustments for the iOS builder
2017-01-13 Brad Fitzpatricknet/http: make sure Hijack's bufio.Reader includes...
2017-01-13 David Crawshawcmd/go, misc: rework cwd handling for iOS tests
2017-01-13 Michael Mundaysyscall: export Fsid.X__val on s390x
2017-01-13 Alberto Donizettidoc/gdb: mention GOTRACEBACK=crash
2017-01-13 Keith Randallmisc/cgo/testplugin: test that types and itabs are...
2017-01-13 Austin Clementsreflect: keep makeFuncImpl live across makeFuncStub
2017-01-12 David Crawshawcmd/link: only exclude C-only symbols on darwin
2017-01-12 Joe Tsaicompress/flate: avoid large stack growth in fillDeflate
2017-01-12 David Crawshawcmd/go: add comment about SIGUSR2 on iOS
2017-01-12 David Crawshawcmd/go, misc: switch from breakpoint to SIGUSR2
2017-01-12 Shenghou Madoc/go1.8: update timezone database version
2017-01-12 Keith Randallmisc/cgo/testshared: test that types and itabs are...
2017-01-12 Bryan C. Millsruntime: avoid clobbering C callee-save register in...
2017-01-11 Josh Bleecher... cmd/compile: hide testdclstack behind debug flag
2017-01-11 Joe Tsaicompress/gzip: skip TestGZIPFilesHaveZeroMTimes on...
2017-01-11 Austin Clementscrypto/dsa: gofmt
2017-01-11 Brad Fitzpatricknet/http: deflake TestRetryIdempotentRequestsOnError
2017-01-10 Jaana Burcu... doc: remove inline styles
2017-01-10 Chris Broadfoot[release-branch.go1.8] go1.8rc1 go1.8rc1
2017-01-10 David Chasecmd/compile: disable flaky test
2017-01-10 Austin Clementsruntime: debug prints for spanBytesAlloc underflow
2017-01-09 David Chasecmd/compile: insert scheduling checks on loop backedges
2017-01-09 Robert Griesemercmd/compile: file line number for //go:xxx directives
2017-01-09 Joe Tsainet/http: preserve original HTTP method when possible
2017-01-08 Austin Clementsruntime: add table of size classes in a comment
2017-01-07 gulyasmgo/types: fix typo
2017-01-07 Kevin Burkeos/user: document the difference between Username and...
2017-01-07 shawnpsall: fix misspellings
2017-01-07 Ian Lance Taylornet/http: don't do a background read if we've already...
2017-01-07 Jaana Burcu... cmd/go: add link to env varible guide to set custom...
2017-01-07 Mikio Haravendor: update golang.org/x/crypto/chacha20poly1305
2017-01-06 Brad Fitzpatrickdoc: update CONTRIBUTING.md a bit, mention proposal...
2017-01-06 Matthew Dempskynet: disable RFC 6724 Rule 9 for IPv4 addresses
2017-01-06 David Chasecmd/compile: rewrite literal.method to ensure full...
2017-01-06 Jaana Burcu... doc: explain how to set GOPATH to a custom value
2017-01-06 Russ Coxruntime: fix corruption crash/race between select and...
2017-01-06 Austin Clementsruntime: expand HACKING.md
2017-01-06 Austin Clementsruntime: update big mgc.go comment
2017-01-06 Russ Coxnet/http: better failure in TestTransportPersistConnLeak
2017-01-06 Austin Clementsruntime: use 4K as the boundary of legal pointers
2017-01-06 Kevin Burkenet: Fix grammar error
2017-01-06 Mikio Haranet: display the complete BUGS section on every platform
2017-01-05 Emmanuel Odekecmd/compile: avoid n.Right nil dereference on non-exist...
2017-01-05 Brad Fitzpatrickdoc: add go get -insecure change to go1.8.html
2017-01-05 Brad Fitzpatrickcmd/go: use ProxyFromEnvironment in -insecure mode...
2017-01-05 Lion Yangx/crypto/chacha20poly1305: fix detection of BMI on...
2017-01-05 Lion Yangcrypto: detect BMI usability on AMD64 for sha1 and...
2017-01-05 Russ Cox.gitignore: fix attempt at rooted paths
2017-01-05 Brad Fitzpatricklib/time: update tzdata to 2016j
2017-01-05 Kale Blankenshipcmd/go: retain test binary when go test is run with...
2017-01-04 Brad Fitzpatricknet/http/httputil: make DumpRequest and DumpRequestOut...
2017-01-04 Brad Fitzpatricknet/http: make Server cancel its ReadTimeout between...
2017-01-04 Ian Lance Taylortesting: add missing newlines to error messages
2017-01-04 Russ Coxcmd/go: add sync/atomic dependency when needed by test...
2017-01-04 Russ Coxdoc: in Go 1.8 notes, mention lack of RWMutex in conten...
2017-01-04 Russ Coxcmd/link: use 64k segment alignment on linux/arm
2017-01-03 Michael Marineauruntime: check sched_getaffinity return value
2017-01-03 Rob Pikecmd/vet: include function name or value in copylock...
2017-01-03 Michael Mundaycmd/dist: enable extLink tests for s390x
2017-01-03 Vladimir Stefanoviccmd/dist: enable extLink tests for mips{,le}
2017-01-03 Vladimir Stefanovicruntime: fix SP alignment in mips{,le} sigfwd
2017-01-02 Kevin Burkedatabase/sql: fix typo and wording
2017-01-02 Daniel Theophanesdatabase/sql: prevent Tx.rollback from racing Tx.close
2017-01-02 Ian Lance Taylorcmd/link: don't suggest using nm to find -X name
2016-12-31 Brad Fitzpatricknet/http: update bundled http2 for Server WriteTimeout...
2016-12-30 Kale Blankenshipnet/http: add test for http2 Server WriteTimeout
2016-12-29 Mike Wiaceknet/http/httputil: clarify the contract on ReverseProxy...
2016-12-28 Dmitri Shuralyovcmd/go: fix two formatting issues in documentation...
2016-12-24 Emmanuel Odekecmd/compile: lock-in test for repeated variables in...
2016-12-24 Aliaksandr... cmd/vet: fix copylocks false positive on len(array...
2016-12-23 Austin Clementsruntime: document MemStats.BySize fields
2016-12-23 Emmanuel Odeketest: lock in test for _ assignment evaluation/zerodivi...
2016-12-23 Kevin Burkenet: Fix spelling of function name in doc
2016-12-22 Raul Silveracmd/pprof: Re-enable weblist and disasm
2016-12-22 Brad Fitzpatricknet/http: restore Transport's Request.Body byte sniff...
2016-12-22 Elias Naurruntime: skip floating point hardware check on Android
2016-12-22 Mikio Haracmd/go: skip flaky TestCgoConsistentResults on FreeBSD
2016-12-21 Ian Lance Taylormisc/cgo/test: limit issue18146 attempts based on RLIMI...
2016-12-21 Brad Fitzpatrickdoc: fix install.html unclosed bold tag, link to /help/
2016-12-21 Austin Clementsruntime: avoid CreateThread panic when exiting process
2016-12-21 Kirill Smelkovcmd/compile/internal/ssa: add tests for BSWAP on stores...
next