9041 Commits (e9a64615c8e18692a775765787f404266767260b)

Author SHA1 Message Date
Russell Yanofsky e9a64615c8 Make qt wallet test compatible with qt4 8 years ago
Russell Yanofsky b5bec4e330 Avoid QTimer::singleShot compile error with Qt 5.3.2 8 years ago
Russell Yanofsky d5046e72f4 Avoid scoped_connection compile error with boost 1.55.0 8 years ago
John Newbery 63d66ba20a Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.py 8 years ago
Wladimir J. van der Laan e141aa4ba6 Add mallocinfo mode to `getmemoryinfo` RPC 8 years ago
James Evans 05a9f22358 Trivial: Fix typo in help getrawtransaction RPC 8 years ago
Michael Goldstein f490dae56b Trivial: Fix typo in key.h comment 8 years ago
practicalswift d93b97fbcf Set to nullptr after delete 8 years ago
Pavel Janík d7f80b6dcb Rename first iterator to prevent shadowing. 8 years ago
Pavel Janík b42ff60c7e Fix shadowing of local variables. 8 years ago
Pavel Janík c4b60b3d9c Make some global variables less-global (static) 8 years ago
Pavel Janík bb2aaeeeea Prevent -Wshadow warnings with gcc versions 4.8.5, 5.3.1 and 6.2.1. 8 years ago
practicalswift 8dc957ae06 Remove unused code 8 years ago
Pavol Rusnak 9350e13396
util: rename variable to avoid shadowing 8 years ago
practicalswift a3ca43bb32 [trivial] Fix a typo (introduced two days ago) in the default fee warning 8 years ago
NicolasDorier cfce581d11 [LevelDB] Plug leveldb logs to bitcoin logs 8 years ago
Russell Yanofsky 9e6817ed11 Add new test_bitcoin-qt static library dependencies 8 years ago
Russell Yanofsky 2754ef1c4a Add simple qt wallet test sending a transaction 8 years ago
Russell Yanofsky b61b34c89d Add braces to if statements in Qt test_main 8 years ago
Patrick Strateman fb6f90a4ce Initialize nRelockTime 8 years ago
Suhas Daftuar abe7b3d3ab Don't require segwit in getblocktemplate for segwit signalling or mining 8 years ago
Wladimir J. van der Laan b651270cd6 util: Throw tinyformat::format_error on formatting error 8 years ago
Wladimir J. van der Laan 3b092bd9b6 util: Properly handle errors during log message formatting 8 years ago
Russell Yanofsky cc9503cec9 Make qt test compatible with TestChain100Setup framework 8 years ago
Russell Yanofsky 91e303595b Make test_bitcoin.cpp compatible with Qt Test framework 8 years ago
NicolasDorier dcf2112de6 Add safe flag to listunspent result 8 years ago
Russell Yanofsky af61d9f78b Add COutput::fSafe member for safe handling of unconfirmed outputs 8 years ago
practicalswift 53a2ba351a [util] Remove redundant call to get() on smart pointer (thread_specific_ptr) 8 years ago
practicalswift 9ea249014a [trival] Fix typo introduced into rpc/protocol.h in commit 338bf06 8 years ago
practicalswift 54fae05dad Remove unreachable code (g_rpcSignals.PostCommand) 8 years ago
NicolasDorier 3cef95058c Trivial: Add const modifier to GetHDChain and IsHDEnabled 8 years ago
Matt Corallo 819b513a54 Add missing braces in semaphore posts in net 8 years ago
Matt Corallo e007b243c4 Fix shutdown hang with >= 8 -addnodes set 8 years ago
John Newbery 338bf065a4 Add commenting around JSON error codes 8 years ago
Karl-Johan Alm a57845c20e
Refactor: Remove using namespace <xxx> from util* 8 years ago
Karl-Johan Alm 8a5228197c
Refactor: Remove using namespace <xxx> from wallet/ 8 years ago
Karl-Johan Alm 8cbfc4e472
Refactor: Remove using namespace <xxx> from script/ 8 years ago
Karl-Johan Alm f3c264e9a6
Refactor: Remove using namespace <xxx> from rpc/ 8 years ago
kobake 8e0720bdb9 Fix msvc compiler error C4146 (unary minus operator applied to unsigned type) 8 years ago
John Newbery 6c1fb73dd1 Improve logging in bctest.py if there is a formatting mismatch 8 years ago
John Newbery dab804c18a Return correct error codes in fundrawtransaction(). 8 years ago
John Newbery a012087667 Return correct error codes in setban(). 8 years ago
John Newbery 960bc7f778 Return correct error codes in removeprunedfunds(). 8 years ago
John Newbery c1190963b3 Return correct error codes in blockchain.cpp. 8 years ago
John Newbery 6d07c62322 Return correct error codes in bumpfee(). 8 years ago
practicalswift fdab309670 [trivial] Fix typos introduced in 7184e25c80 8 years ago
Matt Corallo 0235be1e7a Rename FlushWalletDB -> CompactWalletDB, add function description 8 years ago
Matt Corallo 735d9b5362 Use CScheduler for wallet flushing, remove ThreadFlushWalletDB 8 years ago
Matt Corallo 73296f54d6 CScheduler boost->std::function, use millisecs for times, not secs 8 years ago
kobake 292112f87e Fix msvc compiler error C4146 (minus operator applied to unsigned type) 8 years ago