index
:
go-bareish.git
master
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unmarshal.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add dedicated Int and Uint types
Simon Ser
2021-03-31
1
-2
/
+2
*
Panic when decode{Uint,Int,Float} are passed a wrong value
Simon Ser
2021-03-31
1
-0
/
+8
*
Remove misleading docs
Simon Ser
2021-03-31
1
-3
/
+0
*
Expose UnmarshalBareReader
Simon Ser
2021-03-31
1
-3
/
+3
*
Omit struct fields with a field tag of "-".
Adnan Maolood
2020-11-17
1
-0
/
+6
*
Configurable map & array size limits
Timofey
2020-11-02
1
-0
/
+8
*
Reject invalid values
Timofey
2020-11-02
1
-4
/
+4
*
Cache encoding/decoding routines
Timofey
2020-11-02
1
-125
/
+236
*
Add maximum message size limit
Drew DeVault
2020-06-22
1
-7
/
+19
*
Generalize union implementation
Drew DeVault
2020-06-22
1
-6
/
+7
*
Use uint for internal length encodings
Drew DeVault
2020-06-22
1
-2
/
+2
*
Marshal, Unmarshal: implement uint & int
Drew DeVault
2020-06-22
1
-9
/
+9
*
marshal, unmarshal: add CanAddress guard
Drew DeVault
2020-06-21
1
-2
/
+4
*
Add Marshalable and Unmarshalable interfaces
Drew DeVault
2020-06-21
1
-1
/
+12
*
Further simplify union implementation
Drew DeVault
2020-06-21
1
-1
/
+1
*
Simplify union implementation
Drew DeVault
2020-06-21
1
-36
/
+15
*
Marshal, Unmarshal: implement unions
Drew DeVault
2020-06-21
1
-15
/
+57
*
Implement Marshal
Drew DeVault
2020-06-21
1
-7
/
+4
*
Unmarshal: implement maps
Drew DeVault
2020-06-20
1
-0
/
+25
*
Implement array & slice unmarshaling
Drew DeVault
2020-06-20
1
-0
/
+32
*
Unmarshal: rename unmarshalReader
Drew DeVault
2020-06-20
1
-2
/
+2
*
Expand godocs
Drew DeVault
2020-06-20
1
-1
/
+8
*
Unmarshal: implement struct unmarshaling
Drew DeVault
2020-06-20
1
-2
/
+17
*
Unmarshal: implement optional<type>
Drew DeVault
2020-06-20
1
-1
/
+17
*
Add initial unmarshal implementation
Drew DeVault
2020-06-20
1
-0
/
+90