aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | Merge #9002: Make connect=0 disable automatic outbound connections.Wladimir J. van der Laan2016-10-252-5/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Make connect=0 disable automatic outbound connections.Gregory Maxwell2016-10-252-5/+6
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge #8995: Add missing cs_main lock to ::GETBLOCKTXN processingWladimir J. van der Laan2016-10-241-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Add missing cs_main lock to ::GETBLOCKTXN processingMatt Corallo2016-10-211-0/+2
* | | | | | | | | | | | | | | | Fix doxygen comment: the transaction is returned in txOutPavel Janík2016-10-211-1/+1
| |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge #8982: Eliminating Inconsistencies in Textual OutputMarcoFalke2016-10-211-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Eliminating Inconsistencies in Textual OutputS. Matthew English2016-10-201-3/+3
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge #8968: Don't hold cs_main when calling ProcessNewBlock from a cmpctblockWladimir J. van der Laan2016-10-211-21/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Don't hold cs_main when calling ProcessNewBlock from a cmpctblockMatt Corallo2016-10-181-21/+26
* | | | | | | | | | | | | | | Merge #8975: Chainparams: Trivial: In AppInit2(), s/Params()/chainparams/Wladimir J. van der Laan2016-10-211-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Chainparams: Trivial: In AppInit2(), s/Params()/chainparams/Jorge Timón2016-10-191-4/+4
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge #8990: moveonly: move `coincontrol` to `src/wallet`Wladimir J. van der Laan2016-10-215-7/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | moveonly: move `coincontrol` to `src/wallet`Wladimir J. van der Laan2016-10-215-7/+7
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge #8985: Use pindexBestHeader instead of setBlockIndexCandidates for Noti...Jonas Schnelli2016-10-214-12/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | [Qt] use NotifyHeaderTip's height and date for the progress updateJonas Schnelli2016-10-203-9/+7
| * | | | | | | | | | | | | | Use pindexBestHeader instead of setBlockIndexCandidates for NotifyHeaderTip()Jonas Schnelli2016-10-201-3/+2
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* / | | | | | | | | | | | | RPC: importmulti: Avoid using boost::variant::operator!=, which is only in ne...Luke Dashjr2016-10-201-4/+4
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge #7551: Add importmulti RPC callWladimir J. van der Laan2016-10-205-0/+436
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Add consistency check to RPC call importmultiPedro Branco2016-10-191-8/+40
| * | | | | | | | | | | | Add importmulti rpc callPedro Branco2016-10-195-0/+404
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge #8928: Fix init segfault where InitLoadWallet() calls ATMP before genesisWladimir J. van der Laan2016-10-192-2/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix init segfault where InitLoadWallet() calls ATMP before genesisMatt Corallo2016-10-152-2/+7
* | | | | | | | | | | | | Merge #8927: Add script tests for FindAndDelete in pre-segwit and segwit scriptsWladimir J. van der Laan2016-10-193-2/+51
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add script tests for FindAndDelete in pre-segwit and segwit scriptsJohnson Lau2016-10-163-2/+51
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge #8774: Qt refactors to better abstract wallet accessJonas Schnelli2016-10-195-6/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Qt/splash: Specifically keep track of which wallet(s) we are connected to for...Luke Dashjr2016-10-042-5/+12
| * | | | | | | | | | | | | Qt: Get the private key for signing messages via WalletModelLuke Dashjr2016-10-043-1/+7
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge #7948: RPC: augment getblockchaininfo bip9_softforks dataWladimir J. van der Laan2016-10-196-44/+112
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | RPC: augment getblockchaininfo bip9_softforks datamruddy2016-10-196-44/+112
* | | | | | | | | | | | | [RPC] pass HTTP basic authentication username to the JSONRequest objectJonas Schnelli2016-10-193-5/+10
* | | | | | | | | | | | | [RPC] Give RPC commands more information about the RPC requestJonas Schnelli2016-10-1913-547/+558
* | | | | | | | | | | | | rpc: Change JSONRPCRequest to JSONRPCRequestObjWladimir J. van der Laan2016-10-193-4/+4
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge #8972: [Qt] make warnings label selectable (jonasschnelli)Wladimir J. van der Laan2016-10-191-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [Qt] make warnings label selectableJonas Schnelli2016-10-191-1/+4
* | | | | | | | | | | | | Merge #8951: RPC/Mining: getblocktemplate: Update and fix formatting of helpWladimir J. van der Laan2016-10-191-30/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | RPC/Mining: getblocktemplate: Update and fix formatting of helpLuke Dashjr2016-10-191-30/+36
* | | | | | | | | | | | | | Merge #8949: Be more agressive in getting connections to peers with relevant ...Wladimir J. van der Laan2016-10-191-3/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Make dnsseed's definition of acute need include relevant services.Gregory Maxwell2016-10-191-1/+8
| * | | | | | | | | | | | | | Be more aggressive in connecting to peers with relevant services.Gregory Maxwell2016-10-171-2/+2
* | | | | | | | | | | | | | | Merge #8936: Report NodeId in misbehaving debugWladimir J. van der Laan2016-10-191-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Report NodeId in misbehaving debugR E Broadley2016-10-181-2/+2
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge #8865: Decouple peer-processing-logic from block-connection-logicWladimir J. van der Laan2016-10-1811-104/+132
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Use BlockChecked signal to send reject messages from mapBlockSourceMatt Corallo2016-10-042-12/+21
| * | | | | | | | | | | | | | | Remove SyncWithWallets wrapper functionMatt Corallo2016-10-043-10/+6
| * | | | | | | | | | | | | | | Always call UpdatedBlockTip, even if blocks were only disconnectedMatt Corallo2016-10-042-8/+5
| * | | | | | | | | | | | | | | Remove CConnman parameter from ProcessNewBlock/ActivateBestChainMatt Corallo2016-10-046-13/+13
| * | | | | | | | | | | | | | | Use CValidationInterface from chain logic to notify peer logicMatt Corallo2016-10-043-24/+48
| * | | | | | | | | | | | | | | Move net-processing logic definitions together in main.hMatt Corallo2016-10-041-26/+30
| * | | | | | | | | | | | | | | Remove duplicate nBlocksEstimate cmp (we already checked IsIBD())Matt Corallo2016-10-041-5/+2
| * | | | | | | | | | | | | | | Make validationinterface.UpdatedBlockTip more verboseMatt Corallo2016-10-045-11/+12