]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-05-19 Brad Fitzpatricknet/http: update bundled http2
2016-05-19 Mikio Haranet: don't return io.EOF from zero byte reads on Plan 9
2016-05-19 Brad Fitzpatricknet: don't return io.EOF from zero byte reads
2016-05-18 Ian Lance Taylorruntime: print PC, not the counter, for a cgo traceback
2016-05-18 Ian Lance Taylorruntime: check only up to ptrdata bytes for pointers
2016-05-18 David Benjamincrypto/tls: Never resume sessions across different...
2016-05-18 Brad Fitzpatricknet/http: update bundled x/net/http2 for Server context...
2016-05-18 Brad Fitzpatricknet/http: further restrict when Transport's automatic...
2016-05-18 Ian Lance Taylordoc/go1.7: add runtime.KeepAlive
2016-05-18 Keith Randallcmd/compile: fix build
2016-05-18 Ian Lance Taylorruntime: add KeepAlive function
2016-05-18 Keith Randallcmd/compile: keep pointer input arguments live througho...
2016-05-18 Andrew Gerrandhtml/template: mention risks of the CSS, HTML, JS,...
2016-05-18 Brad Fitzpatricknet/http: allow Client.CheckRedirect to use most recent...
2016-05-18 Brad Fitzpatrickvendor, net/http: update vendored hpack
2016-05-18 Brad Fitzpatricknet/http: update bundled x/net/http2 for httptrace...
2016-05-18 Brad Fitzpatricknet/http: fix spurious logging in Transport when server...
2016-05-18 Ilya Tocarhash/crc64: Use slicing by 8.
2016-05-18 Lee Hinmancrypto/x509: add Admin & User Keychains to FetchPEMRoot...
2016-05-18 Adam Langleycrypto/ecdsa: reject negative inputs.
2016-05-18 Monty Taylorvcs: Add support for git.openstack.org
2016-05-18 David Chasecmd/compile: reduce element size of arrays in sparse...
2016-05-18 Cuihtlauac... runtime: in tests, make sure gdb does not start with...
2016-05-18 Matthew Dempskycmd/compile: handle unsafe.Pointer(f()) correctly
2016-05-18 Ian Lance Taylordoc/effective_go: clarify backward function reference
2016-05-18 Mikio Haranet: don't increase test table rows when using -test...
2016-05-18 Mikio Haranet: deflake TestLookupPort on Android
2016-05-18 Brad Fitzpatrickregexp/syntax: clarify that \Z means Perl's \Z
2016-05-18 Ian Lance Taylorruntime: deflake TestSignalExitStatus
2016-05-18 Emmanuel Odekecrypto/x509: fix typo in docs for CreateCertificateRequest
2016-05-18 Brad Fitzpatricknet/http: add test confirming a connection reuse case
2016-05-18 James Chaconruntime: prevent racefini from being invoked more than...
2016-05-17 Alessandro... debug/gosym: parse remote packages correctly
2016-05-17 Mikio Haranet: deflake TestLookupPort for embedded, security...
2016-05-17 Colin Crossreflect: remove out of date UTF-8 StructOf restriction
2016-05-17 Konstantin... os/signal: fix wrong constant name in the documentation
2016-05-17 Mikio Haranet: use IPv4/IPv6 reserved address blocks for document...
2016-05-17 Mikio Haranet: simplify interfaceTable for BSD variants
2016-05-16 Scott Bellcrypto/tls: document certificate chains in LoadX509KeyPair
2016-05-16 andrew wernerio: make chained multiReader Read more efficient
2016-05-16 Simon Thulbournmime/multipart: sort header keys to ensure reproducible...
2016-05-16 Brad FitzpatrickA+C: add Andrew Werner (corporate CLA for Upthere,...
2016-05-16 Ian Lance Taylorruntime: yield after raising signal that should kill...
2016-05-16 Scott Belldoc: fix broken link to the vet command documentation
2016-05-16 David Chasecmd/compile: use sparse algorithm for phis in large...
2016-05-16 Austin Clementsruntime: use GOTRACEBACK=system for TestStackBarrierPro...
2016-05-16 Scott Bellencoding/json: document that object keys are sorted
2016-05-16 Austin Clementsruntime: use conventional shift style for gcBitsChunkBytes
2016-05-16 Austin Clementsruntime: remove obsolete comment from scanobject
2016-05-16 Dan Petersonnet/http: mention ALPN in http.Server.TLSNextProto...
2016-05-16 Artyom Pervukhinnet/http/httputil: don't add User-Agent header by proxy...
2016-05-15 Mikio Harasyscall: fix missing use of use function in sysctl
2016-05-15 Mikio Harasyscall: deprecate BPF/LSF
2016-05-15 Mikio Harasyscall: deprecate routing message APIs for BSD variants
2016-05-15 David du Colombiermime: fix mime type file name on Plan 9
2016-05-15 Mikio Haranet: golang.org/x/net/route plumbing
2016-05-15 Keith Randallstrings: fix Contains on amd64
2016-05-14 Mikio Haravendor: import golang.org/x/net/route
2016-05-14 Alex Brainmantime: set Local.name on windows
2016-05-14 Kevin Burkearchive/zip: use HTTPS for documentation link
2016-05-14 Konstantin... cmd/vendor: move cmd/internal/unvendor packages to...
2016-05-14 Austin Clementsruntime: improve heapBitsSetType documentation
2016-05-14 Austin Clementsruntime: perform publication barrier even for noscan...
2016-05-14 Mikio Haranet: deflake TestPointToPointInterface and TestInterfac...
2016-05-14 Tom Bergannet, net/http: don't trace DNS dials
2016-05-13 David Crawshawreflect: fix method type string
2016-05-13 Mikio HaraRevert "cmd/build: reject non-existant directories...
2016-05-13 Dmitry Vyukovdoc/go1.7.txt: add cmd/trace changes
2016-05-13 Brad Fitzpatricknet, net/http: don't trace UDP dials
2016-05-13 Alex Brainmansyscall: separate stdlib imports from others in mksysca...
2016-05-12 Andrew Gerrandtext/template: detect pathologically recursive template...
2016-05-12 Mohit Agarwalfmt: remove extra space in too few arguments example
2016-05-12 Emmanuel Odekecmd/build: reject non-existant directories in ImportDir
2016-05-12 Dmitry Vyukovcmd/trace: split large traces into parts
2016-05-12 Aliaksandr... go/types: fix certain vet warnings
2016-05-12 Michael Mundaycmd/compile/internal/gc: minor cleanup of init.go comments
2016-05-12 Aliaksandr... testing: fix vet warning
2016-05-12 Aliaksandr... cmd: fixed certain vet warnings
2016-05-12 Aliaksandr... reflect: fix vet warnings
2016-05-12 Joel Singruntime: stop using sigreturn on openbsd/386
2016-05-12 Alex Brainmansyscall: make mksyscall_windows.go -systemdll flag...
2016-05-11 Robert Griesemercmd/compile: use one format for exporting calls of...
2016-05-11 Brad Fitzpatricknet/http: keep HTTP/1.0 keep-alive conns open if respon...
2016-05-11 Johan Sagerydtext/template: fix typo in documentation
2016-05-11 Robert Griesemercmd/compile: use ONAME instead of OPACK in binary expor...
2016-05-11 Robert Griesemercmd/compile: clean up encoding of method expressions...
2016-05-11 Joe Tsaicmd/pprof: remove tempDir when no longer needed
2016-05-11 Marc-Antoine... os: fix Remove for file with read only attribute on...
2016-05-11 Brad Fitzpatricknet/http: make the MaxBytesReader.Read error sticky
2016-05-11 Ian Lance Taylorcmd/cgo: remove //extern for check functions in gccgo...
2016-05-11 Brad Fitzpatricknet/http: document ResponseWriter read-vs-write concurr...
2016-05-11 Hiroshi Iokaos/exec: cleanup and remove duplicated code
2016-05-11 Mikio Haranet: fix nits found by vet
2016-05-11 Mikio Haranet: reorganize interface tests to avoid vague flakiness
2016-05-11 David du ColombierRevert "os: enable TestGetppid on Plan 9"
2016-05-11 Alex Brainmansyscall: remove mksyscall_windows.go -xsys flag
2016-05-11 Robert Griesemergo/importer: use correct path when checking if package...
2016-05-11 Alex Brainmanruntime: make mksyscall_windows.go flags do what they...
2016-05-10 Brad Fitzpatrickruntime/testdata/testprogcgo: fix Windows C compiler...
2016-05-10 Ian Lance Tayloros/user: don't create C function mygetgrouplist
next