]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-12-15 Austin Clementsruntime: only trigger forced GC if GC is not running
2015-12-15 Austin Clementsruntime: simplify sigprof traceback interlocking
2015-12-15 Matthew Dempskycmd/compile: change dead code into assert
2015-12-15 Austin Clementsruntime: update triggerRatio in setGCPercent
2015-12-15 Austin Clementsruntime: print gctrace before releasing worldsema
2015-12-15 Austin Clementsruntime: reset sweep stats before starting the world
2015-12-15 Austin Clementsruntime: fix (sometimes major) underestimation of heap_live
2015-12-15 Austin Clementsruntime: trace sweep completion in gcpacertrace mode
2015-12-15 Austin Clementsruntime: check for spanBytesAlloc underflow
2015-12-15 Austin Clementsruntime: deduct correct sweep credit
2015-12-15 Péter Szilágyiruntime: init argc/argv for android/arm64 c-shared
2015-12-15 Alex Brainmanpath/filepath: include test number in TestIssue13582...
2015-12-15 Brad Fitzpatricknet/http: updated bundled http2 copy, enable some tests
2015-12-15 Brad Fitzpatricknet/http/httputil: make DumpRequest use Request.Request...
2015-12-15 Burcu Dogannet/http: skip TestClientTimeout_Headers in HTTP/2...
2015-12-15 Burcu Dogannet/http: test client timeout against HTTP/2
2015-12-14 Robert Griesemergo/constant: switch to floating-point representation...
2015-12-14 Brad Fitzpatricknet/http: add Transport tests for using Request.Cancel...
2015-12-14 Rahul Chaudhryos: make TestLchown actually test Lchown.
2015-12-14 Matthew Dempskycmd/cgo: use _Complex in rewritten Go code too
2015-12-14 Austin Clementsruntime: recycle large stack spans
2015-12-14 Russ Coxcmd/internal/obj: remove 3 incorrect copyright notices
2015-12-14 Brad Fitzpatricknet: make LookupPort with empty service mean 0
2015-12-14 Russ Coxnet: add test for CL 17458
2015-12-14 Brad Fitzpatrickcrypto/tls: document lack of Lucky13 hardening
2015-12-14 Brad Fitzpatricknet/http: update bundled http2 copy from x/net/http2
2015-12-14 Ian Lance Taylorcmd/cgo: use standard C syntax for complex types
2015-12-14 Alex Brainmanpath/filepath: keep walking if EvalSymlinks returns...
2015-12-14 Russ Coxdoc: fix typo "heirarchy"
2015-12-14 Brad Fitzpatricknet/http: fix race in TimeoutHandler
2015-12-14 Mikio Haranet: fix typo
2015-12-14 Mikio Haranet: add missing File{Conn,Listener,PacketConn} read...
2015-12-14 Emmanuel Odekenet/http: annotate equivalent h2 tests for h1
2015-12-12 Matthew Dempskycmd/compile: add missing write barriers for return...
2015-12-11 Sameer AjmaniCONTRIBUTORS: add Arkadi Pyuro <arkadi@google.com>
2015-12-11 Russ Coxmath/big: fix carry propagation in Int.Exp Montgomery...
2015-12-11 Russ Coxdoc: many updates to go1.6.txt
2015-12-11 David Chasemath/rand: improve uniformity of rand.Float64,Float32
2015-12-11 Ian Lance Taylormisc/cgo/gmp: change pi.go to use standard Go copyright...
2015-12-11 Dmitry Vyukovruntime: remove unnecessary wakeups of worker threads
2015-12-11 Russ Coxdoc/go1.6.txt: remove fmt.Scanf change (reverted)
2015-12-11 Russ CoxRevert "fmt: check newline in the end of input"
2015-12-11 Russ Coxreflect: document DeepEqual, fix case of maps with...
2015-12-11 Russ Coxnet/url: reject space in host; do not escape < > "...
2015-12-11 Russ Coxnet: do not unlink unix socket in UnixListener created...
2015-12-11 Rahul Chaudhryruntime: fix GODEBUG=schedtrace=X delay handling.
2015-12-11 Russ Coxmath/big: fix misuse of Unicode
2015-12-10 Brad Fitzpatricksyscall: fix duplicated copyright header in mksysnum_pl...
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
next