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-01-16
Document RNG design in random.h
Pieter Wuille
2019-01-16
Use secure allocator for RNG state
Pieter Wuille
2019-01-16
Encapsulate RNGState better
Pieter Wuille
2019-01-16
DRY: Implement GetRand using FastRandomContext::randrange
Pieter Wuille
2019-01-16
Sprinkle some sweet noexcepts over the RNG code
Pieter Wuille
2019-01-16
Remove hwrand_initialized.
Pieter Wuille
2019-01-16
Switch all RNG code to the built-in PRNG.
Pieter Wuille
2019-01-16
Integrate util/system's CInit into RNGState
Pieter Wuille
2019-01-16
Abstract out seeding/extracting entropy into RNGState::MixExtract
Pieter Wuille
2019-01-16
Add thread safety annotations to RNG state
Pieter Wuille
2019-01-16
Rename some hardware RNG related functions
Pieter Wuille
2019-01-16
Automatically initialize RNG on first use.
Pieter Wuille
2019-01-16
Don't log RandAddSeedPerfmon details
Pieter Wuille
2019-01-13
Use FRC::randbytes instead of reading >32 bytes from RNG
Pieter Wuille
2019-01-03
Merge #14375: qt: Correct misleading "overridden options" label
Wladimir J. van der Laan
2019-01-02
Merge #15000: qt: Fix broken notificator on GNOME
MarcoFalke
2019-01-02
Merge #14336: net: implement poll
Wladimir J. van der Laan
2018-12-31
Merge #15054: Update copyright headers to 2018
MarcoFalke
2018-12-29
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-12-29
Update copyright headers to 2018
DrahtBot
2018-12-29
Merge #14966: docs: fix testmempoolaccept CLI syntax
MarcoFalke
2018-12-28
Merge #14981: rpc: Clarifying RPC getrawtransaction's time help text
MarcoFalke
2018-12-24
Merge #14565: Overhaul importmulti logic
MeshCollider
2018-12-22
Merge #13930: doc: Better explain GetAncestor check for m_failed_blocks in Ac...
MarcoFalke
2018-12-22
Merge #13128: policy: Add Clang thread safety annotations for variables guard...
MarcoFalke
2018-12-22
Merge #14172: Refactor and add tests for BlockFilter construction
MarcoFalke
2018-12-21
blockfilter: Remove default clause in switch statement.
Jim Posen
2018-12-21
Merge #14811: Mining: Enforce that segwit option must be set in GBT
MarcoFalke
2018-12-21
Merge #14653: rpcwallet: Add missing transaction categories to rpc helptexts
MarcoFalke
2018-12-19
Fix broken notificator on GNOME
Hennadii Stepanov
2018-12-19
Merge #14993: rpc: Fix data race (UB) in InterruptRPC()
Wladimir J. van der Laan
2018-12-19
Merge #14875: RPCHelpMan: Support required arguments after optional ones
MarcoFalke
2018-12-19
Merge #14985: test: Remove thread_local from test_bitcoin
MarcoFalke
2018-12-18
rpc: Fix data race (UB) in InterruptRPC()
practicalswift
2018-12-17
Merge #14975: qt: Refactoring with QString::toNSString()
Jonas Schnelli
2018-12-18
Merge #14957: wallet: Initialize stop_block in CWallet::ScanForWalletTransact...
MeshCollider
2018-12-17
wallet: Initialize stop_block to nullptr in CWallet::ScanForWalletTransactions
Ben Woosley
2018-12-17
test: Add comment to g_insecure_rand_ctx
MarcoFalke
2018-12-17
clarifying getrawtransaction[time] get help text
Ben Carman
2018-12-17
test: Undo thread_local g_insecure_rand_ctx
MarcoFalke
2018-12-16
[Qt] Restore < Qt5.6 compatibility for addAction
Jonas Schnelli
2018-12-16
Refactoring with QString::toNSString
Hennadii Stepanov
2018-12-16
Merge #14969: tests: Fix cuckoocache_tests TSAN failure introduced in 14935.
Wladimir J. van der Laan
2018-12-15
Merge #14573: qt: Add Window menu
Jonas Schnelli
2018-12-15
Fix cuckoocache_tests TSAN failure introduced in #14935. Fixes #14967.
practicalswift
2018-12-15
fix testmempoolaccept CLI syntax
1Il1
2018-12-14
Merge #14935: tests: Test for expected return values when calling functions r...
MarcoFalke
2018-12-14
Merge #14821: Replace CAffectedKeysVisitor with descriptor based logic
MeshCollider
2018-12-13
test: Make g_insecure_rand_ctx thread_local
MarcoFalke
2018-12-13
Merge #14834: validation: assert that pindexPrev is non-null when required
Wladimir J. van der Laan
[next]