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
/
random.cpp
Age
Commit message (
Expand
)
Author
2018-12-12
Do not permit copying FastRandomContexts
Pieter Wuille
2018-12-12
Bugfix: randbytes should seed when needed (non reachable issue)
Pieter Wuille
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-08-31
scripted-diff: Small locking rename
Russell Yanofsky
2018-08-31
Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection
Wladimir J. van der Laan
2018-08-03
Use LOCK macros for non-recursive locks
Russell Yanofsky
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-24
Fix FreeBSD build by including utilstrencodings.h
Wladimir J. van der Laan
2018-05-17
break circular dependency: random/sync -> util -> random/sync
Chun Kuan Lee
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-04-09
Remove duplicate includes
practicalswift
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-08-22
Merge #10843: Add attribute [[noreturn]] (C++11) to functions that will not r...
Wladimir J. van der Laan
2017-08-18
Document the preference of nullptr over NULL or (void*)0
practicalswift
2017-08-14
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-27
Check if sys/random.h is required for getentropy on OSX.
James Hilliard
2017-07-17
random: only use getentropy on openbsd
Cory Fields
2017-07-17
Add attribute [[noreturn]] (C++11) to functions that will not return
practicalswift
2017-07-17
Merge #10837: Fix resource leak on error in GetDevURandom
Wladimir J. van der Laan
2017-07-15
Fix resource leak
Dag Robole
2017-07-14
Clarify entropy source
Pieter Wuille
2017-07-13
Use cpuid intrinsics instead of asm code
Pieter Wuille
2017-06-16
random: fix crash on some 64bit platforms
Cory Fields
2017-06-14
Merge #10377: Use rdrand as entropy source on supported platforms
Wladimir J. van der Laan
2017-06-13
Use rdrand as entropy source on supported platforms
Pieter Wuille
2017-06-05
Add FastRandomContext::rand256() and ::randbytes()
Pieter Wuille
2017-05-22
Add perf counter data to GetStrongRandBytes state in scheduler
Matt Corallo
2017-05-22
Add internal method to add new random data to our internal RNG state
Matt Corallo
2017-05-09
Merge #10338: Maintain state across GetStrongRandBytes calls
Pieter Wuille
2017-05-05
Use sanity check timestamps as entropy
Pieter Wuille
2017-05-05
Test that GetPerformanceCounter() increments
Pieter Wuille
2017-05-05
Use hardware timestamps in RNG seeding
Pieter Wuille
2017-05-04
Maintain state across GetStrongRandBytes calls
Pieter Wuille
2017-04-24
Merge #9792: FastRandomContext improvements and switch to ChaCha20
Wladimir J. van der Laan
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-03-29
Switch FastRandomContext to ChaCha20
Pieter Wuille
2017-02-22
random: Add fallback if getrandom syscall not available
Wladimir J. van der Laan
2017-02-22
sanity: Move OS random to sanity check function
Wladimir J. van der Laan
2017-02-21
util: Specific GetOSRandom for Linux/FreeBSD/OpenBSD
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-09
Refactor: Removed begin/end_ptr functions.
Karl-Johan Alm
2016-10-17
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-05-29
Don't use assert for catching randomness failures
Pieter Wuille
2016-05-29
Always require OS randomness when generating secret keys
Pieter Wuille
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-02-25
WIN32 Seed Cleanup: Move nLastPerfmon behind win32 ifdef.
21E14
2015-02-15
openssl: abstract out OPENSSL_cleanse
Cory Fields
2014-12-19
Added "Core" to copyright headers
sandakersmann
[next]