aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-09-04Merge #10701: Remove the virtual specifier for functions with the override sp...MarcoFalke
2017-09-02Merge #11198: [Qt] Fix display of package name on 'open config file' tooltipMarcoFalke
2017-09-02Update hmac_sha256.hUtsav Gupta
2017-08-30[Qt] Fix display of package name on 'open config file' tooltipDaniel Edgecumbe
2017-08-30Merge #10777: [tests] Avoid redundant assignments. Remove unused variablesMarcoFalke
2017-08-28Merge #10859: RPC: gettxout: Slightly improve doc and testsMarcoFalke
2017-08-29RPC: gettxout: Slightly improve doc and testsJorge Timón
2017-08-28Merge #11144: Move local include to before system includesWladimir J. van der Laan
2017-08-28Merge #10303: [bench] Include ms/blk stats in Connect* benchmarks.Wladimir J. van der Laan
2017-08-28Merge #11126: Acquire cs_main lock before cs_wallet during wallet initializationWladimir J. van der Laan
2017-08-28Merge #11145: Fix rounding bug in calculation of minimum changeWladimir J. van der Laan
2017-08-28Merge #11161: Remove redundant explicitly defined copy ctorsWladimir J. van der Laan
2017-08-28Merge #11138: Compat: Simplify bswap_16 implementationWladimir J. van der Laan
2017-08-28Merge #11131: rpc: Write authcookie atomicallyWladimir J. van der Laan
2017-08-28Merge #11169: [GUI] Make tabs toolbar no longer have a context menuWladimir J. van der Laan
2017-08-28Remove redundant explicitly defined copy ctorsDan Raviv
2017-08-27Merge #11160: Improve versionbits_computeblockversion test code consistencyMarcoFalke
2017-08-27Merge #11155: Trivial: Documentation fixes for CVectorWriter ctorsMarcoFalke
2017-08-28Improve versionbits_computeblockversion test code consistencydanra
2017-08-27Make tabs toolbar no longer have a context menuAndrew Chow
2017-08-26Merge #11151: Fix header guards using reserved identifiersWladimir J. van der Laan
2017-08-26Trivial: Documentation fixes for CVectorWriter ctorsdanra
2017-08-26Fix header guards using reserved identifiersDan Raviv
2017-08-25Output a bit more information for fee calculation report.Alex Morcos
2017-08-25Fix rounding errors in calculation of minimum change sizeAlex Morcos
2017-08-25Merge #10976: [MOVEONLY] Move some static functions out of wallet.h/cppWladimir J. van der Laan
2017-08-25Move local include to before system includesdanra
2017-08-25Simplify bswap_16 implementationdanra
2017-08-25rpc: Write authcookie atomicallyWladimir J. van der Laan
2017-08-24Merge #11112: [developer-notes] By default, declare single-argument construct...MarcoFalke
2017-08-24Merge #11108: Changing -txindex requires -reindex, not -reindex-chainstateMarcoFalke
2017-08-24Acquire cs_main lock before cs_wallet during wallet initializationRussell Yanofsky
2017-08-23Add option -stdinrpcpass to allow RPC password to be read from standard inputJoe Harvell
2017-08-23Merge #10679: Document the non-DER-conformance of one test in tx_valid.json.Wladimir J. van der Laan
2017-08-23Document the non-strict-DER-conformance of one test in tx_valid.json.Andreas Schildbach
2017-08-22Add recommendation: By default, declare single-argument constructors `explicit`practicalswift
2017-08-22Changing -txindex requires -reindex, not -reindex-chainstateMatt Corallo
2017-08-22Merge #11024: tests: Remove OldSetKeyFromPassphrase/OldEncrypt/OldDecryptWladimir J. van der Laan
2017-08-22Merge #11007: wallet: Fix potential memory leak when loading a corrupted wall...Wladimir J. van der Laan
2017-08-22Merge #10843: Add attribute [[noreturn]] (C++11) to functions that will not r...Wladimir J. van der Laan
2017-08-22Merge #11058: Comments: More comments on functions/globals in standard.h.Wladimir J. van der Laan
2017-08-22Merge #11050: Avoid treating null RPC arguments different from missing argumentsWladimir J. van der Laan
2017-08-22Merge #11026: Bugfix: Use testnet RequireStandard for -acceptnonstdtxn defaultWladimir J. van der Laan
2017-08-21Merge #10809: optim: mark a few classes finalWladimir J. van der Laan
2017-08-21Merge #11027: [RPC] Only return hex field once in getrawtransactionWladimir J. van der Laan
2017-08-18Comments: More comments on functions/globals in standard.h.Jim Posen
2017-08-18Merge #10952: [wallet] Remove vchDefaultKey and have better first run detectionWladimir J. van der Laan
2017-08-18Merge #11044: [wallet] Keypool topup cleanupsWladimir J. van der Laan
2017-08-18Merge #11039: Avoid second mapWallet lookupWladimir J. van der Laan
2017-08-18Merge #11066: Document the preference of nullptr over NULL or (void*)0Wladimir J. van der Laan