]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-04-28 Richard Barnesencoding/asn1: Improved control of flags and times
2015-04-28 Adam Langleycrypto/x509: allow parsing of certificates with unknown...
2015-04-28 Austin Clementsruntime: eliminate one heapBitsForObject from scanobject
2015-04-28 David Crawshawcmd/internal/ld: remove Biobuf unget
2015-04-28 Russ Coxdoc/go1.5.txt: mention goroutine scheduling change
2015-04-28 Josh Bleecher... Revert "Revert "cmd/dist: consolidate runtime CPU tests""
2015-04-28 Russ Coxcmd/internal/gc: emit typedmemmove write barrier from...
2015-04-28 Russ Coxcmd/internal/gc: inline writeBarrierEnabled check befor...
2015-04-28 Russ Coxruntime: replace needwb() with writeBarrierEnabled
2015-04-28 Russ Coxruntime: change unused argument in fat write barriers...
2015-04-28 Russ Coxcmd/internal/gc: accept comma-separated list of name...
2015-04-28 Russ Coxcmd/internal/gc: use MOV R0, R1 instead of LEA 0(R0...
2015-04-28 Russ Coxcmd/internal/gc: emit write barriers at lower level
2015-04-28 Josh Bleecher... test: gofmt run.go
2015-04-28 Josh Bleecher... test: set GOMAXPROCS=1 in fixedbugs/issue9110
2015-04-28 Mikio Haranet: don't miss testing server teardowns when test...
2015-04-27 Matthew Dempskytest: reenable syntax tests
2015-04-27 Rob Pikedoc/go1.5.txt: go doc
2015-04-27 Rob Pikecmd/go,cmd/doc: add "go doc"
2015-04-27 Austin Clementsruntime/race: fix failing tests
2015-04-27 Russ Coxruntime/race: stop listening to external network addresses
2015-04-27 Austin Clementsruntime: fix stack use accounting
2015-04-27 David Crawshawruntime: remove unnecessary noescape to fix netbsd
2015-04-27 Josh Bleecher... cmd/internal/gc, cmd/internal/ld: add memprofilerate...
2015-04-27 Austin Clementsruntime/race: fix benchmark deadlock
2015-04-27 Dmitry Savintsevregexp: trivial change in comments to update code.googl...
2015-04-27 Russ Coxruntime: fix race in BenchmarkPingPongHog
2015-04-27 Austin Clementsruntime: fix some out of date comments and typos
2015-04-27 Josh Bleecher... runtime: remove a modulus calculation from pollorder
2015-04-27 Austin Clementsruntime: rename gcController.findRunnable to findRunnab...
2015-04-27 Austin Clementsruntime: replace STW for enabling write barriers with...
2015-04-27 Austin Clementsruntime: add ragged global barrier function
2015-04-27 Josh Bleecher... Revert "cmd/dist: consolidate runtime CPU tests"
2015-04-27 Josh Bleecher... cmd/dist: consolidate runtime CPU tests
2015-04-27 Josh Bleecher... cmd/internal/ld: remove pointless allocs
2015-04-27 Roger Peppeencoding/xml: do not escape newlines
2015-04-27 Austin Clementsruntime: reset spinning in mspinning if work was ready()ed
2015-04-27 Austin Clementsruntime: panic when idling a P with runnable Gs
2015-04-27 Josh Bleecher... runtime: tighten select permutation generation
2015-04-27 John Dethridgedebug/dwarf: update class_string.go to add ClassReferen...
2015-04-26 Adam Langleycrypto/tls: call GetCertificate if Certificates is...
2015-04-26 Jonathan Rudenbergcrypto/tls: add OCSP response to ConnectionState
2015-04-26 David Leon Gilcrypto/elliptic: don't unmarshal points that are off...
2015-04-26 Paul van Brouwershavencrypto/x509: CertificateRequest signature verification
2015-04-26 Jonathan Rudenbergcrypto/tls: add support for session ticket key rotation
2015-04-26 Håvard Haugencmd/pprof: handle empty profile gracefully
2015-04-26 Jonathan Rudenbergcrypto/tls: add support for Certificate Transparency
2015-04-26 Justin Nußencoding/csv: Preallocate records slice
2015-04-26 David Crawshawruntime: signal forwarding for darwin/amd64
2015-04-26 Michael Hudson... cmd/internal/ld: R_TLS_LE is fine on Darwin too
2015-04-26 Matt T. Proudtesting/quick: align tests with reflect.Kind.
2015-04-25 Michael Hudson... cmd/8l, cmd/internal/ld, cmd/internal/obj/x86: stop...
2015-04-24 Rick Hudsonruntime: Fix bug due to elided return.
2015-04-24 Michael Hudson... cmd/internal/ld: fix R_TLS handling now Xsym is not...
2015-04-24 Austin Clementsruntime: replace per-M workbuf cache with per-P gcWork...
2015-04-24 Austin Clementsruntime: fix check for pending GC work
2015-04-24 Austin Clementsruntime: start dedicated mark workers even if there...
2015-04-24 Austin Clementsruntime: fix some out-of-date comments
2015-04-24 Hyang-Ah Hana Kimmisc/cgo/testcshared: make test.bash resilient against...
2015-04-24 Rob Pikecmd/go: rename doc.go to alldocs.go in preparation...
2015-04-24 Srdjan Petrovicruntime: implement xadduintptr and update system mstats...
2015-04-24 Hyang-Ah Hana Kimmisc/cgo/testcshared: add a c-shared test for android...
2015-04-24 Michael Hudson... cmd/internal/gc, cmd/internal/ld, cmd/internal/obj...
2015-04-24 Austin Clementsruntime: simplify process for starting GC goroutine
2015-04-24 Austin Clementsruntime: use park/ready to wake up GC at end of concurr...
2015-04-24 Austin Clementsruntime: use timer for GC control revise rather than...
2015-04-24 Austin Clementsruntime: yield time slice to most recently readied G
2015-04-24 Austin Clementsruntime: benchmark for ping-pong in the presence of...
2015-04-24 Austin Clementsruntime: factor checking if P run queue is empty
2015-04-24 Russ Coxcmd/internal/gc: add and test write barrier debug output
2015-04-24 Aamir Khanhash/crc32: clarify documentation
2015-04-24 Shenghou Macmd/dist: allow $GO_TEST_TIMEOUT_SCALE to override...
2015-04-24 Srdjan Petrovicruntime: signal forwarding
2015-04-24 Egon Elbreencoding/base64: Optimize EncodeToString and DecodeString.
2015-04-23 Josh Bleecher... cmd/9g, etc: remove // fallthrough comments
2015-04-23 Josh Bleecher... math/big: add partial arm64 assembly support
2015-04-23 Srdjan Petrovicruntime: deflake TestNewOSProc0, fix _rt0_amd64_linux_l...
2015-04-23 Austin Clementsruntime: fix underflow in next_gc calculation
2015-04-23 Rick Hudsonruntime: Improve scanning performance
2015-04-23 Hyang-Ah Hana Kimruntime: disable TestNewOSProc0 on android/arm.
2015-04-23 Nigel Taoimage/png: don't silently swallow io.ReadFull's io...
2015-04-23 Dmitry Savintsevdoc/faq: replace reference to goven with gomvpkg
2015-04-23 Brad Fitzpatricknet: use Go's DNS resolver when system configuration...
2015-04-23 Josh Bleecher... cmd/internal/gc: remove /*untyped*/ comments
2015-04-23 Nigel Taoimage/jpeg: have the LargeImageWithShortData test only...
2015-04-22 Shenghou Maruntime: fix build after CL 9164 on Linux
2015-04-22 Shenghou Malog/syslog: make the BUG notes visible on golang.org
2015-04-22 Michael Hudson... cmd/link, cmd/internal/goobj: update constants, regener...
2015-04-22 Austin Clementsruntime: use reachable heap estimate to set trigger...
2015-04-22 Michael Hudson... cmd/go: refactor creation of top-level actions for...
2015-04-22 Austin Clementsruntime: include heap goal in gctrace line
2015-04-22 Austin Clementsruntime: avoid divide-by-zero in GC trigger controller
2015-04-22 Michael Hudson... cmd/internal/gc, cmd/internal/ld: fixes for global...
2015-04-22 Michael Hudson... cmd/5g, etc, cmd/internal/gc, cmd/internal/obj, etc...
2015-04-22 Alan Donovango/constants: rename go/exact to go/constants
2015-04-22 Srdjan Petrovicruntime: merge clone0 and clone
2015-04-22 Robert Griesemergo/exact: future-proof API: permit setting precision...
2015-04-22 Daniel Morsingnet/http: fix race between dialing and canceling
2015-04-22 Brad Fitzpatricknet/http: make ServeContent errors return more specific...
2015-04-22 Brad Fitzpatricknet/http: fix rare Transport readLoop goroutine leak
next