aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-09-16Merge bitcoin/bitcoin#22952: Cleanup headers after #20788merge-script
2021-09-15Fix Qt test broken by #22219Russell Yanofsky
2021-09-16Merge bitcoin/bitcoin#22979: doc: Fix walletdisplayaddress RPC docfanquake
2021-09-16Merge bitcoin/bitcoin#22219: multiprocess: Start using init makeNode, makeCha...fanquake
2021-09-15doc: Fix walletdisplayaddress RPC docMarcoFalke
2021-09-14Merge bitcoin-core/gui#420: Ensure translator comments end in full stopHennadii Stepanov
2021-09-13Merge bitcoin-core/gui#419: Add missing tooltips to options menu settingsHennadii Stepanov
2021-09-13qt: add missing tooltips to options menu settingsJarol Rodriguez
2021-09-12qt: ensure translator comments end in full stopJarol Rodriguez
2021-09-12Merge bitcoin-core/gui#391: Add cancel button to configuration options popupHennadii Stepanov
2021-09-12Merge bitcoin-core/gui#318: Add `Copy address` Peers Tab Context Menu ActionHennadii Stepanov
2021-09-11Cleanup headers after #20788Hennadii Stepanov
2021-09-10qt: Add cancel button to configuration options popupShashwat
2021-09-10Merge bitcoin/bitcoin#22762: Raise InitError when peers.dat is invalid or cor...merge-script
2021-09-10Merge bitcoin/bitcoin#22675: RBF move 2/3: extract RBF logic into policy/rbffanquake
2021-09-10Merge bitcoin/bitcoin#22911: [net] Minor cleanups to asmapfanquake
2021-09-09Merge bitcoin/bitcoin#22904: sync, log: inline lock contention logging macro ...merge-script
2021-09-09Merge bitcoin/bitcoin#22914: util: remove libevent <= 2.0.18 back-compat codefanquake
2021-09-09Merge bitcoin/bitcoin#22923: test: Switch multiprocess to clang i686 buildW. J. van der Laan
2021-09-09util: remove libevent <= 2.0.18 back-compat codefanquake
2021-09-09Merge bitcoin/bitcoin#22079: zmq: Add support to listen on IPv6 addressesW. J. van der Laan
2021-09-09Raise InitError when peers.dat is invalid or corruptedMarcoFalke
2021-09-09Inline ReadPeerAddressesMarcoFalke
2021-09-09Move LoadAddrman from init to addrdbMarcoFalke
2021-09-09bench: Fix 32-bit compilation failure in addrman benchMarcoFalke
2021-09-09Merge bitcoin/bitcoin#22915: Remove confusing CAddrDBMarcoFalke
2021-09-09Merge bitcoin/bitcoin#22390: system: skip trying to set the locale on NetBSDfanquake
2021-09-09Merge bitcoin/bitcoin#22903: Enable clang-tidy bugprone-argument-comment and ...fanquake
2021-09-08doc: add missing copyright header to getuniquepath.cppfanquake
2021-09-08Merge bitcoin/bitcoin#22879: addrman: Fix format string in deserialize errorfanquake
2021-09-07Make unexpected time type in BCLog::LogMsg() a compile-time errorMartin Ankerl
2021-09-07Add util/types.h with ALWAYS_FALSE templateMarcoFalke
2021-09-07[net] Remove asmap argument from CNode::CopyStats()John Newbery
2021-09-07[asmap] Make DecodeAsmap() a utility functionJohn Newbery
2021-09-07[asmap] Remove SanityCheckASMap() from netaddressJohn Newbery
2021-09-07[net] Remove CConnman::Options.m_asmapJohn Newbery
2021-09-07Remove confusing CAddrDBMarcoFalke
2021-09-07Fix addrdb includesMarcoFalke
2021-09-07Move addrman includes from .h to .cppMarcoFalke
2021-09-07Merge bitcoin/bitcoin#19833: wallet: Avoid locking cs_wallet recursivelyMarcoFalke
2021-09-07Enable clang-tidy bugprone-argument-comment and fix violationsMarcoFalke
2021-09-07Merge bitcoin-core/gui#398: refactor: Pass WalletModel object to the WalletVi...Hennadii Stepanov
2021-09-07log, timer: improve BCLog::LogMsg()Jon Atack
2021-09-06sync: inline lock contention logging macro to fix time durationJon Atack
2021-09-06Merge bitcoin/bitcoin#22791: init: Fix asmap/addrman initialization order bugMarcoFalke
2021-09-06Merge bitcoin/bitcoin#22848: MOVEONLY: Expose BanMapToJson / BanMapFromJsonMarcoFalke
2021-09-06Merge bitcoin/bitcoin#22736: log, sync: change lock contention from preproces...MarcoFalke
2021-09-06Merge bitcoin/bitcoin#22894: netinfo: clarify client and server versions in h...MarcoFalke
2021-09-06Merge bitcoin/bitcoin#22861: test: Update test README and lint scriptfanquake
2021-09-05qt: Add "Copy address" item to the context menu in the Peers tableHennadii Stepanov