| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | Merge #8173: Use SipHash for node eviction (cont'd) | Pieter Wuille | 2016-06-08 | 8 | -62/+152 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | test: Add more test vectors for siphash | Wladimir J. van der Laan | 2016-06-08 | 1 | -0/+48 | |
| | * | | | | | | | | | | | | | | | Use C++11 thread-safe static initializers | Pieter Wuille | 2016-06-07 | 4 | -17/+6 | |
| | * | | | | | | | | | | | | | | | Use 64-bit SipHash of netgroups in eviction | Pieter Wuille | 2016-06-07 | 2 | -32/+29 | |
| | * | | | | | | | | | | | | | | | Support SipHash with arbitrary byte writes | Pieter Wuille | 2016-06-07 | 3 | -8/+69 | |
| | * | | | | | | | | | | | | | | | Avoid recalculating vchKeyedNetGroup in eviction logic. | Patrick Strateman | 2016-06-07 | 2 | -34/+29 | |
| * | | | | | | | | | | | | | | | | Merge #8083: Add support for dnsseeds with option to filter by servicebits | Pieter Wuille | 2016-06-08 | 3 | -4/+18 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | Add support for dnsseeds with option to filter by servicebits | Jonas Schnelli | 2016-05-25 | 3 | -4/+18 | |
| * | | | | | | | | | | | | | | | | | Merge #7935: Versionbits: GBT support | Pieter Wuille | 2016-06-08 | 6 | -10/+122 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | getblocktemplate: Use version/force mutation to support pre-BIP9 clients | Luke Dashjr | 2016-06-06 | 1 | -7/+20 | |
| | * | | | | | | | | | | | | | | | | getblocktemplate: Explicitly handle the distinction between GBT-affecting sof... | Luke Dashjr | 2016-06-06 | 3 | -2/+34 | |
| | * | | | | | | | | | | | | | | | | Implement BIP 9 GBT changes | Luke Dashjr | 2016-06-06 | 6 | -3/+70 | |
| * | | | | | | | | | | | | | | | | | Merge #8153: [rpc] fundrawtransaction feeRate: Use BTC/kB | Wladimir J. van der Laan | 2016-06-08 | 4 | -18/+48 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | [rpc] fundrawtransaction feeRate: Use BTC/kB | MarcoFalke | 2016-06-07 | 4 | -17/+47 | |
| | * | | | | | | | | | | | | | | | | | [rpc] fundrawtransaction: Fix help text and interface | MarcoFalke | 2016-06-06 | 1 | -2/+2 | |
| | | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge #8126: std::shared_ptr based CTransaction storage in mempool | Wladimir J. van der Laan | 2016-06-08 | 5 | -84/+144 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | Get rid of CTxMempool::lookup() entirely | Pieter Wuille | 2016-06-07 | 4 | -24/+15 | |
| | * | | | | | | | | | | | | | | | | | Optimization: use usec in expiration and reuse nNow | Pieter Wuille | 2016-06-06 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | Optimization: don't check the mempool at all if no mempool req ever | Pieter Wuille | 2016-06-06 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | Optimize the relay map to use shared_ptr's | Pieter Wuille | 2016-06-06 | 1 | -21/+16 | |
| | * | | | | | | | | | | | | | | | | | Switch CTransaction storage in mempool to std::shared_ptr | Pieter Wuille | 2016-06-05 | 3 | -47/+97 | |
| | * | | | | | | | | | | | | | | | | | Add support for unique_ptr and shared_ptr to memusage | Pieter Wuille | 2016-06-05 | 1 | -0/+24 | |
| * | | | | | | | | | | | | | | | | | | Merge #7703: tor: Change auth order to only use password auth if -torpassword | Wladimir J. van der Laan | 2016-06-08 | 1 | -8/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | tor: Change auth order to only use HASHEDPASSWORD if -torpassword | Wladimir J. van der Laan | 2016-06-06 | 1 | -8/+10 | |
| * | | | | | | | | | | | | | | | | | | | Merge #8065: Addrman offline attempts | Wladimir J. van der Laan | 2016-06-08 | 5 | -17/+31 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | Do not increment nAttempts by more than one for every Good connection. | Gregory Maxwell | 2016-05-26 | 3 | -2/+16 | |
| | * | | | | | | | | | | | | | | | | | | | Avoid counting failed connect attempts when probably offline. | Gregory Maxwell | 2016-05-26 | 5 | -17/+17 | |
| * | | | | | | | | | | | | | | | | | | | | Merge #8078: Disable the mempool P2P command when bloom filters disabled | Wladimir J. van der Laan | 2016-06-08 | 1 | -0/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Disable the mempool P2P command when bloom filters disabled | Peter Todd | 2016-05-20 | 1 | -0/+7 | |
| | | |_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | [Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issue | Jonas Schnelli | 2016-06-07 | 2 | -2/+4 | |
| | |_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Merge #7957: [RPC][Bitcoin-TX] Add support for sequence number | Wladimir J. van der Laan | 2016-06-07 | 5 | -8/+35 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | [Bitcoin-Tx] Add tests for sequence number support | Jonas Schnelli | 2016-06-07 | 3 | -0/+15 | |
| | * | | | | | | | | | | | | | | | | | [bitcoin-tx] allow to set nSequence number over the in= command | Jonas Schnelli | 2016-04-27 | 1 | -8/+13 | |
| | * | | | | | | | | | | | | | | | | | [RPC] createrawtransaction: add option to set the sequence number per input | Jonas Schnelli | 2016-04-27 | 1 | -0/+7 | |
| * | | | | | | | | | | | | | | | | | | Merge #8136: Log/report in 10% steps during VerifyDB | Wladimir J. van der Laan | 2016-06-07 | 1 | -1/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | Log/report in 10% steps during VerifyDB | Jonas Schnelli | 2016-06-07 | 1 | -1/+10 | |
| * | | | | | | | | | | | | | | | | | | | Merge #8118: Reduce unnecessary hashing in signrawtransaction | Wladimir J. van der Laan | 2016-06-07 | 1 | -2/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | Reduce unnecessary hashing in signrawtransaction | Jonas Nick | 2016-05-30 | 1 | -2/+5 | |
| * | | | | | | | | | | | | | | | | | | | | [init] Make feefilter option debug option | MarcoFalke | 2016-06-07 | 1 | -1/+2 | |
| | |_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge #8142: Improve CWallet API with new GetAccountPubkey function. | Wladimir J. van der Laan | 2016-06-06 | 3 | -30/+43 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | Improve CWallet API with new GetAccountPubkey function. | Patrick Strateman | 2016-06-06 | 3 | -30/+43 | |
| * | | | | | | | | | | | | | | | | | | | | Merge #8007: Minor locking improvements | Wladimir J. van der Laan | 2016-06-06 | 1 | -4/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | IsInitialBlockDownload: usually avoid locking | Kaz Wesley | 2016-06-04 | 1 | -4/+11 | |
| * | | | | | | | | | | | | | | | | | | | | Merge #8137: Improve CWallet API with new AccountMove function. | Wladimir J. van der Laan | 2016-06-06 | 3 | -27/+36 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Improve CWallet API with new AccountMove function. | Patrick Strateman | 2016-06-02 | 3 | -27/+36 | |
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | qt: translation strings update | Wladimir J. van der Laan | 2016-06-06 | 2 | -506/+606 | |
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | comment nit: miners don't vote | instagibbs | 2016-06-03 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | Merge #7967: [RPC] add feerate option to fundrawtransaction | Wladimir J. van der Laan | 2016-06-03 | 4 | -6/+26 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | Add more clear interface for CoinControl.h regarding individual feerate | Jonas Schnelli | 2016-05-06 | 4 | -5/+13 | |
| | * | | | | | | | | | | | | | | | | | | | [RPC] add feerate option to fundrawtransaction | Jonas Schnelli | 2016-04-28 | 4 | -6/+18 | |