aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-03-24Merge #17227: Qt: Add Android packaging supportWladimir J. van der Laan
2021-03-24Merge #21516: remove unnecessary newline from initWarning() argumentMarcoFalke
2021-03-24remove unnecessary newline from initWarning() argumentLarry Ruane
2021-03-24Merge #21489: fuzz: cleanups for versionbits fuzzerfanquake
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-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-22Merge #21317: util: Make Assume() usable as unary expressionMarcoFalke
2021-03-22Merge #21498: refactor: return std::nullopt instead of {}MarcoFalke
2021-03-22refactor: return std::nullopt instead of {}fanquake
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-19test: add ParseUInt16() test coverageJon Atack
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-19 Fix wrong(1024) divisor for 1000-based prefixeswodry
2021-03-19Merge #21235: p2p: Clarify disconnect log message in ProcessGetBlockData, rem...MarcoFalke
2021-03-18fuzz: Add tx_pool fuzz targetsMarcoFalke
2021-03-18style-only: Remove whitespaceMarcoFalke
2021-03-18net: Simplify ProcessGetBlockData execution by removing send flag.Patrick Strateman
2021-03-18log: Clarify that block request below NODE_NETWORK_LIMITED_MIN_BLOCKS disconn...MarcoFalke
2021-03-18Merge #21425: refactor: Pass PeerManagerImpl members only onceMarcoFalke
2021-03-18Merge #21162: Net Processing: Move RelayTransaction() into PeerManagerfanquake
2021-03-17Merge #21415: refactor: remove Optional & nulloptWladimir J. van der Laan
2021-03-17refactor: Pass PeerManagerImpl members only onceMarcoFalke
2021-03-17refactor: post Optional<> removal cleanupsfanquake
2021-03-17Merge #21417: Misc external signer improvement and HWI 2 supportfanquake
2021-03-17Merge #21083: wallet: Avoid requesting fee rates multiple times during coin s...Samuel Dobson
2021-03-16Rename CoinSelectionParams::effective_fee to m_effective_feerateAndrew Chow
2021-03-16wallet: Move discard feerate fetching to CreateTransactionAndrew Chow
2021-03-16wallet: Move long term feerate setting to CreateTransactionAndrew Chow
2021-03-16test: add missing netaddress include headersJon Atack
2021-03-16util: add missing braces and apply clang format to SplitHostPort()Jon Atack
2021-03-16util: add ParseUInt16(), use it in SplitHostPort()Jon Atack
2021-03-16p2p, refactor: pass and use uint16_t CService::port as uint16_tJon Atack
2021-03-16wallet: Replace nFeeRateNeeded with effective_feeAndrew Chow
2021-03-16wallet: Use existing feerate instead of getting a new oneAndrew Chow
2021-03-16Merge #21447: Always add -daemonwait to known command line argumentsWladimir J. van der Laan
2021-03-16Merge #21407: i2p: limit the size of incoming messagesWladimir J. van der Laan
2021-03-16Merge #220: Do not translate file extensionsWladimir J. van der Laan