]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2015-11-24 Caleb Sparetesting: pause the test timer while waiting in T.Parallel
2015-11-24 dvyukovruntime/race: add tests for channels
2015-11-24 Ilya Tocarruntime: speed up memclr with avx2 on amd64
2015-11-24 Dave Cheneyruntime: skip CallbackGC test in short mode on linux/arm
2015-11-24 Alex Brainmanruntime: fix handling VirtualAlloc failure in sysUsed
2015-11-24 Robert Griesemertest: add test case for issue 13268
2015-11-24 Andrew Gerranddoc: add Code of Conduct
2015-11-24 Robert Griesemercmd/compile: remove dead code
2015-11-24 Caleb Sparetest: remove dead branch from run.go
2015-11-24 Michael Hudson... runtime: mark {g,m,p}uintptr methods as nosplit
2015-11-24 Austin Clementsruntime: take stack barrier lock during copystack
2015-11-24 Alex Brainmanruntime: do not call timeBeginPeriod on windows
2015-11-24 Robert Griesemercmd/compile: remove yacc-based parser
2015-11-24 Ian Lance Taylorcmd/link: support R_PPC_REL32 relocation
2015-11-23 Rob Pikehtml/template: add DefinedTemplates to html/template
2015-11-23 Robert Griesemercmd/compile: simplify parsing of possibly absent type
2015-11-23 Rob Pikedoc: update 1.6.txt for fmt.Scanf change
2015-11-23 Nodir Turakulovfmt: check newline in the end of input
2015-11-23 Austin Clementsruntime: clean up gcMarkDone
2015-11-23 Austin Clementsruntime: improve stack barrier debugging
2015-11-23 Austin Clementsruntime: make stack barrier locking more robust
next