aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-10doc: Use precise permission flags where possibleMarcoFalke
2020-07-09Merge #19191: net: Extract download permission from nobanMarcoFalke
2020-07-09Merge #19314: refactor: Use uint16_t instead of unsigned shortWladimir J. van der Laan
2020-07-09Merge #18993: qt: increase console command max lengthfanquake
2020-07-09Merge #19317: Add a left-justified width field to log2_work component for a u...Wladimir J. van der Laan
2020-07-09Merge #19452: doc: afl fuzzing comment about afl-gcc and afl-g++fanquake
2020-07-09Merge #19445: build: Update msvc build to use ISO standard C++17Wladimir J. van der Laan
2020-07-09Merge #19468: refactor: Drop unused CDBWrapper methodsWladimir J. van der Laan
2020-07-09Merge #18896: qt: Reset toolbar after all wallets are closedfanquake
2020-07-09Merge #19470: banlist: log post-swept banlist size at startupfanquake
2020-07-09Merge #19454: tools: `.clang-format` compat with clang versions < 9fanquake
2020-07-09Merge #19085: Refactor: clean up PeriodicFlush()MarcoFalke
2020-07-09net: Extract download permission from nobanMarcoFalke
2020-07-09refactor: clean up PeriodicFlush()John Newbery
2020-07-09Merge #19320: wallet: Replace CDataStream& with CDataStream&& where appropriateMarcoFalke
2020-07-08Merge #19347: [net] Make cs_inventory nonrecursiveMarcoFalke
2020-07-08banlist: log post-swept banlist size at startupfanquake
2020-07-08Drop unused CDBWrapper methodsHennadii Stepanov
2020-07-07Merge #19219: Replace automatic bans with discouragement filterPieter Wuille
2020-07-06Merge #19328: Add gettxoutsetinfo hash_type optionMarcoFalke
2020-07-06tools: clang-format 6 compatibilityJon Atack
2020-07-05doc: afl fuzzing comment about afl-gcc and afl-g++nsa
2020-07-05Merge #19450: ci: Add tsan suppression for race in BerkeleyBatchMarcoFalke
2020-07-05Merge #19324: wallet: Move BerkeleyBatch static functions to BerkeleyDatabaseMarcoFalke
2020-07-05ci: Add tsan suppression for race in BerkeleyBatchHennadii Stepanov
2020-07-04Merge #19444: test: Remove cached directories and associated script blocks fr...MarcoFalke
2020-07-04Updates msvc build to use ISO standard C++17.Aaron Clauson
2020-07-04Merge #19277: util: Add Assert identity functionMarcoFalke
2020-07-04Remove cached directories and associated script blocks from appveyor CI confi...Aaron Clauson
2020-07-03Clean up separated ban/discourage interfacePieter Wuille
2020-07-03Replace automatic bans with discouragement filterPieter Wuille
2020-07-03Merge #19424: ci: Run tsan ci config on cirrusMarcoFalke
2020-07-03Merge #19413: refactor: Remove confusing BlockIndex globalMarcoFalke
2020-07-03Merge #19407: doc: explain why passing -mlinker-version is required when cros...fanquake
2020-07-03Merge #18307: build: Require pkg-config for all of the hostsfanquake
2020-07-03Merge #18649: tests: Add std::locale::global to list of locale dependent func...fanquake
2020-07-03Merge #19215: psbt: Include and allow both non_witness_utxo and witness_utxo ...Samuel Dobson
2020-07-02ci: Run tsan ci config on cirrusMarcoFalke
2020-07-02Merge #18288: build: Add MemorySanitizer (MSan) in Travis to detect use of un...MarcoFalke
2020-07-02Merge #19422: ci: Add tsan suppression for race in walletMarcoFalke
2020-07-02Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTOWladimir J. van der Laan
2020-07-01Merge #19427: ci: Run all tests on native mac againMarcoFalke
2020-07-01Merge bitcoin-core/gui#17: doc: Remove outdated comment in TransactionTablePrivMarcoFalke
2020-07-01Merge #19428: Fix boost/C++17 compile failuresMarcoFalke
2020-07-01Enable Wswitch for OutputTypeMarcoFalke
2020-07-01Remove confusing OutputType::CHANGE_AUTOMarcoFalke
2020-07-01wallet: Replace boost::none with nulloptMarcoFalke
2020-07-01script: Fix boost/C++17 compile failureMarcoFalke
2020-07-01ci: Run all tests on native mac againMarcoFalke
2020-07-01walletdb: Move Rewrite into BerkeleyDatabaseAndrew Chow