| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | Fixes segfault in Blockchain::handle_alternative_block | Thomas Winget | 2015-01-09 | 2 | -6/+12 | |
| | | * | | | | | | | add BlockchainDB tests to new cmake | Thomas Winget | 2015-01-07 | 1 | -0/+1 | |
| | | * | | | | | | | Merge pull request #19 from warptangent/fix_tx_output | Thomas Winget | 2015-01-04 | 1 | -1/+1 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | Obtain tx hash and tx output index from amount and output offset | warptangent | 2015-01-04 | 1 | -1/+1 | |
| | | * | | | | | | | | Merge pull request #18 from moneromooo-monero/blockchain | Thomas Winget | 2015-01-04 | 2 | -12/+11 | |
| | | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | ||||||
| | | | * | | | | | | | db_lmdb: fix global index calculation off by 1 | moneromooo-monero | 2015-01-04 | 1 | -1/+1 | |
| | | | * | | | | | | | db_lmdb: remove redundant checks | moneromooo-monero | 2015-01-04 | 1 | -10/+4 | |
| | | | * | | | | | | | blockchain_converter: add --testnet for converting testnet blockchain | moneromooo-monero | 2015-01-04 | 1 | -1/+6 | |
| | | |/ / / / / / / | ||||||
| | | * | | | | | | | Fixes a bug with getting output metadata from BlockchainDB | Thomas Winget | 2015-01-04 | 4 | -17/+37 | |
| | | * | | | | | | | update comments to reflect changed code | Thomas Winget | 2015-01-04 | 1 | -4/+1 | |
| | | * | | | | | | | Merge pull request #17 from moneromooo-monero/blockchain | Thomas Winget | 2015-01-04 | 1 | -1/+4 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | db_lmdb: do not give the group database write permissions | moneromooo-monero | 2015-01-04 | 1 | -1/+1 | |
| | | | * | | | | | | | db_lmdb: catch attempt to remove block from an empty blockchain | moneromooo-monero | 2015-01-04 | 1 | -0/+3 | |
| | | |/ / / / / / / | ||||||
| | | * | | | | | | | Merge pull request #16 from moneromooo-monero/blockchain | Thomas Winget | 2015-01-04 | 1 | -485/+138 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | db_lmdb: factor all the log+throw code paths | moneromooo-monero | 2015-01-04 | 1 | -485/+138 | |
| | | * | | | | | | | | Merge pull request #15 from moneromooo-monero/blockchain | Thomas Winget | 2015-01-04 | 3 | -223/+106 | |
| | | |\| | | | | | | | ||||||
| | | | * | | | | | | | db_lmdb: factor the MDB_val setup code | moneromooo-monero | 2015-01-04 | 1 | -197/+74 | |
| | | | * | | | | | | | blockchain_converter: a bit more user friendly output | moneromooo-monero | 2015-01-04 | 1 | -2/+9 | |
| | | | * | | | | | | | blockchain_converter: only call data path function once | moneromooo-monero | 2015-01-04 | 1 | -5/+4 | |
| | | | * | | | | | | | blockchain: do not append "testnet" to the data directory | moneromooo-monero | 2015-01-04 | 1 | -6/+0 | |
| | | | * | | | | | | | db_lmdb: remove block timestamp too when removing a block | moneromooo-monero | 2015-01-04 | 1 | -0/+6 | |
| | | | * | | | | | | | db_lmdb: do not cast const away | moneromooo-monero | 2015-01-04 | 1 | -13/+13 | |
| | | |/ / / / / / / | ||||||
| | | * | | | | | | | Merge pull request #14 from moneromooo-monero/blockchain | Thomas Winget | 2015-01-04 | 10 | -485/+382 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | blockchain: fix wallet syncing from scratch | moneromooo-monero | 2015-01-04 | 1 | -1/+2 | |
| | | | * | | | | | | | db_lmdb: do not keep a dangling pointer to stack objects | moneromooo-monero | 2015-01-04 | 1 | -0/+4 | |
| | | | * | | | | | | | db_lmdb: make cursor internal members private | moneromooo-monero | 2015-01-04 | 1 | -0/+1 | |
| | | | * | | | | | | | blockchain_storage: refactor genesis block creation | moneromooo-monero | 2015-01-04 | 2 | -16/+6 | |
| | | | * | | | | | | | blockchain_storage: add consts where appropriate | moneromooo-monero | 2015-01-04 | 2 | -110/+110 | |
| | | | * | | | | | | | blockchain_converter: delete blockchain on succesful exit | moneromooo-monero | 2015-01-04 | 1 | -0/+1 | |
| | | | * | | | | | | | 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 | |
| | | |/ / / / / / / | ||||||
| | | * | | | | | | | Merge pull request #13 from moneromooo-monero/blockchain | Thomas Winget | 2015-01-04 | 4 | -6/+69 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | 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 | 3 | -3/+64 | |
| | | |/ / / / / / / | ||||||
| | | * | | | | | | | 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 | |
| | | * | | | | | | | Remove unused dependency | Thomas Winget | 2015-01-04 | 26 | -11043/+0 | |
| | | * | | | | | | | 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 | |
