]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-11-30 Kenny Grantnet/http: remove logging on bad client requests
2016-11-30 Kevin Burkecmd/compile/internal/gc: document variables and functions
2016-11-30 Dan Petersondoc: note net/UnixListener.SetUnlinkOnClose in go1...
2016-11-29 Robert Griesemergo/ast: fix doc string for ast.GenDecl
2016-11-29 Dan Petersonnet: expand nss myhostname fallback detection
2016-11-29 Ian Lance Taylordoc: add note about gccgo go go1.8.html
2016-11-29 Ian Lance Taylordoc: add notes about cgo to go1.8.html
2016-11-29 Brad Fitzpatrickcrypto/tls: update CBC Lucky13 warning a bit
2016-11-29 Brad Fitzpatrickdoc: more additions to go1.8.html
2016-11-29 Brad Fitzpatrickdoc: more go1.8.html tweaks and new context additions...
2016-11-29 Robert Griesemercmd/compile/internal/syntax: remove unused node field
2016-11-29 Daniel Theophanesdatabase/sql: do not bypass the driver locks with Conte...
2016-11-29 Dhananjay Nakranicmd/go: report position info in package errors
2016-11-29 Hana Kiminternal/pprof/profile: parse mutex profile including...
2016-11-29 Michal Bohusláveknet/http/httptest: fix typo in doc comment
2016-11-29 Robert Griesemercmd/compile: don't panic on syntax error in select...
2016-11-29 Austin Clementsruntime: fall back to /proc/self/auxv in Android libs
2016-11-29 Austin Clementsruntime: extract Linux auxv handling
2016-11-29 Brad Fitzpatrickdoc: more go1.8.html updates
2016-11-29 Brad Fitzpatrickdoc: update go1.8.html after feedback from Russ
2016-11-29 Ian Lance Taylorcmd/link: handle STT_COMMON symbols
2016-11-29 Russ Coxos: fix handling of Windows Unicode console input and ^Z
2016-11-29 David Crawshawos: Executable can use /proc/self/exe on android
2016-11-28 Brad Fitzpatricknet/http, net/http/httptest: cross-reference the two...
2016-11-28 Ian Lance Taylorinternal/pprof: don't discard allocations called by...
2016-11-28 Joe Tsainet/http: document restrictions on ETag as expected...
2016-11-28 Kavirajnet: document that Header.Get key is case insensitive
2016-11-28 Michael Mundaycmd/asm: fix parsing of the s390x instructions VSTE...
2016-11-28 Mikio Haranet: add missing comma on BUGS section for consistency
2016-11-26 Joe Tsainet: update documentation on Conn and PacketConn
2016-11-25 Daniel Martítesting: comment out flag.Parse from example
2016-11-24 Brad Fitzpatrickdatabase/sql: force users of NamedParam to name struct...
2016-11-24 Daniel Theophanesdoc: add database/sql and os changes to go1.8 release...
2016-11-24 Dan Petersonnet/http: fix receiver for Server.Shutdown and Server...
2016-11-23 Michael Mundayruntime/cgo: save correct floating point registers...
2016-11-23 Brad Fitzpatricktest: remove amd64 build tag from test
2016-11-23 Russ Coxmath/rand: export Source64, mainly for documentation...
2016-11-23 Brad Fitzpatrickdoc: add net/http section to go1.8.html
2016-11-23 Brad Fitzpatrickcmd/gofmt: don't call Chmod on windows
2016-11-23 Elias Naurdoc: add SIGPIPE behaviour change to go1.8.txt
2016-11-23 Ian Lance Taylorreflect: fix typo in comment
2016-11-23 Ian Lance Taylorreflect: fix size of StructOf ending in zero-sized...
2016-11-22 Daniel Theophanesdatabase/sql: fix TestPendingConnsAfterErr
2016-11-22 Joe Tsaidoc: fix typos in go1.8.html
2016-11-22 Brad Fitzpatrickdoc: more go1.8.html content
2016-11-22 David du Colombiercmd/go: print CC environment variables on Plan 9
2016-11-22 Michael Mundayruntime/pprof/internal/protopprof: fix test on s390x
2016-11-22 Russ Coxruntime: do not print runtime panic frame at top of...
2016-11-22 Brad Fitzpatrickdoc: more go1.8.html content
2016-11-22 Michael Matloobruntime/pprof: generate heap profiles in compressed...
2016-11-22 Brad Fitzpatrickdoc: go1.8.html updates from Joe Tsai
2016-11-22 Brad Fitzpatrickdoc: start of go1.8.html release notes
2016-11-22 Brad Fitzpatricktime: make Parse validate day's lower bound in addition...
2016-11-22 Brad Fitzpatricknet/http: fix parallel tests using global DefaultTransport
2016-11-22 Ian Lance Taylorruntime: sleep a bit to let a bad signal be delivered
2016-11-22 Ian Lance Taylorcmd/go: don't clobber `go env GOGCCFLAGS`
2016-11-22 David Crawshawcmd/compile, cmd/link: weak relocation for ptrTo
2016-11-22 Brad Fitzpatricknet/http: skip TestLinuxSendfile on mips64 for now
2016-11-22 Russ Coxmath/big: add Baillie-PSW test to (*Int).ProbablyPrime
2016-11-22 Cherry Zhangruntime/internal/atomic: crash on unaligned 64-bit...
2016-11-22 Brad Fitzpatrickcmd/dist: skip plugin tests on noopt builder for now
2016-11-22 Russ Coxbuild: fix cross-compile on Plan 9
2016-11-22 Russ Coxencoding/json: document what happens to MarshalText...
2016-11-21 Brad Fitzpatrickcmd/go: skip slow tests on mips when run under builders
2016-11-21 Brad Fitzpatricknet/http: maybe fix TestLinuxSendfile on mips64
2016-11-21 Ian Lance Taylorcmd/go: don't check standard packages when using gccgo
2016-11-21 Brad Fitzpatrickarchive/zip: skip large concurrent tests in race mode
2016-11-21 Brad Fitzpatricknet/http: deflake TestClientTimeout
2016-11-21 Cherry Zhangruntime/internal/atomic: crash on unaligned 64-bit...
2016-11-21 Cherry Zhangruntime: make work.bytesMarked 8-byte aligned
2016-11-21 Michael Matloobruntime/pprof: emit count profiles with debug=0 as...
2016-11-20 Austin Clementsruntime: wake idle Ps when enqueuing GC work
2016-11-20 Austin Clementsruntime: exit idle worker if there's higher-priority...
2016-11-19 Ian Lance Taylormisc/cgo/testcshared: add explicit ./ to shared library...
2016-11-18 Robert Griesemergo/internal/gccgoimporter: handle conversions in export...
2016-11-18 Keith Randallcmd/cover: handle multiple samples from the same location
2016-11-18 Robert Griesemerspec: add subtitles to section on "for" statements
2016-11-18 Austin Clementscmd/trace: fix goroutine view
2016-11-18 Robert Griesemerspec: remove => (alias) operator from Operators and...
2016-11-18 Robert Griesemerspec: clarify type elision rules for composite literals
2016-11-18 Philip Hofercmd/compile: in cse, allow for new ssa values
2016-11-18 Özgür Kesimtext/template: handle option missingkey=error consistently
2016-11-18 Cherry Zhangcmd/compile: make a copy of Phi input if it is still...
2016-11-18 Elias Naurruntime: handle SIGPIPE in c-archive and c-shared programs
2016-11-18 Robert Griesemergo/types: look at underlying type of element type of...
2016-11-17 Adam Langleycrypto/tls: reject zero-length SCTs.
2016-11-17 woodsajcrypto/tls: reject CT extension with no SCTs included
2016-11-17 Vladimir Stefanovicruntime/pprof/internal/protopprof: fix TestTranslateCPU...
2016-11-17 Austin Clementsruntime: improve diagnostics for "scan missed a g"
2016-11-17 Ian Lance Taylorcmd/cgo: ignore top-level qualifiers in function args...
2016-11-17 Brad Fitzpatrickarchive/zip: avoid overflow in record count and byte...
2016-11-17 Daniel Theophanesdatabase/sql: ensure all driver Stmt are closed once
2016-11-17 Michael Mundaycmd/asm/internal/asm: fix copy/paste errors in comment
2016-11-17 Brad Fitzpatrickruntime/pprof: fix typo in test
2016-11-17 Elias Naurmisc/cgo: decrease test failure timeouts
2016-11-17 Mikio Haranet: use testenv.SkipFlaky instead of testing.Skip
2016-11-17 Brad Fitzpatrickfmt: fix typo
2016-11-17 Alex Brainmandebug/pe: do not create symbol table if FileHeader...
2016-11-17 Alex Brainmanos: add more tests in TestReadStdin
2016-11-17 Mikio Haranet: tweak comment on ExampleCIDRMask
next