aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Remove a have_block() check so alternate block can be processedwarptangent2015-01-111-7/+27
* | | Complete implementation of transaction removalwarptangent2015-01-114-23/+97
* | | Use block index when obtaining block's difficulty for log statementwarptangent2015-01-111-2/+2
* | | Fix transfers to support mixinswarptangent2015-01-092-3/+42
* | | Fix transfers (without mixins)warptangent2015-01-094-1/+85
* | | throw inline functions need to keep exception typeThomas Winget2015-01-091-3/+5
* | | Fixes segfault in Blockchain::handle_alternative_blockThomas Winget2015-01-092-6/+12
* | | Merge pull request #19 from warptangent/fix_tx_outputThomas Winget2015-01-041-1/+1
|\ \ \
| * | | Obtain tx hash and tx output index from amount and output offsetwarptangent2015-01-041-1/+1
* | | | db_lmdb: fix global index calculation off by 1moneromooo-monero2015-01-041-1/+1
* | | | db_lmdb: remove redundant checksmoneromooo-monero2015-01-041-10/+4
* | | | blockchain_converter: add --testnet for converting testnet blockchainmoneromooo-monero2015-01-041-1/+6
|/ / /
* | | Fixes a bug with getting output metadata from BlockchainDBThomas Winget2015-01-044-17/+37
* | | update comments to reflect changed codeThomas Winget2015-01-041-4/+1
* | | db_lmdb: do not give the group database write permissionsmoneromooo-monero2015-01-041-1/+1
* | | db_lmdb: catch attempt to remove block from an empty blockchainmoneromooo-monero2015-01-041-0/+3
* | | db_lmdb: factor all the log+throw code pathsmoneromooo-monero2015-01-041-485/+138
* | | db_lmdb: factor the MDB_val setup codemoneromooo-monero2015-01-041-197/+74
* | | blockchain_converter: a bit more user friendly outputmoneromooo-monero2015-01-041-2/+9
* | | blockchain_converter: only call data path function oncemoneromooo-monero2015-01-041-5/+4
* | | blockchain: do not append "testnet" to the data directorymoneromooo-monero2015-01-041-6/+0
* | | db_lmdb: remove block timestamp too when removing a blockmoneromooo-monero2015-01-041-0/+6
* | | db_lmdb: do not cast const awaymoneromooo-monero2015-01-041-13/+13
* | | blockchain: fix wallet syncing from scratchmoneromooo-monero2015-01-041-1/+2
* | | db_lmdb: do not keep a dangling pointer to stack objectsmoneromooo-monero2015-01-041-0/+4
* | | db_lmdb: make cursor internal members privatemoneromooo-monero2015-01-041-0/+1
* | | blockchain_storage: refactor genesis block creationmoneromooo-monero2015-01-042-16/+6
* | | blockchain_storage: add consts where appropriatemoneromooo-monero2015-01-042-110/+110
* | | blockchain_converter: delete blockchain on succesful exitmoneromooo-monero2015-01-041-0/+1