index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
gob
/
codec_test.go
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-06
gob: add test for indirect maps, slices, arrays.
Rob Pike
1
-0
/
+67
2010-05-05
gob: add support for maps.
Rob Pike
1
-0
/
+6
2010-03-02
gofmt: experiment: align values in map composites where possible
Robert Griesemer
1
-8
/
+8
2010-02-25
strings: delete Runes, Bytes
Russ Cox
1
-3
/
+3
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
1
-395
/
+395
2009-11-16
Rework gobs to fix bad bug related to sharing of id's between encoder and dec...
Rob Pike
1
-45
/
+57
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
1
-7
/
+7
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
1
-69
/
+69
2009-11-06
- application of gofmt with one-line composite literal structs enabled
Robert Griesemer
1
-48
/
+16
2009-11-05
gofmt-ify gob
Robert Griesemer
1
-210
/
+289
2009-09-16
rename bytes.Buffer.Data() to bytes.Buffer.Bytes()
Rob Pike
1
-34
/
+34
2009-09-15
more "declared and not used".
Russ Cox
1
-1
/
+1
2009-09-14
fix "declared and not used" errors in non-test code.
Russ Cox
1
-4
/
+0
2009-08-26
fix codec test bug - uint -> uint8
Russ Cox
1
-3
/
+3
2009-08-12
convert gob to whole-package compilation.
Russ Cox
1
-1
/
+0
2009-07-29
handle unsupported types safely.
Rob Pike
1
-8
/
+25
2009-07-28
change the encoding of uints to simplify overflow checking and to make them
Rob Pike
1
-46
/
+44
2009-07-28
- clean up code creating keys for type maps
Rob Pike
1
-29
/
+193
2009-07-27
clean up for public use: make some stuff private, add doc comments.
Rob Pike
1
-7
/
+8
2009-07-17
ignore missing structs
Rob Pike
1
-1
/
+6
2009-07-16
- allow wire type and receive type to differ.
Rob Pike
1
-8
/
+74
2009-07-15
make the low-level encoder and decoder private and have them access byte.Buff...
Rob Pike
1
-71
/
+71
2009-07-09
store ids rather than Types in the structs so they can be encoded.
Rob Pike
1
-1
/
+24
2009-07-02
slices
Rob Pike
1
-1
/
+3
2009-07-02
indirection on array elements.
Rob Pike
1
-0
/
+4
2009-07-02
arrays, not slices, and only with non-pointer elements.
Rob Pike
1
-77
/
+36
2009-07-02
encode and decode for nested structures.
Rob Pike
1
-0
/
+5
2009-07-02
encoders and decoders for string, []uint8
Rob Pike
1
-12
/
+73
2009-07-02
now that we have a separate indirection test, simplify the scalar tests.
Rob Pike
1
-497
/
+81
2009-07-02
fix bug in decoders: got indirection wrong when allocation not required.
Rob Pike
1
-3
/
+83
2009-07-01
move dereference code out of the ops and into the interpreter loops.
Rob Pike
1
-84
/
+95
2009-07-01
Encode and decode engines for gobs.
Rob Pike
1
-51
/
+93
2009-06-30
scalar decoders
Rob Pike
1
-43
/
+480
2009-06-30
pass the state to the encoders and decoders so error handling can be centrali...
Rob Pike
1
-17
/
+25
2009-06-30
encoders for booleans and numbers.
Rob Pike
1
-0
/
+352
2009-06-29
io.StringBytes -> strings.Bytes
Russ Cox
1
-4
/
+3
2009-06-29
integer encode/decode
Rob Pike
1
-0
/
+98