]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2016-04-11 Andrew Gerrand[release-branch.go1.6] go1.6.1 go1.6.1
2016-04-11 Andrew Gerranddoc: document Go 1.6.1 and Go 1.5.4
2016-04-08 Alex Brainmanruntime: leave directory before removing it in TestDLLP...
2016-04-08 Brad Fitzpatricksyscall: point to x/sys in DLL loading docs, update...
2016-04-08 Brad Fitzpatrickruntime, syscall: only search for Windows DLLs in the...
2016-04-08 Brad Fitzpatrickcrypto/rsa, crypto/ecdsa: fail earlier on zero parameters
2016-04-08 Robert Griesemercrypto/dsa: eliminate invalid PublicKey early
2016-03-03 Chris Broadfoot[release-branch.go1.6] doc: add link to 1.6 release...
2016-03-02 nwidger[release-branch.go1.6] doc: update release tag in sourc...
2016-02-17 Rahul Chaudhry[release-branch.go1.6] doc: fix typo in go1.6 release...
2016-02-17 Chris Broadfoot[release-branch.go1.6] doc: document Go 1.6
2016-02-17 Russ Coxgo1.6 go1.6
2016-02-17 Russ Coxall: merge master into release-branch.go1.6
2016-02-17 Russ Coxdoc: remove DRAFT tags from go1.6.html
2016-02-17 Russ Coxnet/http: update bundle command
2016-02-17 Russ Coxdoc: mention multi-change branches in contribute.html
2016-02-16 Ian Lance Taylorcmd/go: avoid race on test environment
2016-02-16 Austin Clementsruntime: fix deadlock in TestCrashDumpsAllThreads
2016-02-16 Russ Coxcmd/compile: print struct tags in var decl in inlined...
2016-02-16 Alex Brainmannet: make TestInterfaceAddrsWithNetsh more robust
2016-02-16 Austin Clementsruntime: show panics in traceback
2016-02-16 Russ Coxdoc: fix remaining TODOs in Go 1.6 release notes
2016-02-16 Austin Clementsdoc: tweak Go 1.6 GC release notes
2016-02-16 Austin Clementsdoc: fix non-possessive "'s"
2016-02-13 Ian Lance Taylorruntime: remove debugging print in cgoCheckTypedBlock
2016-02-13 Brad Fitzpatricknet/http: update bundled http2 to fix gzip crash on...
2016-02-12 Keith Randallcmd/compile: add write barrier to type switch
2016-02-12 Ian Lance Taylorruntime: return errno value from Solaris mmap as expected
2016-02-12 Ryan Browncmd/link: fix padding for dwarf aranges on 32 bit platf...
2016-02-12 Ian Lance Taylorruntime: fix errno sign for some mmap and mincore cases
2016-02-11 Brad Fitzpatrickruntime: add test for mincore's return value sign on...
2016-02-10 Brad Fitzpatricknet/http/httptest: make Server.CloseClientConnections...
2016-02-10 Robert Griesemergo/internal/gcimporter: interpret relative srcDir relat...
2016-02-10 Volker Doblernet: make getmac based tests on windows more robust
2016-02-09 Brad Fitzpatricknet/http: be more conservative about enabling http2...
2016-02-09 Russ Coxcmd/go: use GOPATH order for compile -I and link -L...
2016-02-09 Russ Coxbuild: mv cmd/vendor cmd/internal/unvendor
2016-02-09 Russ Coxcmd/go: silence standard imports non-standard error...
2016-02-09 Brad Fitzpatricknet/http: make ListenAndServeTLS treat GetCertificate...
2016-02-08 Robert Griesemergo/constant: fix String() implementation
2016-02-08 Brad Fitzpatrickruntime: fix comment
2016-02-08 Robert Griesemergo/types: make sure constants valid in integer operatio...
2016-02-07 Mikio Hararuntime: don't call testing.Fatal from worker goroutines
2016-02-06 Ian Lance Taylornet/http: deflake TestCloseNotifierPipelined
2016-02-05 Brad Fitzpatricknet/http: fix doc typo
2016-02-05 Brad Fitzpatricknet/http: update bundled http2
2016-02-05 Brad Fitzpatricknet/http: document Request.Header and Request.Close...
2016-02-04 Keith Randallruntime: don't expose stack buffer in stringto{byte...
2016-02-04 Andrew Gerranddoc: rewrite references to plan9.bell-labs.com to 9p.io
2016-02-04 Ian Lance Taylorruntime: skip TestSignalExitStatus on Solaris
2016-02-04 Ian Lance Taylordoc: correct old function names in strconv comments...
2016-02-03 Chris Broadfoot[release-branch.go1.6] go1.6rc2 go1.6rc2
2016-02-03 Chris Broadfootall: merge master into release-branch.go1.6
2016-02-03 Brad Fitzpatricknet/http/httputil: also remove non-standard Proxy-Conne...
2016-02-03 Brad Fitzpatricksync: deflake TestWaitGroupMisuse3
2016-02-03 Russ Coxcmd/go: fix rebuild after installation of new Go release
2016-02-03 Ian Lance Taylorcmd/vet: don't crash in cgo checker if type is unknown
2016-02-03 Rob Pikemisc: update timezone database to IANA 2016a
2016-02-02 Russ Coxcmd/go: document that -msan requires clang
2016-02-02 Brad Fitzpatrickruntime/pprof: mark dragonfly and solaris as bad at...
2016-02-02 Brad Fitzpatricknet/http/httputil: fix spelling of Trailer hop-by-hop...
2016-02-02 Brad Fitzpatricknet/http: mark TestTLSServerClosesConnection as flaky...
2016-02-02 Russ Coxall: merge master into release-branch.go1.6
2016-02-02 Russ Coxarchive/zip: handle pre-zip64 zip files containing...
2016-02-02 Russ Coxcmd/go: avoid use of git -C, which does not exist in...
2016-02-02 Russ Coxruntime: deflake TestGoroutineProfileTrivial
2016-02-02 Russ Coxall: merge master into release-branch.go1.6
2016-02-02 Austin Clementsruntime: start an M when handing off a P when there...
2016-02-01 Brad Fitzpatricknet/http: update bundled http2, fix Transport memory...
2016-02-01 Ian Lance Taylorruntime: avoid write barrier in cgo mmap code
2016-02-01 Robert Griesemercmd/compile: fix parsing of inlined interface types...
2016-01-29 Brad Fitzpatrickos: document that FindProcess always succeeds on Unix
2016-01-29 Russ Coxcmd/go: avoid a few symlink-induced errors in internal...
2016-01-29 Russ Coxcmd/vet: report uncalled functions in Printf %v
2016-01-29 Mikio Haranet: deflake TestListenerClose
2016-01-29 Andrew Gerranddoc: link to block example in go1.6 doc
2016-01-29 Rahul Chaudhryunsafe: fix typo in documentation of valid Pointer...
2016-01-28 Brad Fitzpatrickdoc: don't imply that the new HTTP status 451 is from...
2016-01-28 Ian Lance Taylorruntime: align stack in sigfwd for darwin/386
2016-01-28 Chris Broadfoot[release-branch.go1.6] cmd/newlink: remove from release... go1.6rc1
2016-01-27 Chris Broadfoot[release-branch.go1.6] go1.6rc1
2016-01-27 Ian Lance Taylorruntime: handle kindString in cgoCheckArg
2016-01-27 Russ Coxmisc/cgo/test: disable sigaltstack test on darwin/386
2016-01-27 Russ Coxruntime: deflake TestNumGoroutine
2016-01-27 Russ Coxruntime/cgo: more +build cgo tags
2016-01-27 Brad Fitzpatrickcmd/internal/obj/x86: skip test when GOHOSTARCH is set
2016-01-27 Russ Coxruntime/cgo: add cgo build tag to C files
2016-01-27 Dmitry Vyukovruntime/race: run tests with GOMAXPROCS=1
2016-01-27 Richard Millerruntime: remove redundant empty function call from...
2016-01-27 Russ Coxdoc: mention ServeFile change in go1.6.html
2016-01-27 Russ Coxcmd/go: refine definition of 'standard' import paths...
2016-01-27 Ian Lance Taylorunsafe: clarify wording in recent Alignof changes
2016-01-27 Ian Lance Taylordoc: mention signal changes for c-archive/c-shared
2016-01-27 Brad Fitzpatricknet/http: add protections against misuse of ServeFile
2016-01-27 Richard Millercmd/go: recognise plan9_arm object files
2016-01-27 Richard Millercmd/link: correct byte ordering in plan9_arm object...
2016-01-27 Ian Lance Taylorunsafe: clarify that Alignof returns required alignment
2016-01-27 Brad Fitzpatrickdatabase/sql: implement Scan of time.Time, document...
2016-01-27 Russ Coxruntime: fix upper bound on out-of-memory print
2016-01-27 Russ Coxruntime: guard against array out of bounds in Goroutine...
next