]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-07-17 Mikio Haracmd/go: don't put mycmd in wrong directory
2015-07-16 Carlos Cnet/mail: add example to package
2015-07-16 Brad FitzpatrickA+C: more updates
2015-07-16 Brad Fitzpatricknet: RFC 6724 address selection
2015-07-16 David Crawshawcrypto/x509: iOS build tag
2015-07-16 Carlos Cnet/url: add example to URL.ResolveReference
2015-07-16 Rob Pikedoc: describe tracing, mention go fix
2015-07-16 Rob Pikeflag: add comment stating that Set is called in sequenc...
2015-07-16 Russ Coxtest/fixedbugs: disable issue11656.go on arm64
2015-07-16 Russ CoxRevert "runtime: diagnose invalid pointers during GC"
2015-07-16 Nigel Taoimage/color: fix format typo in the tests.
2015-07-16 Chris BroadfootA+C: Add missing entries, full names.
2015-07-15 Russ CoxRevert "cmd/internal/obj: fix pc/sp information for...
2015-07-15 Brad Fitzpatricknet/http: don't reuse conns after incomplete 100-contin...
2015-07-15 Brad FitzpatrickA+C: more updates, including Medium corporate CLA
2015-07-15 Andrew Gerrandcmd/go: fix parsing of Git SCP-like remotes
2015-07-15 Austin Clementsruntime: fix saved PC/SP after safe-point function...
2015-07-15 Austin Clementsruntime: run safe-point function before entering _Psyscall
2015-07-15 Matthew Dempskyruntime: fix go:nowritebarrier annotation on gcmarkwb_m
2015-07-15 Ian Lance Taylorcmd/compile: recognize embedded field in inlined function
2015-07-15 Russ Coxencoding/json: document and test overwrite of slice...
2015-07-15 Rob Pikeasm: fix error messages and comments for "register...
2015-07-15 Russ Coxruntime: diagnose invalid pointers during GC
2015-07-15 Russ Coxcmd/compile: fix PtrTo(t) for unnamed t with embedded...
2015-07-15 Russ Coxmath: fix Log2 test failures on ppc64 (and s390)
2015-07-15 Russ Coxencoding/json: fix out of phase error unmarshaling...
2015-07-15 Russ Coxnet/smtp: give example addrs in docs
2015-07-15 Russ Coxcmd/go: print all test flags in "go test -h"
2015-07-15 Russ Coxcmd/dist: diagnose lack of gcc earlier in build
2015-07-15 Nigel Taoimage/color: tweak the YCbCr to RGBA conversion formula.
2015-07-15 Russ Coxcmd/go: fix nocgo builder
2015-07-15 Rob Piketime: make it clearer how to format a fractional second
2015-07-15 Russ Coxos/exec: document that Cmd.Wait waits for stdin I/O
2015-07-15 Russ Coxreflect: wait longer before declaring select test stuck
2015-07-15 Russ Coxcmd/go: add test for issue 3652
2015-07-15 Russ Coxcmd/go: fix build
2015-07-15 Russ Coxcmd/go: accept go get domain.root
2015-07-15 Russ Coxcmd/go: fix go get -u handling of changing dependencies
2015-07-15 Russ Coxcmd/go: disable password prompt when running git
2015-07-15 Russ Coxdatabase/sql: document closing requirements for Stmts
2015-07-15 Russ Coxcrypto/x509: add /etc/ssl/cacert.pem to OmniOS cert...
2015-07-15 Russ Coxcmd/pprof: store temporary files in temporary directory
2015-07-15 Russ Coxcmd/pprof: run $BROWSER and system browser before Chrome
2015-07-15 Russ Coxcmd/go: fix TestVendorRun when $GOROOT is inside a...
2015-07-15 Russ Coxcmd/go: reject missing source code in go get -d, same...
2015-07-15 Russ Coxcmd/go: give full import stack for errors in dependenci...
2015-07-15 Russ Coxcmd/go: go test -race -i runtime/race must not install...
2015-07-15 Russ Coxdoc: add cmd/go's -pkgdir build option
2015-07-15 Russ Coxcmd/go: add -pkgdir build flag
2015-07-15 Russ Coxcmd/go: remove duplication of build flag info in testfl...
2015-07-15 Russ Coxcmd/go: fix error for go run with files in different...
2015-07-15 Russ Coxcmd/go: document that <meta> tags should be early in...
2015-07-15 Russ Coxcmd/go: diagnose trivial test import cycle
2015-07-15 Russ CoxRevert "cmd/compile: define func value symbols at decla...
2015-07-15 Russ Coxcmd/compile: define func value symbols at declaration
2015-07-15 Russ Coxcmd/internal/obj: fix pc/sp information for prologue
2015-07-15 Jeff R. Allennet/http: do not allow space or slash in Host headers
2015-07-15 David du Colombiernet: fix setKeepAlivePeriod on Plan 9
2015-07-15 Rob Pikedoc: add a few more details about arm and ppc64 to...
2015-07-15 Robert Griesemergo/types: fix internal inInteger operand predicate
2015-07-15 Didier Speziaencoding/xml: improve marshaller sanity checks of direc...
2015-07-15 Jonathan Rudenbergdoc/go1.5.html: fix and expand crypto/tls changes
2015-07-15 Brad FitzpatrickA+C: more updates before release
2015-07-15 Larz Conwellencoding/json: Only allow string option for valid types
2015-07-15 Brad FitzpatrickA+C: update for release
2015-07-15 Jonathan Rudenbergdoc/go1.5.html: fix typo
2015-07-14 Jonathan Rudenbergdoc/go1.5.html: fix typo
2015-07-14 Nevins Bartolomeocrypto: add SHA-512/224 and SHA-512/256 as described...
2015-07-14 David Crawshawcmd/go: do not create subdirs of $GOBIN
2015-07-14 Ian Lance Taylorcmd/go: warn on get from code.google.com that it is...
2015-07-14 Ian Lance Taylordoc/go1.5.html: fix typo.
2015-07-14 Nigel Taoimage/jpeg: don't unread a byte if we've already taken...
2015-07-14 Rob Pikedoc: document behavior change in image/color in release...
2015-07-14 Brad Fitzpatrickos/exec: fix plan9 build
2015-07-14 Ross Lightcmd/go: mark ssh:// URLs as secure
2015-07-14 Russ Coxruntime: fix build on non-x86 machines
2015-07-14 Brad Fitzpatrickos/exec: ignore pipe write errors when command complete...
2015-07-13 Rob Pikedoc: update the architecture-specific information in...
2015-07-13 Rob Pikecmd/internal/obj: rename *.out.go to a.out.go
2015-07-13 Austin Clementsruntime: fix MemStats.{PauseNS,PauseEnd,PauseTotalNS...
2015-07-13 Austin Clementsruntime: report MemStats.PauseEnd in UNIX time
2015-07-13 Russ Coxruntime: fix x86 stack trace for call to heap memory
2015-07-13 Russ Coxruntime: fix race in TestChanSendBarrier
2015-07-13 Mikio Haranet: clean up builtin DNS stub resolver, fix tests
2015-07-13 Russ Coxcmd/go: fix go get -u with internal
2015-07-13 Russ Coxruntime: add memory barrier for sync send in select
2015-07-13 Alan Donovango/internal/gcimporter: populate (*types.Package).Imports
2015-07-13 Nigel Taoimage/png: don't read filter bytes for empty interlace...
2015-07-13 Michael Hudson... cmd/dist: actually disable testso and testsovar on...
2015-07-13 Brad Fitzpatrickdoc: add section about standard library to the FAQ
2015-07-13 Rob Piketime: document that time.Tick creates an unrecoverable...
2015-07-12 Ian Lance Taylormisc/cgo/testshared: unset GOBIN during test
2015-07-12 Alex Brainmancmd/dist: disable misc/scgo/testsovar on netbsd
2015-07-12 Brad Fitzpatrickall: link to https for golang subdomains too
2015-07-12 Hariharan Srinathflag: Clarifies docs for Arg(int) and FlagSet.Arg(int)
2015-07-11 Brad Fitzpatrickall: link to https instead of http
2015-07-11 Brad Fitzpatricknet/http/fcgi: fix race between serveRequest and cleanUp
2015-07-11 Elias Naurruntime: abort on fatal errors and panics in c-shared...
2015-07-11 Alex Brainmanruntime: use AddVectoredContinueHandler on Windows...
2015-07-10 Charlie Dorianmath: Expm1 returns -1 with large negative argument.
next