]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-12-17 Russ Coxnet/http: document a few ServeMux behaviors
2015-12-17 Russ Coxcmd/go: allow omitted user name in git ssh repo syntax
2015-12-17 Russ Coxcmd/go: document that tests run in the source directory
2015-12-17 Russ Coxcmd/go: document where get writes, and not vendor direc...
2015-12-17 Russ Coxcmd/go: document that go generate accepts all build...
2015-12-17 Ian Lance Tayloros/signal: document signal handling
2015-12-17 Russ Coxcmd/go: document that -p applies to test binary execution
2015-12-17 Brad Fitzpatrickcmd/pprof: fix scaling of "gigabyte" unit
2015-12-17 mattnos,internal/syscall/windows: use ReadFile/MultiByteToWi...
2015-12-17 Brad Fitzpatricknet: fix build
2015-12-17 Brad Fitzpatricknet/http: document that ListenAndServe is a bit more...
2015-12-17 Joe Tsaiarchive/tar: document how Reader.Read handles header...
2015-12-17 Dan Petersonnet: prefer error for original name on lookups
2015-12-17 Russ Coxcrypto/x509: handle CRLDistributionPoints without FullNames
2015-12-17 Russ Coxcmd/go: use tags when evaluating file system wildcards...
2015-12-17 Russ Coxcmd/go: disable use of -linkmode=external in tests...
2015-12-17 Russ Coxcmd/dist: show output from failed compiler execution
2015-12-17 Ian Lance Taylorcmd/cgo: gccgo support for cgoCheckPointer
2015-12-17 Joe Tsaiarchive/tar: spell license correctly in example
2015-12-17 Brad Fitzpatricknet/http: update Response.Trailer doc
2015-12-17 Russ Coxcmd/go: add -args to 'go test' to resolve -v ambiguity
2015-12-17 Russ CoxRevert "cmd/dist: fix build after "go test" argument...
2015-12-17 Russ Coxgo/build: disable test on nacl (and a few others, unnec...
2015-12-17 Brad Fitzpatricknet/http: update bundled copy of http2, enable TestTrai...
2015-12-17 Adam Langleycrypto/rsa: check CRT result.
2015-12-16 Alex Brainmannet: make windows (*netFD).connect work like its unix...
2015-12-16 Shenghou Macmd/cgo: map C unsigned char back to _Ctype_uchar in...
2015-12-16 Brad Fitzpatricknet/http: updated bundled copy of x/net/http2
2015-12-16 Russ Coxcmd/compile: fix magic multiply smashing AX
2015-12-16 Russ Coxcmd/compile: diagnose invalid switch interface{} case...
2015-12-16 Russ Coxcmd/compile: fix export type conversion loss in inlined...
2015-12-16 Russ CoxRevert "cmd/go: fix processing of flags for test binaries."
2015-12-16 Brad Fitzpatricknet/http: split Trailers tests into two halves
2015-12-16 Russ Coxmath/big: additional Montgomery cleanup
2015-12-16 Russ Coxruntime: remove incorrect TODO added in CL 16035
2015-12-16 Russ Coxcmd/go: tiny cleanup
2015-12-16 Russ Coxgo/build: support vendor directories in Import
2015-12-16 Russ Coxdoc: first draft of Go 1.6 release notes
2015-12-16 Brad Fitzpatricknet/http: make Server validate Host headers
2015-12-16 Brad Fitzpatricknet/url: fix RFC typo in comments
2015-12-16 Austin Clementsruntime: accept NumGC==0 in TestMemStats
2015-12-16 Robert Griesemercmd/compile: re-vendor math/big so we use latest versio...
2015-12-16 Brad Fitzpatricknet/http: fix Transport race returning bodyless respons...
2015-12-16 Russ Coxcmd/compile: fix -race nit
2015-12-16 Shenghou Macmd/dist, runtime: make runtime version available as...
2015-12-16 Ian Lance Taylorruntime: change SIGEMT on linux/mips64 to throw
2015-12-16 Mikio Haranet: retighten test harnesses for dial cancelation
2015-12-16 Robert Griesemergo/constant: use Float.Rat method instead of doing...
2015-12-15 Robert Griesemerspec: be clearer about which parameter section can...
2015-12-15 Brad Fitzpatricknet: add Dialer.Cancel to cancel pending dials
2015-12-15 Brad Fitzpatricknet/http: maybe deflake TestCancelRequestMidBody_h2...
2015-12-15 Brad Fitzpatricknet/http: rework CloseNotifier implementation, clarify...
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...
next