| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Check if chunk size is zero instead of negative | warptangent | 2015-05-15 | 1 | -2/+2 |
| * | Fixes changes to sort tx by fee per kb | Thomas Winget | 2015-05-13 | 2 | -14/+46 |
| * | Merge pull request #281 | Riccardo Spagni | 2015-05-13 | 13 | -619/+969 |
| |\ | |||||
| | * | Rename src/blockchain_converter/ to src/blockchain_utilities/ | warptangent | 2015-05-08 | 10 | -2/+2 |
| | * | Add --block-number option to blockchain_import | warptangent | 2015-05-08 | 1 | -7/+17 |
| | * | Update blockchain utilities with portable bootstrap file format | warptangent | 2015-05-08 | 8 | -460/+755 |
| | * | Add MDB_NORDAHEAD as a supported LMDB flag for blockchain_import | warptangent | 2015-05-08 | 1 | -8/+2 |
| | * | Condense #if directives | warptangent | 2015-05-08 | 1 | -9/+2 |
| | * | Add basic "pop blocks" command to blockchain_import for debugging | warptangent | 2015-05-08 | 1 | -0/+58 |
| | * | Update log statements | warptangent | 2015-05-08 | 3 | -3/+3 |
| * | | Merge pull request #280 | Riccardo Spagni | 2015-05-13 | 2 | -10/+10 |
| |\ \ | |||||
| | * \ | Merge branch 'clang_fixes' into clang_fixes-master | Sergey Kazenyuk | 2015-05-06 | 2 | -10/+10 |
| | |\ \ | |||||
| | | * | | Fix missing virtual destructor | Sergey Kazenyuk | 2015-04-20 | 2 | -2/+4 |
| * | | | | Merge pull request #277 | Riccardo Spagni | 2015-05-13 | 1 | -1/+16 |
| |\ \ \ \ | | |_|/ | |/| | | |||||
| | * | | | Fix incompatibility with blockchain exporter when source is LMDB | warptangent | 2015-05-08 | 1 | -1/+16 |
| | |/ / | |||||
| * | | | resolved merge conflict in tx_pool.cpp | Riccardo Spagni | 2015-05-13 | 2 | -12/+40 |
| |\ \ \ | |||||
| | * | | | Sort txs by per-kb-fee for miners | Thomas Winget | 2015-04-30 | 2 | -7/+35 |
| | * | | | When removing 'stuck' transactions, don't ignore the first tx in the pool | Thomas Winget | 2015-04-30 | 1 | -5/+5 |
| * | | | | Merge pull request #274 | Riccardo Spagni | 2015-05-13 | 2 | -14/+25 |
| |\ \ \ \ | |_|/ / |/| | | | |||||
| | * | | | Allow name@domain.tld for OpenAlias lookups | Thomas Winget | 2015-04-29 | 2 | -14/+25 |
| | |/ / | |||||
| * | | | Merge pull request #269 | Riccardo Spagni | 2015-05-06 | 7 | -17/+108 |
| |\ \ \ | |||||
| | * | | | Keep memory pool consistent when stuck tx removed | warptangent | 2015-04-23 | 1 | -0/+1 |
| | * | | | Add mempool output to daemon via command and RPC | warptangent | 2015-04-23 | 7 | -17/+107 |
| | |/ / | |||||
| * | | | Merge pull request #268 | Riccardo Spagni | 2015-05-05 | 3 | -8/+72 |
| |\ \ \ | |||||
| | * | | | DNS Checkpoint updating-related fixes/changes | Thomas Winget | 2015-04-22 | 3 | -8/+72 |
| | |/ / | |||||
| * / / | disable non-working optimized slow_hash on 32 bit intel | Javier Smooth | 2015-04-13 | 1 | -1/+1 |
| |/ / | |||||
| * | | [fix] log level change. compilation: dns, tests | rfree2monero | 2015-04-10 | 4 | -3/+6 |
| * | | Merge pull request #259 | Riccardo Spagni | 2015-04-10 | 1 | -2/+16 |
| |\ \ | |||||
| | * | | Fixes start_mining in cli interactive mode | Thomas Winget | 2015-04-10 | 1 | -2/+16 |
| * | | | Disable DNS checkpoint updating on testnet | Thomas Winget | 2015-04-08 | 1 | -0/+2 |
| |/ / | |||||
| * | | Merge pull request #256 | Riccardo Spagni | 2015-04-08 | 32 | -149/+9648 |
| |\ \ | |||||
| | * \ | Merge BlockchainDB into upstream | Thomas Winget | 2015-04-07 | 32 | -149/+9648 |
| | |\ \ | |||||
| | | * | | Only compile BerkeleyDB as an option in non-static | Thomas Winget | 2015-04-07 | 2 | -0/+20 |
| | | * | | Merge upstream into blockchain | Thomas Winget | 2015-03-29 | 5 | -25/+107 |
| | | |\ \ | |||||
| | | * | | | Steps toward multiple dbs available -- working | Thomas Winget | 2015-03-25 | 13 | -58/+146 |
| | | * | | | update berkeleydb branch to blockchain branch | Thomas Winget | 2015-03-25 | 56 | -389/+4066 |
| | | |\ \ \ | |||||
| | | | * \ \ | Merge upstream updates into blockchain branch | Thomas Winget | 2015-03-25 | 50 | -340/+3925 |
| | | | |\ \ \ | |||||
| | | | * | | | | blockchain_converter: Add support for resume from last block | warptangent | 2015-03-23 | 1 | -10/+37 |
| | | | * | | | | blockchain_import: lengthen string for line clear | warptangent | 2015-03-22 | 1 | -16/+19 |
| | | | * | | | | blockchain_export: show progress during export | warptangent | 2015-03-22 | 1 | -9/+17 |
| | | | * | | | | Update Blockchain::get_db() to return reference instead of pointer | warptangent | 2015-03-22 | 4 | -14/+14 |
| | | | * | | | | Add README for blockchain converter, importer, and exporter utilities | warptangent | 2015-03-22 | 1 | -0/+54 |
| | | * | | | | | BerkeleyDB implementation of BlockchainDB seems to be working! | Thomas Winget | 2015-03-17 | 2 | -20/+20 |
| | | * | | | | | Pull blockchain changes into berkeleydb branch | Thomas Winget | 2015-03-17 | 12 | -38/+1659 |
| | | |\| | | | | |||||
| | | | * | | | | blockchain_export: Add compile-time support for BlockchainDB | warptangent | 2015-03-16 | 2 | -31/+63 |
| | | | * | | | | Add blockchain_export utility | warptangent | 2015-03-16 | 3 | -0/+470 |
| | | | * | | | | Add support for database open with flags | warptangent | 2015-03-16 | 7 | -14/+77 |
| | | | * | | | | Add mdb_flags variable to LMDB database open | warptangent | 2015-03-16 | 1 | -1/+2 |
| | | | * | | | | Add blockchain_import utility | warptangent | 2015-03-16 | 4 | -0/+894 |
| | | | * | | | | Blockchain: add get_db() accessor, needed for blockchain_import | warptangent | 2015-03-15 | 1 | -0/+5 |
