]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-07-03 David Symondscmd/go: git checkout the correct default branch.
2013-07-03 Rob Pikedoc/go1.2.txt: stable sort
2013-07-03 ChaiShushannet/rpc: remove unnecessary code
2013-07-02 Adam Langleycrypto/tls: implement TLS 1.2.
2013-07-02 David Symondsgo/ast: improve doc for FuncDecl's Type field.
2013-07-02 Shenghou Maruntime: fix runtime.sigreturn_tramp for NetBSD/ARM
2013-07-02 Daniel Morsingcmd/gc: fix issue with method wrappers not having escap...
2013-07-02 Rémy Oudomphengcmd/gc: fix computation of equality class of types.
2013-07-02 Yasuhiro Matsumotomisc/vim: Allow multiple GOOS/GOARCH.
2013-07-02 Russ Coxsort: fix 32-bit build
2013-07-02 Jeff R. Allentime: prevent a panic from leaving the timer mutex...
2013-07-02 ChaiShushannet/rpc/jsonrpc: remove unused serverCodec.resp field
2013-07-02 Volker Doblersort: implement stable sorting
2013-07-02 Russ Coxreflect: add Value.Slice3 and Value.SetCap methods...
2013-07-02 Russ Coxcmd/gc: support x[i:j:k]
2013-07-01 Andrew Gerrandcmd/godoc: set up playground for examples that are...
2013-07-01 Russ Coxruntime: disable preemption test (fix build)
2013-07-01 Russ Coxruntime: disable preemption
2013-07-01 Dmitriy Vyukovruntime: fix memory leaks due to defers
2013-07-01 Russ Coxsync/atomic: remove test dependency on net/http
2013-07-01 David Bürginmisc/vim: Add compiler plugin for Go
2013-07-01 Jeff R. Allenimage/gif: do not allow pixels outside the current...
2013-06-30 Russ Coxlib9: restore printing of signed integers
2013-06-28 Rémy Oudomphengcmd/gc: fix missing export data for inlining in a few...
2013-06-28 Rémy Oudomphengtest: match gccgo error strings.
2013-06-28 Russ Coxruntime: shorten hash lookup stack frames
2013-06-28 Brad Fitzpatricknet/http: fix memory leak in Transport
2013-06-28 Rick Arnoldnet/smtp: preserve Auth errors
2013-06-28 Ian Lance Taylorinclude/plan9: define size_t to fix build breakage
2013-06-28 Russ Coxcmd/5g, cmd/6g, cmd/8g: fix comment
2013-06-28 Dmitriy Vyukovruntime: introduce GODEBUG env var
2013-06-28 Dmitriy Vyukovruntime: preempt goroutines for GC
2013-06-28 Ian Lance Taylorruntime: remove declaration of function that does not...
2013-06-27 Rick Arnoldflag: add Getter interface; implement for all Value...
2013-06-27 Paul van Brouwershavencrypto/x509: Added RFC 5280, section 4.2.2.1 Authority...
2013-06-27 Russ Coxcmd/go: add -coverpkg
2013-06-27 Russ Coxruntime: use gp->sched.sp for stack overflow check
2013-06-27 Dmitriy Vyukovruntime: fix goroutine status corruption
2013-06-27 Frithjof Schulzecrypto/tls: Change TLS version to 1.1 in the package...
2013-06-27 Brad FitzpatrickA+C: Frithjof Schulze (individual CLA) other email
2013-06-27 Adam Langleycrypto/elliptic: add constant-time, P-256 implementation.
2013-06-27 Dmitriy Vyukovundo CL 9776044 / 1e280889f997
2013-06-27 Dmitriy Vyukovruntime: fix CPU underutilization
2013-06-27 Dmitriy Vyukovruntime: fix argument printing during traceback
2013-06-27 Rob Pikedoc/go1.2.txt: cmd/go and coverage; simple hash Sum...
2013-06-27 Russ Coxruntime: record proper goroutine state during stack...
2013-06-27 Robin Eklindcrypto/sha512: update comment for the Sum512 function.
2013-06-27 Ian Lance Taylorruntime: remove unused typedef
2013-06-27 Alex Brainmansyscall: handle empty environment variable values prope...
2013-06-26 Charles Leemisc/emacs: fix godef-jump on Windows.
2013-06-26 Ian Lance TaylorA+C: Charles Lee (individual CLA)
2013-06-26 Rob Pikecrypto/sha512: provide top-level Sum512 and Sum384...
2013-06-26 Rob Pikecrypto/sha256: provide top-level Sum and Sum224 functions
2013-06-26 Russ Coxcmd/go: proper rebuild of affected packages during...
2013-06-26 Rob Pikecrypto/md5: provide a top-level Sum function
2013-06-26 Rob Pikecmd/go: log compilation errors when scanning directorie...
2013-06-26 Dmitriy Vyukovmisc/dashboard: show all race builders as "race"
2013-06-26 Rémy Oudomphengtest: match gccgo error strings.
2013-06-26 Ian Lance Taylortest/shift1.go: recognize gccgo errors
2013-06-26 Rob Pikecrypto/sha1: provide a top-level Sum function
2013-06-25 Russ Coxcmd/gc: fix escape analysis ordering
2013-06-25 Russ Coxcmd/ld: fix line numbers when using fieldtrack
2013-06-25 Russ Coxcodereview: force hg update after hg pull -u during...
2013-06-25 Ian Lance Taylorlib9: avoid all -Wconversion warnings
2013-06-25 Dmitriy Vyukovsync: fix race instrumentation of WaitGroup
2013-06-25 Alex Brainmanruntime: do not mark os memory as executable on windows
2013-06-25 Rémy Oudomphengtest: add shift expression incorrectly rejected by...
2013-06-25 Dave Cheneylibmach: trivial: resolve unused parameter warnings
2013-06-25 Alex Brainmanruntime: change netpoll in preparation for windows...
2013-06-25 Dave Cheneylibmach: trivial: resolve unused parameter warnings
2013-06-25 Rob Pikecrypto/sha1: mark block as non-escaping
2013-06-25 Dave Cheneysyscall: reduce duplication between *bsd and linux
2013-06-24 Rob Pikehash: tweak the package docs
2013-06-24 Brad Fitzpatricknet/http: Transport should return an error when respons...
2013-06-24 ChaiShushannet/rpc: fix RegisterName rejects "." character.
2013-06-24 ChaiShushannet/rpc: call client.Close() when test exit
2013-06-24 ChaiShushanmisc/{bbedit|IntelliJIDEA|kate}: add missing delete...
2013-06-24 Dmitriy Vyukovruntime/pprof: disable testing under race detector
2013-06-24 Russ Coxtime: avoid garbage collector aliasing bug
2013-06-24 Adam Langleycompress/bzip2: don't panic on invalid input.
2013-06-24 Alex Brainmanruntime: do not generate code during runtime in windows...
2013-06-24 ChaiShushanmisc/notepadplus: add missing operator keyword
2013-06-24 ChaiShushanmisc/notepadplus: add missing delete keyword
2013-06-24 Andrew GerrandA+C: ChaiShushan (individual CLA)
2013-06-24 Dave Cheneyos: rename error_posix.go to error_unix.go
2013-06-23 Rémy Oudomphengcmd/gc: fix pointer composite literals in exported...
2013-06-22 Rick Arnoldtime: handle integer overflow in Sub
2013-06-22 Dave Cheneysyscall: reduce duplication between *bsd and linux
2013-06-21 Robert Griesemerspec: fix spec on conversions to match implementations
2013-06-21 Robert Griesemergo/parser: always provide a non-nil path for imports
2013-06-21 Rob Piketesting: include cover mode in cover profile
2013-06-21 Robert Griesemergo/*: support for slices with cap: s[:j:k] and s[i...
2013-06-21 Adam Langleycmd/6a, cmd/6l: add PCLMULQDQ instruction.
2013-06-21 Dave Cheneyall: avoid leaking fds during tests
2013-06-20 Rob Pikeall: excise some warts found by vet -shadow
2013-06-20 Ian Lance Taylordoc: update gccgo docs
2013-06-20 Brad Fitzpatricknet/http: fix confusing shadowing in ProxyFromEnvironment
2013-06-20 Rob Pikeall: fix shadowing bugs found by go tool vet -shadow
2013-06-20 Rob Pikecmd/go: put the coverage information on the summary...
2013-06-20 Adam Langleycrypto/x509: add function to marshal EC private keys.
next