]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-11-17 Daniel Martícmd/cover: don't ignore os.Create error
2016-11-17 Scott Belldatabase/sql: additional underlying types in DefaultVal...
2016-11-16 Kevin Burkenet: add example for CIDRMask
2016-11-16 Ian Lance Taylorruntime/cgo: fixes for calling sigaction in C
2016-11-16 Brad Fitzpatricknet: disable TestAcceptTimeout for now
2016-11-16 Daniel Theophanesdatabase/sql: guard against driver.Stmt.Close panics
2016-11-16 Mikio Haranet: deflake TestAcceptTimeout again
2016-11-16 David Chasecmd/compile: ensure necessary types appear in .debug_info
2016-11-16 Cherry Zhangcmd/internal/obj/arm64: fix branch too far for CBZ...
2016-11-16 Brad Fitzpatrickruntime/pprof: skip profiling tests on mips if highres...
2016-11-16 Mikio Haranet: deflake TestAcceptTimeout
2016-11-16 Brad Fitzpatrickmath/rand: make floating point tests shorter on mips...
2016-11-16 Daniel Martíall: call flag.Parse from TestMain only if used
2016-11-16 David Crawshawcmd/link: handle R_GOTPCREL separately on darwin
2016-11-16 Ian Lance Taylordatabase/sql: clarify when statement in transaction...
2016-11-16 Daniel Martícmd/compile: remove some unused code
2016-11-16 Mikio Haranet: don't run TestTCPBig unconditionally
2016-11-16 Bryan C. Millsruntime/cgo: use libc for sigaction syscalls when possible
2016-11-16 Mikio Haranet/http: fix a typo in test
2016-11-16 Ian Lance Tayloros/exec: add closeOnce.WriteString method
2016-11-16 Brad Fitzpatrickapi, doc: update go1.8.txt and next.txt
2016-11-15 Vladimir Stefanovicruntime: add support files for linux/mips{,le} port
2016-11-15 Ian Lance Taylortest: add test case that failed when built with gccgo
2016-11-15 David du Colombiersyscall: define bind flags on Plan 9
2016-11-15 Ian Lance Taylorcmd/cgo: add missing period in comment
2016-11-15 Ian Lance Taylorcmd/cgo: run cgo pointer checks for pointer to union
2016-11-15 David Crawshawcmd/go: use build ID as plugin symbol prefix
2016-11-15 David Crawshawcmd/link, runtime, plugin: versioning
2016-11-15 Ian Lance Taylorall: don't call t.Fatal from a goroutine
2016-11-15 Brad Fitzpatricknet: add test that TCP Close unblocks blocked Reads
2016-11-15 Ian Lance Taylormisc/cgo/testcarchive, misc/cgo/testcshared: sleep...
2016-11-15 Caleb Sparehtml/template: fix multiple Clones of redefined template
2016-11-15 Mikio Haraos: gofmt -w -s
2016-11-15 Brad Fitzpatricknet/http: update bundled http2 for write scheduling...
2016-11-15 Rob Piketext/template: efficient reporting of line numbers
2016-11-14 Brad Fitzpatricknet/http: update bundled http2, add TestServerKeepAlive...
2016-11-14 Brad FitzpatrickRevert "text/template: efficient reporting of line...
2016-11-14 Marcel Edmund... html/template: typo fix
2016-11-14 Rob Piketext/template: efficient reporting of line numbers
2016-11-14 Josh Bleecher... cmd/go/testdata/src: gofmt
2016-11-14 Jesse Szwedkosyscall: Clearenv now unsets env vars on Windows
2016-11-13 David du Colombiernet/http: enable timeout tests on Plan 9
2016-11-13 David du Colombiernet/http: fix error message in TestClientWriteShutdown
2016-11-13 Josh Bleecher... Revert "cmd/vet: ignore printf failures in cmd"
2016-11-13 Josh Bleecher... all: fix vet nits
2016-11-13 Thordur Bjornssonencoding/hex: Document DecodedLen.
2016-11-13 David du Colombiernet: enable timeout tests on Plan 9
2016-11-13 Dhananjay Nakranicmd/vet: ignore unrecognized verbs for fmt.Formatter
2016-11-12 Martin Möhrmanntime: simplify stringification of Month
2016-11-12 David du Colombiernet/http/httptest: remove workaround on Plan 9
2016-11-12 Joe Tsaicompress/flate: add examples
2016-11-12 Patrick Leecmd/pprof: add options to skip tls verification
2016-11-12 David du Colombiernet: enable TestReadTimeoutUnblocksRead on Plan 9
2016-11-12 Brad Fitzpatrickruntime/internal/atomic: add TestUnaligned64
2016-11-12 Brad Fitzpatrickcontext: document appropriate WithValue key type more
2016-11-12 David du Colombiernet: implement asynchonous cancelable I/O on Plan 9
2016-11-12 Ian Lance Taylortime: use 1e9 rather than 1e-9 in Duration calculations
2016-11-12 Vladimir Stefanoviccmd/dist: add support for GOARCH=mips{,le}
2016-11-12 Daniel Martícmd/internal/browser: add chromium to the list of browsers
2016-11-12 Dmitri Shuralyovall: spell "marshal" and "unmarshal" consistently
2016-11-11 Brad Fitzpatricknet: deflake TestTCPSupriousConnSetupCompletion [sic]
2016-11-11 Quentin Smithcmd/go: skip TestCgoPkgConfig if pkg-config is too old
2016-11-11 Brad Fitzpatricktime: don't panic stringifying the zero Month
2016-11-11 Rhys Hiltnerruntime: include pre-panic/throw logs in core dumps
2016-11-11 Brad Fitzpatricknet/smtp: make Client.Auth trim final space if Auth...
2016-11-11 Russ Coxruntime: fix Windows profiling crash
2016-11-11 Bill O'Farrellmath: use SIMD to accelerate some scalar math functions...
2016-11-11 Brad Fitzpatricknet/http: make Server respect shutdown state after...
2016-11-11 Russ Coxtext/template: reintroduce implicit indirect of interfa...
2016-11-11 Russ Coxtime: update Timer.Stop doc to account for AfterFunc
2016-11-11 Kenny Grantnet/http: make Server log on bad requests from clients
2016-11-11 Brad Fitzpatricknet/http: deflake new TestInterruptWithPanic_h2
2016-11-11 Russ Coxnet: apply tcp4/tcp6 restrictions to literals in Resolv...
2016-11-11 Russ Coxruntime/pprof: delete new TestCPUProfileParse
2016-11-11 Michael Matloobruntime/pprof/internal: delete package gzip0
2016-11-11 Kevin Burkecmd/gofmt, crypto/tls: fix typos
2016-11-11 Josh Bleecher... cmd/vet/all: add bitwidths for mips and mipsle
2016-11-11 Josh Bleecher... all: fix vet nits
2016-11-11 Keegan Carruthers... go/doc: don't panic if method is missing recv type
2016-11-11 Richard Gibsonnet: bring domain name length checks into RFC compliance
2016-11-11 Emmanuel Odekeencoding/json: encode nil Marshaler as "null"
2016-11-11 Hiroshi Iokacmd/pprof: don't print binary outputs in interactive...
2016-11-11 Ian Lance Taylorcmd/go: don't set default GOPATH to GOROOT
2016-11-11 David Crawshawreflect: rename, document TestUnaddressableField
2016-11-11 Ian Lance Taylorcmd/link: for -buildmode=exe pass -no-pie to external...
2016-11-11 Brad Fitzpatricknet/http: document relation and interaction with golang...
2016-11-11 Ian Lance Taylorcmd/cgo: don't ignore qualifiers, don't cast to void*
2016-11-11 Francesc Campoygo/build: implement default GOPATH
2016-11-11 Robert Griesemerdoc/go1.8.txt: mention that struct conversions ignore...
2016-11-11 David Crawshawcmd/link: use plugin path in visibility analysis
2016-11-10 Ian Lance Taylorcmd/cgo: don't depend on runtime/cgo if !CgoEnabled
2016-11-10 Robert Griesemercmd/gofmt: don't overwrite read-only files
2016-11-10 Brad Fitzpatricknet/http: update bundled http2 for ErrAbortHandler...
2016-11-10 Brad Fitzpatricknet/http: deflake TestClientTimeout
2016-11-10 Brad Fitzpatricknet/http: update Transport doc example to not disable...
2016-11-10 Brad Fitzpatricknet/http: update bundled http2
2016-11-10 Brad Fitzpatricknet/http: add ErrAbortHandler, make Server quiet if...
2016-11-10 Brad Fitzpatricknet/http: document that Server.Close and Shutdown don...
2016-11-10 Ian Lance Taylordebug/elf: SPARC64 relocation type is only 8 bits
2016-11-10 Brad Fitzpatricknet/http: document and deprecate type and errors of...
next