]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2016-12-13 Vladimir Stefanoviccmd/cgo: add required gcc flags for GOARCH=mips{,le}
2016-12-13 Vladimir Stefanovicmisc/cgo/test: skip test18146 on mips{,64}
2016-12-13 Vladimir Stefanovictest/bench/go1: reduce fasta data size for mips{,64}
2016-12-13 Russ Coxcmd/go: fix go get -t -u path/... containing vendor...
2016-12-13 Alex Brainmandoc: debug/pe.Section is not new, Section.Relocs field is
2016-12-13 Daniel Theophanesos: must fixup path when 248 bytes long
2016-12-13 Tilman Dilocmd/vet: fix panic and handling of XML in struct field...
2016-12-13 Ian Lance Tayloros/exec: fix race in TestStdinCloseRace
2016-12-13 Brad Fitzpatricknet/http: update some comments
2016-12-13 Brad FitzpatrickA+C: automated update
2016-12-13 Ian Lance Taylorcmd/go: don't assemble all .s files in a single cmd...
2016-12-12 Shenghou Macmd/internal/obj/mips: replace MOVD with MOVF on 32...
2016-12-12 Max Riveirotime: parse WITA timezone correctly
2016-12-12 Ian Lance Taylorruntime: don't crash if signal delivered on g0 stack
2016-12-12 Brad Fitzpatrickdoc: remove Reddit as an official space where Code...
2016-12-12 Shenghou Madoc: mention Go requires OpenBSD 5.9 or above in go1...
2016-12-12 Joel Singruntime, syscall: update openbsd for changes to syskill
2016-12-11 Martin Möhrmannfmt: undo clearflags in catchPanic after error message...
2016-12-10 David Crawshawcmd/link: limit darwin dynlink symbol exports
2016-12-10 Martin Kreichgauercrypto/x509: marshal certificate revocation times in...
2016-12-09 Joe Tsaiio: update documentation on LimitedReader
2016-12-09 Brad Fitzpatrickdatabase/sql: use complete sentences in new docs
2016-12-09 Joe Tsaidoc: update go1.8.html
2016-12-09 Raul Silveraruntime/pprof: track locations for goroutine profiles
2016-12-09 Brad Fitzpatrickapi: remove testing Context accessors from go1.8.txt
2016-12-09 Brad Fitzpatrickgo/build: clarify Context.HasSubdir docs
2016-12-09 Austin Clementsdoc/go1.8: mention trace tool changes
2016-12-09 Joe TsaiRevert "testing: add T.Context method"
2016-12-09 Daniel Theophanesdatabase/sql: document that drivers may not return...
2016-12-09 Brad Fitzpatrickdoc: add http.NoBody and Transport change to go1.8...
2016-12-09 Robert Griesemercmd/compile/internal/obj: remove superfluous addvarint...
2016-12-08 Brad Fitzpatrickall: make spelling consistent
2016-12-08 Brad Fitzpatrickdoc: remove pprof TODOs from go1.8.html
2016-12-08 Brad Fitzpatricknet/http: don't retry Transport requests if they have...
2016-12-08 Michael Hudson... cmd/link: do not mark go.plugin.tabs as reachable in...
2016-12-08 Joe Tsaiio: fix MultiReader panic on nil reader.
2016-12-08 Ian Lance Tayloros: document that Rename does not replace an existing...
2016-12-07 Brad Fitzpatrickdoc: misc go1.8.html fixes
2016-12-07 Ian Lance Taylortest: add bug501.go, a gccgo compiler crash
2016-12-07 Austin Clementsruntime: add number of forced GCs to MemStats
2016-12-07 David Crawshawcmd/internal/obj: regenerate relocation strings
2016-12-07 Lynn Bogercmd/link: fix sym sect when splitting text on ppc64le
2016-12-07 Brad Fitzpatrickcrypto/x509: reduce test's sought number of system...
2016-12-07 Keith Randallruntime: on stack copy, adjust BP
2016-12-07 Odin Ugedalfmt: remove unnecessary else statement
2016-12-07 Russ Coxcrypto/*: document use or non-use of constant-time...
2016-12-07 Adam Langleycrypto/dsa: don't allow signing with degenerate private...
2016-12-07 Brad Fitzpatricknet: use baked-in port numbers as fallback if cgo port...
2016-12-07 Ian Lance Taylormisc/cgo/test: skip test18146 on Darwin
2016-12-07 Brad Fitzpatrickcmd/go: ensure streaming test's stdout, stderr are...
2016-12-06 Brad Fitzpatrickdoc: mention more binary download architectures
2016-12-06 Keith Randalldoc: mention concurrent map write/iterate detector
2016-12-06 Sebastien Binetreflect: add example for StructOf
2016-12-06 Brad Fitzpatricknet/http: update bundled http2
2016-12-06 David Crawshawcmd/link: hash packages after loading all symbols
2016-12-06 Shenghou Madoc/go1.8: remove mention of #16396
2016-12-06 Matthew Dempskycmd/compile: fix static-initialization compilation...
2016-12-06 Shenghou Madoc: document the mips port in install-source.html
2016-12-06 Ian Lance Taylormisc/cgo/test: ignore "too many open files" in issue...
2016-12-06 Chris Broadfootnet/http: fix typo in Request.GetBody's doc string
2016-12-05 Ian Lance Taylorruntime/cgo: retry pthread_create on EAGAIN for OpenBSD
2016-12-05 Ian Lance Taylormisc/cgo/test: skip Test18146 on DragonFly
2016-12-05 Shenghou Madoc/go1.8: document mips port requirements
2016-12-05 Ian Lance Taylorruntime/cgo: retry pthread_create on EAGAIN
2016-12-05 Ian Lance Taylorruntime: don't skip TestCgoCallbackGC on FreeBSD
2016-12-05 Russ Coxruntime: check that Version does not contain \r \n
2016-12-05 Cherry Zhangcmd/compile: find last StoreWB explicitly
2016-12-04 Dhananjay Nakranicmd/go: give useful error when msan isn't supported
2016-12-04 Emmanuel Odekehtml/template: lock in application/json as valid JS...
2016-12-04 Nodir Turakulovhtml/template: escape JS in application/json script tag
2016-12-03 Brad Fitzpatrickcmd/dist: remove special test timeout scale for Windows
2016-12-03 Brad Fitzpatrickruntime: skip GDB tests on mips64
next