Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+21 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -21/+0 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -111/+2 | |
2010-05-27 | changes &x -> x[0:] for array to slice conversion | Russ Cox | 1 | -7/+7 | |
R=gri CC=golang-dev http://codereview.appspot.com/1326042 | |||||
2010-03-16 | crypto/rand: new package | Russ Cox | 1 | -0/+130 | |
Until proven insufficient, rely on the operating system to give us good random bytes (/dev/urandom). R=agl1 CC=golang-dev http://codereview.appspot.com/569044 |