aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19552: test: fix intermittent failure in p2p_ibd_txrelayMarcoFalke2020-07-212-5/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: fix intermittent p2p_ibd_txrelay race, add test_framework.py#wait_untilJon Atack2020-07-192-5/+7
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19560: contrib: Clean up previous_releases.pyfanquake2020-07-211-22/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | contrib: Clean up previous_releases.pyMarcoFalke2020-07-211-22/+17
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18984: Remove unnecessary input blockfile SetPosMarcoFalke2020-07-211-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unnecessary blockfile SetPosTom Harding2020-05-151-1/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19205: script: previous_release.sh rewritten in pythonMarcoFalke2020-07-216-156/+226
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove previous_release.shBrian Liotti2020-07-055-156/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | script: Add previous_release.pyBrian Liotti2020-07-051-0/+222
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #16878: Fix non-deterministic coverage of test DoS_mapOrphansMarcoFalke2020-07-212-2/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make test DoS_mapOrphans deterministicDavid Reikher2020-07-212-2/+19
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19547: doc: Update macOS cross compilation dependencies for Focalfanquake2020-07-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Update macOS cross compilation dependencies for FocalHennadii Stepanov2020-07-181-1/+1
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19555: rpc: deduplicate WriteHDKeypath() used in decodepsbtfanquake2020-07-211-19/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: deduplicate WriteHDKeypath() used in decodepsbtSebastian Falbesoner2020-07-191-19/+1
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19551: fuzz: fix unused variable compiler warning in addrdbfanquake2020-07-191-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fuzz: fix unused variable addrdb compiler warningJon Atack2020-07-191-0/+2
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19143: tests: Add fuzzing harnesses for CAutoFile, CBufferedFile, Load...MarcoFalke2020-07-187-0/+454
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for CBlockPolicyEstimator::{Read,Write} (policy/fe...practicalswift2020-07-153-0/+46
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for CBufferedFile::{SetPos,GetPos,GetType,GetVersi...practicalswift2020-07-151-2/+16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for LoadExternalBlockFile(...) (validation.h)practicalswift2020-07-152-0/+38
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for CBufferedFile (streams.h)practicalswift2020-07-152-0/+71
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for CAutoFile (streams.h)practicalswift2020-07-152-0/+79
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add serialization/deserialization fuzzing helpers WriteToStream(…)/R...practicalswift2020-07-151-0/+66
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add FuzzedAutoFileProvider which provides a CAutoFile interface to Fuz...practicalswift2020-07-151-0/+21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add FuzzedFileProvider which provides a FILE* interface to FuzzedDataP...practicalswift2020-07-151-0/+119
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19538: ci: Add tsan suppression for race in DatabaseBatchMarcoFalke2020-07-172-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ci: add tsan debug symbols optionRussell Yanofsky2020-07-171-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ci: Add tsan suppression for race in DatabaseBatchHennadii Stepanov2020-07-161-0/+1
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19536: qt, build: Fix QFileDialog for static buildsfanquake2020-07-171-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Fix QFileDialog for static buildsHennadii Stepanov2020-07-161-1/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19423: test: add functional test for txrelay during and after IBDMarcoFalke2020-07-172-0/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [test] feefilter during and after IBDgzhao4082020-07-152-0/+45
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #16525: Dump transaction version as an unsigned integer in RPC/TxToUnivWladimir J. van der Laan2020-07-164-6/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additionally treat Tx.nVersion as unsigned in joinpsbtsMatt Corallo2019-09-032-5/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dump transaction version as an unsigned integer in RPC/TxToUnivMatt Corallo2019-08-023-2/+12
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #17919: depends: Allow building with system clangfanquake2020-07-166-27/+121
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | depends: Add documentation for FORCE_USE_SYSTEM_CLANG make flagCarl Dong2020-07-101-0/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | depends: Reformat make options as definition listCarl Dong2020-07-101-15/+30
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | depends: Add justifications for macOS clang flagsCarl Dong2020-07-101-2/+22
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | depends: specify libc++ header location for darwinCory Fields2020-07-101-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | depends: force a new host id string if FORCE_USE_SYSTEM_CLANG is in useCory Fields2020-07-101-0/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | depends: Allow building with system clangCarl Dong2020-07-073-4/+50
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | depends: Decouple toolchain + binutilsCarl Dong2020-07-074-6/+10
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19533: [tests] Remove unnecessary cs_mains in denialofservice_testsMarcoFalke2020-07-161-9/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [tests] Remove unnecessary cs_mains in denialofservice_testsMatt Corallo2020-07-151-9/+9
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge bitcoin-core/gui#14: scripted-diff: rename movie folder to animationMarcoFalke2020-07-1640-41/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scripted-diff: rename movie folder to animationPeter Bushnell2020-06-2940-41/+41
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge bitcoin-core/gui#34: Show permissions instead of whitelistedMarcoFalke2020-07-162-3/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gui: Show permissions instead of whitelistedWladimir J. van der Laan2020-07-152-3/+11