aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-26ci: Use Homebrew addon on native macOSHennadii Stepanov
2020-03-26ci: Fix brew in TravisHennadii Stepanov
2020-03-26Merge #18397: build: Fix libevent linking for bench_bitcoin binaryfanquake
2020-03-25Merge #18134: Replace std::to_string with locale-independent alternativeWladimir J. van der Laan
2020-03-25Merge #18430: ci: Only clone bitcoin-core/qa-assets when fuzzingMarcoFalke
2020-03-25Merge #18425: releases: Update with new Windows code signing certificateWladimir J. van der Laan
2020-03-25ci: Only clone bitcoin-core/qa-assets when fuzzingMarcoFalke
2020-03-25Merge #18395: scripts: add PE dylib checking to symbol-check.pyWladimir J. van der Laan
2020-03-25Merge #18402: gui: display mapped AS in peers info windowWladimir J. van der Laan
2020-03-25Merge #18331: build: Use git archive as source tarballWladimir J. van der Laan
2020-03-25Merge #18423: tests: Add fuzzing harness for classes/functions in blockfilter...MarcoFalke
2020-03-25Merge #18342: doc: Add fuzzing quickstart guides for libFuzzer and afl-fuzzfanquake
2020-03-24tests: Add fuzzing harness for classes/functions in blockfilter.hpracticalswift
2020-03-24tests: Add integer serialization/deserialization fuzzing harnesspracticalswift
2020-03-24Update with new Windows code signing certificateAndrew Chow
2020-03-24Merge #18417: tests: Add fuzzing harnesses for functions in addrdb.h, net_per...MarcoFalke
2020-03-24Merge #17720: test: add unit test for non-standard "scriptsig-not-pushonly" txsMarcoFalke
2020-03-24tests: Add fuzzing harness for functions in net_permissions.hpracticalswift
2020-03-24tests: Add fuzzing harness for functions in timedata.hpracticalswift
2020-03-24tests: Add fuzzing harness for functions in addrdb.hpracticalswift
2020-03-24gui: avoid QT Designer/Form Editor re-formattingJon Atack
2020-03-24gui: display Mapped AS in peers info windowJon Atack
2020-03-23Merge #18278: interfaces: Describe and follow some code conventionsMarcoFalke
2020-03-23Merge #18393: tests: Don't assume presence of __builtin_mul_overflow(…) in ...MarcoFalke
2020-03-23Merge #18392: ci: Run feature_block in valgrindMarcoFalke
2020-03-23Merge #18406: test: add executable flag for rpc_estimatefee.pyfanquake
2020-03-22test: add executable flag for rpc_estimatefee.pySebastian Falbesoner
2020-03-22ci: Run feature_block and feature_abortnode in valgrindMarcoFalke
2020-03-22tests: Don't assume presence of __builtin_mul_overflow in MultiplicationOverf...practicalswift
2020-03-22scripts: add PE dylib checking to symbol-check.pyfanquake
2020-03-21Merge #18396: rpc: add missing HelpExampleRpc for getblockfilterMarcoFalke
2020-03-21build: Fix typo in EVENT_CFLAGS variableHennadii Stepanov
2020-03-21build: Fix libevent linking for bench_bitcoin binaryHennadii Stepanov
2020-03-21rpc: add missing HelpExampleRpc for getblockfilterSebastian Falbesoner
2020-03-20test: Remove ci timeout restriction in test_runnerMarcoFalke
2020-03-19doc: Add internal interface conventions to developer notesRussell Yanofsky
2020-03-19Merge #18386: doc: Temporary note that release notes should be edited in wikiMarcoFalke
2020-03-19refactor: Change createWallet, fillPSBT argument orderRussell Yanofsky
2020-03-19refactor: Change Chain::broadcastTransaction param orderRussell Yanofsky
2020-03-19refactor: Rename Chain::Notifications methods to be consistent with other int...Russell Yanofsky
2020-03-19refactor: Rename Node::disconnect methodsRussell Yanofsky
2020-03-19refactor: Get rid of Wallet::IsWalletFlagSet methodRussell Yanofsky
2020-03-19doc: Temporary note that release notes should be edited in wikiWladimir J. van der Laan
2020-03-19Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...Wladimir J. van der Laan
2020-03-19Merge #18340: doc: mention MAKE=gmake workaround when building on a BSDWladimir J. van der Laan
2020-03-19Merge #18359: build: fix sysctl() detection on macOSWladimir J. van der Laan
2020-03-19Merge #18378: Bugfix & simplify bn2vch using int.to_bytesWladimir J. van der Laan
2020-03-19build: fix sysctl() detection on macOSfanquake
2020-03-18doc: Add fuzzing quickstart guides for libFuzzer and afl-fuzz. Simplify instr...practicalswift
2020-03-18Add bn2vch test to functional testsPieter Wuille