11010 Commits (cf0c3f22c0440d2242489db6364a7a9127eeb511)

Author SHA1 Message Date
Wladimir J. van der Laan d31e5c1d0f Fix shutdown in case of errors during initialization 7 years ago
Cory Fields f7f7e2cd34 threads: add a thread_local autoconf check 7 years ago
practicalswift bfb0c0a5b7 Add Clang thread safety analysis annotations 7 years ago
sean 3e1ee31043 [Tests] Adding unit tests for GetDifficulty in blockchain.cpp. 7 years ago
Gregory Sanders 8b2c7330d0 clarify abortrescan rpc use 7 years ago
Andras Elso e1a8ec56c5 Fix: Open files read only if requested 7 years ago
practicalswift d2ea2bcb5c trivial: Fix unsuccessful typo 7 years ago
practicalswift 63f21d27ee net: Add missing locks in net.{cpp,h} 7 years ago
Matt Corallo d9340ce912 Fix sendrawtransaction hang when sending a tx already in mempool 7 years ago
Suhas Daftuar 9d811dc18b Document partial validation in ConnectBlock() 7 years ago
Akio Nakamura c60c49b679 Improve help text and behavior of RPC-logging 7 years ago
Jonas Schnelli 57ac471a29
Call BannedListChanged outside of cs_setBanned lock 7 years ago
Thomas Snider bba9bd0d9d Switched sync.{cpp,h} to std threading primitives. 7 years ago
Wladimir J. van der Laan 49bd6590fe tests: move pwalletMain to wallet test fixture 7 years ago
Sjors Provoost db0b7373fc
[Qt] Improved copy: RBF checkbox, tooltip and confirmation screen 7 years ago
James O'Beirne 65e91f5edf [tests] Test that mempool rejects coinbase transactions 7 years ago
Aaron Clauson f94c2ecb48 Fix for mismatched extern definition in wallet test classes which was breaking msvc linking. 7 years ago
Luke Mlsna c3055bbea1
Add help-console command to Qt debug console 7 years ago
Wladimir J. van der Laan dcfef277b4 cli: Reject arguments to -getinfo 7 years ago
MeshCollider 8263f6a5ac Create walletdir if datadir doesn't exist and fix tests 7 years ago
MeshCollider 9587a9c12b Default walletdir is wallets/ if it exists 7 years ago
MeshCollider 0530ba0eae Add -walletdir parameter to specify custom wallet dir 7 years ago
practicalswift a720b928c8 Remove includes in .cpp files for things the corresponding .h file already included 7 years ago
MeshCollider 7b91b5f8a4 Remove trailing whitespace causing travis failure 7 years ago
Wladimir J. van der Laan 96b92810a6 refactor: Include obj/build.h instead of build.h 7 years ago
Wladimir J. van der Laan 138016bf92 test: refactor: Use absolute include paths for test data files 7 years ago
Wladimir J. van der Laan e7b31631c7 qt: refactor: Changes to make include paths absolute 7 years ago
Wladimir J. van der Laan 0c715214dd build: Remove -I for everything but project root 7 years ago
Wladimir J. van der Laan 5b56ec969f qt: refactor: Use absolute include paths in .ui files 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
fanquake a7c949f644
[build] Add temp_bitcoin_locale_qrc to CLEAN_QT to fix make distcheck 7 years ago
practicalswift 069215ebe2 Initialize recently introduced non-static class member lastCycles to zero in constructor 7 years ago
Luke Dashjr 927f4ff5a2 GUI: Receive: Remove option to reuse a previous address 7 years ago
Russell Yanofsky aed1d90aca [wallet] Change feebumper from class to functions 7 years ago
Russell Yanofsky 37bdcca3c3 [refactor] Make feebumper namespace 7 years ago
Russell Yanofsky 7c4f009195 [trivial] Rename feebumper variables according to project code style 7 years ago
John Newbery 5e0ba8f8cd [wallet] getreceivedbyaddress should return error if address is not mine 7 years ago
practicalswift 109a858995 tests: Add missing locks to tests 7 years ago
practicalswift 63c2d83e58 Explicitly state assumption that state.m_chain_sync.m_work_header != nullptr in ConsiderEviction 7 years ago
Luke Dashjr eac2abca02 Qt: Enable searching by transaction id 7 years ago
Luke Dashjr c407c61c5b Qt: Avoid invalidating the search filter, when it doesn't really change 7 years ago
Luke Dashjr b1f634242e Qt: Rename confusingly-named "address prefix" to "search string" 7 years ago
Matt Corallo be9f38c613 Do not make it trivial for inbound peers to generate log entries 7 years ago
Aaron Clauson fbf327b138 Minimal code changes to allow msvc compilation. 7 years ago
Matt Corallo 620bae34cf Require a steady clock for bench with at least micro precision 7 years ago
Jonas Schnelli c8538123a7
Update ban-state in case of dirty-state during periodic sweep 7 years ago
practicalswift a357293c87 Use MakeUnique<Db>(...) 7 years ago
practicalswift 3e09b390b4 Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...)) 7 years ago
practicalswift 86179897e2 Add MakeUnique (substitute for C++14 std::make_unique) 7 years ago
practicalswift d223bc940a Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree 7 years ago