]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-05-01 Brad Fitzpatricknet/http: add Response.Uncompressed bool
2016-05-01 Brad Fitzpatricknet/http: provide access to the listener address an...
2016-05-01 Brad Fitzpatricknet/http: add Transport.IdleConnTimeout
2016-05-01 Brad Fitzpatricknet/http: fix a few crashes with a ClientTrace with...
2016-05-01 Brad Fitzpatricknet/http: document some errors more, mark ErrWriteAfter...
2016-05-01 Josh Bleecher... archive/zip: improve BenchmarkCompressedZipGarbage
2016-05-01 Brad Fitzpatrickdoc: update go1.7.txt
2016-05-01 Cherry Zhangcmd/internal/obj/mips, cmd/link: add support TLS reloca...
2016-05-01 Austin Clementsruntime: update some comments
2016-05-01 Cherry Zhangruntime/cgo: add linux/mips64x cgo support
2016-05-01 Cherry Zhangcmd/link, runtime: add external linking support for...
2016-05-01 Frits van Bommelcmd/compile: Improve readability of HTML produced by...
2016-05-01 Cherry Zhangcmd/internal/obj/mips et al.: introduce SB register...
2016-05-01 Cherry Zhangcmd/asm, cmd/internal/obj/mips: add an alias of RSB...
2016-05-01 Cherry Zhangcmd/internal/obj/mips, runtime: change REGTMP to R23
2016-05-01 Cherry Zhangcmd/asm/internal/asm/testdata: remove WORD $foo(SB...
2016-05-01 Brad Fitzpatricknet/http: add Transport.MaxIdleConns limit
2016-04-30 Brad Fitzpatricknet/http: expand documentation of Server.MaxHeaderBytes
2016-04-30 Kevin Burkedatabase/sql: clone data for named []byte types
2016-04-30 Austin Clementsruntime: reclaim scan/dead bit in first word
2016-04-30 Austin Clementsruntime: use morePointers and isPointer in more places
2016-04-30 Austin Clementsruntime: avoid conditional execution in morePointers...
2016-04-30 Keith Randallcmd/compile: ecx is reserved for PIC, don't let peep...
2016-04-30 Michael Mundayruntime: fix cgocallback_gofunc on ppc64x
2016-04-29 Ian Lance Taylorruntime: fix cgocallback_gofunc argument passing on...
2016-04-29 Matthew Dempskyroot: remove dev.garbage file
2016-04-29 Ian Lance Taylorcmd/cgo, runtime, runtime/cgo: use cgo context function
2016-04-29 Michael Mundaycrypto/cipher, crypto/aes: add s390x implementation...
2016-04-29 Michael Mundaycrypto/cipher, crypto/aes: add s390x implementation...
2016-04-29 Keith Randallcmd/compile: make vet happy with ssa code
2016-04-29 Rick HudsonMerge remote-tracking branch 'origin/dev.garbage'
2016-04-29 Rick Hudson[dev.garbage] runtime: simplify nextFreeFast so it...
2016-04-29 David Chasecmd/compile: Move divconst_test out of test/bench/go1
2016-04-29 Keith Randallcmd/compile: clean up rewrite rules
2016-04-29 Austin Clements[dev.garbage] runtime: revive sweep fast path
2016-04-29 Austin Clements[dev.garbage] runtime: fix nfree accounting
2016-04-29 Austin Clements[dev.garbage] runtime: fix allocfreetrace
2016-04-29 Austin Clements[dev.garbage] runtime: reintroduce no-zeroing optimization
2016-04-29 Nigel Taocompress/flate: use a constant hash table size for...
2016-04-29 Dave Cheneycmd/compile/internal/gc: bv.go cleanup
2016-04-29 Cherry Zhangmisc/cgo/testcarchive: fix C include path for darwin/arm
2016-04-29 Nigel Taocompress/flate: replace "Best Speed" with specialized...
2016-04-29 Austin Clements[dev.garbage] runtime: eliminate mspan.start
2016-04-29 Austin Clements[dev.garbage] runtime: use s.base() everywhere it makes...
2016-04-29 Austin Clements[dev.garbage] runtime: document sysAlloc
2016-04-29 Austin Clements[dev.garbage] runtime: remove unused head/end arguments...
2016-04-29 Brad Fitzpatrickcontext: produce a nicer panic message for a nil WithVa...
2016-04-29 Alex Brainmandebug/pe: .bss section must contain only zeros
2016-04-29 Robert Griesemertest: added test case for (fixed) issue 15470
2016-04-29 Russ Coxcmd/go, go/build: add support for binary-only packages
2016-04-29 Nigel Taoimage/gif: accept an out-of-bounds transparent color...
2016-04-29 Rick Hudson[dev.garbage] runtime: use sys.Ctz64 intrinsic
2016-04-29 Rick Hudson[dev.garbage] runtime: restructure alloc and mark bits
2016-04-28 Nigel Taoimage/gif: be stricter on parsing graphic control exten...
2016-04-28 Michael Hudson... cmd/link: fix -no-pie / -race check
2016-04-28 Keith Randallcmd/compile: remove BlockDead state
2016-04-28 David Symondslib/time: update to IANA release 2016d (Apr 2016).
2016-04-28 Mikio Hararuntime: drop _SigUnblock for SIGSYS on Linux
2016-04-28 Matthew Dempskynet: remove unneeded tags from dnsRR structs
2016-04-28 Matthew Dempskynet: remove internal support for obsolete DNS record...
2016-04-28 Brad Fitzpatricknet/http, net/http/httptrace: new package for tracing...
2016-04-28 Brad Fitzpatrickos/exec: fix variable shadow, don't leak goroutine
2016-04-28 Robert Griesemercmd/compile: use delta encoding for filenames in export...
2016-04-28 Matthew Dempskycmd/compile: remove unused Bputname function
2016-04-28 Michael Mundaycmd/compile: allow 64-bit multiplication with immediate...
2016-04-28 Matthew Dempskynet: ensure dnsConfig search list is rooted
2016-04-28 Matthew Dempskynet: append ":53" to DNS servers when reading resolv...
2016-04-28 Brad Fitzpatrickos/exec: add Cmd.RunContext and Cmd.WaitContext
2016-04-28 Adam Langleycrypto/tls: allow renegotiation to be handled by a...
2016-04-28 Keith Randallcmd/compile: reorg copyelim to avoid O(n^2) problem
2016-04-28 David Chasecmd/compile: fix.gc.Type.cmp for map.notBucket cmp...
2016-04-28 Dan Petersonnet: change type of dnsConfig.timeout from int to time...
2016-04-28 Aliaksandr... cmd/vet: improve checking unkeyed fields in composite...
2016-04-28 Robert Griesemercmd/compile: have all or no parameter named in exported...
2016-04-28 Robert Griesemercmd/compile: use correct (field/method) node for positi...
2016-04-28 Mikio Haranet: fix misrecongnization of IPv6 zone on Windows
2016-04-28 David du Colombiernet/http: skip TestTransportRemovesDeadIdleConnections...
2016-04-28 Dave Cheneycmd/compile/internal/gc: unexport {J,S,F,H,B,V}conv
2016-04-27 Dave Cheneycmd/compile/internal/gc: remove all uses of oconv(op...
2016-04-27 Rick Hudson[dev.garbage] Merge remote-tracking branch 'origin...
2016-04-27 Brad Fitzpatricknet: clarify DialContext's use of its provided context
2016-04-27 Brad Fitzpatrickruntime: fix SetCgoTraceback doc indentation
2016-04-27 Michael Mundaycrypto/md5: add s390x assembly implementation
2016-04-27 Michael Hudson... cmd/compile: de-dup the gclocals symbols in compiler too
2016-04-27 Rick Hudson[dev.garbage] runtime: add gc work buffer tryGet and...
2016-04-27 Rick Hudson[dev.garbage] runtime: cleanup and optimize span.base()
2016-04-27 Rick Hudson[dev.garbage] runtime: remove heapBitsSweepSpan
2016-04-27 Rick Hudson[dev.garbage] runtime: add bit and cache ctz64 (count...
2016-04-27 Rick Hudson[dev.garbage] runtime: logic that uses count trailing...
2016-04-27 Rick Hudson[dev.garbage] runtime: replace ref with allocCount
2016-04-27 Rick Hudson[dev.garbage] runtime: allocate directly from GC mark...
2016-04-27 Rick Hudson[dev.garbage] runtime: mark/allocation helper functions
2016-04-27 Rick Hudson[dev.garbage] runtime: refactor next free object
2016-04-27 Rick Hudson[dev.garbage] runtime: add stackfreelist
2016-04-27 Rick Hudson[dev.garbage] runtime: bitmap allocation data structs
2016-04-27 Dave Cheneycmd/compile/internal/gc: remove oconv(op, 0) calls
2016-04-27 Dan Petersonnet: search domain from hostname if no search directives
2016-04-27 Damien Neilsyscall: fix uint64->int cast of control message header
2016-04-27 Cherry Zhangmisc/cgo/testcarchive: fix path of libgo.a for darwin/arm
2016-04-27 Austin Clementsruntime: don't rescan globals
next