aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Refactor logic for converting mempool entries to JSONSuhas Daftuar2016-05-171-39/+51
* | | | | | | | Merge #8166: src/test: Do not shadow local variablesWladimir J. van der Laan2016-06-094-8/+8
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Do not shadow local variablesPavel Janík2016-06-074-8/+8
* | | | | | | | Merge #8154: drop vAddrToSend after sending big addr messageWladimir J. van der Laan2016-06-091-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | drop vAddrToSend after sending big addr messageKaz Wesley2016-06-061-0/+3
* | | | | | | | | Merge #8168: util: Add ParseUInt32 and ParseUInt64Wladimir J. van der Laan2016-06-093-0/+111
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | util: Add ParseUInt32 and ParseUInt64Wladimir J. van der Laan2016-06-083-0/+111
* | | | | | | | | | Merge #8172: Fix two warnings for comparison between signed and unsignedWladimir J. van der Laan2016-06-092-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix two warnings for comparison between signed and unsignedPieter Wuille2016-06-082-2/+2
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | 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