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
/
randomenv.cpp
Age
Commit message (
Expand
)
Author
2022-07-20
refactor: move compat.h into compat/
fanquake
2022-05-01
tidy: add readability-redundant-declaration
fanquake
2022-04-26
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-09-24
build: remove support for weak linking getauxval()
fanquake
2021-03-29
rand: only try and use freeifaddrs if available
fanquake
2020-12-08
util: Allow use of C++14 chrono literals
MarcoFalke
2020-11-09
src/randomenv.cpp: fix build on uclibc
Fabrice Fontaine
2020-10-07
random: fixes read buffer resizing in RandAddSeedPerfmon
Ethan Heilman
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-02-28
Drop unused mach time headers
Ben Woosley
2020-02-06
random: don't special case clock usage on macOS
fanquake
2019-11-20
Put bounds on the number of CPUID leaves explored
Pieter Wuille
2019-11-19
Fix CPUID subleaf iteration
Pieter Wuille
2019-11-18
random: stop retrieving random bytes from OpenSSL
fanquake
2019-11-12
Use thread-safe atomic in perfmon seeder
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 perfmon data gathering to new randomenv module
Pieter Wuille