2016-01-08 |
Russ Cox | cmd/compile: apply -importmap to imports before checkin... |
commit | commitdiff | tree |
2016-01-08 |
Brad Fitzpatrick | net/http: fix validHeaderValue yet again, excluding... |
commit | commitdiff | tree |
2016-01-08 |
Russ Cox | go/build: invert AllowVendor to IgnoreVendor |
commit | commitdiff | tree |
2016-01-08 |
Ian Lance Taylor | runtime: save callee-saved regs in darwin-amd64 library... |
commit | commitdiff | tree |
2016-01-08 |
Ian Lance Taylor | runtime: add nowritebarrierrec to funcs called at signa... |
commit | commitdiff | tree |
2016-01-08 |
Russ Cox | Revert "net: ensure that malformed domain names report... |
commit | commitdiff | tree |
2016-01-08 |
Joel Sing | cmd/dist: fix cgoTestSO on FreeBSD amd64 with GOHOSTARC... |
commit | commitdiff | tree |
2016-01-08 |
Russ Cox | os: read only 10,000 bytes at a time from Windows console |
commit | commitdiff | tree |
2016-01-08 |
Paul Wankadia | regexp/syntax: fix factoring of common prefixes in... |
commit | commitdiff | tree |
2016-01-08 |
Daniel Speichert | net/textproto: accept multi-line error messages |
commit | commitdiff | tree |
2016-01-08 |
Russ Cox | net: ensure that malformed domain names report a consis... |
commit | commitdiff | tree |
2016-01-08 |
Alex Brainman | internal/syscall/windows: correct GetACP and MultiByteT... |
commit | commitdiff | tree |
2016-01-08 |
Ian Lance Taylor | encoding/json: doc: Decode only writes to exported... |
commit | commitdiff | tree |
2016-01-08 |
Russ Cox | database/sql: guard against panics in driver.Stmt imple... |
commit | commitdiff | tree |
2016-01-08 |
Russ Cox | runtime: allow signal.Ignore of user-generated throwing... |
commit | commitdiff | tree |
2016-01-08 |
Russ Cox | runtime: fix up OS X kernel bug sending user-generated... |
commit | commitdiff | tree |
2016-01-08 |
Russ Cox | Revert "runtime: make NumGoroutine and Stack agree... |
commit | commitdiff | tree |
2016-01-08 |
Russ Cox | runtime: make NumGoroutine and Stack agree not to inclu... |
commit | commitdiff | tree |
2016-01-08 |
Russ Cox | encoding/base64: fix streaming decode of padding-free... |
commit | commitdiff | tree |
2016-01-08 |
Ian Lance Taylor | os/signal: clarify signal doc |
commit | commitdiff | tree |
2016-01-08 |
David du Colombier | os: fix rename on Plan 9 |
commit | commitdiff | tree |
2016-01-08 |
Brad Fitzpatrick | A+C: manual updates |
commit | commitdiff | tree |
2016-01-08 |
Brad Fitzpatrick | net/http: fix too-strict validation of server header... |
commit | commitdiff | tree |
2016-01-08 |
Robert Griesemer | go/doc: don't drop "factory" functions with dot-importe... |
commit | commitdiff | tree |
2016-01-08 |
Ian Lance Taylor | cmd/cgo, runtime: recognize unsafe.Pointer(&s[0]) in... |
commit | commitdiff | tree |
2016-01-08 |
Russ Cox | time: restore old error text for day out of range |
commit | commitdiff | tree |
2016-01-08 |
Russ Cox | net: LookupAddr("127.0.0.1") is "localhost" not "localh... |
commit | commitdiff | tree |
2016-01-08 |
Brad Fitzpatrick | net/http: document GODEBUG settings, update bundled... |
commit | commitdiff | tree |
2016-01-07 |
Brad Fitzpatrick | net/http: add some tests around sending & receiving... |
commit | commitdiff | tree |
2016-01-07 |
Matthew Dempsky | cmd/compile: recognize !typedbool is typed |
commit | commitdiff | tree |
2016-01-07 |
Austin Clements | runtime: fix sigprof stack barrier locking |
commit | commitdiff | tree |
2016-01-07 |
Austin Clements | runtime: increase assumed stack size in externalthreadh... |
commit | commitdiff | tree |
2016-01-07 |
Austin Clements | runtime: don't ignore success of cgo profiling tracebacks |
commit | commitdiff | tree |
2016-01-07 |
Russ Cox | net: document ":port" syntax in Dial, Listen, ListenPacket |
commit | commitdiff | tree |
2016-01-07 |
Russ Cox | runtime: add pointer to net and net/http for more GODEB... |
commit | commitdiff | tree |
2016-01-07 |
Brad Fitzpatrick | net/http: update bundled http2, fixes TestConcurrentRea... |
commit | commitdiff | tree |
2016-01-07 |
Michael McGreevy | net/http: Minor fix to error messages in test. |
commit | commitdiff | tree |
2016-01-07 |
Russ Cox | doc: mention that Go no longer calls timeBeginPeriod... |
commit | commitdiff | tree |
2016-01-07 |
Michael Hudson... | doc: update 1.6 release notes with buildmode progress |
commit | commitdiff | tree |
2016-01-07 |
Russ Cox | doc: remove note about installing from source for ARM |
commit | commitdiff | tree |
2016-01-07 |
Brad Fitzpatrick | net/http: update bundled http2; fixes TestTransportAndS... |
commit | commitdiff | tree |
2016-01-07 |
Andrew Gerrand | doc: show relevant test instructions on install page |
commit | commitdiff | tree |
2016-01-07 |
Ian Lance Taylor | misc/cgo/testcarchive,testcshared: deflake tests |
commit | commitdiff | tree |
2016-01-07 |
Tamir Duberstein | cmd/dist: improve isGitRepo to handle git "worktree"s |
commit | commitdiff | tree |
2016-01-07 |
Russ Cox | cmd/go: for go get -insecure, skip TLS certificate... |
commit | commitdiff | tree |
2016-01-07 |
Mikio Hara | net/http, net/http/httputil: fix nits found by vet |
commit | commitdiff | tree |
2016-01-07 |
Russ Cox | archive/zip: fix reading, writing of zip64 archives |
commit | commitdiff | tree |
2016-01-07 |
Russ Cox | os: document that Rename overwrites existing file |
commit | commitdiff | tree |
2016-01-07 |
Russ Cox | go/build: allow @ in #cgo directives for OS X |
commit | commitdiff | tree |
2016-01-06 |
Ian Lance Taylor | doc: fix incorrect example in asm.html |
commit | commitdiff | tree |
2016-01-06 |
Ian Lance Taylor | runtime: set new m signal mask to program startup mask |
commit | commitdiff | tree |
2016-01-06 |
Ian Lance Taylor | runtime: preserve signal stack when calling Go on C... |
commit | commitdiff | tree |
2016-01-06 |
Brad Fitzpatrick | runtime/pprof: skip TestStackBarrierProfiling on dragon... |
commit | commitdiff | tree |
2016-01-06 |
Russ Cox | doc: document release support policy |
commit | commitdiff | tree |
2016-01-06 |
Russ Cox | doc: document linux/ppc64 kernel requirement (2.6.37... |
commit | commitdiff | tree |
2016-01-06 |
Russ Cox | doc: fix source link in gdb docs |
commit | commitdiff | tree |
2016-01-06 |
Russ Cox | cmd/go: do not force use of git master branch (again) |
commit | commitdiff | tree |
2016-01-06 |
Russ Cox | doc: discuss copyright changes in contribute.html |
commit | commitdiff | tree |
2016-01-06 |
Russ Cox | net: check /etc/hosts for modifications every 5 seconds... |
commit | commitdiff | tree |
2016-01-06 |
Brad Fitzpatrick | net/http: fix flaky TestTransportCancelBeforeResponseHe... |
commit | commitdiff | tree |
2016-01-06 |
Brad Fitzpatrick | net/http: add mechanism for marking flaky http tests |
commit | commitdiff | tree |
2016-01-06 |
Russ Cox | doc/play: update URL for concurrent pi |
commit | commitdiff | tree |
2016-01-06 |
Brad Fitzpatrick | net/http: update bundled http2, add test for Transport... |
commit | commitdiff | tree |
2016-01-06 |
Robert Griesemer | go/importer: always handle forward-declared imports... |
commit | commitdiff | tree |
2016-01-06 |
Russ Cox | testing: move comment inside T.Parallel |
commit | commitdiff | tree |
2016-01-06 |
Russ Cox | net: fix timeout test bug |
commit | commitdiff | tree |
2016-01-06 |
Russ Cox | runtime/pprof: point to new docs about kernel bugs |
commit | commitdiff | tree |
2016-01-06 |
Russ Cox | cmd/dist: assume amd64 on OS X, don't run sysctl |
commit | commitdiff | tree |
2016-01-06 |
Russ Cox | time: document that RFC1123 is wrong for times in UTC |
commit | commitdiff | tree |
2016-01-06 |
Russ Cox | os/exec: document that examples assume Unix |
commit | commitdiff | tree |
2016-01-06 |
Russ Cox | test/bench/shootout: delete |
commit | commitdiff | tree |
2016-01-06 |
Russ Cox | Revert "cmd/dist: improve isGitRepo to handle git ... |
commit | commitdiff | tree |
2016-01-06 |
Russ Cox | crypto/dsa: adjust GenerateParameters comment |
commit | commitdiff | tree |
2016-01-06 |
Alex Brainman | internal/syscall/windows/registry: adjust TestGetMUIStr... |
commit | commitdiff | tree |
2016-01-06 |
Tamir Duberstein | cmd/dist: improve isGitRepo to handle git "worktree"s |
commit | commitdiff | tree |
2016-01-06 |
Matthew Dempsky | cmd/compile: recognize bool(true) as a constant expression |
commit | commitdiff | tree |
2016-01-06 |
Ian Lance Taylor | os/signal: Stop restores original signal handling |
commit | commitdiff | tree |
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 |
next |