- 14 Feb, 2011 5 commits
-
-
Andrew Gerrand authored
Fixes #1471. R=rsc CC=golang-dev https://golang.org/cl/4183048
-
Rob Pike authored
Yesterday's change was too simple-minded and failed if an interface value was being discarded. We need to parse the data stream and remember any type information that arrives. Also fix a minor bug when ignoring an interface: toss only what we know about, not everything. R=rsc CC=golang-dev https://golang.org/cl/4179045
-
Hector Chu authored
R=rsc, brainman, iant2 CC=golang-dev https://golang.org/cl/4129049
-
Russ Cox authored
R=adg, r CC=golang-dev https://golang.org/cl/4183047
-
Robert Griesemer authored
Fixes #1503. R=rsc CC=golang-dev https://golang.org/cl/4170045
-
- 13 Feb, 2011 2 commits
-
-
Rob Pike authored
Fixes #1489. R=rsc CC=golang-dev https://golang.org/cl/4187046
-
Rob Pike authored
Fixes #1507. R=golang-dev, ehog.hedge, rsc CC=golang-dev https://golang.org/cl/4160049
-
- 12 Feb, 2011 3 commits
-
-
Ken Thompson authored
R=r, rsc CC=golang-dev https://golang.org/cl/4176046
-
Robert Griesemer authored
R=r, r2 CC=golang-dev https://golang.org/cl/4160047
-
Rob Pike authored
R=rsc, gri, r2 CC=golang-dev https://golang.org/cl/4169048
-
- 11 Feb, 2011 16 commits
-
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/4180045
-
Lorenzo Stoakes authored
Fixes #1324. R=rsc1, r, rsc CC=golang-dev https://golang.org/cl/3435042
-
Russ Cox authored
R=r, adg CC=golang-dev https://golang.org/cl/4180044
-
Ken Thompson authored
R=rsc CC=golang-dev https://golang.org/cl/4182049
-
Mikio Hara authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/4183046
-
Petar Maymounkov authored
R=rsc, bradfitzwork CC=golang-dev https://golang.org/cl/4082044
-
Mikio Hara authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/4171043
-
Russ Cox authored
R=iant, iant2 CC=golang-dev https://golang.org/cl/4180043
-
Yuval Pavel Zholkover authored
8l, runtime: place G and M pointers relative to _tos on Plan 9, instead of hardcoded values for USTKTOP. This should allow executing both on native Plan 9 and inside 9vx. R=rsc CC=golang-dev https://golang.org/cl/3993044
-
Evan Shaw authored
Fixes #1498. R=golang-dev, mattn, r, rsc CC=golang-dev https://golang.org/cl/4140041
-
Adam Langley authored
Now that packet/ is checked in, we can add its Makefile. Also, a couple of updates to error/ and s2k/ for bugfixes and to use the new crypto package. R=bradfitzgo CC=golang-dev https://golang.org/cl/4179043
-
Mathieu Lonjaret authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/4174045
-
Luuk van Dijk authored
R=r CC=golang-dev https://golang.org/cl/4182043
-
Adam Langley authored
(The unittest for Signature may seem a little small, but it's tested by the higher level code.) R=bradfitzgo CC=golang-dev https://golang.org/cl/4173043
-
Robert Griesemer authored
One more case. R=r, r2 CC=golang-dev https://golang.org/cl/4170044
-
Yasuhiro Matsumoto authored
R=gri CC=golang-dev https://golang.org/cl/4129046
-
- 10 Feb, 2011 11 commits
-
-
Alex Brainman authored
This change is to make these apis similar to their unix counterparts. R=rsc CC=golang-dev https://golang.org/cl/4185042
-
Brad Fitzpatrick authored
R=rsc CC=golang-dev https://golang.org/cl/4172041
-
Russ Cox authored
Should fix windows/386 build. R=brainman CC=golang-dev https://golang.org/cl/4170041
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/4128060
-
Roger Peppe authored
R=r, r2 CC=golang-dev https://golang.org/cl/4187041
-
Andrew Gerrand authored
Fixes #1488. R=r, rsc, rog CC=golang-dev https://golang.org/cl/4168043
-
Wei Guangjing authored
R=golang-dev, brainman, mattn, rsc CC=golang-dev https://golang.org/cl/4001058
-
Adam Langley authored
R=bradfitzgo CC=golang-dev https://golang.org/cl/4156044
-
Hector Chu authored
R=brainman, lxn, rsc CC=golang-dev https://golang.org/cl/4126056
-
Rob Pike authored
R=gri CC=golang-dev https://golang.org/cl/4169044
-
Ken Thompson authored
R=r CC=golang-dev https://golang.org/cl/4176042
-
- 09 Feb, 2011 3 commits
-
-
Robert Griesemer authored
R=r CC=golang-dev https://golang.org/cl/4169043
-
Robert Griesemer authored
- guard some calls to Write that frequently may have 0-length data - fix an invariant R=r CC=golang-dev https://golang.org/cl/4179041
-
Rob Pike authored
In line with other functions such as Fprintf, put the thing to be written first. Apologies for the breakages this is sure to cause. R=rsc, gri, adg, eds, r2, aam CC=golang-dev https://golang.org/cl/4169042
-