aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-07-31Merge #13247: Add tests to SingleThreadedSchedulerClient() and document the m...MarcoFalke
2018-07-31Merge #13822: bench: Make CoinSelection output groups pass eligibility filterMarcoFalke
2018-07-31Merge #13776: net: Add missing verification of IPv6 address in CNetAddr::GetI...Wladimir J. van der Laan
2018-07-31bench: Make CoinSelection output groups pass eligibility filterAndrew Chow
2018-07-31Merge #13799: Ignore unknown config file options; warn instead of errorMarcoFalke
2018-07-31Merge #13794: chainparams: Update with data from assumed valid chainWladimir J. van der Laan
2018-07-30Ignore unknown config file options for nowPieter Wuille
2018-07-30Update ValidationInterface() documentation to explicitly specify threading an...Jesse Cohen
2018-07-30Update documentation for SingleThreadedSchedulerClient() to specify the memor...Jesse Cohen
2018-07-30Merge #13786: refactor: Avoid locking tx pool cs thriceMarcoFalke
2018-07-30doc: Fix chainTxData commentMarcoFalke
2018-07-30Acquire cs_main before ATMP call in block_assemble benchJames O'Beirne
2018-07-30Merge #13554: Remove unused function argumentsWladimir J. van der Laan
2018-07-30Report when unknown config file options are ignoredPieter Wuille
2018-07-29chainparams: Update with data from assumed valid chainMarcoFalke
2018-07-29refactor: Avoid locking tx pool cs thriceMarcoFalke
2018-07-29Merge #13774: Return void instead of bool for functions that cannot failMarcoFalke
2018-07-27Merge #13775: doc: Remove newlines from error messageMarcoFalke
2018-07-27Fix accidental use of the addition assignment operator ("+="). Remove newline...practicalswift
2018-07-27Merge #13711: [bench] Add benchmark for unserialize prevectorMarcoFalke
2018-07-27Return void instead of bool for functions that cannot failpracticalswift
2018-07-27net: Add missing verification of IPv6 address in CNetAddr::GetIn6Addr(...)practicalswift
2018-07-26wallet: Fix accidental use of the comma operatorpracticalswift
2018-07-25[net_processing] Add thread safety annotationsJesse Cohen
2018-07-25Annotate AssertLockHeld() with ASSERT_CAPABILITY() for thread safety analysisJesse Cohen
2018-07-25Merge #13658: [moveonly] Extract RescanWallet to handle a simple rescanWladimir J. van der Laan
2018-07-25Merge #13721: Bugfixes for BIP 174 combining and deserializationWladimir J. van der Laan
2018-07-25Merge #13753: scripted-diff: Remove trailing whitespacesMarcoFalke
2018-07-25scripted-diff: prefer MAC_OSX over __APPLE__fanquake
2018-07-25gui: remove macOS ProgressBar workaroundfanquake
2018-07-25gui: remove SubstituteFontsfanquake
2018-07-24scripted-diff: Remove trailing whitespacesJoão Barbosa
2018-07-24Merge #13656: Remove the boost/algorithm/string/predicate.hpp dependencyMarcoFalke
2018-07-24Merge #12257: [wallet] Use destination groups instead of coins in coin selectWladimir J. van der Laan
2018-07-24clean-up: Remove no longer used ivars from CInputCoinKarl-Johan Alm
2018-07-24wallet: Remove deprecated OutputEligibleForSpendingKarl-Johan Alm
2018-07-24wallet: Switch to using output groups instead of coins in coin selectionKarl-Johan Alm
2018-07-24wallet: Add output groupingKarl-Johan Alm
2018-07-24Add -avoidpartialspends and m_avoid_partial_spendsKarl-Johan Alm
2018-07-24wallet: Add input bytes to CInputCoinKarl-Johan Alm
2018-07-24moveonly: CoinElegibilityFilter into coinselection.hKarl-Johan Alm
2018-07-24utils: Add insert() convenience templatesKarl-Johan Alm
2018-07-23qt: Update translation source messagesWladimir J. van der Laan
2018-07-23Merge #13719: Avoid creating a temporary vector for size-prefixed elementsWladimir J. van der Laan
2018-07-23Merge #13742: doc: Adjust bitcoincore.org linksWladimir J. van der Laan
2018-07-22Removes Boost predicate.hpp dependency251
2018-07-22Merge #13740: trivial: remove unneeded includeMarcoFalke
2018-07-22Merge #13212: Net: Fixed a race condition when disabling the network.Wladimir J. van der Laan
2018-07-22doc: Adjust bitcoincore.org linksMarcoFalke
2018-07-22Merge #13633: Drop dead code from StacksWladimir J. van der Laan