]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2020-07-09 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-07-07 Russ Coxgo/build: rewrite TestDependencies to be cleaner, more...
2020-07-07 Russ Coxall: go get golang.org/x/net@ab3426394381
2020-07-07 Carlos Amedeedoc/go1.15: update Go 1.15 release notes using relnote
2020-07-07 Russ Coxpath/filepath: add explicit comment marking elided...
2020-07-06 Ian Lance Taylorcmd/go: display test binary output if invoked with...
2020-07-06 Cherry Zhangcmd/oldlink: port bug fixes to old linker
2020-07-06 Russ Coxgo/build: remove use of package log
2020-07-05 Alberto Donizettidoc/go1.15: fix wording in a few places
2020-07-03 Danielcrypto/tls: create certs w/o KeyEncipherment KU for...
2020-07-02 Daniel MartíRevert "encoding/json: don't reuse slice elements when...
2020-07-01 Cherry Zhangcmd/link: skip fallocate test if not supported, and...
2020-07-01 Cherry Zhangcmd/link: fix GC data reading from shared library ...
2020-07-01 Cherry Zhangcmd/link: mark special symbols reachable
2020-07-01 Tobias Klauserdoc: add riscv64 to ports list
2020-06-30 Cherry ZhangRevert "cmd/link: fix GC data reading from shared library"
2020-06-30 Cherry Zhangcmd/link: fix GC data reading from shared library
2020-06-30 Roland Shoemakerdoc/go1.15: add encoding/asn1 note about minimal encoding
2020-06-30 Fazlul Shahriarnet: fix TestDialerLocalAddr on Plan 9
2020-06-30 Ferenc Szabodoc: add note about missing lock in sample code
2020-06-29 Ian Lance Taylordoc/go1.15: remove encoding/xml doc
2020-06-29 Ian Lance TaylorRevert "encoding/xml: fix reserved namespace check...
2020-06-29 Alexander Nohedoc: add alt attribute to gopher image in help.html
2020-06-29 Roland Shoemakerdoc/go1.15: add release note for encoding/asn1
2020-06-29 Marcus Weinernet/http: fix panic with If-None-Match value in http...
2020-06-29 Fazlul Shahriarnet: add support for dialing from a custom local addres...
2020-06-29 Fazlul Shahriarnet: handle more interface types without a hardware...
2020-06-28 Jie Madoc: fix typos and grammatical errors in contribute...
2020-06-27 Keith Randallruntime: ensure arenaBaseOffset makes it into DWARF...
2020-06-26 Matthew Dempskycmd/cgo: prevent redeclaration of _Ctype_void when...
2020-06-26 Alberto Donizettidoc/go1.15: fix typos and wording in a few places
2020-06-26 Ian Lance Taylordoc/go1.14: crypto/tls.Config.NameToCertificate is...
2020-06-26 Cherry Zhangruntime: don't preempt if preemption is disabled
2020-06-26 Alberto Donizettidoc/go1.15: fix bad link to crypto/tls
2020-06-25 Filippo Valsordacrypto/x509: move and update the SSL_CERT_FILE and...
2020-06-25 Keith Randallcmd/compile: remove check that Zero's arg has the corre...
2020-06-25 Fazlul Shahriaros: return *PathError error in File.Sync on Plan 9
2020-06-25 Ian Lance Taylordoc/go1.15: mention consequence of os.File.ReadFrom
2020-06-25 Kerollos Magdydoc/faq: fix a grammar mistake
2020-06-24 Ian Lance Taylornet: consistently document deadline handling
2020-06-24 Filippo Valsordacrypto/tls: replace VerifyPeerCertificate example with...
2020-06-24 Filippo Valsordacrypto/tls: expand the ConnectionState docs
2020-06-24 Filippo Valsordacrypto/tls: fix DialContext docs
2020-06-24 Filippo Valsordacrypto/x509: restore support for ios tag on darwin...
2020-06-24 Filippo Valsordacrypto/x509: update bundled iOS roots and rewrite generator
2020-06-24 Filippo Valsordacrypto/elliptic: document and test that IsOnCurve(...
2020-06-23 Cherry Zhangcmd/link: skip zero values in fingerprint check
2020-06-23 Katie Hockmannet/http: document Dir behavior with symlinks
2020-06-23 Mackstext/template: fix lint typo in VariableNode doc
2020-06-22 Cholerae Huruntime: fix comment about memequal implementation...
2020-06-20 Tobias Klausersyscall: check secondary group membership for Faccessat...
2020-06-19 Cherry Zhangcmd/link: use sym.Symbol in addpersrc
2020-06-19 fanzha02cmd/dist: don't copy arm64 specific files for bootstap...
2020-06-19 Rodolfo Carvalhoruntime/trace: fix file name in example
2020-06-19 Richard Millerruntime, syscall: use local cache for Setenv/Getenv...
2020-06-19 Keith Randallreflect: zero stack slots before writing to them with...
2020-06-18 Keith Randallcmd/compile: redo flag constant ops for arm64
2020-06-18 Keith Randallcmd/compile: redo flag constant ops for arm
2020-06-18 Michael Mundaycmd/compile: mark s390x int <-> float conversions as...
2020-06-18 Lynn Bogercmd/internal/obj/ppc64: update doc
2020-06-18 Ian Lance Taylorreflect: handling flagIndir in DeepEqual potential...
2020-06-18 Ian Lance Taylordoc/go1.15: document new bufio.ErrBadReadCount
2020-06-18 Ian Lance Taylornet/rpc: clarify documention of Call.Done field
2020-06-18 Andy Balholmregexp/syntax: append patchLists in constant time
2020-06-17 Damien Neilnet/http: make Transport.RoundTrip preserve Requests
2020-06-17 Cherry Zhangcmd/compile: mark block control instruction unsafe...
2020-06-17 Dmitri Shuralyovbufio: test for exact error value in TestNegativeEOFRea...
2020-06-17 Robert Griesemergo/token: explain file base offset better in documentation
2020-06-17 Austin Clementsdoc/go1.15: enumerate ELF-based OSes
2020-06-16 Fazlul Shahriarcmd/go: fix mod_gomodcache and generate_env TestScripts...
2020-06-16 Ainar Garipovdoc/go1.15: fix two typos
2020-06-16 Toshihiro Shiinodoc/go1.15: add missing slashes
2020-06-16 Jay Conrodcmd: update golang.org/x/tools
2020-06-15 Cherry Zhangruntime: set g to gsignal before adjustSignalStack
2020-06-15 Ian Lance Taylordoc/go1.15: document go/printer.StdFormat
2020-06-15 Tobias Klauserdoc/gccgo: change gold build instructions to use Git...
2020-06-15 Tobias Klauserdoc/gccgo: update GCC repository after migration to Git
2020-06-15 Keith Randallcmd/compile: fix ordering problems in struct equality
2020-06-15 nikitaA+C: add Nikita Gillmann (individual CLA)
2020-06-15 Daniel Martíencoding/json: revert "avoid work when unquoting string...
2020-06-14 Richard Millerruntime: avoid lock starvation in TestNetpollBreak...
2020-06-14 Nigel Taoimage/gif: speed up initializing test image
2020-06-13 Ainar Garipovdoc/go1.15: add release notes for database/sql and...
2020-06-12 Ian Lance Taylordoc/go1.15: sort debug/pe entry alphabetically
2020-06-12 Keith Randallruntime: raise alert threshold on window smhasher test
2020-06-12 Meng ZhuoA+C: change email address for Meng Zhuo
2020-06-12 Dmitri Shuralyovcmd/compile/internal/ssa: skip TestNexting with old...
2020-06-11 Toshihiro Shiinodoc/go1.15: add code tags
2020-06-11 Toshihiro Shiinodoc/go1.15: replace tab indentation with spaces
2020-06-11 Ian Lance Taylorcmd/cgo: in -godefs mode, don't change constant to...
2020-06-11 Baokun Leecmd/go/internal/web: don't follow an infinite number...
2020-06-11 Vee ZhangA+C: add Vee Zhang (individual CLA)
2020-06-10 Matthew Dempskygo/types: rename UsesCgo to go115UsesCgo
2020-06-10 Gawen Arabcmd/internal/objabi: enable frame-pointer for iOS arm64
2020-06-10 Filippo Valsorda[dev.boringcrypto] misc/boring: add new releases to...
2020-06-10 Rodolfo Carvalhoruntime: fix typo in FuncForPC doc go1.15beta1
2020-06-10 Michael Mundaycmd/compile: always tighten and de-duplicate tuple...
2020-06-10 Bryan C. Millsrun.bat: do not unset GOROOT_FINAL before running tests
2020-06-10 Russ Coxdoc: document encoding/xml change in CL 203417
2020-06-09 Roland Shoemakercrypto/tls: restore OCSP and SCTs during session resumption
next