| Commit message (Expand) | Author | Age | Files | Lines |
* | eth, ethdb: measure database operation latencies too | Péter Szilágyi | 2015-06-24 | 1 | -11/+28 |
* | core, eth, eth/fetcher, ethdb: polish metrics gathering a bit | Péter Szilágyi | 2015-06-24 | 1 | -4/+16 |
* | core, ethdb: instrument the block and state db | Péter Szilágyi | 2015-06-24 | 1 | -5/+14 |
* | core, ethdb, trie: validate database errors | obscuren | 2015-06-21 | 2 | -3/+5 |
* | common, ethdb: removed caching and LastTD | obscuren | 2015-05-28 | 1 | -58/+6 |
* | ethdb: documentation and corruption recovery | obscuren | 2015-05-21 | 1 | -8/+13 |
* | removed redundant newlines in import block | Bas van Kervel | 2015-05-12 | 1 | -1/+0 |
* | replaced several path.* with filepath.* which is platform independent | Bas van Kervel | 2015-05-12 | 1 | -2/+3 |
* | eth, ethdb: lower the amount of open files & improve err messages for db | obscuren | 2015-05-12 | 1 | -2/+2 |
* | ethdb: set open file limit to 128 for all leveldbs | obscuren | 2015-05-10 | 1 | -1/+4 |
* | Moved leveldb update loop to eth/backend | Bas van Kervel | 2015-04-23 | 2 | -25/+7 |
* | Queued level db writes and batch writes. Closes #647 | obscuren | 2015-04-08 | 2 | -44/+94 |
* | common: drop accessors for Value.Val | Felix Lange | 2015-03-20 | 1 | -1/+1 |
* | Moved ethutil => common | obscuren | 2015-03-16 | 2 | -6/+6 |
* | cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig calls | Felix Lange | 2015-03-10 | 1 | -2/+0 |
* | ethutil: remove Config variable | Felix Lange | 2015-03-06 | 1 | -8/+3 |
* | removed messages | obscuren | 2015-02-13 | 1 | -2/+2 |
* | Decode from stream directly | obscuren | 2014-12-23 | 1 | -0/+4 |
* | Added caching and database interface to trie | obscuren | 2014-11-19 | 1 | -0/+4 |
* | Added storage root to dump | obscuren | 2014-11-04 | 1 | -1/+0 |
* | Compress data on db level. Closes #174 | obscuren | 2014-11-03 | 2 | -19/+58 |
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 2 | -2/+3 |
* | Removed old code | obscuren | 2014-08-23 | 1 | -10/+3 |
* | Moved keyring to ethutil & removed old methods. Implements #20 | obscuren | 2014-05-14 | 2 | -0/+4 |
* | Added a GetKeys method to support multiple accounts | obscuren | 2014-02-28 | 1 | -0/+6 |
* | leveldb API changed for NewIterator. Fixes #20 | obscuren | 2014-02-28 | 1 | -1/+7 |
* | Addad db name for new ldb | obscuren | 2014-02-25 | 1 | -2/+6 |
* | Added delete to database interfaces | obscuren | 2014-02-24 | 2 | -0/+10 |
* | Removed RlpValue in favour of Value | obscuren | 2014-02-15 | 1 | -3/+2 |
* | The great merge | obscuren | 2014-02-15 | 5 | -0/+142 |