aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-19Remove errant past from walletcreatefundedpsbt for nLocktime replaceabilityGregory Sanders
2019-01-19gui: Fix window title updateJoão Barbosa
2019-01-19zmq: log outbound message high water mark when reusing socketfanquake
2019-01-19Merge #15186: rpc: remove duplicate solvable field from getaddressinfoWladimir J. van der Laan
2019-01-19Merge #15178: qt: Improve "help-console" messageWladimir J. van der Laan
2019-01-18Merge #15175: build: Drop macports supportJonas Schnelli
2019-01-18Merge #15101: gui: Add WalletControllerJonas Schnelli
2019-01-18Update all subprocess.check_output functions in CI scripts to be Python 3.4 c...Graham Krizek
2019-01-18Update zmq to 4.3.1Dimitris Apostolou
2019-01-18rpc: remove duplicate solvable field from getaddressinfofanquake
2019-01-18gui: Refactor to use WalletControllerJoão Barbosa
2019-01-18gui: Add WalletControllerJoão Barbosa
2019-01-18gui: Use AutoConnection for WalletModel::unload signalJoão Barbosa
2019-01-17Add comment describing fDisconnect behaviorCarl Dong
2019-01-17Merge #15040: qt: Add workaround for QProgressDialog bug on macOSJonas Schnelli
2019-01-17Merge #15166: qa: Pin shellcheck versionMarcoFalke
2019-01-17Merge #15185: docs: Spelling error fix on fuzzing.mdMarcoFalke
2019-01-17Merge #14250: qt: Remove redundant stopThread() and stopExecutor() signalsWladimir J. van der Laan
2019-01-16docs: Spelling error fix on fuzzing.mdbenthecarman
2019-01-16Document RNG design in random.hPieter Wuille
2019-01-16Use secure allocator for RNG statePieter Wuille
2019-01-16Encapsulate RNGState betterPieter Wuille
2019-01-16DRY: Implement GetRand using FastRandomContext::randrangePieter Wuille
2019-01-16Sprinkle some sweet noexcepts over the RNG codePieter Wuille
2019-01-16Remove hwrand_initialized.Pieter Wuille
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-16build: Drop macports supportBen Woosley
2019-01-16scripted-diff: batch-recase BanMan variablesCarl Dong
2019-01-16banman: Add, use CBanEntry ctor that takes ban reasonCarl Dong
2019-01-16banman: reformulate nBanUtil calculationCarl Dong
2019-01-16banman: add thread annotations and mark members const where possibleCory Fields
2019-01-16scripted-diff: batch-rename BanMan membersCory Fields
2019-01-16net: move BanMan to its own filesCory Fields
2019-01-16banman: pass in default ban time as a parameterCory Fields
2019-01-16banman: pass the banfile path inCory Fields
2019-01-16banman: create and split out banmanCory Fields
2019-01-16net: split up addresses/ban dumps in preparation for moving themCory Fields
2019-01-16Merge #14839: [rebase] threads: fix unitialized members in sched_paramWladimir J. van der Laan
2019-01-16tests: remove member connman/peerLogic in TestingSetupCory Fields
2019-01-16net: Break disconnecting out of Ban()Cory Fields
2019-01-16Merge #15122: [RPC] Expand help text for importmulti changesWladimir J. van der Laan
2019-01-16Remove no longer needed shellcheck suppressionspracticalswift
2019-01-16Fix warnings introduced in shellcheck v0.6.0practicalswift
2019-01-16Remove repeated suppression. Fix indentation.practicalswift