aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | 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
| | |_|_|_|/ / / / / | |/| | | | | | | |
* / | | | | | | | | Add some const declarations where they are appropriate.Daniel Kraft2015-08-084-15/+15
|/ / / / / / / / /
* | | | | | | | | [Qt] show client user agent in debug windowPhilip Kaufmann2015-08-074-22/+54
* | | | | | | | | Merge pull request #4587Wladimir J. van der Laan2015-08-075-7/+297
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [Qt] allow users to set -onion via GUIPhilip Kaufmann2015-07-245-7/+297
* | | | | | | | | | Merge pull request #6505Wladimir J. van der Laan2015-08-0724-119/+422
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [Qt] replace wifi icon with network symbolMarco2015-08-0410-70/+331
| * | | | | | | | | | [QT] cleanup iconsMarco2015-08-0414-49/+91
* | | | | | | | | | | Merge pull request #6377Wladimir J. van der Laan2015-08-071-2/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Handle no chain tip available in InvalidChainFound()Ross Nicoll2015-07-221-2/+4
* | | | | | | | | | | | Merge pull request #6527Wladimir J. van der Laan2015-08-071-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Use unique name for AlertNotify tempfileCasey Rodarmor2015-08-051-2/+2
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Revert "Assert on probable deadlocks if the second lock isnt try_lock"Wladimir J. van der Laan2015-08-061-39/+10
* | | | | | | | | | | Merge pull request #6177Wladimir J. van der Laan2015-08-062-4/+12
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Prevent block.nTime from decreasingMark Friedenbach2015-05-272-5/+14