aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [fix] log level change. compilation: dns, testsrfree2monero2015-04-104-3/+6
* Merge pull request #259Riccardo Spagni2015-04-101-2/+16
|\
| * Fixes start_mining in cli interactive modeThomas Winget2015-04-101-2/+16
* | Disable DNS checkpoint updating on testnetThomas Winget2015-04-081-0/+2
|/
* Merge pull request #256Riccardo Spagni2015-04-0832-149/+9648
|\
| * Merge BlockchainDB into upstreamThomas Winget2015-04-0732-149/+9648
| |\
| | * Only compile BerkeleyDB as an option in non-staticThomas Winget2015-04-072-0/+20
| | * Merge upstream into blockchainThomas Winget2015-03-295-25/+107
| | |\
| | * | Steps toward multiple dbs available -- workingThomas Winget2015-03-2513-58/+146
| | * | update berkeleydb branch to blockchain branchThomas Winget2015-03-2556-389/+4066
| | |\ \
| | | * \ Merge upstream updates into blockchain branchThomas Winget2015-03-2550-340/+3925
| | | |\ \
| | | * | | blockchain_converter: Add support for resume from last blockwarptangent2015-03-231-10/+37
| | | * | | blockchain_import: lengthen string for line clearwarptangent2015-03-221-16/+19
| | | * | | blockchain_export: show progress during exportwarptangent2015-03-221-9/+17
| | | * | | Update Blockchain::get_db() to return reference instead of pointerwarptangent2015-03-224-14/+14
| | | * | | Add README for blockchain converter, importer, and exporter utilitieswarptangent2015-03-221-0/+54
| | * | | | BerkeleyDB implementation of BlockchainDB seems to be working!Thomas Winget2015-03-172-20/+20
| | * | | | Pull blockchain changes into berkeleydb branchThomas Winget2015-03-1712-38/+1659
| | |\| | |
| | | * | | blockchain_export: Add compile-time support for BlockchainDBwarptangent2015-03-162-31/+63
| | | * | | Add blockchain_export utilitywarptangent2015-03-163-0/+470
| | | * | | Add support for database open with flagswarptangent2015-03-167-14/+77
| | | * | | Add mdb_flags variable to LMDB database openwarptangent2015-03-161-1/+2
| | | * | | Add blockchain_import utilitywarptangent2015-03-164-0/+894
| | | * | | Blockchain: add get_db() accessor, needed for blockchain_importwarptangent2015-03-151-0/+5
| | | * | | blockchain_converter: Add support for batch transactionswarptangent2015-03-151-23/+173
| | | * | | Update and relocate comment that applies class widewarptangent2015-03-151-8/+14
| | * | | | BlockchainBDB passes unit testsThomas Winget2015-03-171-1/+4
| | * | | | BerkeleyDB Blockchain building, not working yetThomas Winget2015-03-163-183/+194
| | * | | | CMake wiring, minor cleanup, minor test additionThomas Winget2015-03-161-0/+3
| | * | | | BerkeleyDB BlockchainDB impl copy/paste/modifyThomas Winget2015-03-162-9/+1304
| | * | | | Try to not pollute cryptonote namespaceThomas Winget2015-03-162-47/+47
| | * | | | Initial commit of BDB BlockchainDB implementationThomas Winget2015-03-162-0/+678
| | |/ / /
| | * | | BlockchainDB implementations have names nowThomas Winget2015-03-135-3/+20
| | * | | Moved BlockchainDB into its own src/ subfolderThomas Winget2015-03-0612-13/+72
| | * | | Changed log level of debug message -- too spammyThomas Winget2015-02-231-1/+1
| | * | | BlockchainLMDB: Add profiling to tx_exists()warptangent2015-02-233-1/+8
| | * | | BlockchainLMDB: Add batch transaction support to tx_exists()warptangent2015-02-231-6/+9
| | * | | BlockchainDB, BlockchainLMDB: Add profiling for DB commitswarptangent2015-02-233-0/+18
| | * | | BlockchainDB: Add virtual function declarations for batch transactionswarptangent2015-02-231-0/+3
| | * | | BlockchainLMDB: Add check for open database to two functionswarptangent2015-02-231-0/+3
| | * | | BlockchainLMDB: Add support for batch transactionswarptangent2015-02-232-55/+289
| | * | | Improve block and tx processing efficiency by less repeat hashingwarptangent2015-02-234-11/+28
| | * | | Add profiling to block and tx processingwarptangent2015-02-232-0/+48
| | * | | Move LMDB storage to subfolderwarptangent2015-02-232-1/+12
| | * | | Fix formattingwarptangent2015-02-231-6/+5
| | * | | Fix log statementwarptangent2015-02-231-1/+1
| | * | | Remove unused variablewarptangent2015-02-231-1/+0
| | * | | Add log statementwarptangent2015-02-231-0/+1
| | * | | Add and extend log statementswarptangent2015-02-231-6/+10
| | * | | Blockchain: match original function declaration from blockchain_storagewarptangent2015-02-232-2/+2