]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-12-10 Russ Coxnet/url: add tests for RequestURI returning //paths
2015-12-10 Keith Randallcmd/compile: captureless closures are constants
2015-12-10 Rob Piketime: reject invalid day of month in Parse
2015-12-10 Brad Fitzpatricknet/http/httptest: don't crash in mime sniffing if...
2015-12-10 Brad Fitzpatricknet/http: make NewRequest with empty method mean GET
2015-12-10 Rob Pikedoc: go1.6.txt: go doc searches in breadth-first order
2015-12-10 Rob Pikecmd/doc: search the tree in breadth-first order
2015-12-10 Robert Griesemercmd/compile: don't truncate tiny float constants to...
2015-12-10 Mikio Haranet, internal/syscall/windows: fix interface and addres...
2015-12-10 Brad Fitzpatricknet/http: run more tests in http2 mode
2015-12-09 Matthew Dempskycmd/compile: remove unneeded error message cleanup...
2015-12-09 Ian Lance Taylorcmd/compile, cmd/internal/obj: ignore AUSEFIELD
2015-12-09 Brad Fitzpatrickruntime/race: update two stale references
2015-12-09 Brad Fitzpatricknet/http: clarify some RoundTripper behaviors
2015-12-09 Brad Fitzpatrickmath/big: fix typo
2015-12-09 Emmanuel Odekenet/http: make testCaseSensitiveMethod also test http2
2015-12-09 Alex Brainmannet: add TestInterfaceHardwareAddrWithGetmac
2015-12-09 Alex Brainmanpath/filepath: remove code working around Join bug
2015-12-09 Dave Cheneydoc: update go1.6.txt
2015-12-09 Alex Brainmannet: add TestInterfaceAddrsWithNetsh
2015-12-09 Robert Griesemercmd/compile: recognize labels even if they have the...
2015-12-09 Emmanuel Odekenet/http: testClientHead now in http2 mode
2015-12-09 Emmanuel Odekenet/http: sniffTest for 5953 set in http2 mode
2015-12-09 Emmanuel Odekenet/http: clientHeadContentLength test now in http2...
2015-12-09 Emmanuel Odekenet/http: testClientRedirectEatsBody test now in http2...
2015-12-09 Brad Fitzpatricknet/http: update bundled http2 and add tests for two...
2015-12-09 Emmanuel Odekenet/http: zeroLengthPostAndResponse test now in http2...
2015-12-08 Emmanuel Odekenet/http: testStreamingGet now in http2 mode
2015-12-08 Brad Fitzpatricknet/http: update bundled http2 copy
2015-12-08 Matt T. Proudencoding/pem: make TestFuzz testing/quick safe
2015-12-08 Russ Coxencoding/json: document Indent's preservation of traili...
2015-12-08 Adam Langleycrypto/elliptic: resample private keys if out of range.
2015-12-07 Chris Broadfootdoc: add heading IDs to Code of Conduct
2015-12-07 Robert Griesemergo/parser, go/types: report invalid else branch in...
2015-12-07 Aleksandr Demakincmd/go: fix bad shared lib name with buildmode=shared
2015-12-07 Rob Pikeencoding/gob: document behavior of zero-valued arrays...
2015-12-07 Didier Speziacmd/compile/internal/gc: fix internal compiler error...
2015-12-07 Robert Griesemercmd/compile: avoid converting huge floats to integers
2015-12-07 Russ Coxruntime: best-effort detection of concurrent misuse...
2015-12-07 Didier Speziacmd/compile/internal/gc: fix panic in Type Stringer
2015-12-07 Matthew Dempskycmd/compile: base mapaccess optimizations on algtype
2015-12-07 Daniel Theophanescmd/go: always show current value for GO15VENDOREXPERIMENT
2015-12-07 Emmanuel Odekenet/http: sniffWrite test also in http2 mode
2015-12-07 Brad Fitzpatrickcrypto/x509: convert ErrInsecureAlgorithm into a type
2015-12-07 Russ Coxnet/url: accept non-ASCII bytes in URL per RFC 3986
2015-12-07 andrey mirtchovskigo/doc, syscall: change 'more then' to 'more than'
2015-12-06 Alex Brainmandoc: go1.6.txt: note windows path/filepath.Join behavio...
2015-12-06 Alex Brainmanpath/filepath: handle c: as first parameter in Join...
2015-12-05 Russ Coxmisc/cgo/stdio: reenable tests
2015-12-05 Russ Coxruntime: fix integer comparison in signal handling
2015-12-05 Russ Coxruntime: document that NumCPU does not change
2015-12-05 Russ Coxmime: fix parsing of empty string attribute value
2015-12-05 Shenghou Maruntime: check and fail early with a message if MMX...
2015-12-05 Yuval Pavel... Revert "syscall: route_freebsd switch routing socket...
2015-12-05 Russ Coxcmd/vet: move cmd/vet/whitelist to cmd/vet/internal...
2015-12-05 Mikio Haranet: adjust Lookup API test cases
2015-12-05 Matthew Dempskycmd/compile: reject slice/map/func comparisons against...
2015-12-05 Yuval Pavel... syscall: route_freebsd switch routing socket sysctl...
2015-12-05 Didier Speziacmd/link: clean up dwarf.go
2015-12-05 Mohit Agarwalcmd/pprof: exit with non-zero status code on error
2015-12-05 Konstantin... cmd/vet: make "-all -shadow" mean all default checks...
2015-12-05 Didier Speziacmd/pprof/internal: map/slice literals janitoring
2015-12-05 Russ Coxnet/url: accept empty port after colon in IPv6 literal...
2015-12-05 Russ Coxmisc/cgo/testcshared: use fd 100 instead of fd 10 for...
2015-12-05 Russ Coxruntime/cgo: assume Solaris thread stack is at least...
2015-12-05 Yann Kerhervésyscall: fix ParseRoutingSockaddr name in docs
2015-12-05 Emmanuel Odekenet/http: make TestRedirect also test in http2 mode
2015-12-04 Emmanuel Odekenet/http: sniff tests ported to h2
2015-12-04 Emmanuel Odekenet/http: TimeoutHandler test ported to HTTP/2
2015-12-04 Emmanuel Odekenet/http: testHeadResponses port for h2
2015-12-04 Joe Tsaiarchive/tar: properly parse GNU base-256 encoding
2015-12-04 Emmanuel Odekenet/http: Connection:close test is h1 specific
2015-12-04 Joe Tsaiarchive/tar: properly format GNU base-256 encoding
2015-12-04 Russ Coxsort: improve average quicksort performance
2015-12-04 Sokolov Yurago/ast: remove many blank lines in SortImports
2015-12-04 Burcu Dogannet/http: test max request body size against both HTTP...
2015-12-04 Brad Fitzpatricknet/http: convert TestSetsRemoteAddr to use clientServe...
2015-12-04 Russ CoxRevert "sort: improve average quicksort performance"
2015-12-04 Russ Coxencoding/json: streamline, unexport valid Number checking
2015-12-04 Russ Coxnet/mail: do not parse RFC 2047 tokens in quoted strings
2015-12-04 Sokolov Yurasort: improve average quicksort performance
2015-12-04 Mikio Haranet: fix parsing literal IPv6 address with zone identif...
2015-12-04 Mikio Haranet/mail: gofmt
2015-12-04 David du Colombiernet: return rooted DNS names on Plan 9
2015-12-04 Chris Broadfootdoc: correct ordering of go1.5 minor revisions
2015-12-03 Brad Fitzpatrickencoding/asn1: export tag and class constants
2015-12-03 Brad Fitzpatricknet/http: deflake a non-short test, clean up export_test.go
2015-12-03 Matthew Dempskycmd/compile: fix live variable reuse in orderstmt
2015-12-03 Mohit Agarwalmisc/cgo/testsanitizers: check linux major/minor versions
2015-12-03 Ian Lance Taylordoc: add note about cgo pointer passing rules to go1...
2015-12-03 Austin Clementsdebug/elf: transparently decompress compressed sections
2015-12-03 Austin Clementsdwbug/elf: support old-style compressed DWARF
2015-12-03 Russ Coxcrypto/x509: introduce ErrInsecureAlgorithm for insecur...
2015-12-03 Brad Fitzpatricknet/http: make Client follow redirects even if Request...
2015-12-03 Benjamin Prosnitznet: fix failing TestGoLookupIPOrderFallbackToFile
2015-12-03 Brad Fitzpatrickdoc: remove shallow clone mention from go1.6.txt
2015-12-03 Volker Dobleros: be more specific on what flags are used for
2015-12-03 Russ Coxencoding/json: revise docs for Unmarshal into map,...
2015-12-03 Russ Coxmisc/cgo/testsanitizers: do not run with clang < 3...
2015-12-03 Russ Coxencoding/xml: document new chardata tag
next