- 21 Sep, 2010 5 commits
-
-
Ian Lance Taylor authored
Regenerate zsyscall_linux_*.go files with recent changes to mksyscall.sh. Add socketpair to syscall_linux_amd64.go; for some reason it was in the generated file but not in the source file. R=rsc, r2 CC=golang-dev https://golang.org/cl/2190044
-
Rob Pike authored
They are unused and not that useful anyway. R=rsc CC=golang-dev https://golang.org/cl/2225045
-
Andrew Gerrand authored
- fix release upload - add -rev= flag to build specific revision and exit - added support for all-$GOARCH.bash R=rsc CC=golang-dev https://golang.org/cl/2247044
-
Alex Brainman authored
Fixes #1122. Thanks to BigBoss1964 for the solution. R=golang-dev, r2 CC=golang-dev https://golang.org/cl/2246042
-
Nigel Tao authored
Fix missing return in Set(x, y, color). R=r CC=golang-dev https://golang.org/cl/2256042
-
- 20 Sep, 2010 16 commits
-
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2241043
-
Ken Thompson authored
static init redo R=rsc CC=golang-dev https://golang.org/cl/2254041
-
Joe Poirier authored
R=rsc CC=golang-dev https://golang.org/cl/2250041
-
Luuk van Dijk authored
R=rsc, ken2, r CC=golang-dev https://golang.org/cl/2151044
-
Adam Langley authored
The key/value format of X.500 names means that it's possible to encode a name with multiple values for, say, organisation. RFC5280 doesn't seem to consider this, but there are Verisign root certificates which do this and, in order to find the correct root certificate in some cases, we need to handle it. Also, CA certificates should set the CA flag and we now check this. After looking at the other X.509 extensions it appears that they are universally ignored/bit rotted away so we ignore them. R=rsc CC=golang-dev https://golang.org/cl/2249042
-
Adam Langley authored
asn1: add support for T61String because this is the string type which several www.google.com certificates are now using for fields like CommonName tls: force a handshake in Dial so that certificates are ready afterwards. Fixes #1114. R=rsc CC=golang-dev https://golang.org/cl/2216043
-
Rob Pike authored
R=adg CC=golang-dev https://golang.org/cl/2211044
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/2229044
-
Alex Brainman authored
R=rsc, Joe Poirier, r CC=golang-dev https://golang.org/cl/2248041
-
Russ Cox authored
missing from last CL, sorry R=r CC=golang-dev https://golang.org/cl/2214043
-
Russ Cox authored
Wasn't running the temp binary under $E (emulator). R=r CC=golang-dev https://golang.org/cl/2237043
-
Russ Cox authored
*Much* better on NaCl, where memory faults are deadly. R=r CC=golang-dev https://golang.org/cl/2249041
-
Russ Cox authored
NaCl rejects zero-length write using nil pointer. R=r CC=golang-dev https://golang.org/cl/2237042
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/2221042
-
Nigel Tao authored
R=r CC=golang-dev https://golang.org/cl/2192043
-
Rob Pike authored
This also silences some misleading logging. Also improve logging. R=rsc CC=golang-dev https://golang.org/cl/2245041
-
- 19 Sep, 2010 3 commits
-
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/2204045
-
Rob Pike authored
Fixes #1118. R=rsc CC=golang-dev https://golang.org/cl/2225044
-
Rob Pike authored
The decoder was crashing when handling an rpc that expected a struct but was delivered something else. This diagnoses the problem. The other direction (expecting non-struct but getting one) was already handled. R=rsc CC=golang-dev https://golang.org/cl/2246041
-
- 18 Sep, 2010 2 commits
-
-
Rob Pike authored
Re-enable the test on Windows. R=brainman, alex.brainman CC=golang-dev https://golang.org/cl/2244041
-
Alex Brainman authored
R=r CC=golang-dev https://golang.org/cl/2225042
-
- 17 Sep, 2010 3 commits
-
-
Andrew Gerrand authored
R=rsc, gri CC=golang-dev https://golang.org/cl/2191043
-
Alex Brainman authored
R=golang-dev, rsc1 CC=golang-dev https://golang.org/cl/2212041
-
Robert Griesemer authored
(os package comments were duplicates) R=rsc CC=golang-dev https://golang.org/cl/2205042
-
- 16 Sep, 2010 11 commits
-
-
Ken Thompson authored
R=rsc CC=golang-dev https://golang.org/cl/2187042
-
Rob Pike authored
Suggested in a bug report (since addressed) by Axel Schreiner. R=rsc CC=golang-dev https://golang.org/cl/2228041
-
Robert Griesemer authored
Use -timestamps=false flag to disable. (This used to be shown on the front-page below the build information with the old godoc. However, the time stamps are directory-specific and should be shown with the directory.) R=rsc CC=golang-dev https://golang.org/cl/2233044
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/2214042
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/2209042
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2233043
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2212042
-
Eric Clark authored
Fixes #1081 R=rsc CC=golang-dev https://golang.org/cl/2112046
-
Fazlul Shahriar authored
* SHOW DB responds with a "110 n databases present - text follows" -- parse it. * Doing a Define() on a non-existing word gives error "invalid definition count: no", when we really want "552 no match". R=rsc CC=golang-dev https://golang.org/cl/2211041
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/2213042
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/2227041
-