index
:
dexon
cliff-log
dev-test
dexon-classic
jimmy-monkey
jm-vm-design-doc
jm-vm-entry
master
mission-merge-core
mission-tmp
release/1.0
s-lds
s-network-monitor
s-truffle
taipei
testnet
vm
vm-skymizer
vm-skymizer-wasm-cache
vm-skymizer-wasm-no-cache
wasm-vm
wip/gy-sqlvm-gas-model
wip/gy-sqlvm-runtime-benchmark
wip/gy-sqlvm-runtime-p5
wip/lantw/checker
wip/wmin0/codegen
wip/yenlin/planner
wip/yenlin/storage_index
yilan
DEXON full node (https://github.com/dexon-foundation/dexon)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rlp
/
decode.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
rlp: fix decoding long strings into RawValue types
Péter Szilágyi
2017-08-24
1
-1
/
+1
*
rlp, trie, contracts, compression, consensus: improve comments (#14580)
S. Matthew English
2017-06-12
1
-3
/
+3
*
rlp: add support for "-" struct tag
Felix Lange
2017-03-07
1
-6
/
+10
*
rlp: add "tail" struct tag
Felix Lange
2016-02-19
1
-17
/
+34
*
rlp: add RawValue
Felix Lange
2015-09-11
1
-0
/
+11
*
rlp: add support for boolean encoding/decoding
Péter Szilágyi
2015-08-13
1
-0
/
+29
*
all: fix license headers one more time
Felix Lange
2015-07-24
1
-1
/
+1
*
all: update license headers to distiguish GPL/LGPL
Felix Lange
2015-07-23
1
-4
/
+4
*
rlp: fix check for canonical byte array size
Felix Lange
2015-07-18
1
-3
/
+3
*
rlp: reject trailing data when using DecodeBytes
Felix Lange
2015-07-18
1
-1
/
+13
*
all: update license information
Felix Lange
2015-07-07
1
-0
/
+16
*
rlp: fix list bounds check overflow (found by go-fuzz)
Felix Lange
2015-04-28
1
-14
/
+29
*
rlp: require declared number of input elements for array types
Felix Lange
2015-04-17
1
-25
/
+15
*
rlp: stop accepting lists for byte slices and byte arrays
Felix Lange
2015-04-17
1
-11
/
+3
*
rlp: stricter rules for structs and pointers
Felix Lange
2015-04-17
1
-22
/
+54
*
rlp: reject non-minimal input strings
Felix Lange
2015-04-17
1
-7
/
+21
*
rlp: stricter validation of canonical integer format
Felix Lange
2015-04-17
1
-34
/
+63
*
rlp: fix handling of single byte zero when decoding into a pointer
Felix Lange
2015-04-17
1
-5
/
+5
*
rlp: fix integer overflow in list element size validation
Felix Lange
2015-04-17
1
-2
/
+2
*
rlp: check top-level value sizes against input limit
Felix Lange
2015-04-17
1
-18
/
+91
*
Reject integers w/ appended zero's
obscuren
2015-04-05
1
-0
/
+9
*
rlp: add Stream.Raw
Felix Lange
2015-03-21
1
-0
/
+25
*
rlp: fix nil pointer decoding
Felix Lange
2015-03-21
1
-1
/
+6
*
rlp: add DecodeBytes
Felix Lange
2015-03-18
1
-0
/
+7
*
rlp: allow encoding non-empty interface values
Felix Lange
2015-01-16
1
-1
/
+4
*
rlp: add functions for encoding
Felix Lange
2015-01-15
1
-9
/
+3
*
Merge
obscuren
2015-01-06
1
-18
/
+39
*
rlp: display decoder target type in more error messages
Felix Lange
2014-12-10
1
-18
/
+24
*
rlp: remove dead code
Felix Lange
2014-12-09
1
-2
/
+0
*
rlp: fix panic in decodeList on go 1.4+
Felix Lange
2014-12-09
1
-48
/
+61
*
rlp: remove support for signed integer types
Felix Lange
2014-12-09
1
-29
/
+6
*
rlp: move decoder type switch to decode.go
Felix Lange
2014-12-09
1
-0
/
+33
*
rlp: include target type in decoder error messages
Felix Lange
2014-11-25
1
-11
/
+26
*
rlp: add NewListStream (for p2p)
Felix Lange
2014-11-25
1
-0
/
+9
*
rlp: add Stream.Reset and accept any reader (for p2p)
Felix Lange
2014-11-25
1
-5
/
+30
*
rlp: fix pointer reuse
Felix Lange
2014-11-17
1
-0
/
+1
*
rlp: new package for streaming RLP decoder
Felix Lange
2014-11-17
1
-0
/
+666