aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update year and formatting in licensewarptangent2015-02-231-7/+7
* Fix Blockchain::get_tail_id() to set parameter to last block number instead o...warptangent2015-02-221-1/+1
* Revert "Bounds error, should fix #27"warptangent2015-02-221-1/+1
* Bounds error, should fix #27Thomas Winget2015-02-201-1/+1
* Merge remote-tracking branch 'monero-project/master' into blockchainThomas Winget2015-02-052-4/+46
|\
| * make fallback compatible with newer slow-hashRiccardo Spagni2015-01-281-0/+12
| * replaced 64-bit multiplication in difficulty.cpp with a portable versionRiccardo Spagni2015-01-271-4/+34
* | Add compile-time support for both db implementations: in-memory and LMDBwarptangent2015-02-028-4/+56
* | Blockchain: reflect log updates from blockchain_storagewarptangent2015-02-011-7/+7
* | Blockchain: reflect log and assert updates from blockchain_storagewarptangent2015-02-011-37/+38
* | Blockchain: reflect log level of blockchain_storagewarptangent2015-02-011-8/+8
* | Blockchain: reflect assert behavior of blockchain_storage for get_tx_outputs_...warptangent2015-02-011-0/+2
* | Update recently added log statement to fix possible null dereferencewarptangent2015-02-011-1/+5
* | Merge upstreamwarptangent2015-01-301-0/+152
|\|
| * added portable slow-hash, updated makefile targets, fixed readmeRiccardo Spagni2015-01-271-2/+152
| * fixed sse2 ifdefRiccardo Spagni2015-01-271-2/+2
| * remove aes flag, detect no sse2Riccardo Spagni2015-01-271-0/+2
* | Merge to keep up with upstreamThomas Winget2015-01-219-25/+156
|\|
| * Merge pull request #215Riccardo Spagni2015-01-154-2/+36
| |\
| | * Add a --restricted-rpc flag to simplewalletmoneromooo-monero2015-01-114-2/+36
| * | Merge pull request #214Riccardo Spagni2015-01-153-12/+45
| |\ \
| | * | Allow get_bulk_payments to return all payments regardless of payment IDmoneromooo-monero2015-01-113-12/+45
| | |/
| * / Fix seed node threaded DNS lookupwarptangent2015-01-141-27/+40
| |/
| * Merge pull request #206Riccardo Spagni2015-01-082-11/+59
| |\
| | * std::atomic_flag has no copy/move constructor, can't have a vectorThomas Winget2014-12-151-9/+7
| | * small typo in previous commitThomas Winget2014-12-151-1/+1
| | * DNS seed timeout and fallbackThomas Winget2014-12-152-11/+61
| * | previous hash added to GBTRiccardo Spagni2015-01-062-0/+3
* | | 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