aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-23p2p: Don't send FEEFILTER in blocksonly modeMartin Zumsande
2021-03-23qt: fix issue when disabling the auto-enabled blank wallet checkboxJarol Rodriguez
2021-03-23doc: Add release notes for #18335 (rpc work queue exceeded error)Larry Ruane
2021-03-23Merge #21512: fuzz: Fix tx_pool target to properly fuzz immature outpointsMarcoFalke
2021-03-23Merge bitcoin-core/gui#248: Fix: For values of "Bytes transferred" and "Bytes...MarcoFalke
2021-03-23doc: Add release notes for -deprecatedrpc=addresses and bitcoin-txMichael Dietz
2021-03-23rpc: deprecate `addresses` and `reqSigs` from rpc outputsMichael Dietz
2021-03-23qt, refactor: Drop redundant setEditTriggers(NoEditTriggers) callsHennadii Stepanov
2021-03-23Merge #21497: build: Do not opt-in unused CoreWLAN stuff in depends for macOSfanquake
2021-03-23Merge #18030: doc: Coin::IsSpent() can also mean never existedMarcoFalke
2021-03-23fuzz: Fix tx_pool target to properly fuzz immature outpointsMarcoFalke
2021-03-23fuzz: Style fixupsMarcoFalke
2021-03-23Merge #21142: fuzz: Add tx_pool fuzz targetMarcoFalke
2021-03-23Merge #21487: fuzz: Use ConsumeWeakEnum in addrman for service flagsMarcoFalke
2021-03-23Merge #21421: build: don't try and use -fstack-clash-protection on Windowsfanquake
2021-03-23build: miniupnpc 2.2.2fanquake
2021-03-22build: Remove unused header from the build systemHennadii Stepanov
2021-03-22Merge #21418: contrib: Make systemd invoke dependencies only when readyWladimir J. van der Laan
2021-03-22contrib: Use -daemonwait in systemd init scriptWladimir J. van der Laan
2021-03-22[net] remove fUpdateConnectionTime from FinalizeNodeJohn Newbery
2021-03-22Merge #21317: util: Make Assume() usable as unary expressionMarcoFalke
2021-03-22Merge #21498: refactor: return std::nullopt instead of {}MarcoFalke
2021-03-22Merge #21491: test: remove duplicate assertions in util_testsfanquake
2021-03-22refactor: return std::nullopt instead of {}fanquake
2021-03-21build: Do not build unused CoreWLAN stuff in depends for macOSHennadii Stepanov
2021-03-21depends: fix Qt precompiled headers bugIgor Cota
2021-03-21depends: disable Qt Vulkan support on AndroidIgor Cota
2021-03-21CI: add Android APK build to cirrusIgor Cota
2021-03-21CI: add Android APK build scriptIgor Cota
2021-03-21Qt: add Android packaging supportIgor Cota
2021-03-21test: remove duplicate assertions in util_testsJon Atack
2021-03-21Merge #21488: test: add ParseUInt16() unit test and fuzz coverageMarcoFalke
2021-03-21Merge #21349: build: Fix fuzz-cuckoocache cross-compiling with DEBUG=1MarcoFalke
2021-03-21Merge #21040: wallet: Fix already-loading message grammarMarcoFalke
2021-03-21fuzz: cleanups for versionbits fuzzerAnthony Towns
2021-03-20Merge #20921: validation: don't try to invalidate genesis block in CChainStat...MarcoFalke
2021-03-20fuzz: Use ConsumeWeakEnum in addrman for service flagsMarcoFalke
2021-03-20[net] remove CConnman::AddNewAddressesJohn Newbery
2021-03-20[net] remove CConnman::MarkAddressGoodJohn Newbery
2021-03-20[net] remove CConnman::SetServicesJohn Newbery
2021-03-20[net_processing] Keep addrman reference in PeerManagerJohn Newbery
2021-03-20[net] Construct addrman outside connmanJohn Newbery
2021-03-19test: add functional test for anchors.datbruno
2021-03-19test: add ParseUInt16() test coverageJon Atack
2021-03-19tests: Add test for CNetAddr::ToString IPv6 address formatting (RFC 5952)practicalswift
2021-03-19Merge #18335: bitcoin-cli: print useful error if bitcoind rpc work queue exce...MarcoFalke
2021-03-19Merge #21328: net, refactor: pass uint16 CService::port as uint16MarcoFalke
2021-03-19Add unit test coverage for our onion peer eviction protectionJon Atack
2021-03-19Protect onion+localhost peers in ProtectEvictionCandidatesByRatio()Jon Atack
2021-03-19Use EraseLastKElements() throughout SelectNodeToEvict()Jon Atack