]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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...
2016-12-21 Kirill Smelkovio: fix PipeWriter.Close to wake up Writes
2016-12-21 Koichi Shiraishibuild: fix darwin/arm broken on macOS 10.12 with Xcode 8.0
2016-12-21 Takuya Uedago/parser: fix reference in ParseExprFrom docs
2016-12-21 Brad FitzpatrickRevert "cmd/go: note when some Go files were ignored...
2016-12-21 Ian Lance Taylorcmd/vet: avoid crash in cgo test on recursive type
2016-12-21 Brad FitzpatrickA+C: automated update
2016-12-21 Mikio Haranet: make InterfaceByIndex return a consistent name...
2016-12-20 David du Colombiernet: fix LookupCNAME on Plan 9
2016-12-20 Vladimir Stefanovicdoc: add mips, mips64 information to asm.html
2016-12-20 Brad Fitzpatricknet/http, doc: more redirect documentation
2016-12-20 Brad Fitzpatricknet: mark TestDialerDualStackFDLeak as flaky on OpenBSD
2016-12-20 Matthew Dempskynet: make LookupCNAME's native behavior match its cgo...
2016-12-20 Austin Clementsruntime: avoid incorrect panic when a signal arrives...
2016-12-20 Ian Lance Taylormisc/cgo/testcshared: wait up to 1 second in main2.c
2016-12-20 Shenghou Madoc/go1.8: document that CGO_ENABLED is sticky
2016-12-20 Kevin Burkecrypto/x509: fix spelling/grammar in comments
2016-12-20 Brad Fitzpatrickcrypto/x509: speed up and deflake non-cgo Darwin root...
2016-12-20 Kevin Burkecmd/cover: fix spelling mistake
2016-12-20 Joe Tsaidoc: remove archive/zip changes from go1.8.html
2016-12-20 Joe TsaiRevert: "archive/zip: handle mtime in NTFS/UNIX/Extende...
2016-12-20 Dhananjay Nakranicmd/cover: retain un-attached compiler directives
2016-12-19 Shenghou Maruntime: use mincore to detect physical page size as...
2016-12-19 Austin Clementsruntime: clean up and improve reflect.methodValue comments
2016-12-19 Keith Randallcmd/compile: test for correct zeroing
2016-12-19 Alberto Donizetticmd/go: fix doc about examples with empty Output
2016-12-19 Matthew Dempskycmd/compile: restore zero assignment optimization for...
2016-12-19 Mikio Haracrypto/tls: fix a typo
2016-12-19 Michael Hudson... cmd/compile, runtime: a different approach to duplicate...
2016-12-16 Joe Tsaipath/filepath: deprecate HasPrefix
2016-12-16 Austin Clementsruntime: cross-reference _func type better
2016-12-16 Kevin Burkeruntime/pprof: fix spelling in test
2016-12-16 Mikio Haranet: clarify IP.IsGlobalUnicast docs
2016-12-16 Ian Lance Taylorruntime/pprof: deflake tests for heavily loaded systems
2016-12-16 Ian Lance Taylormisc/cgo/testsanitizer: don't run msan tests if msan...
2016-12-15 Bryan C. Millsruntime: preserve callee-saved C registers in sigtramp
2016-12-15 Brad Fitzpatricknet/http: deflake TestServerTimeouts maybe
2016-12-15 Vladimir Stefanovictest: add mipsx case to nosplit.go
2016-12-15 Ian Lance Taylortest: add test gcc78763.go that caused a gccgo compiler...
2016-12-15 Chris Broadfootapi: add openbsd syscall constants go1.8beta2
2016-12-15 Chris Broadfootnet/http: update bundled http2
2016-12-15 Chris Broadfootdoc/help: tweak descriptions, make official channels...
2016-12-15 Vladimir Stefanovicmisc/cgo/test: add mipsx test case for #9400
2016-12-15 Vladimir Stefanovictest/fixedbugs: add mipsx case to issue11656
2016-12-15 Mikio Haranet: fix comment on IPv4bcast
2016-12-15 Raul Silveracmd/pprof: search for sample types in profile
2016-12-15 Mikio Haranet: fix ParseCIDR docs
2016-12-15 David Crawshawcmd/go, plugin: disable plugins on darwin
2016-12-15 Kevin Burkenet: fix typo
2016-12-15 Cherry Zhangruntime: fix mips assembly
2016-12-15 Ian Lance Taylornet: fix consecutive dialing docs
2016-12-15 Vladimir Stefanoviccmd/dist: enable cgo by default for GOARCH=mips{,le}
2016-12-15 Brad Fitzpatricknet/http/httptrace: clarify WroteRequest may be called...
2016-12-15 Vladimir Stefanovictest: enable fixedbugs/issue10607 test on GOARCH=mips...
2016-12-15 Vladimir Stefanoviccmd/objdump: disable objdump_test with external linking...
2016-12-14 Vladimir Stefanovicruntime: add cgo support for GOARCH=mips{,le}
2016-12-14 Vladimir Stefanoviccmd/link: add external linking support for GOARCH=mips...
2016-12-14 David Crawshawcmd/link: do not export plugin C symbols
2016-12-14 Brad Fitzpatricknet/http: deflake TestClientTimeout_Headers_h2 on Windows
2016-12-14 Robert Griesemergo/internal/gccgoimporter: accept missed portions of...
2016-12-14 Euan Kempruntime: correct writebarrier typos
2016-12-14 Daniel Theophanesdatabase/sql: do not store Tx options in Context
2016-12-14 Euan Kempcrypto/aes: correct 'noescape' typo in s390x
2016-12-14 Matt Layhernet: change "mask" to "prefix length" in ParseCIDR...
2016-12-14 Kavirajnet: document consecutive dialing in net.Dial
2016-12-14 Ian Lance Taylorcmd/link: improve -X doc wording
2016-12-14 Ian Lance Taylorcmd/cgo: don't strip qualifiers from C void* pointer
2016-12-14 Ian Lance Taylorcmd/link: explain how to find the name to use for -X
next