]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-06-30 Brad Fitzpatricknet/http: harden, document func SetCookie and type...
2015-06-30 Russ Coxnet/url: only record RawPath when it is needed
2015-06-30 Dmitry Vyukovcmd/compile/internal/gc: give OASWB name
2015-06-30 Roger Peppeencoding/xml: fix xmlns= behavior
2015-06-30 Andrew Gerrandcmd/go: use GOOS and GOARCH from build context for...
2015-06-30 Nigel Taoimage/gif: accept LZW encodings that do not have an...
2015-06-30 Nigel Taocompress/lzw: return the partial decoding for a truncat...
2015-06-30 Alex Brainmanarchive/tar: move round-trip reading into common os...
2015-06-30 Aaron Jacobsnet/http: add a Request.Cancel channel.
2015-06-29 Russ Coxcmd/compile: reject large floating point exponents...
2015-06-29 Russ Coxio: tweak Reader comment
2015-06-29 Russ Coxpath/filepath: document and test behavior of SkipDir...
2015-06-29 Russ Coxcmd/link: detect -X setting non-string variable
2015-06-29 Rob Pikedoc: finish listing the non-crypto non-net small API...
2015-06-29 Alan Donovango/types: go/types: add an API test of the Scope type
2015-06-29 Russ Coxcmd/link: fix -s with external linking
2015-06-29 Russ Coxcmd/compile: enable PAUTO capture variables on arch...
2015-06-29 Adam Langleycrypto/rsa: check for primes ≤ 1 in Validate
2015-06-29 Brad Fitzpatricknet/http/httptest: increase test Server's key size
2015-06-29 Tom Hengcmd/go: 'go env' print GO15VENDOREXPERIMENT in Go1.5
2015-06-29 Brad Fitzpatricksync: disable flaky WaitGroup misuse test in short...
2015-06-29 Russ Coxcmd/go: disable TestIssue10952 without external network
2015-06-29 Russ Coxcmd/compile: allow unnamed constants to set line number
2015-06-29 Russ Coxruntime: fix broken arm builds
2015-06-29 Russ Coxcmd/link: record missing pcdata tables correctly
2015-06-29 Austin Clementsruntime: reset mark state before checkmark and gctrace...
2015-06-29 Austin Clementsruntime: don't free stack spans during GC
2015-06-29 Austin Clementsruntime: remove unused _GCsweep state
2015-06-29 Russ Coxcmd/cgo: fix a problem with 'go build -compiler gccgo'
2015-06-29 Austin Clementsruntime: always clear stack barriers on G exit
2015-06-29 Dmitry Savintsevencoding/binary: update protobuf documentation link
2015-06-29 Rob Pikefmt: restore padding for %x on byte slices and strings
2015-06-29 Rob Pikedoc: fix typo in faq
2015-06-29 Rob Pikedoc: update FAQ for Go 1.5
2015-06-29 Brad Fitzpatricknet/http: fix now-flaky TransportAndServerSharedBodyRac...
2015-06-29 Alex Brainmansyscall: return error instead of panicking in windows...
2015-06-29 Keith Randallcmd/link/internal/ld: exclude only real container symbo...
2015-06-29 Adam Langleyencoding/asn1: don't parse invalid UTF-8.
2015-06-29 Adam Langleyencoding/asn1: be stricter by reserialising parsed...
2015-06-29 Alex Brainmanruntime: store syscall parameters in m not on stack
2015-06-29 Alex Brainmancmd/go: reset read-only flag during TestIssue10952
2015-06-28 Brad Fitzpatrickbuiltin: remove errant space in hyphenated adjective...
2015-06-28 Todd Nealnet/http: fix race on postPendingDial test hook
2015-06-27 Didier Speziahtml/template: prevent panic while escaping pipelines
2015-06-27 David Crawshawcmd/link: no dwarf on darwin/arm
2015-06-27 Ross Lightcmd/go: ignore custom import check when there is no...
2015-06-27 Tamir Dubersteincmd/go: fetch git submodules in `go get`
2015-06-27 Alex Brainmancmd/go: adjust TestFileLineInErrorMessages
2015-06-27 c9scmd/go: handle error when git remote origin doesn't...
2015-06-27 Mikio Haranet: relax IP interface address determination on linux
2015-06-26 Rob Pikecmd/asm: add tests for erroneous expressions
2015-06-26 Brad Fitzpatrickarchive/tar: also skip header roundtrip test on nacl
2015-06-26 Brad Fitzpatricksync: don't run known-racy tests under the race detector
2015-06-26 Austin Clementsruntime: repeat bitmap for slice of GCprog n-1 times...
2015-06-26 Rob Pikedoc/go1.5.html: first pass over the small API changes
2015-06-26 Brad Fitzpatrickarchive/tar: disable new failing test on windows and...
2015-06-26 Dmitry Vyukovruntime/race: enable tests that now pass
2015-06-26 Dmitry Vyukovsync: simplify WaitGroup
2015-06-26 Mihai Boroboceanet/http: escape path in implicit /tree→/tree/ ServeMux...
2015-06-26 Matt T. Proudtesting/quick: improve function signature error.
2015-06-26 Marcel van... unicode: upgrade to 8.0.0
2015-06-26 Dave Cheneytest: add test case for issue 8154
2015-06-26 Shenghou Maruntime: slightly clean up softfloat code
2015-06-26 Russ Coxruntime: reduce slice growth during append to 2x
2015-06-26 Brad Fitzpatricknet/url: don't escape star requests when writing requests
2015-06-26 Steve Streetingnet/http: don't overwrite Authorization headers when...
2015-06-26 Aamir Khannet/http: change default user agent string
2015-06-26 Matt Layhernet/http: add comment to exported ErrNoCookie and ErrNo...
2015-06-26 Austin Clementsreflect: test repeats with large scalar tails
2015-06-26 Austin Clementsreflect: test GC bits for slices
2015-06-26 Todd Nealnet/http: Fix test that occasionally fails
2015-06-26 Ian Lance Taylordebug/elf: change R_ARM_REL32 to R_ARM_ABS32 in applyRe...
2015-06-26 Adam Langleycrypto/x509: don't panic when decrypting invalid PEM...
2015-06-26 Dmitry Savintsevcrypto/ecdsa, crypto/x509: update SEC1 ECC link in...
2015-06-26 Todd Nealcmd/compile: fix half multiply issue
2015-06-26 Dmitry Vyukovcmd/compile: add instrumentation of OKEY
2015-06-26 Vincent Battsarchive/tar: fix round-trip attributes
2015-06-26 Andrew Gerranddoc: suggest security@golang.org for reporting security...
2015-06-26 Matt Layherdoc/go1.5.html: fix typo
2015-06-26 Aaron JacobsFix several out of date references to 4g/5g/6g/8g/9g.
2015-06-26 Rob Pikespec: fix bare & in HTML
2015-06-26 Andrew Gerrandmath: explain OEIS link
2015-06-25 Brad Fitzpatricknet/http: tolerate old buggy user agents, per RFC 2616...
2015-06-25 Mikio Haramisc/cgo/testcshared: don't leave garbages after test
2015-06-25 Rob Pikedoc: first cut at prose for big changes in go1.5.html
2015-06-25 Dmitry Vyukovruntime/race: fix test driver
2015-06-25 Brad Fitzpatricknet/http: bound the number of bytes read seeking EOF...
2015-06-25 Brad Fitzpatrickdoc: add a missing space in func signature
2015-06-25 Todd Nealfmt: handle negative width/prec when supplied as an...
2015-06-25 Matthew Dempskynet/http: sync Get and Head's documentation
2015-06-25 Rob Pikedoc: move go1.5.txt to go1.5.html
2015-06-25 Brad Fitzpatricknet/http: document that Hijack's net.Conn might have...
2015-06-25 Keith Randallcmd/compile/internal/gc: make sure nonzero-sized object...
2015-06-25 Brad Fitzpatricknet/http: don't always require certFile, keyFile in...
2015-06-25 Brad Fitzpatricknet/http: document that FormValue returns the empty...
2015-06-24 Russ Coxtext/template: make zero Template work again
2015-06-24 Russ Coxcmd/compile: handle copy in escape analysis
2015-06-24 Russ Coxruntime: set m.procid always on Linux
2015-06-24 Didier Speziago/format: fix //line corner case when formatting state...
2015-06-24 Dmitry Vyukovruntime/race: make test more robust
next