]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-11-14 Filippo Valsorda[dev.boringcrypto] crypto/tls: test for TLS 1.3 to...
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-14 Ian Lance Taylor[dev.boringcrypto] cmd/compile: by default accept any...
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-13 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-12 Filippo Valsordacrypto/tls: enable TLS 1.3 and update tests
2018-11-12 Filippo Valsordacrypto/tls: set ServerName and unset TLSUnique in Conne...
2018-11-12 Filippo Valsordacrypto/tls: implement TLS 1.3 downgrade protection
2018-11-12 Filippo Valsordacrypto/tls: implement TLS 1.3 client authentication
2018-11-12 Filippo Valsordacrypto/tls: implement TLS 1.3 PSK authentication (serve...
2018-11-12 Filippo Valsordacrypto/tls: implement TLS 1.3 PSK authentication (clien...
2018-11-12 Filippo Valsordacrypto/tls: implement TLS 1.3 middlebox compatibility...
2018-11-12 Filippo Valsordacrypto/tls: implement TLS 1.3 KeyUpdate messages
2018-11-12 Filippo Valsordacrypto/tls: implement TLS 1.3 KeyLogWriter support
2018-11-12 Austin Clementscmd/link: start file-local symbols at version 10
2018-11-12 Austin Clementscmd/link: abstract DWARF metadata symbol lookup
2018-11-12 Austin Clementsdebug/gosym: use "go build" instead of hand-running...
2018-11-12 Austin Clementsruntime: correct ABI information for all functions
2018-11-12 Austin Clementsruntime: avoid variable/function alias on runtime._cgo_...
2018-11-12 Austin Clementsinternal/bytealg, runtime: provide linknames for pushed...
2018-11-12 Austin Clementsruntime, reflect: access runtime.reflectcall directly
2018-11-11 Ainar Garipovgo/build: remove superfluous continues
2018-11-11 Michael Anthony... runtime: gofmt all improperly formatted code
2018-11-11 Josh Bleecher... cmd/compile: optimize A->B->C Moves that include VarDefs
2018-11-11 Ainar Garipovgo/build, go/doc: fix tautological conditions
2018-11-10 Nikhil Beneschruntime: ensure m.p is never stale
2018-11-10 Josh Bleecher... cmd/compile: re-run stringer
2018-11-10 Josh Bleecher... cmd/compile: simplify walk OCONVIFACE
2018-11-10 Richard Musiolall: add support for synchronous callbacks to js/wasm
2018-11-10 Martin Möhrmanncmd/compile: improve typechecking of OSLICEHEADER nodes
2018-11-10 Ian Lance Taylorcmd/go: add go mod edit -go flag
2018-11-10 Ian Lance Taylorcmd/go: add go statement when initializing go.mod
2018-11-09 Ainar Garipovruntime: don't check _defer against nil twice
2018-11-09 Alex BrainmanRevert "os: remove sleep in windows Process.Wait"
2018-11-09 Ian Lance Taylorcmd/cgo: make the gccgo init function no_split_stack
2018-11-09 Nikhil Beneschruntime: never call into race detector with retaken P
2018-11-09 Michael Anthony... runtime: stop unnecessary span scavenges on free
2018-11-09 Josh Bleecher... cmd/compile: eliminate dead code
2018-11-09 Lynn Bogercmd/compile: use ANDCC, ORCC, XORCC to avoid CMP on...
2018-11-09 Ryan Dahlbufio: fix indexes in TestWriter
2018-11-09 Brad FitzpatrickRevert "cmd/vet: lostcancel: suppress the check in...
2018-11-09 Alan Donovancmd/vet: lostcancel: suppress the check in the main...
2018-11-09 Josh Bleecher... runtime: reduce linear search through pcvalue cache
2018-11-09 Lynn Bogercrypto/md5: fix md5block asm to work on big endian...
2018-11-09 Daniel Martícmd/vet: fix printf false negative with nested pointers
2018-11-09 Daniel Martícmd/vet: fix some pointer false positives in printf
2018-11-09 Brad Fitzpatrickmime/multipart: check for quoted-printable case insensi...
2018-11-09 Brad Fitzpatrickcmd/go/internal/cache: fix wrong/old function name...
2018-11-08 Josh Bleecher... cmd/compile: only optimize chained Moves on disjoint...
2018-11-08 Daniel Theophanesdatabase/sql: add support for returning cursors to...
2018-11-08 Keith Randallstrings,bytes: use inlineable function trampolines...
2018-11-08 Agniva De Sarkertime: add a missing comma in the documentation of Time
2018-11-08 Alan Donovancmd/go: vet: revert $GOVETTOOL env var, restore -vettoo...
2018-11-08 Agniva De Sarkertime: handle negative offsets on js/wasm
2018-11-08 Keith Randallcmd/compile: encourage inlining of functions with singl...
2018-11-08 Keith Randallinternal/syscall/unix: use libc calls on Darwin
2018-11-08 沈涛strings: remove empty line
2018-11-08 Mikio Haranet: simplify nested if-blocks
2018-11-08 Filippo Valsordacrypto/tls: remove a forgotten note to future self
2018-11-08 Agniva De Sarkertime: document that a marshaled time does not include...
2018-11-08 Keith Randallsyscall: move uses of Syscall to libSystem on darwin
2018-11-08 Ian Lance Taylorcmd/go: add goversion environment variable to testing...
2018-11-08 Ian Lance Taylorcmd/go: document the go statement in a go.mod file
2018-11-08 Ian Lance Taylorcmd/go: pass go language version to cmd/compile
2018-11-08 Ian Lance Taylorcmd/go: add cmpenv command to testing script language
2018-11-07 diplozooncmd/go: add /v2 to go.mod require example
2018-11-07 Keith Randallsyscall: implement syscalls on Darwin using libSystem
2018-11-07 Robert Griesemergo/types: avoid certain problems with recursive alias...
2018-11-07 fanzha02cmd/internal/obj/arm64: encode large constants into...
2018-11-07 Elias Naurinternal/traceparser: skip test on iOS
2018-11-07 Hana (Hyang... cmd/vendor: update github.com/google/pprof
2018-11-06 Diogo Pinelago/internal/gcimporter: ensure tests pass even if GOROO...
2018-11-06 David Chasecmd/compile: update TestNexting golden file for Delve
2018-11-06 Alberto Donizetticmd/compile: update TestNexting golden file
2018-11-06 Daniel Martícmd/go: make 'go test -h' print two lines
2018-11-06 Alberto Donizetticmd/compile: add new format to known_formats
2018-11-06 Cherry Zhangcmd/asm: rename R18 to R18_PLATFORM on ARM64
2018-11-06 Keith Randallcmd/compile: don't deadcode eliminate labels
2018-11-06 Alan Donovancmd/vendor: add x/tools/go/analysis/cmd/vet-lite +...
2018-11-06 Lynn Bogerruntime: improve performance of memclr, memmove on...
2018-11-06 Clément Chigotcmd/compile/internal/gc: update cgo_import_dynamic...
2018-11-06 Raghavendra... reflect: fix StructOf panics from too many methods...
2018-11-06 Mikio Haranet/http: update bundled SOCKS client
2018-11-06 Josh Bleecher... cmd/compile: loop in disjoint OpOffPtr check
2018-11-06 Michael Stapelbergnet: update zoneCache on cache misses to cover appearin...
2018-11-06 Josh Bleecher... cmd/compile: shrink specialized convT2x call sites
2018-11-05 Josh Bleecher... cmd/compile: copy all fields during SubstAny
2018-11-05 Michael Anthony... runtime: clean up MSpan* MCache* MCentral* in docs
2018-11-05 Austin Clementsruntime: deflake TestTracebackAncestors
2018-11-05 Yury Smolskygo/doc: inspect function signature for building playgro...
2018-11-05 Ian Lance Taylortest: add test that gccgo failed to compile
2018-11-05 Robert Griesemercmd/compile: reintroduce work-around for cyclic alias...
2018-11-05 Robert Griesemercmd/compile: encapsulate and document two types.Type...
2018-11-05 Michael Anthony... runtime: fix stale comments about mheap and mspan
2018-11-05 Austin Clementscmd/trace: notes on MMU view improvements
next