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)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rlp
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: fix go vet warnings
Felix Lange
2016-04-15
2
-5
/
+3
*
all: update license information
Felix Lange
2016-04-15
1
-0
/
+16
*
rlp: add "tail" struct tag
Felix Lange
2016-02-19
6
-26
/
+163
*
rlp: move ListSize to raw.go
Felix Lange
2015-09-11
2
-6
/
+6
*
rlp: add RawValue
Felix Lange
2015-09-11
5
-1
/
+39
*
rlp: add Split functions
Felix Lange
2015-09-11
3
-1
/
+337
*
rlp: fix encReader returning nil buffers to the pool
Felix Lange
2015-09-11
2
-4
/
+32
*
rlp: add support for boolean encoding/decoding
Péter Szilágyi
2015-08-13
4
-0
/
+53
*
all: fix license headers one more time
Felix Lange
2015-07-24
7
-7
/
+7
*
all: update license headers to distiguish GPL/LGPL
Felix Lange
2015-07-23
7
-28
/
+28
*
rlp: fix check for canonical byte array size
Felix Lange
2015-07-18
2
-9
/
+16
*
rlp: reject trailing data when using DecodeBytes
Felix Lange
2015-07-18
1
-1
/
+13
*
all: update license information
Felix Lange
2015-07-07
7
-0
/
+112
*
rlp: add ListSize
Felix Lange
2015-06-30
1
-0
/
+6
*
rlp: remove Flat
Felix Lange
2015-06-30
2
-51
/
+0
*
rlp: pool encoder allocations
Felix Lange
2015-06-30
1
-9
/
+27
*
rlp: fix list bounds check overflow (found by go-fuzz)
Felix Lange
2015-04-28
2
-14
/
+40
*
rlp: require declared number of input elements for array types
Felix Lange
2015-04-17
2
-40
/
+26
*
rlp: stop accepting lists for byte slices and byte arrays
Felix Lange
2015-04-17
2
-45
/
+10
*
rlp: stricter rules for structs and pointers
Felix Lange
2015-04-17
4
-52
/
+148
*
rlp: reject non-minimal input strings
Felix Lange
2015-04-17
2
-15
/
+45
*
rlp: stricter validation of canonical integer format
Felix Lange
2015-04-17
2
-42
/
+93
*
rlp: fix handling of single byte zero when decoding into a pointer
Felix Lange
2015-04-17
2
-6
/
+6
*
rlp: fix integer overflow in list element size validation
Felix Lange
2015-04-17
2
-2
/
+5
*
rlp: check top-level value sizes against input limit
Felix Lange
2015-04-17
2
-56
/
+171
*
Reject integers w/ appended zero's
obscuren
2015-04-05
2
-0
/
+10
*
rlp: encode nil array pointers as empty list or string
Felix Lange
2015-03-25
2
-8
/
+28
*
rlp: add Stream.Raw
Felix Lange
2015-03-21
3
-12
/
+59
*
rlp: fix nil pointer decoding
Felix Lange
2015-03-21
2
-2
/
+27
*
rlp: fix encoding of one element strings and byte slices
Felix Lange
2015-03-19
2
-7
/
+20
*
rlp: add DecodeBytes
Felix Lange
2015-03-18
1
-0
/
+7
*
rlp: don't panic for nil *big.Int
Felix Lange
2015-03-18
2
-1
/
+7
*
wip
obscuren
2015-02-13
2
-1
/
+27
|
\
|
*
rlp: fix encoding of arrays with byte element type
Felix Lange
2015-02-06
2
-1
/
+27
*
|
rlp: add Flat
Felix Lange
2015-02-12
2
-0
/
+58
|
/
*
rlp: allow encoding non-empty interface values
Felix Lange
2015-01-16
4
-3
/
+23
*
rlp: fix Decode benchmarks
Felix Lange
2015-01-15
1
-8
/
+10
*
rlp: add functions for encoding
Felix Lange
2015-01-15
6
-17
/
+860
*
Merge
obscuren
2015-01-06
2
-23
/
+72
*
rlp: display decoder target type in more error messages
Felix Lange
2014-12-10
2
-27
/
+33
*
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
3
-52
/
+29
*
rlp: move decoder type switch to decode.go
Felix Lange
2014-12-09
2
-32
/
+36
*
rlp: include target type in decoder error messages
Felix Lange
2014-11-25
2
-28
/
+42
*
rlp: add NewListStream (for p2p)
Felix Lange
2014-11-25
2
-0
/
+27
*
rlp: add Stream.Reset and accept any reader (for p2p)
Felix Lange
2014-11-25
2
-7
/
+66
*
rlp: fix pointer reuse
Felix Lange
2014-11-17
2
-2
/
+10
*
rlp: new package for streaming RLP decoder
Felix Lange
2014-11-17
4
-0
/
+1243