]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-12-29 Shawn Smithdoc/contribute: golang-dev -> golang-codereviews
2013-12-29 Shawn Smithreflect: remove length check for arrays in deepValueEqual
2013-12-29 Shawn Smithio: add tests for SectionReader ReadAt and Size
2013-12-29 Shawn Smithcrypto/hmac: add tests for Size() and BlockSize()
2013-12-29 Dave Cheneyruntime: load runtime.goarm as a byte, not a word
2013-12-28 Ian Lance Taylornet: work around Solaris connect issue when server...
2013-12-28 Shawn Smithbytes: add test for Contains
2013-12-28 Shawn Smitharchive/tar: add test case for passing nil to FileInfoH...
2013-12-27 Martin Olssonall: fix a few spelling errors in source comments
2013-12-27 Ian Lance TaylorA+C: Martin Olsson (individual CLA)
2013-12-27 Ian Lance Taylornet: use DialTimeout in TestSelfConnect
2013-12-27 Shawn Smithstrconv: add tests for FormatBool and AppendBool
2013-12-27 Shawn Smithstrconv: remove unused atof32int function
2013-12-27 Shawn Smithcrypto/cipher: remove unused shift1 function
2013-12-26 Brad Fitzpatricknet/http: quiet distracting test spam
2013-12-26 Brad Fitzpatricknet/http: fix data race in benchmark
2013-12-26 John Newlinnet/http: Release reference to chunkWriter's bufio...
2013-12-26 Brad FitzpatrickC: add John Newlin (Google CLA)
2013-12-26 Marko Tiikkajadatabase/sql: Use all connections in pool
2013-12-24 Ian Lance Taylorruntime/cgo: include <signal.h> to fix build
2013-12-24 Ian Lance Taylorruntime/cgo: always set signal mask before calling...
2013-12-23 Yasuhiro Matsumotomisc/vim: Fix broken quote
2013-12-22 S.Çağlar Onurcgo/runtime: replace sigprocmask with pthread_sigmask.
2013-12-22 Ian Lance TaylorA+C: S.Çağlar Onur (individual CLA)
2013-12-21 Shawn Smithbytes, strings: improve Title test coverage by adding...
2013-12-21 Alex Brainmandoc/go1.3.txt: mention windows syscall.NewCallbackCDecl
2013-12-21 David du Colombieros: reimplement HasPrefix and LastIndex to not depend...
2013-12-21 Russ Coxcmd/gc: do not compute dead value maps if they will...
2013-12-20 Jakub Ryszard... net/http: empty contenty-type treated as application...
2013-12-20 Russ Coxcmd/gc: address 1½ liveness bottlenecks
2013-12-20 Russ Coxcmd/gc: bypass DATA instruction for data initialized...
2013-12-20 Rob Pikesync: explain Pool's intentions
2013-12-20 Brad FitzpatrickA+C: Jakub Ryszard Czarnowicz (individual CLA)
2013-12-20 Josh Bleecher... doc: fix typo in Effective Go
2013-12-20 Brad Fitzpatrickio/ioutil: use sync.Pool in Discard
2013-12-20 Russ Coxlibmach: remove old object file readers
2013-12-20 Adam Langleycrypto/tls: rework reference tests.
2013-12-20 Russ Coxcodereview: switch defaultcc to golang-codereviews
2013-12-20 Alex A Skinnernet: ParseIP should return nil if :: doesn't expand...
2013-12-20 Shenghou Maruntime: fix build for OpenBSD
2013-12-20 Shenghou Maruntime: unblock signals when we try to core dump
2013-12-19 Keith Randallreflect: rewrite Value to separate out pointer vs....
2013-12-19 Russ Coxliblink: allow either of a pair of conflicting symbols...
2013-12-19 Brad Fitzpatricknet/http: add Hihack benchmark
2013-12-19 Rémy Oudomphengruntime: reduce delays in finalizer test.
2013-12-19 David du Colombieros: rename only works as part of the same directory...
2013-12-19 Rob Pikego/build: mention 'tag' as an alias for 'build constraint'
2013-12-19 Adam Langleycrypto/x509: import crypto/sha256
2013-12-19 ChaiShushancmd/yacc: expr example support windows
2013-12-19 Joel Singcmd/ld: make hostobj work on newer openbsd
2013-12-19 Mikio Haranet: rename TestReadConfig to TestDNSReadConfig
2013-12-19 Alex Brainmansyscall: add NewCallbackCDecl again
2013-12-19 Alex Brainmanruntime/pprof: skip tests that fail on windows-amd64...
2013-12-19 Brad Fitzpatrickcompress/flate: use io.ByteReader in docs
2013-12-19 Keith Randallruntime: mark objects in free lists as allocated and...
2013-12-19 Mikio Haranet: don't return a nested error when happy eyeballs...
2013-12-19 Brad Fitzpatrickregexp: use sync.Pool
2013-12-19 Russ Coxliblink: use explicit field for globl duplicate detection
2013-12-19 Russ Coxdebug/goobj: expand package prefix correctly
2013-12-18 David du Colombiersyscall: disallow slashes in file names on Plan 9
2013-12-18 Brad Fitzpatricknet/http: use sync.Pool
2013-12-18 Brad Fitzpatrickencoding/json: use sync.Pool
2013-12-18 Dave Cheneyliblink, cmd/gc: resolve several shift warnings
2013-12-18 Shenghou Macmd/go: show testflag help for "go test -h"
2013-12-18 Mikio Haranet: add test cases for the both of netgo, cgo DNS...
2013-12-18 Jakob Borgencoding/asn1: Fix parsing of non-printable strings in
2013-12-18 Jeff R. Allenmath/rand: Float32/64 must only return values in [0,1)
2013-12-18 ChaiShushancmd/yacc: gofmt y.go
2013-12-18 Nigel Taoimage/gif: respect local color table transparency.
2013-12-18 David du Colombiercmd/6g, cmd/gc, cmd/ld: fix Plan 9 amd64 warnings
2013-12-18 David du Colombierlibmach, cmd/8l: fix Plan 9 warnings
2013-12-18 David du Colombierliblink: fix Plan 9 warnings
2013-12-18 Brad Fitzpatrickfmt: use sync.Pool
2013-12-18 Brad Fitzpatricksync: add Pool type
2013-12-18 Brad Fitzpatrickapi: update next.txt
2013-12-18 Ian Lance Taylorliblink: don't search for an import file with an absolu...
2013-12-18 Russ Coxcmd/nm: minor cleanup from previous CL
2013-12-18 Shawn Smithencoding/csv: remove unused unreadRune function
2013-12-18 Shawn Smithhtml: add tests for UnescapeString edge cases
2013-12-18 Shawn Smithencoding/asn1: add more test cases for BitString.At...
2013-12-18 Shawn Smithencoding/json: add test for HTMLEscape
2013-12-18 ChaiShushanmisc/notepadplus: Fix Function List in Notepad++ 6.5
2013-12-18 Robert Griesemergo/ast: added example illustrating CommentMap use.
2013-12-18 Shawn Smithencoding/ascii85: add empty string case for Encode...
2013-12-18 Anfernee Yongkun Guinet: test dnsconfig_unix with sample resolv.conf
2013-12-18 Adam Langleycrypto/x509: set default signature hash to SHA256 and...
2013-12-18 Josh Bleecher... crypto/x509: add non-cgo darwin system anchor certs
2013-12-18 Brad Fitzpatrickencoding/json: speed up decoding
2013-12-18 Brad FitzpatrickA+C: Anfernee Yongkun Gui (individual CLA)
2013-12-18 Andrew Gerrandlog: fix example (fix build)
2013-12-18 ChaiShushanlog: add example
2013-12-18 Andrew GerrandA+C: Nicolas Antonius Ernst Leopold Maria Kaiser (indiv...
2013-12-18 ChaiShushanflag: remove unused FlagSet.exitOnError field
2013-12-18 Mikio Haranet: make TestDNSThreadLimit execute at the end of...
2013-12-18 Shenghou Maliblink: rewrite '\\' in paths to '/' on windows
2013-12-18 Alex Brainmanruntime: skip broken TestRuntimeGogoBytes on windows
2013-12-18 Russ Coxcmd/go: avoid use of 'go tool pack'
2013-12-18 Russ Coxcmd/dist: avoid use of 'go tool pack'
2013-12-18 Russ Coxcmd/gc: implement -pack flag
2013-12-18 Keith Randallruntime, gc: call interface conversion routines by...
next