]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2016-05-10 Andrew Gerranddoc: remove mention of %HOME% from installation instruc...
2016-05-10 Brad Fitzpatricknet/http: update bundled x/net/http2
2016-05-10 Brad Fitzpatrickcrypto/sha1: disable crashing AVX2 optimizations for now
2016-05-10 Keith Randalltest: add test for unlowered ITab
2016-05-10 Scott Bellnet: use contexts for cgo-based DNS resolution
2016-05-10 Emmanuel Odekereflect: make Field panic when out of bounds, as documented
2016-05-10 David du Colombiergo/internal/gccgoimporter: remove workaround on Plan 9
2016-05-10 David du Colombieros: enable TestGetppid on Plan 9
2016-05-10 David du Colombieros: add TestReadAtOffset
2016-05-10 Caleb Spareencoding/json: support maps with integer keys
2016-05-09 Tilman Dilocrypto/cipher: execute AES-GCM decryption example
2016-05-09 Brad Fitzpatricktime: don't depend on the io package
2016-05-09 Hana Kimos: skip Lchown test on Android if symlink doesn't...
2016-05-09 Austin Clementsruntime: fix some out of date comments in bitmap code
2016-05-09 Joe Tsaicompress: update documentation regarding footer verific...
2016-05-09 Shenghou Macmd/compile: document -l in godoc
2016-05-09 David Chasecmd/compile: correct sparseSet probes in regalloc to...
2016-05-09 Mikhail Gusarovdoc: update number of supported instruction sets
2016-05-09 Russ Coxcmd/compile: add -linkobj flag to allow writing object...
2016-05-09 Dmitry Vyukovruntime/race: deflake test
2016-05-09 Robert Griesemercmd/compile: fix binary export of composite literals...
2016-05-08 Josh Bleecher... test: add test for issue 15602
2016-05-08 Matthew DempskyRevert "cmd/compile: properly handle map assignments...
2016-05-08 Joel Singcmd/link: specify correct size for dynamic symbols...
2016-05-07 Robert Griesemercmd/compile: add and enable (internal) option to only...
2016-05-07 Elias Naurcmd/go: add -shared to darwin/arm{,64} default build...
2016-05-07 Tal Shprechercmd/compile: properly handle map assignments for OAS2DO...
2016-05-07 Elias Naurruntime: use entire address space on 32 bit
2016-05-06 Brad Fitzpatricknet/url: remove RFC 3986 mention in package comment
2016-05-06 Brad Fitzpatricknet: skip more flaky net tests on flaky net builders
2016-05-06 Ian Lance Taylormisc/cgo/testcarchive: avoid possible pthread_create...
2016-05-06 Russ CoxRevert "net/url: validate ports in IPv4 addresses"
2016-05-06 Brad Fitzpatricknet/http: wait longer for subprocess to startup in...
2016-05-06 Brad Fitzpatricknet/http: don't assume Response.Request is populated...
2016-05-06 Russ CoxRevert "testing/quick: generate more map and slice...
2016-05-06 Brad Fitzpatrickos: rename remaining four os1_*.go files to os_*.go
2016-05-06 Brad Fitzpatricknet: ignore network failures on some builders
2016-05-06 Brad Fitzpatrickruntime: delete empty files
2016-05-06 Alberto Donizettiall: fix copy-and-paste errors in tests
2016-05-06 Aliaksandr... cmd/vet: check sync.* types' copying
2016-05-06 Richard Millersyscall,os,net: don't use ForkLock in plan9
2016-05-06 Brad Fitzpatrickruntime: merge the last four os-vs-os1 files together
2016-05-06 Cherry Zhangcmd/compile/internal/mips64: fix large uint -> float...
2016-05-06 Ilya Tocarcrypto/sha1: Add AVX2 version for AMD64
2016-05-06 Ilya Tocarcrypto/sha256: Use AVX2 if possible
next