| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | remove no-longer-used InitError logic | instagibbs | 2016-08-15 | 1 | -4/+0 | |
| * | | | | | | | | | Merge #8270: Tests: Use portable #! in python scripts (/usr/bin/env) | MarcoFalke | 2016-08-15 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Use portable #! in python scripts (/usr/bin/env) | Matthew King | 2016-06-26 | 2 | -2/+2 | |
| * | | | | | | | | | | Merge #8192: [trivial] Remove URLs from About dialog translations | Jonas Schnelli | 2016-08-15 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | [trivial] Remove URLs from About dialog translations | fanquake | 2016-07-21 | 1 | -3/+3 | |
| | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge #8128: Net: Turn net structures into dumb storage classes | Wladimir J. van der Laan | 2016-08-15 | 21 | -1136/+1246 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | net: fixup nits | Cory Fields | 2016-08-12 | 2 | -2/+2 | |
| | * | | | | | | | | | net: Have LookupNumeric return a CService directly | Cory Fields | 2016-08-04 | 8 | -21/+18 | |
| | * | | | | | | | | | net: narrow include scope after moving to netaddress | Cory Fields | 2016-07-31 | 12 | -5/+11 | |
| | * | | | | | | | | | net: move CNetAddr/CService/CSubNet out of netbase | Cory Fields | 2016-07-31 | 5 | -862/+890 | |
| | * | | | | | | | | | net: Add direct tests for new CSubNet constructors | Cory Fields | 2016-07-31 | 1 | -1/+15 | |
| | * | | | | | | | | | net: Split resolving out of CSubNet | Cory Fields | 2016-07-31 | 7 | -114/+152 | |
| | * | | | | | | | | | net: Split resolving out of CService | Cory Fields | 2016-07-31 | 9 | -101/+94 | |
| | * | | | | | | | | | net: Split resolving out of CNetAddr | Cory Fields | 2016-07-31 | 8 | -119/+153 | |
| * | | | | | | | | | | Merge #7946: Reduce cs_main locks during ConnectTip/SyncWithWallets | Pieter Wuille | 2016-08-15 | 7 | -54/+49 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Reduce cs_main locks during ConnectTip/SyncWithWallets | Jonas Schnelli | 2016-08-12 | 7 | -54/+49 | |
| * | | | | | | | | | | Merge #8353: Trivial: tiny c++11 refactors | Wladimir J. van der Laan | 2016-08-13 | 2 | -6/+10 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | use std::map::emplace() instead of std::map::insert() | whythat | 2016-08-09 | 1 | -1/+1 | |
| | * | | | | | | | | | use c++11 std::unique_ptr instead of boost::shared_ptr | whythat | 2016-08-09 | 1 | -4/+5 | |
| | * | | | | | | | | | use std::map::erase(const_iterator, const_iterator) to get non-constant iterator | whythat | 2016-08-09 | 1 | -2/+5 | |
| * | | | | | | | | | | Merge #8481: Qt: Fix minimize and close bugs | Wladimir J. van der Laan | 2016-08-11 | 1 | -3/+8 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Fix minimize and close bugs | adlawren | 2016-08-06 | 1 | -3/+8 | |
| | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge #8489: Bugfix: Use pre-BIP141 sigops until segwit activates (GBT) | Wladimir J. van der Laan | 2016-08-10 | 1 | -2/+15 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Bugfix: Use pre-BIP141 sigops until segwit activates | Luke Dashjr | 2016-08-08 | 1 | -2/+15 | |
| | |/ / / / / / / / | ||||||
| * / / / / / / / / | Do not shadow members in dbwrapper | Pavel Janík | 2016-08-05 | 1 | -6/+6 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge #8392: Fix several node initialization issues | Wladimir J. van der Laan | 2016-08-04 | 4 | -15/+40 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Do diskspace check before import thread is started | Pieter Wuille | 2016-07-30 | 1 | -3/+3 | |
| | * | | | | | | | | Add extra message to avoid a long 'Loading banlist' | Pieter Wuille | 2016-07-30 | 1 | -0/+2 | |
| | * | | | | | | | | Use a signal to continue init after genesis activation | Pieter Wuille | 2016-07-30 | 3 | -12/+35 | |
| * | | | | | | | | | Merge #8391: Consensus: Remove ISM | Wladimir J. van der Laan | 2016-08-04 | 4 | -65/+40 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| | * | | | | | | | | Consensus: Remove ISM | NicolasDorier | 2016-07-23 | 4 | -65/+40 | |
| * | | | | | | | | | Merge #8189: rename mapAddrCount to mapNetGroupNodes | Wladimir J. van der Laan | 2016-08-03 | 1 | -5/+5 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | rename mapAddrCount to mapNetGroupNodes | instagibbs | 2016-06-10 | 1 | -5/+5 | |
| * | | | | | | | | | | Merge #8446: [Trivial] BIP9 parameters on regtest cleanup | Wladimir J. van der Laan | 2016-08-03 | 1 | -5/+5 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Do not shadow previous local variable | Pavel Janík | 2016-08-02 | 1 | -3/+3 | |
| | * | | | | | | | | | | Trivial: bip -> BIP in help text and comment | Pavel Janík | 2016-08-02 | 1 | -2/+2 | |
| * | | | | | | | | | | | Merge #8428: Update README.md inside of src/test/ | Wladimir J. van der Laan | 2016-08-03 | 1 | -12/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Update README.md | Chris Stewart | 2016-07-31 | 1 | -12/+9 | |
| | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge #8418: Add tests for compact blocks | Wladimir J. van der Laan | 2016-08-02 | 4 | -0/+56 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Implement SipHash in Python | Pieter Wuille | 2016-07-29 | 1 | -0/+4 | |
| | * | | | | | | | | | Allow changing BIP9 parameters on regtest | Suhas Daftuar | 2016-07-29 | 3 | -0/+52 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge #8419: Enable size accounting in mining unit tests | Wladimir J. van der Laan | 2016-08-01 | 1 | -3/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Enable size accounting in mining unit tests | Suhas Daftuar | 2016-07-28 | 1 | -3/+1 | |
| * | | | | | | | | | | Merge #8432: Make CWallet::fFileBacked private. | Pieter Wuille | 2016-08-01 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Make CWallet::fFileBacked private. | Patrick Strateman | 2016-07-30 | 1 | -1/+1 | |
| | | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge #8152: [Wallet] Remove CWalletDB* parameter from CWallet::AddToWallet | Pieter Wuille | 2016-08-01 | 5 | -128/+121 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Remove unused pwalletdb from CWallet::AddToWallet | Patrick Strateman | 2016-07-29 | 1 | -8/+0 | |
| | * | | | | | | | | | | Remove CWalletDB* parameter from CWallet::AddToWallet | Patrick Strateman | 2016-07-29 | 4 | -16/+14 | |
| | * | | | | | | | | | | Split CWallet::AddToWallet into AddToWallet and LoadToWallet. | Patrick Strateman | 2016-07-29 | 5 | -116/+119 | |
| | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge #8413: Trivial: pass Consensus::Params& instead of CChainParams& in Con... | Pieter Wuille | 2016-08-01 | 2 | -5/+5 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||