]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-12-04 Joe Tsaiarchive/tar: properly parse GNU base-256 encoding
2015-12-04 Emmanuel Odekenet/http: Connection:close test is h1 specific
2015-12-04 Joe Tsaiarchive/tar: properly format GNU base-256 encoding
2015-12-04 Russ Coxsort: improve average quicksort performance
2015-12-04 Sokolov Yurago/ast: remove many blank lines in SortImports
2015-12-04 Burcu Dogannet/http: test max request body size against both HTTP...
2015-12-04 Brad Fitzpatricknet/http: convert TestSetsRemoteAddr to use clientServe...
2015-12-04 Russ CoxRevert "sort: improve average quicksort performance"
2015-12-04 Russ Coxencoding/json: streamline, unexport valid Number checking
2015-12-04 Russ Coxnet/mail: do not parse RFC 2047 tokens in quoted strings
2015-12-04 Sokolov Yurasort: improve average quicksort performance
2015-12-04 Mikio Haranet: fix parsing literal IPv6 address with zone identif...
2015-12-04 Mikio Haranet/mail: gofmt
2015-12-04 David du Colombiernet: return rooted DNS names on Plan 9
2015-12-04 Chris Broadfootdoc: correct ordering of go1.5 minor revisions
2015-12-03 Brad Fitzpatrickencoding/asn1: export tag and class constants
2015-12-03 Brad Fitzpatricknet/http: deflake a non-short test, clean up export_test.go
2015-12-03 Matthew Dempskycmd/compile: fix live variable reuse in orderstmt
2015-12-03 Mohit Agarwalmisc/cgo/testsanitizers: check linux major/minor versions
2015-12-03 Ian Lance Taylordoc: add note about cgo pointer passing rules to go1...
2015-12-03 Austin Clementsdebug/elf: transparently decompress compressed sections
2015-12-03 Austin Clementsdwbug/elf: support old-style compressed DWARF
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
next