Age | Commit message (Expand) | Author | Files | Lines |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+243 |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -243/+0 |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -1/+1 |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -2/+5 |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -18/+17 |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 1 | -50/+70 |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -30/+44 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -36/+45 |
2010-06-28 | gob: add DecodeValue and EncodeValue | Rob Pike | 1 | -3/+9 |
2010-06-28 | gob: allow transmission of things other than structs at the top level. | Rob Pike | 1 | -7/+15 |
2010-06-20 | reflect: add Kind, remove Int8Type, Int8Value, etc. | Russ Cox | 1 | -1/+1 |
2010-05-07 | gob: bug fix: errors encoding the payload were not | Rob Pike | 1 | -2/+6 |
2010-05-07 | gob: add an internal commentary example showing how the | Rob Pike | 1 | -176/+0 |
2010-05-05 | gob: add support for maps. | Rob Pike | 1 | -4/+6 |
2009-12-31 | trivial bug: []byte is special but [3]byte is not. | Rob Pike | 1 | -4/+5 |
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 1 | -58/+58 |
2009-12-03 | error propagation in gob/encoder. | Rob Pike | 1 | -11/+27 |
2009-12-01 | more gob bugs | Rob Pike | 1 | -8/+15 |
2009-11-16 | Rework gobs to fix bad bug related to sharing of id's between encoder and dec... | Rob Pike | 1 | -14/+15 |
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 1 | -7/+7 |
2009-10-11 | fix bugs in gob. | Rob Pike | 1 | -4/+8 |
2009-10-06 | apply gofmt to go, gob, hash, http, image, io, json, log | Russ Cox | 1 | -20/+20 |
2009-09-15 | more "declared and not used". | Russ Cox | 1 | -4/+4 |
2009-09-09 | use the new type switch multicase to clean up a little. | Rob Pike | 1 | -20/+11 |
2009-08-30 | can't encode array or slice - catch in sendType rather than failing in Encode | Rob Pike | 1 | -4/+12 |
2009-08-12 | convert gob to whole-package compilation. | Russ Cox | 1 | -1/+0 |
2009-07-29 | handle unsupported types safely. | Rob Pike | 1 | -2/+7 |
2009-07-28 | change the encoding of uints to simplify overflow checking and to make them | Rob Pike | 1 | -5/+5 |
2009-07-28 | - clean up code creating keys for type maps | Rob Pike | 1 | -1/+1 |
2009-07-27 | clean up for public use: make some stuff private, add doc comments. | Rob Pike | 1 | -8/+190 |
2009-07-16 | - allow wire type and receive type to differ. | Rob Pike | 1 | -0/+2 |
2009-07-15 | make the low-level encoder and decoder private and have them access byte.Buff... | Rob Pike | 1 | -10/+43 |
2009-07-10 | a better encoder test, with a couple of fixes for bugs it uncovered. | Rob Pike | 1 | -19/+16 |
2009-07-09 | store ids rather than Types in the structs so they can be encoded. | Rob Pike | 1 | -0/+108 |