| Commit message (Expand) | Author | Age | Files | Lines |
| * | checkpoints: add consts where appropriate | moneromooo-monero | 2015-01-04 | 2 | -7/+7 |
| * | blockchain: add consts where appropriate | moneromooo-monero | 2015-01-04 | 2 | -84/+84 |
| * | blockchain_db: add consts where appropriate | moneromooo-monero | 2015-01-04 | 3 | -119/+119 |
| * | blockchain_db: factor some exception code | moneromooo-monero | 2015-01-04 | 1 | -148/+48 |
| * | blockchain_converter: use the actual blockchain location | moneromooo-monero | 2015-01-04 | 1 | -3/+5 |
| * | build: add liblmdb to the cmake autodetection system | moneromooo-monero | 2015-01-04 | 1 | -1/+1 |
| * | extraneous semicolon in Blockchain::complete_timestamps_vector | Thomas Winget | 2015-01-04 | 1 | -1/+1 |
| * | raised maximum mapsize for lmdb to ~16GB | Thomas Winget | 2015-01-04 | 1 | -1/+1 |
| * | more blockchain height-related fixes, syncing other nodes code this time | Thomas Winget | 2015-01-04 | 1 | -4/+4 |
| * | ~ didn't work, need hard path. debug print. | Thomas Winget | 2015-01-04 | 1 | -3/+5 |
| * | very, VERY primitive blockchain converter | Thomas Winget | 2015-01-04 | 5 | -14/+171 |
| * | add new checkpointing behavior to Blockchain class | Thomas Winget | 2015-01-04 | 2 | -3/+78 |
| * | Store output pubkeys separately, bug fixes | Thomas Winget | 2015-01-04 | 2 | -9/+54 |
| * | Minor bugfixes, redundancy removal | Thomas Winget | 2015-01-04 | 3 | -10/+104 |
| * | moar bug fixes, removed debug prints | Thomas Winget | 2015-01-04 | 2 | -8/+4 |
| * | BlockchainLMDB seems to be working*! | Thomas Winget | 2015-01-04 | 3 | -141/+155 |
| * | some bug fixes, but still needs work | Thomas Winget | 2015-01-04 | 3 | -35/+73 |
| * | Minor bug fixes and debug prints | Thomas Winget | 2015-01-04 | 2 | -6/+122 |
| * | minor fixes to Blockchain.cpp | Thomas Winget | 2015-01-04 | 2 | -3/+7 |
| * | Integrate BlockchainDB into cryptonote_core | Thomas Winget | 2015-01-04 | 8 | -24/+58 |
| * | All LMDB BlockchainDB implemented, not tested | Thomas Winget | 2015-01-04 | 2 | -135/+900 |
| * | LMDB blockchain: remove outputs and spent keys | Thomas Winget | 2015-01-04 | 1 | -0/+63 |
| * | Adding block data to LMDB BlockchainDB coded | Thomas Winget | 2015-01-04 | 3 | -8/+258 |
| * | Parts of LMDB impl of BlockchainDB done and working | Thomas Winget | 2015-01-04 | 4 | -69/+431 |
| * | Initial commit of lmdb BlockchainDB impl | Thomas Winget | 2015-01-04 | 2 | -0/+472 |
| * | Initial commit of BlockchainDB tests, other misc | Thomas Winget | 2015-01-04 | 2 | -6/+25 |
| * | update new blockchain to build with new changes | Thomas Winget | 2015-01-04 | 2 | -13/+34 |
| * | stupid past me, fixing typos and shit... | Thomas Winget | 2015-01-04 | 1 | -21/+21 |
| * | missing typedef | Thomas Winget | 2015-01-04 | 1 | -0/+3 |
| * | import of BlockchainDB files | Thomas Winget | 2015-01-04 | 4 | -0/+3003 |
| * | year updated in license | Riccardo Spagni | 2015-01-02 | 137 | -139/+139 |
| * | Merge pull request #203 | Riccardo Spagni | 2014-12-13 | 3 | -4/+41 |
| |\ |
|
| | * | Document existing function | warptangent | 2014-12-11 | 1 | -0/+6 |
| | * | Repeat prompt for wallet path if invalid | warptangent | 2014-12-11 | 3 | -4/+35 |
| * | | Merge pull request #202 | Riccardo Spagni | 2014-12-13 | 1 | -2/+0 |
| |\ \ |
|
| | * | | wallet2::rewrite update to not require bin file | warptangent | 2014-12-10 | 1 | -2/+0 |
| | |/ |
|
| * | | Merge pull request #201 | Riccardo Spagni | 2014-12-13 | 1 | -7/+9 |
| |\ \ |
|
| | * | | wallet2::load correctly initialize m_blockchain for wallet loaded without bin... | warptangent | 2014-12-10 | 1 | -7/+9 |
| | |/ |
|
| * | | Merge pull request #200 | Riccardo Spagni | 2014-12-13 | 4 | -0/+125 |
| |\ \ |
|
| | * | | Add simple_wallet::seed_set_language method | warptangent | 2014-12-08 | 2 | -0/+72 |
| | * | | Add wallet2::verify_password method | warptangent | 2014-12-08 | 2 | -0/+53 |
| | |/ |
|
| * / | onwards to 0.8.8.7 | Riccardo Spagni | 2014-12-13 | 1 | -1/+1 |
| |/ |
|
| * | version bump to 0.8.8.6v0.8.8.6 | Riccardo Spagni | 2014-12-08 | 1 | -1/+1 |
| * | Merge pull request #196 | Riccardo Spagni | 2014-12-08 | 3 | -33/+66 |
| |\ |
|
| | * | wallet JSON update for non-deterministic wallet data | warptangent | 2014-12-06 | 1 | -4/+10 |
| | * | Checking and handling for deterministic vs non-deterministic wallet | warptangent | 2014-12-06 | 1 | -18/+34 |
| | * | Extract check for deterministic keys to wallet2::is_deterministic() | warptangent | 2014-12-06 | 2 | -6/+20 |
| | * | indentation | warptangent | 2014-12-06 | 1 | -1/+1 |
| | * | replace lines with call to recently added print_seed() | warptangent | 2014-12-06 | 1 | -4/+1 |
| * | | Merge pull request #183 | Riccardo Spagni | 2014-12-08 | 1 | -1/+5 |
| |\ \
| |/
|/| |
|