- 11 Nov, 2009 32 commits
-
-
Adam Langley authored
R=rsc http://codereview.prom.corp.google.com/1024051
-
Adam Langley authored
-
Russ Cox authored
Fixes #50. R=r https://golang.org/cl/154064
-
Russ Cox authored
Fixes #27. R=r https://golang.org/cl/152075
-
Russ Cox authored
TBR=agl1 CC=golang-dev https://golang.org/cl/154065
-
Adam Langley authored
Turn methods that don't store the result in their receiver into functions in order to preserve the convention. Re-jig Exp and Div by moving their guts into nat.go. Add ProbablyPrime to perform Miller-Rabin primality tests. crypto/rsa: reenable key generation since we now have ProbablyPrime. R=gri CC=go-dev http://codereview.prom.corp.google.com/1024038
-
Russ Cox authored
Fixes #30. R=r1, r https://golang.org/cl/154061
-
Russ Cox authored
Fixes #31. To try the fix before the next release: hg pull -u R=r1, r https://golang.org/cl/154058
-
Russ Cox authored
Fixes #22. R=r1, r https://golang.org/cl/152073
-
Russ Cox authored
Fixes #38. R=r1, r https://golang.org/cl/152072
-
Rob Pike authored
R=rsc, iant CC=golang-dev https://golang.org/cl/154059
-
Adam Langley authored
Fixes #40. R=rsc, r1 CC=golang-dev https://golang.org/cl/154057
-
Adam Langley authored
Fixes #45. R=rsc, r1 CC=golang-dev https://golang.org/cl/154055
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/154049
-
Russ Cox authored
R=r https://golang.org/cl/154045
-
Kevin Ballard authored
Define a new interactive function in go-mode.el called gofmt. This function passes the current buffer through the external `gofmt` tool and replaces the buffer with the result. R=agl, rsc https://golang.org/cl/154044
-
Kevin Ballard authored
Fixes #8. R=agl, agl1, rsc https://golang.org/cl/153056
-
Russ Cox authored
R=r https://golang.org/cl/152057
-
Russ Cox authored
Fixes #7. R=r CC=golang-dev https://golang.org/cl/154043
-
Russ Cox authored
Fixes #14. R=r https://golang.org/cl/152052
-
Russ Cox authored
R=agl1 CC=golang-dev https://golang.org/cl/152056
-
Russ Cox authored
Fixes #12. R=agl1 CC=golang-dev https://golang.org/cl/152055
-
Kevin Ballard authored
R=rsc https://golang.org/cl/153055
-
Russ Cox authored
R=agl1 CC=golang-dev https://golang.org/cl/152051
-
Rob Pike authored
R=rsc CC=go-dev https://golang.org/cl/152050
-
Russ Cox authored
R=r https://golang.org/cl/153051
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/153049
-
Russ Cox authored
R=agl, agl1 CC=golang-dev https://golang.org/cl/153050
-
Russ Cox authored
R=agl, agl1 CC=golang-dev https://golang.org/cl/153048
-
Russ Cox authored
some dns resolvers (opendns, for example) are willing to make up results for any name. R=agl, agl1 CC=golang-dev https://golang.org/cl/152049
-
Russ Cox authored
if suffixes don't work, check for name directly. also fixes short names like bit.ly when ndots>1. tested by tossing domain and search lines from /etc/resolv.conf Fixes #2. R=agl, agl1 CC=golang-dev https://golang.org/cl/152048
-
Russ Cox authored
R=r http://codereview.prom.corp.google.com/1024050
-
- 10 Nov, 2009 8 commits
-
-
Robert Griesemer authored
R=rsc https://golang.org/cl/152046
-
Russ Cox authored
R=r http://codereview.prom.corp.google.com/1026040
-
Ken Thompson authored
R=rsc http://go/go-review/1025037
-
Russ Cox authored
R=r http://go/go-review/1024049
-
Russ Cox authored
-
Russ Cox authored
-
Russ Cox authored
R=r http://go/go-review/1024048
-
Robert Griesemer authored
R=rsc CC=r http://go/go-review/1026038
-