| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make limited map actually respect max size | Casey Rodarmor | 2015-08-17 | 1 | -1/+1 |
| * | Merge pull request #6553 | Wladimir J. van der Laan | 2015-08-17 | 1 | -4/+9 |
| |\ | |||||
| | * | Add missing files to files.md | fanquake | 2015-08-13 | 1 | -4/+9 |
| * | | Merge pull request #6551 | Wladimir J. van der Laan | 2015-08-17 | 1 | -1/+2 |
| |\ \ | |||||
| | * | | Handle leveldb::DestroyDB() errors on wipe failure | Adam Weiss | 2015-08-12 | 1 | -1/+2 |
| | |/ | |||||
| * | | Merge pull request #6509 | Wladimir J. van der Laan | 2015-08-17 | 1 | -46/+48 |
| |\ \ | |||||
| | * | | Fix race condition on test node shutdown | Casey Rodarmor | 2015-08-12 | 1 | -46/+48 |
| * | | | Merge pull request #6013 | Jeff Garzik | 2015-08-15 | 4 | -44/+136 |
| |\ \ \ | |||||
| | * | | | Implement REST mempool API, add test and documentation. | Pavel Janík | 2015-08-14 | 4 | -44/+136 |
| * | | | | Merge pull request #6415 | Wladimir J. van der Laan | 2015-08-14 | 22 | -63/+272 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | SQUASH "Implement watchonly support in fundrawtransaction" | Matt Corallo | 2015-08-08 | 2 | -2/+2 |
| | * | | | SQUASH "Add have-pubkey distinction to ISMINE flags" | Matt Corallo | 2015-08-08 | 2 | -5/+5 |
| | * | | | Implement watchonly support in fundrawtransaction | Matt Corallo | 2015-07-20 | 5 | -12/+78 |
| | * | | | Add logic to track pubkeys as watch-only, not just scripts | Matt Corallo | 2015-07-20 | 6 | -10/+49 |
| | * | | | Add have-pubkey distinction to ISMINE flags | Matt Corallo | 2015-07-20 | 4 | -10/+18 |
| | * | | | Update importaddress help to push its use to script-only | Matt Corallo | 2015-07-20 | 1 | -6/+7 |
| | * | | | Add importpubkey method to import a watch-only pubkey | Matt Corallo | 2015-07-20 | 4 | -0/+60 |
| | * | | | Add p2sh option to importaddress to import redeemScripts | Matt Corallo | 2015-07-20 | 3 | -6/+31 |
| | * | | | Split up importaddress into helper functions | Matt Corallo | 2015-07-20 | 1 | -33/+34 |
| | * | | | Also remove pay-2-pubkey from watch when adding a priv key | Matt Corallo | 2015-07-20 | 3 | -0/+9 |
| * | | | | Merge pull request #6519 | Wladimir J. van der Laan | 2015-08-11 | 4 | -77/+80 |
| |\ \ \ \ | |||||
| | * | | | | Move mempool rejections to new debug category | Wladimir J. van der Laan | 2015-08-11 | 2 | -2/+2 |
| | * | | | | Add information to errors in ConnectBlock, CheckBlock | Wladimir J. van der Laan | 2015-08-11 | 1 | -3/+6 |
| | * | | | | Remove most logging from transaction validation | Wladimir J. van der Laan | 2015-08-11 | 1 | -59/+35 |
| | * | | | | Add function to convert CValidationState to a human-readable message | Wladimir J. van der Laan | 2015-08-11 | 1 | -0/+8 |
| | * | | | | Introduce REJECT_INTERNAL codes for local AcceptToMempool errors | Wladimir J. van der Laan | 2015-08-11 | 2 | -9/+20 |
| | * | | | | Add debug message to CValidationState for optional extra information | Wladimir J. van der Laan | 2015-08-06 | 1 | -4/+9 |
| * | | | | | Merge pull request #6532 | Wladimir J. van der Laan | 2015-08-10 | 1 | -5/+7 |
| |\ \ \ \ \ | |||||
| | * | | | | | Update init doc to mention cookie authentication | fanquake | 2015-08-10 | 1 | -5/+7 |
| * | | | | | | Merge pull request #6346 | Wladimir J. van der Laan | 2015-08-10 | 7 | -16/+111 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| | * | | | | | Add support for data-based outputs (OP_RETURN) to bitcoin-tx. | Pavel Janík | 2015-08-06 | 5 | -0/+66 |
| | * | | | | | Add OP_RETURN support in createrawtransaction RPC call, add tests. | Pavel Janík | 2015-08-06 | 2 | -16/+45 |
| | | |_|/ / | |/| | | | |||||
| * | | | | | Merge pull request #6512 | Wladimir J. van der Laan | 2015-08-10 | 1 | -17/+18 |
| |\ \ \ \ \ | |||||
| | * | | | | | Add note on relative paths, improve formatting | unsystemizer | 2015-08-04 | 1 | -17/+18 |
| * | | | | | | Merge pull request #6534 | Wladimir J. van der Laan | 2015-08-10 | 2 | -29/+59 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Revert "Revert "Assert on probable deadlocks if the second lock isnt try_lock"" | Cory Fields | 2015-08-07 | 1 | -10/+39 |
| | * | | | | | | locks: don't lock cs_wallet before making rpc calls | Cory Fields | 2015-08-07 | 1 | -19/+20 |
| * | | | | | | | Merge pull request #6538 | Wladimir J. van der Laan | 2015-08-10 | 4 | -15/+15 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | Add some const declarations where they are appropriate. | Daniel Kraft | 2015-08-08 | 4 | -15/+15 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #6529 | Wladimir J. van der Laan | 2015-08-07 | 4 | -22/+54 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | [Qt] show client user agent in debug window | Philip Kaufmann | 2015-08-07 | 4 | -22/+54 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #4587 | Wladimir J. van der Laan | 2015-08-07 | 5 | -7/+297 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | [Qt] allow users to set -onion via GUI | Philip Kaufmann | 2015-07-24 | 5 | -7/+297 |
| * | | | | | | | Merge pull request #6505 | Wladimir J. van der Laan | 2015-08-07 | 26 | -150/+476 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | [Qt] replace wifi icon with network symbol | Marco | 2015-08-04 | 11 | -95/+377 |
| | * | | | | | | | [QT] cleanup icons | Marco | 2015-08-04 | 15 | -55/+99 |
| * | | | | | | | | Merge pull request #6377 | Wladimir J. van der Laan | 2015-08-07 | 1 | -2/+4 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Handle no chain tip available in InvalidChainFound() | Ross Nicoll | 2015-07-22 | 1 | -2/+4 |
| * | | | | | | | | | Merge pull request #6527 | Wladimir J. van der Laan | 2015-08-07 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | |||||
| | * | | | | | | | | Use unique name for AlertNotify tempfile | Casey Rodarmor | 2015-08-05 | 1 | -2/+2 |
| | | |_|_|_|/ / / | |/| | | | | | | |||||