aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | explicitly disable AES on ARMRiccardo Spagni2015-04-061-1/+1
| | | * | add arm6 target and flagsRiccardo Spagni2015-04-062-1/+13
| | | * | new makefile targets for static buildsRiccardo Spagni2015-04-061-2/+16
| | * | | Only compile BerkeleyDB as an option in non-staticThomas Winget2015-04-074-17/+41
| | |/ /
| | * | Merge upstream into blockchainThomas Winget2015-03-297-28/+142
| | |\ \
| | * \ \ Merge BerkeleyDB blockchain db implementationThomas Winget2015-03-2919-102/+2250
| | |\ \ \
| | | * | | Steps toward multiple dbs available -- workingThomas Winget2015-03-2513-58/+146
| | | * | | update berkeleydb branch to blockchain branchThomas Winget2015-03-25100-2365/+9060
| | | |\ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge upstream updates into blockchain branchThomas Winget2015-03-2594-2316/+8919
| | |\ \ \ \
| | * \ \ \ \ Merges #36Thomas Winget2015-03-256-49/+141
| | |\ \ \ \ \
| | | * | | | | 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-1772-107/+17743
| | | | |\ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Merges PR #35Thomas 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
| | * | | | | | Merges #33Thomas Winget2015-03-170-0/+0
| | * | | | | | Move db_drivers/ to external/Thomas Winget2015-03-1759-5/+4
| | * | | | | | fixed BUILD_64 optionRiccardo Spagni2015-03-171-1/+1
| | * | | | | | fixed arch_width optionRiccardo Spagni2015-03-171-3/+9
| | * | | | | | fixed msys2 / mingw folders based on architecture, added license to unbound C...Riccardo Spagni2015-03-172-8/+36
| | * | | | | | moved 32-bit/64-bit detection into main CMakeListsRiccardo Spagni2015-03-1758-9/+12
| | * | | | | | removed findlmdb.cmake, no longer requiredRiccardo Spagni2015-03-171-57/+0
| | * | | | | | 32-bit LMDB, removed check for in-system LMDB as it is consensus-criticalRiccardo Spagni2015-03-1729-17/+16061
| | * | | | | | Revert "Moved db_drivers/ into external/ for consistency"Thomas Winget2015-03-1731-2/+3
| | * | | | | | Revert "Build fixed, goofed up some CMake"Thomas Winget2015-03-171-4/+0
| | |/ / / / /
| | | | * | | BlockchainBDB passes unit testsThomas Winget2015-03-171-1/+4
| | | | * | | BerkeleyDB Blockchain building, not working yetThomas Winget2015-03-166-193/+247
| | | | * | | CMake wiring, minor cleanup, minor test additionThomas Winget2015-03-166-2/+37
| | | | * | | 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
| | * | | | Fixed includes in BlockchainDB unit testsThomas Winget2015-03-101-2/+2
| | * | | | Build fixed, goofed up some CMakeThomas Winget2015-03-101-0/+4
| | * | | | Moved db_drivers/ into external/ for consistencyThomas Winget2015-03-0931-3/+2
| | * | | | 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
| | * | | | Merge #32Thomas Winget2015-02-237-95/+442
| | |\ \ \ \
| | | * | | | BlockchainLMDB: Add profiling to tx_exists()warptangent2015-02-233-1/+8