Sign in
go
/
go
/
7a77d8d1e9b006ae49fd456a8912a8ec03af8ec7
/
src
/
encoding
3be158d
encoding/xml: encoding name spaces correctly
by Roger Peppe
· 10 years ago
a9dddb5
encoding/xml: add more EncodeToken tests.
by Nigel Tao
· 10 years ago
8f02df7
encoding/xml: avoid an allocation for tags without attributes
by Brian Smith
· 10 years ago
9b6ccb1
all: don't refer to code.google.com/p/go{,-wiki}/
by Péter Surányi
· 10 years ago
a257ffb
encoding/json: add UnmarshalTypeError.Offset
by Alex Plugaru
· 10 years ago
437ec6b
encoding/xml: remove unnecessary memory allocation in Unmarshal
by Dmitry Vyukov
· 10 years ago
d4e48ee
encoding/gob: address go vet report
by Emil Hessman
· 10 years ago
2c987e1
encoding/json: address go vet reports
by Emil Hessman
· 10 years ago
a48e789
encoding/binary: check for unsigned integers in intDataSize.
by Stan Schwertly
· 10 years ago
2e0a1a7
encoding/base64: add unpadded encodings, and test all encodings.
by Bryan Ford
· 10 years ago
e4c2229
encoding/pem: eliminate allocations for newlines during encoding
by Ben Burkert
· 10 years ago
9b71417
encoding/json: mention that the "string" tag applies to booleans
by Andrew Gerrand
· 10 years ago
94151eb
encoding/xml: remove SyntaxError.Byte
by Russ Cox
· 10 years ago
aec37e7
encoding/json: encode \t as \t instead of \u0009
by Russ Cox
· 10 years ago
6ad2749
encoding/csv: for Postgres, unquote empty strings, quote \.
by Russ Cox
· 10 years ago
63acc48
encoding/gob: add custom decoder buffer for performance
by Rob Pike
· 10 years ago
4c91b13
encoding/gob: fix print format in generated decoder helpers
by Rob Pike
· 10 years ago
65dde1e
encoding/gob: use simple append-only buffer for encoding
by Rob Pike
· 10 years ago
9965e40
encoding/gob: custom array/slice decoders
by Rob Pike
· 10 years ago
5e71306
encoding/gob: speed up encoding of arrays and slices
by Rob Pike
· 10 years ago
ae250ab
encoding/gob: make encoding structs a little faster
by Rob Pike
· 10 years ago
1fd042c
encoding/asn1: fix explicitly tagged Times.
by Adam Langley
· 10 years ago
7b2b8ed
encoding/json: fix handling of null with ,string fields
by Russ Cox
· 10 years ago
8fd56bf
encoding/json: document that embedded interfaces look like non-embedded ones
by Russ Cox
· 10 years ago
1dba6eb
encoding/binary: fix error message
by Robert Griesemer
· 10 years ago
7e8218a
encoding/json: don't panic on incorrect map argument
by Robert Griesemer
· 10 years ago
94f3d8c
encoding/binary: slightly better documentation
by Robert Griesemer
· 10 years ago
1b89cd1
encoding/asn1: fix unmarshaling of implicitly tagged UTF-8 strings.
by Adam Langley
· 11 years ago
868948b
encoding/gob: fix 386 build
by Rob Pike
· 11 years ago
9c3fc83
encoding/gob: error rather than panic when decoding enormous slices Fixes #8084.
by Rob Pike
· 11 years ago
dfd4123
encoding/gob: speedup encoding
by Dmitriy Vyukov
· 11 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago