]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-01-13 Russ Coxruntime: make NumGoroutine and Stack agree not to inclu...
2016-01-13 Russ Coxmath/big: fix Exp(x, x, x) for certain large x
2016-01-12 Ian Lance Taylorcmd/cgo: document C.sizeof_T and zero-sized field restr...
2016-01-12 Denys Honsiorovskyinet/http: support URLs without schemes in http.Redirect
2016-01-12 Austin Clementsruntime: mark greyobject go:nowritebarrierrec
2016-01-12 Austin Clementsruntime: remove out-of-date comment
2016-01-12 Austin Clementsruntime: fix incorrect comment
2016-01-12 Andrew Gerranddoc: add Overview and other small edits to How To Write...
2016-01-11 Michael Hudson... cmd/go: pass -no-pie along with -Wl,-r to gcc when...
2016-01-11 Brad Fitzpatricknet: disable sendfile on Solaris for now
2016-01-11 Ian Lance Taylorruntime: fix ppc64le cgocallback code
2016-01-11 Ian Lance Taylorruntime: return full error for first test to be built
2016-01-11 Robert Griesemergo/types: slightly better doc strings
2016-01-11 Robert Griesemergo/importer: use correct path for path->package map
2016-01-11 Ian Lance Taylorruntime: fix arm/arm64/ppc64/mips64 to dropm when necessary
2016-01-11 Rick Hudsonruntime: eagerly share GC work buffers
2016-01-10 Adam Langleydoc: note GCM behaviour change in Go 1.6.
2016-01-10 Adam Langleycrypto/cipher: always zero dst buffer on GCM authentica...
2016-01-10 Yao Zhangcmd/dist: restrict parallel tests to NumCPU on mips64x
2016-01-10 Brad Fitzpatricknet/http: update bundled http2
2016-01-10 Harshavardhananet/http: don't remove Expect Request header in Server.
2016-01-09 Emmanuel Odekenet/http: improve ReadResponse test coverage
2016-01-09 Matt Robenoltnet: fix typo in lookup_windows getprotobyname
2016-01-09 Mikio Haranet: stop scanning for domain name once the first label...
2016-01-09 Ian Lance Taylorruntime: for c-archive/c-shared, install signal handler...
2016-01-09 Robert Griesemergo/types, go/importer: importing package unsafe is...
2016-01-08 Austin Clementsruntime: clean up gctrace format
2016-01-08 Robert Griesemergo/types: provide Importer2 supporting the Go 1.5 vendo...
2016-01-08 Austin Clementsruntime/pprof: skip TestStackBarrierProfiling on FreeBS...
2016-01-08 Brad Fitzpatrickapi: more go1.6 API additions
2016-01-08 Robert Griesemermath/big: fix typo in comment
2016-01-08 Russ Coxapi: fix build for go/build change
2016-01-08 Mikio Hararuntime/testdata: gofmt
2016-01-08 Russ Coxcmd/compile: apply -importmap to imports before checkin...
2016-01-08 Brad Fitzpatricknet/http: fix validHeaderValue yet again, excluding...
2016-01-08 Russ Coxgo/build: invert AllowVendor to IgnoreVendor
2016-01-08 Ian Lance Taylorruntime: save callee-saved regs in darwin-amd64 library...
2016-01-08 Ian Lance Taylorruntime: add nowritebarrierrec to funcs called at signa...
2016-01-08 Russ CoxRevert "net: ensure that malformed domain names report...
2016-01-08 Joel Singcmd/dist: fix cgoTestSO on FreeBSD amd64 with GOHOSTARC...
2016-01-08 Russ Coxos: read only 10,000 bytes at a time from Windows console
2016-01-08 Paul Wankadiaregexp/syntax: fix factoring of common prefixes in...
2016-01-08 Daniel Speichertnet/textproto: accept multi-line error messages
2016-01-08 Russ Coxnet: ensure that malformed domain names report a consis...
2016-01-08 Alex Brainmaninternal/syscall/windows: correct GetACP and MultiByteT...
2016-01-08 Ian Lance Taylorencoding/json: doc: Decode only writes to exported...
2016-01-08 Russ Coxdatabase/sql: guard against panics in driver.Stmt imple...
2016-01-08 Russ Coxruntime: allow signal.Ignore of user-generated throwing...
2016-01-08 Russ Coxruntime: fix up OS X kernel bug sending user-generated...
2016-01-08 Russ CoxRevert "runtime: make NumGoroutine and Stack agree...
2016-01-08 Russ Coxruntime: make NumGoroutine and Stack agree not to inclu...
2016-01-08 Russ Coxencoding/base64: fix streaming decode of padding-free...
2016-01-08 Ian Lance Tayloros/signal: clarify signal doc
2016-01-08 David du Colombieros: fix rename on Plan 9
2016-01-08 Brad FitzpatrickA+C: manual updates
2016-01-08 Brad Fitzpatricknet/http: fix too-strict validation of server header...
2016-01-08 Robert Griesemergo/doc: don't drop "factory" functions with dot-importe...
2016-01-08 Ian Lance Taylorcmd/cgo, runtime: recognize unsafe.Pointer(&s[0]) in...
2016-01-08 Russ Coxtime: restore old error text for day out of range
2016-01-08 Russ Coxnet: LookupAddr("127.0.0.1") is "localhost" not "localh...
2016-01-08 Brad Fitzpatricknet/http: document GODEBUG settings, update bundled...
2016-01-07 Brad Fitzpatricknet/http: add some tests around sending & receiving...
2016-01-07 Matthew Dempskycmd/compile: recognize !typedbool is typed
2016-01-07 Austin Clementsruntime: fix sigprof stack barrier locking
2016-01-07 Austin Clementsruntime: increase assumed stack size in externalthreadh...
2016-01-07 Austin Clementsruntime: don't ignore success of cgo profiling tracebacks
2016-01-07 Russ Coxnet: document ":port" syntax in Dial, Listen, ListenPacket
2016-01-07 Russ Coxruntime: add pointer to net and net/http for more GODEB...
2016-01-07 Brad Fitzpatricknet/http: update bundled http2, fixes TestConcurrentRea...
2016-01-07 Michael McGreevynet/http: Minor fix to error messages in test.
2016-01-07 Russ Coxdoc: mention that Go no longer calls timeBeginPeriod...
2016-01-07 Michael Hudson... doc: update 1.6 release notes with buildmode progress
2016-01-07 Russ Coxdoc: remove note about installing from source for ARM
2016-01-07 Brad Fitzpatricknet/http: update bundled http2; fixes TestTransportAndS...
2016-01-07 Andrew Gerranddoc: show relevant test instructions on install page
2016-01-07 Ian Lance Taylormisc/cgo/testcarchive,testcshared: deflake tests
2016-01-07 Tamir Dubersteincmd/dist: improve isGitRepo to handle git "worktree"s
2016-01-07 Russ Coxcmd/go: for go get -insecure, skip TLS certificate...
2016-01-07 Mikio Haranet/http, net/http/httputil: fix nits found by vet
2016-01-07 Russ Coxarchive/zip: fix reading, writing of zip64 archives
2016-01-07 Russ Coxos: document that Rename overwrites existing file
2016-01-07 Russ Coxgo/build: allow @ in #cgo directives for OS X
2016-01-06 Ian Lance Taylordoc: fix incorrect example in asm.html
2016-01-06 Ian Lance Taylorruntime: set new m signal mask to program startup mask
2016-01-06 Ian Lance Taylorruntime: preserve signal stack when calling Go on C...
2016-01-06 Brad Fitzpatrickruntime/pprof: skip TestStackBarrierProfiling on dragon...
2016-01-06 Russ Coxdoc: document release support policy
2016-01-06 Russ Coxdoc: document linux/ppc64 kernel requirement (2.6.37...
2016-01-06 Russ Coxdoc: fix source link in gdb docs
2016-01-06 Russ Coxcmd/go: do not force use of git master branch (again)
2016-01-06 Russ Coxdoc: discuss copyright changes in contribute.html
2016-01-06 Russ Coxnet: check /etc/hosts for modifications every 5 seconds...
2016-01-06 Brad Fitzpatricknet/http: fix flaky TestTransportCancelBeforeResponseHe...
2016-01-06 Brad Fitzpatricknet/http: add mechanism for marking flaky http tests
2016-01-06 Russ Coxdoc/play: update URL for concurrent pi
2016-01-06 Brad Fitzpatricknet/http: update bundled http2, add test for Transport...
2016-01-06 Robert Griesemergo/importer: always handle forward-declared imports...
2016-01-06 Russ Coxtesting: move comment inside T.Parallel
2016-01-06 Russ Coxnet: fix timeout test bug
2016-01-06 Russ Coxruntime/pprof: point to new docs about kernel bugs
next