]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-12-03 Russ Coxcrypto/x509: introduce ErrInsecureAlgorithm for insecur...
2015-12-03 Brad Fitzpatricknet/http: make Client follow redirects even if Request...
2015-12-03 Benjamin Prosnitznet: fix failing TestGoLookupIPOrderFallbackToFile
2015-12-03 Brad Fitzpatrickdoc: remove shallow clone mention from go1.6.txt
2015-12-03 Volker Dobleros: be more specific on what flags are used for
2015-12-03 Russ Coxencoding/json: revise docs for Unmarshal into map,...
2015-12-03 Russ Coxmisc/cgo/testsanitizers: do not run with clang < 3...
2015-12-03 Russ Coxencoding/xml: document new chardata tag
2015-12-03 Austin Clementsruntime: fix sanity check in stackBarrier
2015-12-03 Shenghou Maruntime: note interactions between GC and MemProfile
2015-12-03 Alex Brainmannet: return rooted DNS names on windows
2015-12-03 Rahul Chaudhryos: skip TestHardLink on Android.
2015-12-03 Chris Broadfootdoc: correct release date for go1.5.2
2015-12-03 Chris Broadfootdoc: document go1.5.2
2015-12-02 Alexandre Cesaronet/mail: add test index to error messages in a recent...
2015-12-02 Rahul Chaudhrycmd/go: allow buildmode=c-shared for android/arm64.
2015-12-02 Rahul Chaudhryruntime: set TLSG_IS_VARIABLE for android/arm64.
2015-12-02 Rahul Chaudhryruntime/cgo: define x_cgo_inittls() for android/arm64.
2015-12-02 Michael Hudson... cmd/internal/obj: fix stack barriers in ppc64le shared...
2015-12-02 Ian Lance Taylorcmd/cgo: error, not panic, if not enough arguments...
2015-12-02 Håvard Haugencmd/compile: don't allow blank method declarations...
2015-12-02 INADA Naokidatabase/sql: Add DB.SetConnMaxLifetime
2015-12-02 Alexandre Cesaronet/mail: use base64 encoding when needed in Address...
2015-12-02 Ian Lance Taylorcmd/go: fix reading PT_NOTE segment with multiple notes
2015-12-02 Joe Tsaicompress/bzip2/testdata: make Mark.Twain-Tom.Sawyer...
2015-12-02 Joe Tsaiarchive/tar: convert Reader.Next to be loop based
2015-12-02 Brad Fitzpatricknet/http: enable HTTP/2 on all Transports, not just...
2015-12-02 Ian Lance Taylortime: fix handling of -07, handle Z07
2015-12-02 Joe Tsaiarchive/tar: move parse/format methods to standalone...
2015-12-02 Ingo Oesernet/mail: better errors on non-ascii characters
2015-12-02 Benjamin Prosnitznet: fall back to hosts file if DNS lookup fails, despi...
2015-12-01 Russ Coxencoding/base64: add package-level example
2015-12-01 Russ Coxregexp/syntax: fix handling of \Q...\E
2015-12-01 Carlos Cirellonet/http/httputil: add package level examples
2015-12-01 Russ Coxtesting: document that T and B are safe for concurrent...
2015-12-01 Blake Gentrynet/http: retry idempotent HTTP reqs on dead reused...
2015-12-01 David Benjaminencoding/asn1: Reject invalid INTEGERs.
2015-12-01 Joe Tsaiarchive/tar: fix issues with readGNUSparseMap1x0
2015-12-01 Joe Tsaiarchive/tar: properly handle header-only "files" in...
2015-12-01 Russ Coxbufio: clarify Read docs
2015-12-01 Colin Crossarchive/zip: enable overriding (de)compressors per...
2015-12-01 Aleksandr Demakingo/types: fix race-y initialization of Struct.offsets
2015-12-01 Brad Fitzpatrickmime: let FormatMediaType format slash-less media types...
2015-12-01 Brad Fitzpatrickmime: don't accept single-quoted strings in media type...
2015-12-01 Marcel van... unicode/utf8: add test for FullRune
2015-12-01 Michael Hudson... runtime: set r12 to sigpanic before jumping to it in...
2015-11-30 Robert Griesemerspec: clarify examples for struct field tags
2015-11-30 Robert Griesemercmd/compile: remove unused global variable loophack
2015-11-30 Robert Griesemercmd/compile: document parsing decision for imported...
2015-11-30 Brad Fitzpatricknet/http: update h2_bundle.go
2015-11-30 Burcu Dogannet/http: define File as an io.Seeker
2015-11-30 Carlos Cio/ioutil: add examples to functions
2015-11-30 Carlos Cio: add examples to functions
2015-11-29 Mikio Haranet: fix typo in test
2015-11-29 Ian Lance Taylorcmd/compile: add 386 special case for testing first...
2015-11-29 Ian Lance Taylorcmd/cgo: make the char * pointer in GoString const
2015-11-28 Mikio Haranet: force LookupAddr results to be rooted DNS paths...
2015-11-28 Shenghou Mapath: fix typo
2015-11-28 Robert Griesemercmd/compile: remove gratuituous type conversions
2015-11-28 Robert Griesemercmd/compile: use correct line number for := (LCOLAS)
2015-11-28 Adam Langleycrypto/x509: permit serial numbers to be negative.
2015-11-27 Mikio Haranet: fix case insensitivity lookup for local database...
2015-11-27 Shenghou Macmd/cover: allow part selection to be retained across...
2015-11-26 Tamir Dubersteincmd/yacc: memory allocation improvements
2015-11-26 Ralph Corderoycrypto/tls: Server can specify an unadvertised cipher...
2015-11-26 Joe Tsaicompress/flate: tweak offsetCode so that it can be...
2015-11-26 Brad Fitzpatricknet/http: add test that automatic gzip works for HTTP2...
2015-11-26 Robert Griesemerspec: clarify that iota is incremented even if not...
2015-11-26 Didier Speziago/build: fix cgo ${SRCDIR} substitution when that...
2015-11-26 Dmitry Vyukovinternal/race: add package
2015-11-26 sergey.arseevcmd/internal/obj/x86: add support for TSX instructions
2015-11-25 Michael Hudson... syscall: skip tests that create a user namespace when...
2015-11-25 Matthew Dempskydoc: update go1.6.txt for cmd/cgo's C.complexfloat...
2015-11-25 Matthew Dempskycmd/cgo: fix C.complexfloat and C.complexdouble
2015-11-25 Matthew Dempskycmd/cgo: handle another Clang DWARF quirk
2015-11-25 Robert Griesemercmd/compile: clearer error for invalid array/slice...
2015-11-25 Caleb Spareregexp: fix one-pass compilation
2015-11-25 Caleb Spareregexp: fix LiteralPrefix for certain onepass progs
2015-11-25 Caleb Spareregexp: add Copy method to Regexp
2015-11-25 Tamir Dubersteinregexp/syntax: correctly print `^` BOL and `$` EOL
2015-11-25 Giulio Iottiencoding/xml: case-insensitive encoding recognition
2015-11-25 Michal Bohuslávekencoding/xml: reject invalid comments
2015-11-25 Charles Weillencoding/xml: Add CDATA-wrapper output support to xml...
2015-11-25 Aliaksandr... encoding/gob: reduce the amount of memory allocations.
2015-11-25 Erik Dubbelboerencoding/json: check if Number is valid
2015-11-25 Joe Tsaihash/crc32: add noescape tags to assembly functions
2015-11-25 Brad Fitzpatricknet/http: more HTTP/2 tests and fixes
2015-11-25 Michael Hudson... runtime: fix conflict resolution in golang.org/cl/14207
2015-11-25 Shenghou Maruntime: check that masks and shifts are correct aligned
2015-11-24 Robert Griesemercmd/compile: remove references to go.y and update docum...
2015-11-24 Rob Piketext/template,html/template: correct comment in Defined...
2015-11-24 Jakub Čajkacompress: make Mark.Twain-Tom.Sawyer.txt licensed under...
2015-11-24 Austin Clementsruntime: make gcFlushBgCredit go:nowritebarrierrec
2015-11-24 Austin Clementsruntime: recursively disallow write barriers in sighandler
2015-11-24 Rob Pikeencoding/gob: document that zero elements of arrays...
2015-11-24 David du Colombiersyscall: don't check result of close(fd) in forkAndExec...
2015-11-24 Elias Naurruntime: use a proper type, sigset, for m.sigmask
2015-11-24 Michael Hudson... test: add ability to run tests with dynamic linking
2015-11-24 Carlos Cirellounicode: add function level examples
2015-11-24 Aaron Jacobsunicode/utf8: don't imply that the empty string is...
next