aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Remove signal DoubleSpendDetected, use functionTom Harding2014-07-023-59/+50
| * | | | | | | | | | Check signatures before respend relayTom Harding2014-07-011-15/+22
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'smartfee_wallet'Gavin Andresen2014-07-0317-107/+159
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Move fee policy out of coreGavin Andresen2014-07-0316-61/+70
| * | | | | | | | | | Sanity checks for estimatesGavin Andresen2014-07-033-5/+10
| * | | | | | | | | | Use fee/priority estimates in wallet CreateTransactionGavin Andresen2014-07-038-47/+85
* | | | | | | | | | | Merge pull request #4302Wladimir J. van der Laan2014-07-0311-7/+187
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | [Qt] New status bar Unit Display Control and related changes.gubatron2014-06-2511-7/+187
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Clarify error message when invalid -rpcallowipWladimir J. van der Laan2014-07-032-2/+2
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | qt: fix 'opens in testnet mode when presented with a BIP-72 link with no fall...Julian Haight2014-07-021-1/+1
* | | | | | | | | Merge pull request #4312Wladimir J. van der Laan2014-07-026-12/+149
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | libsecp256k1 integrationPieter Wuille2014-07-011-11/+119
| * | | | | | | | | secp256k1: Add build-side changes for libsecp256k1Cory Fields2014-07-015-1/+30
| | |/ / / / / / / | |/| | | | | | |
* / | | | | | | | Fix the Qt5 build after d95ba75Wladimir J. van der Laan2014-07-021-1/+1
|/ / / / / / / /
* | | | | | | | qt: Change serious messages from qDebug to qWarningWladimir J. van der Laan2014-07-015-32/+32
* | | | | | | | qt: Log messages with type>QtDebugMsg as non-debugWladimir J. van der Laan2014-07-011-4/+4
* | | | | | | | Merge pull request #4325Wladimir J. van der Laan2014-07-011-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | rework help messages for fee-related optionsPhilip Kaufmann2014-06-111-3/+3
* | | | | | | | | typedef std::map<uint256, CCoins> to CCoinsMapWladimir J. van der Laan2014-07-014-16/+17
* | | | | | | | | fix copyright string in two of our *.rc filesPhilip Kaufmann2014-07-014-4/+4
* | | | | | | | | Merge pull request #4397Wladimir J. van der Laan2014-07-011-48/+56
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | add missing BOOST_FOREACH indentation in ThreadSocketHandler()Philip Kaufmann2014-06-261-40/+41
| * | | | | | | | small cleanup of #ifdefs in BindListenPort()Philip Kaufmann2014-06-261-8/+15
| | |/ / / / / / | |/| | | | | |
* | | | | | | | test: Fix warning about integer signedness in P2SH testsWladimir J. van der Laan2014-06-301-1/+1
* | | | | | | | Merge pull request #4415Wladimir J. van der Laan2014-06-301-79/+104
|\ \ \ \ \ \ \ \
| * | | | | | | | RPC client: Simplify command line string-to-JSON-value conversion codeJeff Garzik2014-06-261-79/+104
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Fix the build for Qt5Wladimir J. van der Laan2014-06-301-1/+1
* | | | | | | | Merge pull request #3883 from dgenr8/first_double_spendGavin Andresen2014-06-3019-38/+247
|\ \ \ \ \ \ \ \
| * | | | | | | | Formatting, spelling, comment fixes.Tom Harding2014-06-275-17/+22
| * | | | | | | | Add -respendnotify option and new RPC dataTom Harding2014-06-273-0/+31
| * | | | | | | | UI to alert of respend attempt affecting wallet.Tom Harding2014-06-279-21/+87
| * | | | | | | | Relay double-spends, subject to anti-DOSTom Harding2014-06-276-15/+109
| * | | | | | | | CBloomFilter::clear() methodTom Harding2014-06-273-0/+13
* | | | | | | | | Merge pull request #4420 from sipa/skiplistGavin Andresen2014-06-305-2/+163
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add skiplist unit testsPieter Wuille2014-06-292-0/+46
| * | | | | | | | | Add a skiplist to the CBlockIndex structure.Pieter Wuille2014-06-292-2/+69
| * | | | | | | | | Track peers' available blocksPieter Wuille2014-06-293-0/+48
* | | | | | | | | | Merge pull request #4437Wladimir J. van der Laan2014-06-305-245/+316
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Move non-trivial uint256.h methods to uint256.cppPieter Wuille2014-06-285-245/+316
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | fix RPC error replieskazcw2014-06-283-23/+29
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #4436Wladimir J. van der Laan2014-06-281-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Correct comment for 15-of-15 p2sh script sizeMichael Ford2014-06-281-2/+2
* | | | | | | | | | Merge pull request #4425Wladimir J. van der Laan2014-06-281-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Display unknown commands received.R E Broadley2014-06-281-0/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #4398Wladimir J. van der Laan2014-06-289-19/+26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ensure clean and consistent "namespace" usagePhilip Kaufmann2014-06-269-19/+26
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Replace HexBits with strprintfjtimon2014-06-284-13/+2
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #3990Wladimir J. van der Laan2014-06-281-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Show only one zero instead of many when getblocks request received with a has...R E Broadley2014-06-281-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #4430Wladimir J. van der Laan2014-06-271-0/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |