aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-12-20Remove misplaced Q_UNUSED and others enhancementsHennadii Stepanov
2018-12-19Merge #14875: RPCHelpMan: Support required arguments after optional onesMarcoFalke
2018-12-19Merge #14985: test: Remove thread_local from test_bitcoinMarcoFalke
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-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-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-12Do not permit copying FastRandomContextsPieter Wuille
2018-12-12Simplify testing RNG codePieter Wuille
2018-12-12Make unit tests use the insecure_rand_ctx exclusivelyPieter Wuille
2018-12-12Bugfix: randbytes should seed when needed (non reachable issue)Pieter Wuille
2018-12-12Use a FastRandomContext in LimitOrphanTxSizePieter Wuille
2018-12-12Introduce a Shuffle for FastRandomContext and use it in wallet and coinselectionPieter Wuille
2018-12-12Use a local FastRandomContext in a few more places in netPieter Wuille
2018-12-12Make addrman use its local RNG exclusivelyPieter Wuille
2018-12-12test: Add tests for truncated scriptsMarcoFalke
2018-12-12Merge #14908: test: Removed implicit CTransaction constructor calls from test...MarcoFalke
2018-12-12Merge #13076: Fix ScanForWalletTransactions to return an enum indicating scan...MeshCollider
2018-12-12Merge #14646: Add expansion cache functions to descriptors (unused for now)MeshCollider
2018-12-11Removed implicit CTransaction conversion from benchmakslucash-dev
2018-12-11Removed implicit CTransaction constructor from testslucash-dev
2018-12-11qt: Remove ellipsis from sending/receiving addressesJoão Barbosa
2018-12-11qt: Add Window menuJoão Barbosa
2018-12-11qt: Allow to inspect RPCConsole tabsJoão Barbosa
2018-12-10RPCHelpMan: Support required arguments after optional onesMarcoFalke
2018-12-10Merge #14877: rpc: Document default values for optional argumentsMarcoFalke
2018-12-10Merge #14885: rpc: Assert named arguments are unique in RPCHelpManMarcoFalke
2018-12-09Merge #14801: qt: Use window() instead of obsolete topLevelWidget()Wladimir J. van der Laan
2018-12-07rpc: Document default values for optional argumentsMarcoFalke
2018-12-07rpc: Assert named arguments are unique in RPCHelpManJoão Barbosa
2018-12-07Merge #14890: rpc: Avoid creating non-standard raw transactionsWladimir J. van der Laan
2018-12-07Merge #14854: qt: Cleanup SplashScreen classWladimir J. van der Laan
2018-12-07Merge #14480: refactor: Drop boost::this_thread::interruption_point and boost...Wladimir J. van der Laan
2018-12-07Merge #14863: refactor: Add and use HaveTxsDownloaded() where appropriateWladimir J. van der Laan
2018-12-06rpc: Avoid creating non-standard raw transactionsMarcoFalke
2018-12-06Merge #14783: gui: Fix boost::signals2::no_slots_error in early calls to Init...MarcoFalke