]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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.
2013-06-20 Rémy Oudomphengtest: match gccgo error messages
2013-06-20 Andrew Gerrandcmd/go: document that files beginning with . or _ are...
2013-06-19 Adam Langleycrypto/tls: change advertised ciphersuite order.
2013-06-19 Rob Pikecmd/go: another attempt at flag handling for coverage
2013-06-19 Rob Pikecmd/go: simplify flags for coverage
2013-06-18 Rob Pikecmd/go: write coverage to file, add percentage statistic
2013-06-18 Robert Griesemermath/big: fix Errorf verb
2013-06-18 Russ Coxcmd/gc: fix race detector on tail-call wrappers
2013-06-18 Cosmos Nicolaouos/exec: make exec_test.go:TestExtraFilesFDShuffle...
2013-06-18 Dave Cheneycmd/cgo: avoid leaking fds
2013-06-18 Andrew Gerranddoc: style tweaks in preparation for Google Feedback...
2013-06-18 David Bürginmisc/vim: Added filetype settings for comments.
2013-06-18 David SymondsA+C: David Bürgin (individual CLA)
2013-06-17 Alex Jinnet/smtp: close conn in SendMail; add Client.Close...
2013-06-17 Brad FitzpatrickA+C: Alex Jin (individual CLA)
2013-06-17 Paul van Brouwershavencrypto/x509: Added RFC 5280, section 4.2.1.14 to parseC...
2013-06-17 Brad FitzpatrickA+C: Paul van Brouwershaven (individual CLA)
2013-06-17 Nicolas Owensnet: fix LookupNS on Plan 9
2013-06-17 Brad FitzpatrickA+C: Nicolas Owens (individual CLA)
2013-06-17 Dan Petersontesting: use -bench flag and fix flags doc link
2013-06-17 Brad FitzpatrickA+C: Dan Peterson (individual CLA)
2013-06-17 Brad Fitzpatrickcrypto/cipher: StreamWriter.Closer docs + behavior...
2013-06-17 Dmitriy Vyukovruntime/race: add tests for method thunks
2013-06-17 Dmitriy Vyukovruntime: fix test for new closure representation
2013-06-17 Benny Siegertrun.bash: raise ulimit for the number of threads.
2013-06-15 Dmitriy Vyukovruntime: fix race condition between GC and setGCPercent
2013-06-15 Dmitriy Vyukovruntime: improve scheduler fairness
next