aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | Merge #8173: Use SipHash for node eviction (cont'd)Pieter Wuille2016-06-088-62/+152
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | test: Add more test vectors for siphashWladimir J. van der Laan2016-06-081-0/+48
| * | | | | | | | | | | | | | | Use C++11 thread-safe static initializersPieter Wuille2016-06-074-17/+6
| * | | | | | | | | | | | | | | Use 64-bit SipHash of netgroups in evictionPieter Wuille2016-06-072-32/+29
| * | | | | | | | | | | | | | | Support SipHash with arbitrary byte writesPieter Wuille2016-06-073-8/+69
| * | | | | | | | | | | | | | | Avoid recalculating vchKeyedNetGroup in eviction logic.Patrick Strateman2016-06-072-34/+29
* | | | | | | | | | | | | | | | 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-086-10/+122
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | Implement BIP 9 GBT changesLuke Dashjr2016-06-066-3/+70
* | | | | | | | | | | | | | | | | Merge #8153: [rpc] fundrawtransaction feeRate: Use BTC/kBWladimir J. van der Laan2016-06-084-18/+48
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | [rpc] fundrawtransaction feeRate: Use BTC/kBMarcoFalke2016-06-074-17/+47
| * | | | | | | | | | | | | | | | | [rpc] fundrawtransaction: Fix help text and interfaceMarcoFalke2016-06-061-2/+2
| | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | 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-081-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Disable the mempool P2P command when bloom filters disabledPeter Todd2016-05-201-0/+7
| | |_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | [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-075-8/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | [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-271-0/+7
* | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | | [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
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | qt: translation strings updateWladimir J. van der Laan2016-06-062-506/+606
| |_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | comment nit: miners don't voteinstagibbs2016-06-031-2/+2
* | | | | | | | | | | | | | | | | | | Merge #7967: [RPC] add feerate option to fundrawtransactionWladimir J. van der Laan2016-06-034-6/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Add more clear interface for CoinControl.h regarding individual feerateJonas Schnelli2016-05-064-5/+13
| * | | | | | | | | | | | | | | | | | | [RPC] add feerate option to fundrawtransactionJonas Schnelli2016-04-284-6/+18