aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-18ci: remove OpenSSL installationfanquake
2019-11-18doc: remove OpenSSL from build instructions and licensing infofanquake
2019-11-18depends: remove OpenSSL packagefanquake
2019-11-18build: remove OpenSSL detection and libsfanquake
2019-11-18random: Remove remaining OpenSSL calls and locking infrastructurefanquake
2019-11-18random: stop retrieving random bytes from OpenSSLfanquake
2019-11-18random: stop feeding RNG output back into OpenSSLfanquake
2019-11-18Merge #16669: build: use new fork of osslsigncode for windows gitian signingWladimir J. van der Laan
2019-11-18Merge #17488: test: fix "bitcoind already running" warnings on macOSWladimir J. van der Laan
2019-11-18Merge #17328: GuessVerificationProgress: cap the ratio to 1Wladimir J. van der Laan
2019-11-18Merge #17470: ci: Use clang-8 for fuzzing to run on aarch64 ci systemsWladimir J. van der Laan
2019-11-18Merge #17270: Feed environment data into RNG initializersWladimir J. van der Laan
2019-11-18Merge #17466: depends: qt: Fix C{,XX} pickupWladimir J. van der Laan
2019-11-18Merge #17436: Add TheCharlatan's pgp keyWladimir J. van der Laan
2019-11-17Merge #17499: refactor, qt: Remove unused signal from WalletView classJonas Schnelli
2019-11-17refactor: Remove unused signalHennadii Stepanov
2019-11-15test: fix bitcoind already running warnings on macOSfanquake
2019-11-15Merge #17486: build: make Travis catch unused variablesMarcoFalke
2019-11-15Merge #17455: tests: Update valgrind suppressionsMarcoFalke
2019-11-15Merge #17480: test: add unit test for non-standard txs with too large scriptSigMarcoFalke
2019-11-15Merge #17322: Fix input size assertion in wallet_bumpfee.pyMarcoFalke
2019-11-15Fix input size assertion in wallet_bumpfee.pyGregory Sanders
2019-11-15Merge #17469: test: Remove fragile assert_memory_usage_stableMarcoFalke
2019-11-15[build] ./configure --enable-werror: add unused-variableSjors Provoost
2019-11-14Merge #17449: fix uninitialized variable nMinerConfirmationWindowfanquake
2019-11-14test: add unit test for non-standard txs with too large scriptSigSebastian Falbesoner
2019-11-14fuzz: Bump timeout in test_runner to accomodate for slow arm64 CPUsMarcoFalke
2019-11-14test: Remove fragile assert_memory_usage_stableMarcoFalke
2019-11-13ci: Use clang-8 for fuzzing to run on aarch64 ci systemsMarcoFalke
2019-11-13depends: qt: Fix C{,XX} pickupCarl Dong
2019-11-13tests: Update valgrind suppressionspracticalswift
2019-11-13Merge #17409: build: Avoid hardcoded libfaketime dir in gitianWladimir J. van der Laan
2019-11-12fix uninitialized variable nMinerConfirmationWindowNullFunctor
2019-11-12Report amount of data gathered from environmentPieter Wuille
2019-11-12Use thread-safe atomic in perfmon seederPieter Wuille
2019-11-12Run background seeding periodically instead of unpredictablyPieter Wuille
2019-11-12Add information gathered through getauxval()Pieter Wuille
2019-11-12Feed CPUID data into RNGPieter Wuille
2019-11-12Use sysctl for seeding on MacOS/BSDPieter Wuille
2019-11-12Gather additional entropy from the environmentPieter Wuille
2019-11-12Seed randomness with process id / thread id / various clocksPieter Wuille
2019-11-12[MOVEONLY] Move cpuid code from random & sha256 to compat/cpuidPieter Wuille
2019-11-12[MOVEONLY] Move perfmon data gathering to new randomenv modulePieter Wuille
2019-11-12doc: minor corrections in random.cppfanquake
2019-11-12Merge #17435: test: check custom ancestor limit in mempool_packages.pyMarcoFalke
2019-11-12Merge #17437: rpc: Expose block height of wallet transactionsMarcoFalke
2019-11-12doc: Explain $LIB in LD_PRELOAD in gitian descriptorsMarcoFalke
2019-11-12Merge #17450: util: Add missing headers to util/fees.cppMarcoFalke
2019-11-12util: Add missing headers to util/fees.cppHennadii Stepanov
2019-11-11rpc: Expose block height of wallet transactionsJoão Barbosa