index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2019-11-18
doc: remove OpenSSL from build instructions and licensing info
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 #17328: GuessVerificationProgress: cap the ratio to 1
Wladimir J. van der Laan
2019-11-18
Merge #17270: Feed environment data into RNG initializers
Wladimir J. van der Laan
2019-11-17
refactor: Remove unused signal
Hennadii Stepanov
2019-11-15
Merge #17480: test: add unit test for non-standard txs with too large scriptSig
MarcoFalke
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-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 #17437: rpc: Expose block height of wallet transactions
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-12
fix Typo: "merkelRoot" -> "merkleRoot"
ianliu
2019-11-10
Merge #17427: qt: Fix missing qRegisterMetaType for size_t
Wladimir J. van der Laan
2019-11-10
Merge #17431: Remove unnecessary forward declaration
Wladimir J. van der Laan
2019-11-10
refactor: Styling w/ clang-format, comment update
Hennadii Stepanov
2019-11-10
qt: Fix missing qRegisterMetaType for size_t
Hennadii Stepanov
2019-11-10
Merge #17410: Rename `db` log category to `walletdb` (like `coindb`)
Wladimir J. van der Laan
2019-11-09
Remove unnecessary forward declaration
Mark Erhardt
2019-11-08
Merge #15934: Merge settings one place instead of five places
Wladimir J. van der Laan
2019-11-08
scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB`
Wladimir J. van der Laan
2019-11-08
Rename `db` log category to `walletdb` (like `coindb`)
Wladimir J. van der Laan
2019-11-08
Merge #17405: wallet: Remove unused boost::this_thread::interruption_point
fanquake
2019-11-08
Merge #17354: wallet: Tidy CWallet::SetUsedDestinationState
fanquake
2019-11-08
Merge #15931: Remove GetDepthInMainChain dependency on locked chain interface
Samuel Dobson
2019-11-07
Add settings_tests
Russell Yanofsky
2019-11-07
Deduplicate settings merge code
Russell Yanofsky
2019-11-07
Add util::Settings struct and helper functions.
Russell Yanofsky
2019-11-07
Remove includeconf nested scope
Russell Yanofsky
2019-11-07
Rename includeconf variables for clarity
Russell Yanofsky
2019-11-07
Clarify emptyIncludeConf logic
Russell Yanofsky
2019-11-07
wallet: Remove unused boost::this_thread::interruption_point
MarcoFalke
2019-11-07
Merge #16978: test: Seed test RNG context for each test case, print seed
MarcoFalke
2019-11-07
Merge #17342: refactor: Clean up nScriptCheckThreads
MarcoFalke
2019-11-07
Merge #17384: test: Create new test library
MarcoFalke
[next]