aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-06-07Drop support of insecure miniUPnPc versionsHennadii Stepanov
2019-05-06Merge #15730: rpc: Show scanning details in getwalletinfoWladimir J. van der Laan
2019-05-06Merge #15930: rpc: Add balances RPCWladimir J. van der Laan
2019-05-06Merge #15928: GUI: Move QRImageWidget to its own file-pairWladimir J. van der Laan
2019-05-04Merge #15141: Rewrite DoS interface between validation and net_processingWladimir J. van der Laan
2019-05-03rpc: Deprecate getunconfirmedbalance and getwalletinfo balancesMarcoFalke
2019-05-03Merge #15932: rpc: Serialize in getblock without cs_mainMarcoFalke
2019-05-02Separate reason for premature spends (coinbase/locktime)Suhas Daftuar
2019-05-02Assert validation reasons are contextually correctSuhas Daftuar
2019-05-02[refactor] Update some comments in validation.cpp as we arent doing DoS thereMatt Corallo
2019-05-02[refactor] Drop unused state.DoS(), state.GetDoS(), state.CorruptionPossible()Matt Corallo
2019-05-02scripted-diff: Remove DoS calls to CValidationStateMatt Corallo
2019-05-02[refactor] Prep for scripted-diff by removing some \ns which annoy sed.Matt Corallo
2019-05-02Allow use of state.Invalid() for all reasonsMatt Corallo
2019-05-02Fix handling of invalid headersSuhas Daftuar
2019-05-02[refactor] Use Reasons directly instead of DoS codesMatt Corallo
2019-05-02CorruptionPossible -> BLOCK_MUTATEDMatt Corallo
2019-05-02CorruptionPossible -> TX_WITNESS_MUTATEDMatt Corallo
2019-05-02LookupBlockIndex -> CACHED_INVALIDMatt Corallo
2019-05-02[refactor] Drop redundant nDoS, corruptionPossible, SetCorruptionPossibleMatt Corallo
2019-05-02[refactor] Add useful-for-dos "reason" field to CValidationStateMatt Corallo
2019-05-02rpc: Add lock annotations to block{,header}ToJSONMarcoFalke
2019-05-02Ban all peers for all block script failuresSuhas Daftuar
2019-05-02Clean up banning levelsMatt Corallo
2019-05-02[refactor] drop IsInvalid(nDoSOut)Matt Corallo
2019-05-02[refactor] Refactor misbehavior ban decisions to MaybePunishNode()Matt Corallo
2019-05-02[refactor] rename stateDummy -> orphan_stateMatt Corallo
2019-05-02Drop obsolete sigops commentMatt Corallo
2019-05-02rpc: Add getbalances RPCMarcoFalke
2019-05-02rpcwallet: Make helper methods const on CWalletMarcoFalke
2019-05-02Merge #15938: refactor: Silence "control reaches end of non-void function" (-...MarcoFalke
2019-05-02Silence GCC 7 warning "control reaches end of non-void function" (-Wreturn-ty...practicalswift
2019-05-02Merge #15650: Handle the result of posix_fallocate system callMarcoFalke
2019-05-02GUI: Move QRImageWidget to its own file-pairLuke Dashjr
2019-05-02rpc: Show scanning details in getwalletinfoJoão Barbosa
2019-05-02wallet: Track current scanning progressJoão Barbosa
2019-05-01Merge #15842: refactor: replace isPotentialtip/waitForNotifications by higher...MarcoFalke
2019-05-01rpc: Serialize in getblock without cs_mainMarcoFalke
2019-05-01rpc: Use IsValidNumArgs in getblockMarcoFalke
2019-05-01wallet: Use IsValidNumArgs in getwalletinfo rpcMarcoFalke
2019-05-01Merge #15323: rpc: Expose g_is_mempool_loaded via getmempoolinfoMarcoFalke
2019-05-01GUI: Refactor actual QR code rendering into new QRImageWidget::setQRLuke Dashjr
2019-04-30Merge #15849: Thread names in logs and deadlock debug toolsMarcoFalke
2019-04-30Merge #15869: Add settings merge test to prevent regresssionsMarcoFalke
2019-04-29threads: add thread names to deadlock debugging messageJames O'Beirne
2019-04-29threads: prefix log messages with thread namesJames O'Beirne
2019-04-29tests: add threadutil testsJames O'Beirne
2019-04-29threads: introduce util/threadnames, refactor thread namingJames O'Beirne
2019-04-29Merge #15877: doc: Fix -dustrelayfee= argument docs grammarMarcoFalke
2019-04-29Merge #15919: Remove unused OpenSSL includes to make it more clear where Open...MarcoFalke