| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | Merge #9002: Make connect=0 disable automatic outbound connections. | Wladimir J. van der Laan | 2016-10-25 | 2 | -5/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | Make connect=0 disable automatic outbound connections. | Gregory Maxwell | 2016-10-25 | 2 | -5/+6 | |
| | |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | Merge #8995: Add missing cs_main lock to ::GETBLOCKTXN processing | Wladimir J. van der Laan | 2016-10-24 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Add missing cs_main lock to ::GETBLOCKTXN processing | Matt Corallo | 2016-10-21 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | Fix doxygen comment: the transaction is returned in txOut | Pavel Janík | 2016-10-21 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge #8982: Eliminating Inconsistencies in Textual Output | MarcoFalke | 2016-10-21 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Eliminating Inconsistencies in Textual Output | S. Matthew English | 2016-10-20 | 1 | -3/+3 | |
| | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge #8968: Don't hold cs_main when calling ProcessNewBlock from a cmpctblock | Wladimir J. van der Laan | 2016-10-21 | 1 | -21/+26 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Don't hold cs_main when calling ProcessNewBlock from a cmpctblock | Matt Corallo | 2016-10-18 | 1 | -21/+26 | |
| * | | | | | | | | | | | | | | | Merge #8975: Chainparams: Trivial: In AppInit2(), s/Params()/chainparams/ | Wladimir J. van der Laan | 2016-10-21 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Chainparams: Trivial: In AppInit2(), s/Params()/chainparams/ | Jorge Timón | 2016-10-19 | 1 | -4/+4 | |
| | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge #8990: moveonly: move `coincontrol` to `src/wallet` | Wladimir J. van der Laan | 2016-10-21 | 5 | -7/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | moveonly: move `coincontrol` to `src/wallet` | Wladimir J. van der Laan | 2016-10-21 | 5 | -7/+7 | |
| | | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge #8985: Use pindexBestHeader instead of setBlockIndexCandidates for Noti... | Jonas Schnelli | 2016-10-21 | 4 | -12/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | [Qt] use NotifyHeaderTip's height and date for the progress update | Jonas Schnelli | 2016-10-20 | 3 | -9/+7 | |
| | * | | | | | | | | | | | | | | Use pindexBestHeader instead of setBlockIndexCandidates for NotifyHeaderTip() | Jonas Schnelli | 2016-10-20 | 1 | -3/+2 | |
| | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * / | | | | | | | | | | | | | RPC: importmulti: Avoid using boost::variant::operator!=, which is only in ne... | Luke Dashjr | 2016-10-20 | 1 | -4/+4 | |
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge #7551: Add importmulti RPC call | Wladimir J. van der Laan | 2016-10-20 | 5 | -0/+436 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Add consistency check to RPC call importmulti | Pedro Branco | 2016-10-19 | 1 | -8/+40 | |
| | * | | | | | | | | | | | | Add importmulti rpc call | Pedro Branco | 2016-10-19 | 5 | -0/+404 | |
| | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge #8928: Fix init segfault where InitLoadWallet() calls ATMP before genesis | Wladimir J. van der Laan | 2016-10-19 | 2 | -2/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Fix init segfault where InitLoadWallet() calls ATMP before genesis | Matt Corallo | 2016-10-15 | 2 | -2/+7 | |
| * | | | | | | | | | | | | | Merge #8927: Add script tests for FindAndDelete in pre-segwit and segwit scripts | Wladimir J. van der Laan | 2016-10-19 | 3 | -2/+51 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Add script tests for FindAndDelete in pre-segwit and segwit scripts | Johnson Lau | 2016-10-16 | 3 | -2/+51 | |
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge #8774: Qt refactors to better abstract wallet access | Jonas Schnelli | 2016-10-19 | 5 | -6/+19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Qt/splash: Specifically keep track of which wallet(s) we are connected to for... | Luke Dashjr | 2016-10-04 | 2 | -5/+12 | |
| | * | | | | | | | | | | | | | Qt: Get the private key for signing messages via WalletModel | Luke Dashjr | 2016-10-04 | 3 | -1/+7 | |
| | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge #7948: RPC: augment getblockchaininfo bip9_softforks data | Wladimir J. van der Laan | 2016-10-19 | 6 | -44/+112 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | RPC: augment getblockchaininfo bip9_softforks data | mruddy | 2016-10-19 | 6 | -44/+112 | |
| * | | | | | | | | | | | | | [RPC] pass HTTP basic authentication username to the JSONRequest object | Jonas Schnelli | 2016-10-19 | 3 | -5/+10 | |
| * | | | | | | | | | | | | | [RPC] Give RPC commands more information about the RPC request | Jonas Schnelli | 2016-10-19 | 13 | -547/+558 | |
| * | | | | | | | | | | | | | rpc: Change JSONRPCRequest to JSONRPCRequestObj | Wladimir J. van der Laan | 2016-10-19 | 3 | -4/+4 | |
| |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge #8972: [Qt] make warnings label selectable (jonasschnelli) | Wladimir J. van der Laan | 2016-10-19 | 1 | -1/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | [Qt] make warnings label selectable | Jonas Schnelli | 2016-10-19 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | Merge #8951: RPC/Mining: getblocktemplate: Update and fix formatting of help | Wladimir J. van der Laan | 2016-10-19 | 1 | -30/+36 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | RPC/Mining: getblocktemplate: Update and fix formatting of help | Luke Dashjr | 2016-10-19 | 1 | -30/+36 | |
| * | | | | | | | | | | | | | | Merge #8949: Be more agressive in getting connections to peers with relevant ... | Wladimir J. van der Laan | 2016-10-19 | 1 | -3/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Make dnsseed's definition of acute need include relevant services. | Gregory Maxwell | 2016-10-19 | 1 | -1/+8 | |
| | * | | | | | | | | | | | | | | Be more aggressive in connecting to peers with relevant services. | Gregory Maxwell | 2016-10-17 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | Merge #8936: Report NodeId in misbehaving debug | Wladimir J. van der Laan | 2016-10-19 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Report NodeId in misbehaving debug | R E Broadley | 2016-10-18 | 1 | -2/+2 | |
| | | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge #8865: Decouple peer-processing-logic from block-connection-logic | Wladimir J. van der Laan | 2016-10-18 | 11 | -104/+132 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Use BlockChecked signal to send reject messages from mapBlockSource | Matt Corallo | 2016-10-04 | 2 | -12/+21 | |
| | * | | | | | | | | | | | | | | | Remove SyncWithWallets wrapper function | Matt Corallo | 2016-10-04 | 3 | -10/+6 | |
| | * | | | | | | | | | | | | | | | Always call UpdatedBlockTip, even if blocks were only disconnected | Matt Corallo | 2016-10-04 | 2 | -8/+5 | |
| | * | | | | | | | | | | | | | | | Remove CConnman parameter from ProcessNewBlock/ActivateBestChain | Matt Corallo | 2016-10-04 | 6 | -13/+13 | |
| | * | | | | | | | | | | | | | | | Use CValidationInterface from chain logic to notify peer logic | Matt Corallo | 2016-10-04 | 3 | -24/+48 | |
| | * | | | | | | | | | | | | | | | Move net-processing logic definitions together in main.h | Matt Corallo | 2016-10-04 | 1 | -26/+30 | |
| | * | | | | | | | | | | | | | | | Remove duplicate nBlocksEstimate cmp (we already checked IsIBD()) | Matt Corallo | 2016-10-04 | 1 | -5/+2 | |
| | * | | | | | | | | | | | | | | | Make validationinterface.UpdatedBlockTip more verbose | Matt Corallo | 2016-10-04 | 5 | -11/+12 | |