summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Should fix std::min issues related to size_tThomas Winget2015-01-191-2/+2
| | * | | | | | | Remove code previously made unused and marked unusedwarptangent2015-01-142-26/+0
| | * | | | | | | Fix height assertion in Blockchain::handle_alternative_block()warptangent2015-01-111-1/+1
| | * | | | | | | Fix comparison between main and alternate chain's cumulativewarptangent2015-01-111-2/+10
| | * | | | | | | Remove a have_block() check so alternate block can be processedwarptangent2015-01-111-7/+27
| | * | | | | | | Complete implementation of transaction removalwarptangent2015-01-114-23/+97
| | * | | | | | | Use block index when obtaining block's difficulty for log statementwarptangent2015-01-111-2/+2
| | * | | | | | | Fix transfers to support mixinswarptangent2015-01-092-3/+42
| | * | | | | | | Fix transfers (without mixins)warptangent2015-01-094-1/+85
| | * | | | | | | throw inline functions need to keep exception typeThomas Winget2015-01-091-3/+5
| | * | | | | | | Fixes segfault in Blockchain::handle_alternative_blockThomas Winget2015-01-092-6/+12
| | * | | | | | | Merge pull request #19 from warptangent/fix_tx_outputThomas Winget2015-01-041-1/+1
| | |\ \ \ \ \ \ \
| | | * | | | | | | Obtain tx hash and tx output index from amount and output offsetwarptangent2015-01-041-1/+1
| | * | | | | | | | db_lmdb: fix global index calculation off by 1moneromooo-monero2015-01-041-1/+1
| | * | | | | | | | db_lmdb: remove redundant checksmoneromooo-monero2015-01-041-10/+4
| | * | | | | | | | blockchain_converter: add --testnet for converting testnet blockchainmoneromooo-monero2015-01-041-1/+6
| | |/ / / / / / /
| | * | | | | | | Fixes a bug with getting output metadata from BlockchainDBThomas Winget2015-01-044-17/+37
| | * | | | | | | update comments to reflect changed codeThomas Winget2015-01-041-4/+1
| | * | | | | | | db_lmdb: do not give the group database write permissionsmoneromooo-monero2015-01-041-1/+1
| | * | | | | | | db_lmdb: catch attempt to remove block from an empty blockchainmoneromooo-monero2015-01-041-0/+3
| | * | | | | | | db_lmdb: factor all the log+throw code pathsmoneromooo-monero2015-01-041-485/+138
| | * | | | | | | db_lmdb: factor the MDB_val setup codemoneromooo-monero2015-01-041-197/+74
| | * | | | | | | blockchain_converter: a bit more user friendly outputmoneromooo-monero2015-01-041-2/+9
| | * | | | | | | blockchain_converter: only call data path function oncemoneromooo-monero2015-01-041-5/+4
| | * | | | | | | blockchain: do not append "testnet" to the data directorymoneromooo-monero2015-01-041-6/+0
| | * | | | | | | db_lmdb: remove block timestamp too when removing a blockmoneromooo-monero2015-01-041-0/+6
| | * | | | | | | db_lmdb: do not cast const awaymoneromooo-monero2015-01-041-13/+13
| | * | | | | | | blockchain: fix wallet syncing from scratchmoneromooo-monero2015-01-041-1/+2
| | * | | | | | | db_lmdb: do not keep a dangling pointer to stack objectsmoneromooo-monero2015-01-041-0/+4
| | * | | | | | | db_lmdb: make cursor internal members privatemoneromooo-monero2015-01-041-0/+1
| | * | | | | | | blockchain_storage: refactor genesis block creationmoneromooo-monero2015-01-042-16/+6
| | * | | | | | | blockchain_storage: add consts where appropriatemoneromooo-monero2015-01-042-110/+110
| | * | | | | | | blockchain_converter: delete blockchain on succesful exitmoneromooo-monero2015-01-041-0/+1
| | * | | | | | | checkpoints: add consts where appropriatemoneromooo-monero2015-01-042-7/+7
| | * | | | | | | blockchain: add consts where appropriatemoneromooo-monero2015-01-042-84/+84
| | * | | | | | | blockchain_db: add consts where appropriatemoneromooo-monero2015-01-043-119/+119
| | * | | | | | | blockchain_db: factor some exception codemoneromooo-monero2015-01-041-148/+48
| | * | | | | | | blockchain_converter: use the actual blockchain locationmoneromooo-monero2015-01-041-3/+5
| | * | | | | | | build: add liblmdb to the cmake autodetection systemmoneromooo-monero2015-01-041-1/+1
| | * | | | | | | extraneous semicolon in Blockchain::complete_timestamps_vectorThomas Winget2015-01-041-1/+1
| | * | | | | | | raised maximum mapsize for lmdb to ~16GBThomas Winget2015-01-041-1/+1
| | * | | | | | | more blockchain height-related fixes, syncing other nodes code this timeThomas Winget2015-01-041-4/+4
| | * | | | | | | ~ didn't work, need hard path. debug print.Thomas Winget2015-01-041-3/+5
| | * | | | | | | very, VERY primitive blockchain converterThomas Winget2015-01-045-14/+171
| | * | | | | | | add new checkpointing behavior to Blockchain classThomas Winget2015-01-042-3/+78
| | * | | | | | | Store output pubkeys separately, bug fixesThomas Winget2015-01-042-9/+54
| | * | | | | | | Minor bugfixes, redundancy removalThomas Winget2015-01-043-10/+104
| | * | | | | | | moar bug fixes, removed debug printsThomas Winget2015-01-042-8/+4
| | * | | | | | | BlockchainLMDB seems to be working*!Thomas Winget2015-01-043-141/+155
| | * | | | | | | some bug fixes, but still needs workThomas Winget2015-01-043-35/+73