2016-01-06 |
Andrew Gerrand | net/http: better documentation for Transport |
commit | commitdiff | tree |
2016-01-06 |
Brad Fitzpatrick | net/http/pprof: stop profiling if client's connection... |
commit | commitdiff | tree |
2016-01-06 |
Brad Fitzpatrick | net/http: update bundled copied of x/net/http2 to git... |
commit | commitdiff | tree |
2016-01-06 |
Brad Fitzpatrick | doc: note the net/http CloseNotifier changes in go1... |
commit | commitdiff | tree |
2016-01-06 |
Ian Lance Taylor | doc: mention new SIGPIPE behavior in 1.6 release notes |
commit | commitdiff | tree |
2016-01-06 |
Ian Lance Taylor | runtime: call msanwrite on object passed to runtime/cgo |
commit | commitdiff | tree |
2016-01-06 |
Brad Fitzpatrick | crypto/hmac: update link to FIPS HMAC spec |
commit | commitdiff | tree |
2016-01-06 |
Adam Langley | crypto/x509: handle ECC private keys with the wrong... |
commit | commitdiff | tree |
2016-01-06 |
Kevin Vu | cmd/compile/internal/gc: fix initialization logic |
commit | commitdiff | tree |
2016-01-06 |
Tamir Duberstein | cmd/dist: correct run's comment |
commit | commitdiff | tree |
2016-01-06 |
Michael Hudson... | cmd/go: special case shared library name when passed... |
commit | commitdiff | tree |
2016-01-06 |
David Benjamin | encoding/asn1: fix off-by-one in parseBase128Int. |
commit | commitdiff | tree |
2016-01-05 |
Brad Fitzpatrick | A+C: automated update |
commit | commitdiff | tree |
2016-01-05 |
Brad Fitzpatrick | log/syslog: document that syslog is frozen |
commit | commitdiff | tree |
2016-01-05 |
Brad Fitzpatrick | net/http: make Client use Request.Cancel for timeouts... |
commit | commitdiff | tree |
2016-01-05 |
Robert Griesemer | spec: New year, new spec update (to refer to Unicode... |
commit | commitdiff | tree |
2016-01-05 |
Brad Fitzpatrick | net/http: tighten protocol between Transport.roundTrip... |
commit | commitdiff | tree |
2016-01-05 |
Austin Clements | runtime/pprof: skip TestStackBarrierProfiling |
commit | commitdiff | tree |
2016-01-05 |
Ian Lance Taylor | runtime: fix exit status when killed by signal |
commit | commitdiff | tree |
2016-01-05 |
Ian Lance Taylor | runtime: set SIGCONT to _SigNotify + _SigDefault |
commit | commitdiff | tree |
2016-01-05 |
David Chase | cmd/compile: suppress export of Note field within expor... |
commit | commitdiff | tree |
2016-01-05 |
Russ Cox | net: run all timeout tests in parallel |
commit | commitdiff | tree |
2016-01-05 |
Russ Cox | misc/cgo/testcshared: print a little more about GOROOT... |
commit | commitdiff | tree |
2016-01-05 |
Russ Cox | cmd/dist: wait for pending tests before exiting |
commit | commitdiff | tree |
2016-01-05 |
Brad Fitzpatrick | net/http: relax recently-updated rules and behavior... |
commit | commitdiff | tree |
2016-01-05 |
Matthew Dempsky | cmd/internal/obj: fix PCSP table at runtime.morestack... |
commit | commitdiff | tree |
2016-01-05 |
Ian Lance Taylor | os: remove unused import to fix build |
commit | commitdiff | tree |
2016-01-05 |
Ian Lance Taylor | os, runtime: better EPIPE behavior for command line... |
commit | commitdiff | tree |
2016-01-05 |
Ian Lance Taylor | runtime: disable a signal by restoring the original... |
commit | commitdiff | tree |
2016-01-04 |
Aaron Jacobs | cmd/go: update out of date help text about vendoring |
commit | commitdiff | tree |
2016-01-04 |
Russ Cox | testing: add clear panic for duplicate call to t.Parallel |
commit | commitdiff | tree |
2016-01-04 |
Russ Cox | runtime/pprof: shorten a few tests |
commit | commitdiff | tree |
2016-01-04 |
Russ Cox | cmd/link: use current GOROOT for source file paths... |
commit | commitdiff | tree |
2016-01-04 |
Didier Spezia | build: prevent the entire repo to be wiped out by cgo... |
commit | commitdiff | tree |
2016-01-04 |
Brad Fitzpatrick | net/http: deflake tests in full mode after t.Parallel... |
commit | commitdiff | tree |
2016-01-04 |
Ian Lance Taylor | runtime: remove now-unused test string constants |
commit | commitdiff | tree |
2016-01-04 |
Ian Lance Taylor | runtime: implement setsigstack for Solaris |
commit | commitdiff | tree |
2016-01-03 |
Benny Siegert | doc: fix typo in install-source.html. |
commit | commitdiff | tree |
2016-01-02 |
Ian Lance Taylor | runtime: treat SIGTSTP/SIGCANCEL on Solaris as we do... |
commit | commitdiff | tree |
2016-01-01 |
Shenghou Ma | doc: fix typo |
commit | commitdiff | tree |
2015-12-31 |
David Symonds | doc: 2016 is the Year of the Gopher. |
commit | commitdiff | tree |
2015-12-31 |
Alex Brainman | os: change Open(`C:`) to open current directory on C: |
commit | commitdiff | tree |
2015-12-30 |
Evan Shaw | database/sql: fix doc typos |
commit | commitdiff | tree |
2015-12-30 |
Hiroshi Ioka | os: fix race condition between (*os.File).Stat and... |
commit | commitdiff | tree |
2015-12-29 |
Russ Cox | runtime: move test programs out of source code, coalesce |
commit | commitdiff | tree |
2015-12-29 |
Brad Fitzpatrick | net/http: update docs on Request.Proto, ProtoMajor... |
commit | commitdiff | tree |
2015-12-29 |
Russ Cox | cmd/dist: apply final edits from CL 18199. |
commit | commitdiff | tree |
2015-12-29 |
Russ Cox | cmd/dist: run shards of test dir in parallel |
commit | commitdiff | tree |
2015-12-29 |
Russ Cox | cmd/dist: run wiki, shootout etc tests only on builders |
commit | commitdiff | tree |
2015-12-29 |
Russ Cox | cmd/dist: run various one-off tests in parallel |
commit | commitdiff | tree |
2015-12-29 |
Russ Cox | cmd/dist: run limited tests in race and libgcc=none... |
commit | commitdiff | tree |
2015-12-29 |
Russ Cox | build: shorten a few packages with long tests |
commit | commitdiff | tree |
2015-12-29 |
Russ Cox | api/go1.6.txt: add debug.SetTraceback, build.Package... |
commit | commitdiff | tree |
2015-12-29 |
Russ Cox | cmd/dist: make test default to --no-rebuild |
commit | commitdiff | tree |
2015-12-29 |
Mikio Hara | os: add missing copyright notice |
commit | commitdiff | tree |
2015-12-28 |
Austin Clements | runtime: fix, simplify, and improve scan state in gorou... |
commit | commitdiff | tree |
2015-12-24 |
Dan Peterson | runtime: fix sigaltstack test Skipf format string |
commit | commitdiff | tree |
2015-12-24 |
Ian Lance Taylor | runtime: adjust gsignal stack to current signal stack |
commit | commitdiff | tree |
2015-12-24 |
Nigel Tao | image/color: have NYCbCrA.RGBA work in 16-bit color. |
commit | commitdiff | tree |
2015-12-24 |
Jonathan Boulle | net/http: fix typo in docstring |
commit | commitdiff | tree |
2015-12-22 |
Rob Pike | crypto/cipher: fix typo from last change |
commit | commitdiff | tree |
2015-12-22 |
Rob Pike | crypto/cipher: improve documentation for AEAD |
commit | commitdiff | tree |
2015-12-22 |
Ian Lance Taylor | misc/cgo/testcarchive: skip test4 on darwin/{arm,arm64} |
commit | commitdiff | tree |
2015-12-22 |
Mikio Hara | net: fix race in TestTCPStress |
commit | commitdiff | tree |
2015-12-22 |
Mikio Hara | net/internal/socktest: simplify log message format |
commit | commitdiff | tree |
2015-12-22 |
David Symonds | net/http: add new HTTP 451 status code, Unavailable... |
commit | commitdiff | tree |
2015-12-22 |
Ian Lance Taylor | test: add test that gccgo miscompiled |
commit | commitdiff | tree |
2015-12-21 |
Robert Griesemer | cmd/compile: const name and label name may match |
commit | commitdiff | tree |
2015-12-19 |
Mikio Hara | net: make use of IPv4 for parsing routing information... |
commit | commitdiff | tree |
2015-12-19 |
Alex Brainman | net: adjust TestInterfaceHardwareAddrWithGetmac |
commit | commitdiff | tree |
2015-12-19 |
Shenghou Ma | api: fix typo in README |
commit | commitdiff | tree |
2015-12-18 |
Ian Lance Taylor | runtime: for c-archive/c-shared, don't install unnecess... |
commit | commitdiff | tree |
2015-12-18 |
Brad Fitzpatrick | doc: change go1.6 http heading |
commit | commitdiff | tree |
2015-12-18 |
Ian Lance Taylor | runtime: write sigsetstack for Darwin, fix sigaction arg |
commit | commitdiff | tree |
2015-12-18 |
Russ Cox | doc: add mention of debug.SetTraceback |
commit | commitdiff | tree |
2015-12-18 |
Russ Cox | testing: use debug.SetTraceback("all") to show all... |
commit | commitdiff | tree |
2015-12-18 |
Russ Cox | runtime/debug: add SetTraceback |
commit | commitdiff | tree |
2015-12-18 |
Austin Clements | debug/elf: rename Chdr64.Reserved to _ |
commit | commitdiff | tree |
2015-12-18 |
Russ Cox | cmd/go: ignore XML errors after Go <meta> tags |
commit | commitdiff | tree |
2015-12-18 |
Joe Tsai | bytes: document that buffer is reused in Truncate and... |
commit | commitdiff | tree |
2015-12-18 |
Brad Fitzpatrick | net/http: document that Server.TLSNextProto has automat... |
commit | commitdiff | tree |
2015-12-18 |
Russ Cox | cmd/go: do not skip dirs with syntax errors in wildcard... |
commit | commitdiff | tree |
2015-12-18 |
Austin Clements | runtime: document stack barrier synchronization rules |
commit | commitdiff | tree |
2015-12-18 |
Austin Clements | runtime: require the stack barrier lock to traceback... |
commit | commitdiff | tree |
2015-12-18 |
Austin Clements | runtime: prevent race between setNextBarrierPC and... |
commit | commitdiff | tree |
2015-12-18 |
Emmanuel Odeke | doc: fix typo in go1.6.html |
commit | commitdiff | tree |
2015-12-18 |
Ian Lance Taylor | cmd/vet: add some checks for invalid pointer passing... |
commit | commitdiff | tree |
2015-12-17 |
Shenghou Ma | test: fix linkmain test |
commit | commitdiff | tree |
2015-12-17 |
Alan Donovan | go/types: add link to tutorial |
commit | commitdiff | tree |
2015-12-17 |
Brad Fitzpatrick | api: create go1.6.txt go1.6beta1 |
commit | commitdiff | tree |
2015-12-17 |
Brad Fitzpatrick | src: remove reference to since-deleted dist -s flag |
commit | commitdiff | tree |
2015-12-17 |
Brad Fitzpatrick | doc: change go1.6 http heading |
commit | commitdiff | tree |
2015-12-17 |
Brad Fitzpatrick | doc: Americanise spelling of wilful |
commit | commitdiff | tree |
2015-12-17 |
Brad Fitzpatrick | net/http: document ResponseWriter and Handler more... |
commit | commitdiff | tree |
2015-12-17 |
Russ Cox | cmd/link: reject non-package main toplevel.a file,... |
commit | commitdiff | tree |
2015-12-17 |
Russ Cox | cmd/go: for go get -insecure, do not fall back to HTTP... |
commit | commitdiff | tree |
2015-12-17 |
Russ Cox | cmd/go: fix processing of HTTPS 404 without -insecure |
commit | commitdiff | tree |
2015-12-17 |
Russ Cox | Revert "cmd/go: allow omitted user name in git ssh... |
commit | commitdiff | tree |
2015-12-17 |
Brad Fitzpatrick | net/http: don't accept invalid bytes in server request... |
commit | commitdiff | tree |
2015-12-17 |
Brad Fitzpatrick | net/http: be more consistent about Request.Method ... |
commit | commitdiff | tree |
next |