aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #260Riccardo Spagni2015-04-119-8/+17
|\
| * [fix] log level change. compilation: dns, testsrfree2monero2015-04-109-8/+17
|/
* Merge pull request #259Riccardo Spagni2015-04-101-2/+16
|\
| * Fixes start_mining in cli interactive modeThomas Winget2015-04-101-2/+16
* | fixed static windows makefile targetsRiccardo Spagni2015-04-091-2/+2
* | Merge pull request #258Riccardo Spagni2015-04-091-0/+2
|\ \ | |/ |/|
| * Disable DNS checkpoint updating on testnetThomas Winget2015-04-081-0/+2
|/
* Merge pull request #256Riccardo Spagni2015-04-0896-158/+42389
|\
| * Merge BlockchainDB into upstreamThomas Winget2015-04-0796-158/+42389
| |\
| | * Merges PR #37Thomas Winget2015-04-072-3/+29
| | |\
| | | * 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