aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-01-16Switch all RNG code to the built-in PRNG.Pieter Wuille
2019-01-16Integrate util/system's CInit into RNGStatePieter Wuille
2019-01-16Abstract out seeding/extracting entropy into RNGState::MixExtractPieter Wuille
2019-01-16Add thread safety annotations to RNG statePieter Wuille
2019-01-16Rename some hardware RNG related functionsPieter Wuille
2019-01-16Automatically initialize RNG on first use.Pieter Wuille
2019-01-16Don't log RandAddSeedPerfmon detailsPieter Wuille
2019-01-13Use FRC::randbytes instead of reading >32 bytes from RNGPieter Wuille
2019-01-03Merge #14375: qt: Correct misleading "overridden options" labelWladimir J. van der Laan
2019-01-02Merge #15000: qt: Fix broken notificator on GNOMEMarcoFalke
2019-01-02Merge #14336: net: implement pollWladimir J. van der Laan
2018-12-31Merge #15054: Update copyright headers to 2018MarcoFalke
2018-12-29Merge #13743: refactor: Replace boost::bind with std::bindMarcoFalke
2018-12-29Update copyright headers to 2018DrahtBot
2018-12-29Merge #14966: docs: fix testmempoolaccept CLI syntaxMarcoFalke
2018-12-28Merge #14981: rpc: Clarifying RPC getrawtransaction's time help textMarcoFalke
2018-12-24Merge #14565: Overhaul importmulti logicMeshCollider
2018-12-22Merge #13930: doc: Better explain GetAncestor check for m_failed_blocks in Ac...MarcoFalke
2018-12-22Merge #13128: policy: Add Clang thread safety annotations for variables guard...MarcoFalke
2018-12-22Merge #14172: Refactor and add tests for BlockFilter constructionMarcoFalke
2018-12-21blockfilter: Remove default clause in switch statement.Jim Posen
2018-12-21Merge #14811: Mining: Enforce that segwit option must be set in GBTMarcoFalke
2018-12-21Merge #14653: rpcwallet: Add missing transaction categories to rpc helptextsMarcoFalke
2018-12-19Fix broken notificator on GNOMEHennadii Stepanov
2018-12-19Merge #14993: rpc: Fix data race (UB) in InterruptRPC()Wladimir J. van der Laan
2018-12-19Merge #14875: RPCHelpMan: Support required arguments after optional onesMarcoFalke
2018-12-19Merge #14985: test: Remove thread_local from test_bitcoinMarcoFalke
2018-12-18rpc: Fix data race (UB) in InterruptRPC()practicalswift
2018-12-17Merge #14975: qt: Refactoring with QString::toNSString()Jonas Schnelli
2018-12-18Merge #14957: wallet: Initialize stop_block in CWallet::ScanForWalletTransact...MeshCollider
2018-12-17wallet: Initialize stop_block to nullptr in CWallet::ScanForWalletTransactionsBen Woosley
2018-12-17test: Add comment to g_insecure_rand_ctxMarcoFalke
2018-12-17clarifying getrawtransaction[time] get help textBen Carman
2018-12-17test: Undo thread_local g_insecure_rand_ctxMarcoFalke
2018-12-16[Qt] Restore < Qt5.6 compatibility for addActionJonas Schnelli
2018-12-16Refactoring with QString::toNSStringHennadii Stepanov
2018-12-16Merge #14969: tests: Fix cuckoocache_tests TSAN failure introduced in 14935.Wladimir J. van der Laan
2018-12-15Merge #14573: qt: Add Window menuJonas Schnelli
2018-12-15Fix cuckoocache_tests TSAN failure introduced in #14935. Fixes #14967.practicalswift
2018-12-15fix testmempoolaccept CLI syntax1Il1
2018-12-14Merge #14935: tests: Test for expected return values when calling functions r...MarcoFalke
2018-12-14Merge #14821: Replace CAffectedKeysVisitor with descriptor based logicMeshCollider
2018-12-13test: Make g_insecure_rand_ctx thread_localMarcoFalke
2018-12-13Merge #14834: validation: assert that pindexPrev is non-null when requiredWladimir J. van der Laan
2018-12-13Merge #14940: test: Add test for truncated pushdata scriptWladimir J. van der Laan
2018-12-13Merge #14624: Some simple improvements to the RNG codeWladimir J. van der Laan
2018-12-13Merge #14741: doc: Indicate -rpcauth option password hashing algWladimir J. van der Laan
2018-12-13tests: Test for expected return values when calling functions returning a suc...practicalswift
2018-12-12Overhaul importmulti logicPieter Wuille
2018-12-12Do not permit copying FastRandomContextsPieter Wuille