]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2016-01-06 Russ Coxcmd/dist: assume amd64 on OS X, don't run sysctl
2016-01-06 Russ Coxtime: document that RFC1123 is wrong for times in UTC
2016-01-06 Russ Coxos/exec: document that examples assume Unix
2016-01-06 Russ Coxtest/bench/shootout: delete
2016-01-06 Russ CoxRevert "cmd/dist: improve isGitRepo to handle git ...
2016-01-06 Russ Coxcrypto/dsa: adjust GenerateParameters comment
2016-01-06 Alex Brainmaninternal/syscall/windows/registry: adjust TestGetMUIStr...
2016-01-06 Tamir Dubersteincmd/dist: improve isGitRepo to handle git "worktree"s
2016-01-06 Matthew Dempskycmd/compile: recognize bool(true) as a constant expression
2016-01-06 Ian Lance Tayloros/signal: Stop restores original signal handling
2016-01-06 Andrew Gerrandnet/http: better documentation for Transport
2016-01-06 Brad Fitzpatricknet/http/pprof: stop profiling if client's connection...
2016-01-06 Brad Fitzpatricknet/http: update bundled copied of x/net/http2 to git...
2016-01-06 Brad Fitzpatrickdoc: note the net/http CloseNotifier changes in go1...
2016-01-06 Ian Lance Taylordoc: mention new SIGPIPE behavior in 1.6 release notes
2016-01-06 Ian Lance Taylorruntime: call msanwrite on object passed to runtime/cgo
2016-01-06 Brad Fitzpatrickcrypto/hmac: update link to FIPS HMAC spec
2016-01-06 Adam Langleycrypto/x509: handle ECC private keys with the wrong...
2016-01-06 Kevin Vucmd/compile/internal/gc: fix initialization logic
2016-01-06 Tamir Dubersteincmd/dist: correct run's comment
2016-01-06 Michael Hudson... cmd/go: special case shared library name when passed...
2016-01-06 David Benjaminencoding/asn1: fix off-by-one in parseBase128Int.
2016-01-05 Brad FitzpatrickA+C: automated update
2016-01-05 Brad Fitzpatricklog/syslog: document that syslog is frozen
2016-01-05 Brad Fitzpatricknet/http: make Client use Request.Cancel for timeouts...
2016-01-05 Robert Griesemerspec: New year, new spec update (to refer to Unicode...
next