/sysutils/jailme/

www.csie.ntu.edu.tw/~b01902062/git/go-tangerine' title='go-tangerine Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/trie
Commit message (Expand)AuthorAgeFilesLines
* trie: fix overflow in write cache parent tracking (#18165)Martin Holst Swende2018-11-221-1/+1
* trie: go fmt packagePéter Szilágyi2018-11-161-1/+1
* trie: return hasher to pool (#18116)Łukasz Kurowski2018-11-162-0/+4
* cmd, core, eth, light, trie: add trie read caching layerPéter Szilágyi2018-11-153-86/+142
* trie: remove unused originalRoot field (#17862)Péter Szilágyi2018-10-081-5/+3
* core, eth, trie: use common/prque (#17508)Wenbiao Zheng2018-09-031-3/+3
* trie: fix typo (#17498)Mymskmkt2018-08-251-1/+1
* eth, trie: fix tracer GC which accidentally pruned the metarootPéter Szilágyi2018-08-091-0/+5
* trie: fix comment typo (#17350)Mymskmkt2018-08-081-1/+1
* p2p, swarm, trie: avoid copying slices in loops (#17265)Oleg Kovalov2018-08-072-3/+3
* trie: handle removing the freshest node tooPéter Szilágyi2018-07-301-4/+14
* trie: fix a temporary memory leak in the memcachePéter Szilágyi2018-07-021-1/+49
* trie: cache collapsed tries node, not rlp blobs (#16876)Péter Szilágyi2018-06-214-67/+260
* trie: don't report the root flushlist as an allocPéter Szilágyi2018-06-111-2/+2
* trie: avoid unnecessary slicing on shortnode decoding (#16917)Sarlor2018-06-071-4/+3
* trie: reduce hasher allocations (#16896)Felix Lange2018-06-051-12/+38
* core, eth, trie: streaming GC for the trie cache (#16810)Péter Szilágyi2018-06-041-13/+175
* trie: rename TrieSync to Sync and improve hexToKeybytes (#16804)Wenbiao Zheng2018-05-293-33/+33
* eth, node, trie: fix minor typos (#16802)Wenbiao Zheng2018-05-241-1/+1
* Merge pull request #16803 from karalabe/trie-avoid-funccallPéter Szilágyi2018-05-241-2/+2
|\
| * trie: cleaner logic, one less func callPéter Szilágyi2018-05-241-2/+2
* | trie: support proof generation from the iteratorPéter Szilágyi2018-05-232-48/+150
|/
* trie: fixes to comply with golint (#16771)kiel barry2018-05-224-16/+21
* all: get rid of error when creating memory database (#16716)gary rong2018-05-095-38/+25
* trie: golint iterator fixes (#16639)Eli2018-05-021-7/+7
* trie: remove unused `buf` parameter (#16583)xincaosu2018-04-271-4/+4
* eth/downloader: flush state sync data before exit (#16280)gary rong2018-04-091-1/+1
* metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15...Anton Evangelatov2018-02-231-1/+1
* all: update license information (#16089)Felix Lange2018-02-141-1/+1
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-0610-272/+709
* Revert "trie: make fullnode children hash calculation concurrently (#15131)" ...Péter Szilágyi2018-01-153-88/+32
* various: remove redundant parentheses (#15793)Furkan KAMACI2018-01-031-1/+1
* trie: make fullnode children hash calculation concurrently (#15131)gary rong2017-11-27