]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2015-07-07 Russ Coxcmd/go: disable vendoredImportPath for code outside... go1.5beta1
2015-07-07 Russ Coxcmd/compile: allow static init for unsafe.Pointer(...
2015-07-07 Brad Fitzpatricknet/http: fix MaxBytesReader at EOF
2015-07-07 Brad Fitzpatricknet/http: revert overly-strict part of earlier smugglin...
2015-07-07 David Chasecmd/compile: initialize line number properly for tempor...
2015-07-07 Russ Coxruntime: randomize scheduling in -race mode
2015-07-07 Daniel Theophanescmd/go: ignore volume name case when checking vendor...
2015-07-07 Ross Lightcmd/go: create executable when installing to working...
2015-07-07 Daniel Theophanescmd/go: do not panic on invalid import path containing...
2015-07-07 Brad Fitzpatricknet/http/httputil: make ReverseProxy support Trailers
2015-07-06 Rob Pikedoc: tools for go1.5.html
2015-07-05 Elias Naurdoc/go1.5.html: fix typo
2015-07-05 Rob Pikecmd/go: delete references to old tools (5a etc.) from...
2015-07-03 Josh Bleecher... math/rand: improve NewZipf documentation
2015-07-03 Nigel Taoimage/draw: fix double-draw when the dst is paletted.
2015-07-02 Rob Pikedoc: finish the small library changes in go1.5.html...
2015-07-02 Dmitry Vyukovcmd/trace: log errors to console in AJAX handler
2015-07-02 Mikio HaraRevert "net, internal/syscall/unix: add SocketConn...
2015-07-02 Brad Fitzpatrickmime/multipart: fix bug when body contains prefix of...
2015-07-02 Dmitry Vyukovinternal/trace: add comment for stable sort
2015-07-02 Rob Pikecrypto: fix non-sentence in documentation for Decrypter
2015-07-02 Dmitry Vyukovinternal/trace: stable sort events
2015-07-02 Rob Pikedoc: add most major changes and most net changes to...
2015-07-01 Roger Peppeencoding/xml: minor changes
2015-07-01 Dmitry Vyukovcmd/trace: fix time scale
2015-07-01 Rob Pikedoc: more library in go1.5.html
2015-06-30 Brad Fitzpatrickdatabase/sql: make Register safe for concurrent use
2015-06-30 Brad Fitzpatricknet/http: harden Server against request smuggling
2015-06-30 Brad Fitzpatrickinternal/singleflight: deflake test
2015-06-30 Alan Donovango/types: change {Type,Object,Selection}String to accep...
2015-06-30 Russ Coxcmd/link: reject data size > 2 GB
2015-06-30 Russ Coxcmd/compile: allow linker to drop string headers when...
2015-06-30 Russ Coxcmd/compile: fix race detector handling of OBLOCK nodes
2015-06-30 Brad Fitzpatricknet/textproto: don't treat spaces as hyphens in header...
2015-06-30 Dmitry Vyukovcmd/trace: sort procs
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
next