index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-11-18
doc: remove OpenSSL from build instructions and licensing info
fanquake
2019-11-18
depends: remove OpenSSL package
fanquake
2019-11-18
build: remove OpenSSL detection and libs
fanquake
2019-11-18
random: Remove remaining OpenSSL calls and locking infrastructure
fanquake
2019-11-18
random: stop retrieving random bytes from OpenSSL
fanquake
2019-11-18
random: stop feeding RNG output back into OpenSSL
fanquake
2019-11-18
Merge #16669: build: use new fork of osslsigncode for windows gitian signing
Wladimir J. van der Laan
2019-11-18
Merge #17488: test: fix "bitcoind already running" warnings on macOS
Wladimir J. van der Laan
2019-11-18
Merge #17328: GuessVerificationProgress: cap the ratio to 1
Wladimir J. van der Laan
2019-11-18
Merge #17470: ci: Use clang-8 for fuzzing to run on aarch64 ci systems
Wladimir J. van der Laan
2019-11-18
Merge #17270: Feed environment data into RNG initializers
Wladimir J. van der Laan
2019-11-18
Merge #17466: depends: qt: Fix C{,XX} pickup
Wladimir J. van der Laan
2019-11-18
Merge #17436: Add TheCharlatan's pgp key
Wladimir J. van der Laan
2019-11-17
Merge #17499: refactor, qt: Remove unused signal from WalletView class
Jonas Schnelli
2019-11-17
refactor: Remove unused signal
Hennadii Stepanov
2019-11-15
test: fix bitcoind already running warnings on macOS
fanquake
2019-11-15
Merge #17486: build: make Travis catch unused variables
MarcoFalke
2019-11-15
Merge #17455: tests: Update valgrind suppressions
MarcoFalke
2019-11-15
Merge #17480: test: add unit test for non-standard txs with too large scriptSig
MarcoFalke
2019-11-15
Merge #17322: Fix input size assertion in wallet_bumpfee.py
MarcoFalke
2019-11-15
Fix input size assertion in wallet_bumpfee.py
Gregory Sanders
2019-11-15
Merge #17469: test: Remove fragile assert_memory_usage_stable
MarcoFalke
2019-11-15
[build] ./configure --enable-werror: add unused-variable
Sjors Provoost
2019-11-14
Merge #17449: fix uninitialized variable nMinerConfirmationWindow
fanquake
2019-11-14
test: add unit test for non-standard txs with too large scriptSig
Sebastian Falbesoner
2019-11-14
fuzz: Bump timeout in test_runner to accomodate for slow arm64 CPUs
MarcoFalke
2019-11-14
test: Remove fragile assert_memory_usage_stable
MarcoFalke
2019-11-13
ci: Use clang-8 for fuzzing to run on aarch64 ci systems
MarcoFalke
2019-11-13
depends: qt: Fix C{,XX} pickup
Carl Dong
2019-11-13
tests: Update valgrind suppressions
practicalswift
2019-11-13
Merge #17409: build: Avoid hardcoded libfaketime dir in gitian
Wladimir J. van der Laan
2019-11-12
fix uninitialized variable nMinerConfirmationWindow
NullFunctor
2019-11-12
Report amount of data gathered from environment
Pieter Wuille
2019-11-12
Use thread-safe atomic in perfmon seeder
Pieter Wuille
2019-11-12
Run background seeding periodically instead of unpredictably
Pieter Wuille
2019-11-12
Add information gathered through getauxval()
Pieter Wuille
2019-11-12
Feed CPUID data into RNG
Pieter Wuille
2019-11-12
Use sysctl for seeding on MacOS/BSD
Pieter Wuille
2019-11-12
Gather additional entropy from the environment
Pieter Wuille
2019-11-12
Seed randomness with process id / thread id / various clocks
Pieter Wuille
2019-11-12
[MOVEONLY] Move cpuid code from random & sha256 to compat/cpuid
Pieter Wuille
2019-11-12
[MOVEONLY] Move perfmon data gathering to new randomenv module
Pieter Wuille
2019-11-12
doc: minor corrections in random.cpp
fanquake
2019-11-12
Merge #17435: test: check custom ancestor limit in mempool_packages.py
MarcoFalke
2019-11-12
Merge #17437: rpc: Expose block height of wallet transactions
MarcoFalke
2019-11-12
doc: Explain $LIB in LD_PRELOAD in gitian descriptors
MarcoFalke
2019-11-12
Merge #17450: util: Add missing headers to util/fees.cpp
MarcoFalke
2019-11-12
util: Add missing headers to util/fees.cpp
Hennadii Stepanov
2019-11-11
rpc: Expose block height of wallet transactions
João Barbosa
2019-11-11
test: check custom ancestor limit in mempool_packages.py
Sebastian Falbesoner
[next]