aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | Merge pull request #6242Wladimir J. van der Laan2015-08-204-18/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | chainparams: don't use std namespaceCory Fields2015-07-281-3/+1
| * | | | | | | | | | | | | | chainparams: move CCheckpointData into chainparams.hCory Fields2015-07-284-15/+15
* | | | | | | | | | | | | | | Merge pull request #6545Wladimir J. van der Laan2015-08-201-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Do not store more than 200 timedata samples.Pavel Janík2015-08-111-1/+5
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #6556Wladimir J. van der Laan2015-08-202-1/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | add unit test for CNetAddr::GetGroup.Alex Morcos2015-08-191-0/+17
| * | | | | | | | | | | | | | | Fix masking of irrelevant bits in address groups.Alex Morcos2015-08-141-1/+1
* | | | | | | | | | | | | | | | Merge pull request #6571Wladimir J. van der Laan2015-08-201-5/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | consensus: cache the openssl EC_GROUP to avoid a race condition for each CECK...Cory Fields2015-08-191-5/+28
* | | | | | | | | | | | | | | | Merge pull request #6544Wladimir J. van der Laan2015-08-192-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Fix spelling mistake in -> if.Mark Friedenbach2015-08-101-1/+1
| * | | | | | | | | | | | | | | | Correct a possibly intentional pun that is nevertheless hard to read: "two ti...Mark Friedenbach2015-08-101-1/+1
| | |_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #6539Wladimir J. van der Laan2015-08-1916-17/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | typofixes (found by misspell_fixer)Veres Lajos2015-08-1016-17/+17
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #6565Wladimir J. van der Laan2015-08-191-5/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Make sure we re-acquire lock if a task throwsCasey Rodarmor2015-08-181-5/+7
* | | | | | | | | | | | | | | | | Merge pull request #6561Wladimir J. van der Laan2015-08-193-8/+113
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Add limitedmap testCasey Rodarmor2015-08-172-0/+102
| * | | | | | | | | | | | | | | | | Disallow unlimited limited mapsCasey Rodarmor2015-08-171-8/+11
| * | | | | | | | | | | | | | | | | Make limited map actually respect max sizeCasey Rodarmor2015-08-171-1/+1
| |/ / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / Fix crash when mining with empty keypool.Daniel Kraft2015-08-182-3/+9
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #6551Wladimir J. van der Laan2015-08-171-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Handle leveldb::DestroyDB() errors on wipe failureAdam Weiss2015-08-121-1/+2
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #6013Jeff Garzik2015-08-152-44/+109
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Implement REST mempool API, add test and documentation.Pavel Janík2015-08-142-44/+109
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #6415Wladimir J. van der Laan2015-08-1420-59/+207
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | SQUASH "Implement watchonly support in fundrawtransaction"Matt Corallo2015-08-082-2/+2
| * | | | | | | | | | | | | | SQUASH "Add have-pubkey distinction to ISMINE flags"Matt Corallo2015-08-082-5/+5
| * | | | | | | | | | | | | | Implement watchonly support in fundrawtransactionMatt Corallo2015-07-204-8/+23
| * | | | | | | | | | | | | | Add logic to track pubkeys as watch-only, not just scriptsMatt Corallo2015-07-206-10/+49
| * | | | | | | | | | | | | | Add have-pubkey distinction to ISMINE flagsMatt Corallo2015-07-204-10/+18
| * | | | | | | | | | | | | | Update importaddress help to push its use to script-onlyMatt Corallo2015-07-201-6/+7
| * | | | | | | | | | | | | | Add importpubkey method to import a watch-only pubkeyMatt Corallo2015-07-204-0/+60
| * | | | | | | | | | | | | | Add p2sh option to importaddress to import redeemScriptsMatt Corallo2015-07-202-6/+21
| * | | | | | | | | | | | | | Split up importaddress into helper functionsMatt Corallo2015-07-201-33/+34
| * | | | | | | | | | | | | | Also remove pay-2-pubkey from watch when adding a priv keyMatt Corallo2015-07-203-0/+9
* | | | | | | | | | | | | | | Merge pull request #6519Wladimir J. van der Laan2015-08-114-77/+80
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Move mempool rejections to new debug categoryWladimir J. van der Laan2015-08-112-2/+2
| * | | | | | | | | | | | | | Add information to errors in ConnectBlock, CheckBlockWladimir J. van der Laan2015-08-111-3/+6
| * | | | | | | | | | | | | | Remove most logging from transaction validationWladimir J. van der Laan2015-08-111-59/+35
| * | | | | | | | | | | | | | Add function to convert CValidationState to a human-readable messageWladimir J. van der Laan2015-08-111-0/+8
| * | | | | | | | | | | | | | Introduce REJECT_INTERNAL codes for local AcceptToMempool errorsWladimir J. van der Laan2015-08-112-9/+20
| * | | | | | | | | | | | | | Add debug message to CValidationState for optional extra informationWladimir J. van der Laan2015-08-061-4/+9
* | | | | | | | | | | | | | | Merge pull request #6346Wladimir J. van der Laan2015-08-107-16/+111
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Add support for data-based outputs (OP_RETURN) to bitcoin-tx.Pavel Janík2015-08-065-0/+66
| * | | | | | | | | | | | | | | Add OP_RETURN support in createrawtransaction RPC call, add tests.Pavel Janík2015-08-062-16/+45
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #6534Wladimir J. van der Laan2015-08-102-29/+59
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Revert "Revert "Assert on probable deadlocks if the second lock isnt try_lock""Cory Fields2015-08-071-10/+39
| * | | | | | | | | | | | | | | locks: don't lock cs_wallet before making rpc callsCory Fields2015-08-071-19/+20
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |