aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #8083: Add support for dnsseeds with option to filter by servicebitsPieter Wuille2016-06-083-4/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Add support for dnsseeds with option to filter by servicebitsJonas Schnelli2016-05-253-4/+18
| | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge #7935: Versionbits: GBT supportPieter Wuille2016-06-087-14/+150
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | getblocktemplate: Use version/force mutation to support pre-BIP9 clientsLuke Dashjr2016-06-061-7/+20
| | * | | | | | | | | | | | | | | | | | | | | | | | | getblocktemplate: Explicitly handle the distinction between GBT-affecting sof...Luke Dashjr2016-06-063-2/+34
| | * | | | | | | | | | | | | | | | | | | | | | | | | qa/rpc-tests: bip9-softforks: Add tests for getblocktemplate versionbits updatesLuke Dashjr2016-06-061-4/+28
| | * | | | | | | | | | | | | | | | | | | | | | | | | Implement BIP 9 GBT changesLuke Dashjr2016-06-066-3/+70
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge #7993: [depends] Bump Freetype, ccache, ZeroMQ, miniupnpc, expatWladimir J. van der Laan2016-06-087-34/+41
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | [depends] expat 2.1.1fanquake2016-06-021-4/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | | | [depends] miniupnpc 2.0fanquake2016-06-021-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | [depends] Latest config.guess & config.subfanquake2016-06-022-18/+25
| | * | | | | | | | | | | | | | | | | | | | | | | | | | [depends] ZeroMQ 4.1.4fanquake2016-06-021-5/+5
| | * | | | | | | | | | | | | | | | | | | | | | | | | | [depends] ccache 3.2.5fanquake2016-06-021-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | [depends] Freetype 2.6.3fanquake2016-06-021-3/+3
| | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge #8153: [rpc] fundrawtransaction feeRate: Use BTC/kBWladimir J. van der Laan2016-06-085-21/+51
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | [rpc] fundrawtransaction feeRate: Use BTC/kBMarcoFalke2016-06-075-20/+50
| | * | | | | | | | | | | | | | | | | | | | | | | | | | [rpc] fundrawtransaction: Fix help text and interfaceMarcoFalke2016-06-062-3/+3
| | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge #8126: std::shared_ptr based CTransaction storage in mempoolWladimir J. van der Laan2016-06-085-84/+144
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Get rid of CTxMempool::lookup() entirelyPieter Wuille2016-06-074-24/+15
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Optimization: use usec in expiration and reuse nNowPieter Wuille2016-06-061-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Optimization: don't check the mempool at all if no mempool req everPieter Wuille2016-06-061-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Optimize the relay map to use shared_ptr'sPieter Wuille2016-06-061-21/+16
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Switch CTransaction storage in mempool to std::shared_ptrPieter Wuille2016-06-053-47/+97
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Add support for unique_ptr and shared_ptr to memusagePieter Wuille2016-06-051-0/+24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #7703: tor: Change auth order to only use password auth if -torpasswordWladimir J. van der Laan2016-06-081-8/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | tor: Change auth order to only use HASHEDPASSWORD if -torpasswordWladimir J. van der Laan2016-06-061-8/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #8065: Addrman offline attemptsWladimir J. van der Laan2016-06-085-17/+31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not increment nAttempts by more than one for every Good connection.Gregory Maxwell2016-05-263-2/+16
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid counting failed connect attempts when probably offline.Gregory Maxwell2016-05-265-17/+17
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #8078: Disable the mempool P2P command when bloom filters disabledWladimir J. van der Laan2016-06-082-0/+106
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Add RPC test for the p2p mempool command in conjunction with disabled bloomfi...Jonas Schnelli2016-05-201-0/+99
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable the mempool P2P command when bloom filters disabledPeter Todd2016-05-201-0/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #8164: [Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issueWladimir J. van der Laan2016-06-082-2/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | / / / / / / / / / / / / / / / / / / | | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | [Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issueJonas Schnelli2016-06-072-2/+4
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #7957: [RPC][Bitcoin-TX] Add support for sequence numberWladimir J. van der Laan2016-06-076-8/+41
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | [Bitcoin-Tx] Add tests for sequence number supportJonas Schnelli2016-06-073-0/+15
| | * | | | | | | | | | | | | | | | | | | | | | | | | | [bitcoin-tx] allow to set nSequence number over the in= commandJonas Schnelli2016-04-271-8/+13
| | * | | | | | | | | | | | | | | | | | | | | | | | | | [RPC] createrawtransaction: add option to set the sequence number per inputJonas Schnelli2016-04-272-0/+13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #8136: Log/report in 10% steps during VerifyDBWladimir J. van der Laan2016-06-071-1/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Log/report in 10% steps during VerifyDBJonas Schnelli2016-06-071-1/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #8118: Reduce unnecessary hashing in signrawtransactionWladimir J. van der Laan2016-06-071-2/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce unnecessary hashing in signrawtransactionJonas Nick2016-05-301-2/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #8151: [init] Make feefilter option debug optionWladimir J. van der Laan2016-06-071-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | [init] Make feefilter option debug optionMarcoFalke2016-06-071-1/+2
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #8142: Improve CWallet API with new GetAccountPubkey function.Wladimir J. van der Laan2016-06-063-30/+43
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve CWallet API with new GetAccountPubkey function.Patrick Strateman2016-06-063-30/+43
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #8007: Minor locking improvementsWladimir J. van der Laan2016-06-061-4/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | IsInitialBlockDownload: usually avoid lockingKaz Wesley2016-06-041-4/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #8137: Improve CWallet API with new AccountMove function.Wladimir J. van der Laan2016-06-063-27/+36
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve CWallet API with new AccountMove function.Patrick Strateman2016-06-023-27/+36
| | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |