Commit Graph

24288 Commits (fac43f9889f500bcb62d830c030dec42fe791031)
 

Author SHA1 Message Date
MarcoFalke fac43f9889
scheduler: Replace stop(true) with StopWhenDrained()
5 years ago
MarcoFalke fa9cca0550
doc: Remove unused documentation about unimplemented features
5 years ago
MarcoFalke fab2950d70
doc: Switch boost::thread to std::thread in scheduler
5 years ago
MarcoFalke fa9819695a
test: Remove unused scheduler.h include from the common setup
5 years ago
MarcoFalke fa609c4f76
scheduler: Remove unused REVERSE_LOCK
5 years ago
MarcoFalke 55b4c65bd1
Merge #16127: More thread safety annotation coverage
5 years ago
MarcoFalke 9ccaee1d5e
Merge #19004: refactor: Replace const char* to std::string
5 years ago
fanquake cffbf1eb9a
Merge #19073: Remove outdated comment about DER encoding
5 years ago
fanquake 48e114e0a8
Merge #19061: doc: Add link to Visual Studio build readme
5 years ago
pad 1c91ffefcf doc : add link to readme.md in the first section
5 years ago
Samuel Dobson 520e435b5e
Merge #18918: wallet: Move salvagewallet into wallettool
5 years ago
Wladimir J. van der Laan 4af01b37d4
Merge #19060: test: Remove global wait_until from p2p_getdata
5 years ago
Elichai Turkel 4c825792dd
Remove outdated comment about DER encoding
5 years ago
Anthony Towns 5478d6c099 logging: thread safety annotations
5 years ago
Wladimir J. van der Laan dcacea096e
Merge #19032: Serialization improvements: final step
5 years ago
Anthony Towns e685ca1992 util/system.cpp: add thread safety annotations for dir_locks
5 years ago
MarcoFalke fe1357a03a
Merge #18881: Prevent UB in DeleteLock() function
5 years ago
MarcoFalke 13397dc78f
Merge #19056: rpc: Make gettxoutsetinfo/GetUTXOStats interruptible
5 years ago
MarcoFalke d3b0ef80f6
Merge #18867: tests: Add fuzzing harness for CCoinsViewCache
5 years ago
MarcoFalke 7d32cce3e7
Merge #19010: net processing: Add support for getcfheaders
5 years ago
fanquake 14f8447777
Merge #19059: gui: update Qt base translations for macOS release
5 years ago
Andrew Chow 84ae0578b6 Add release notes about salvage changes
5 years ago
Andrew Chow ea337f2d03 Move RecoverKeysOnlyFilter into RecoverDataBaseFile
5 years ago
Andrew Chow 9ea2d258b4 Move RecoverDatabaseFile and RecoverKeysOnlyFilter into salvage.{cpp/h}
5 years ago
Andrew Chow b426c7764d Make BerkeleyBatch::Recover and WalletBatch::RecoverKeysOnlyFilter standalone
5 years ago
Andrew Chow 2741774214 Expose a version of ReadKeyValue and use it in RecoverKeysOnlyFilter
5 years ago
Andrew Chow ced95d0e43 Move BerkeleyEnvironment::Salvage into BerkeleyBatch::Recover
5 years ago
Andrew Chow 07250b8dce walletdb: remove fAggressive from Salvage
5 years ago
Andrew Chow 8ebcbc85c6 walletdb: don't automatically salvage when corruption is detected
5 years ago
Andrew Chow d321046f4b wallet: remove -salvagewallet
5 years ago
Andrew Chow cdd955e580 Add basic test for bitcoin-wallet salvage
5 years ago
Andrew Chow c87770915b wallettool: Add a salvage command
5 years ago
practicalswift f9b22e3bdb tests: Add fuzzing harness for CCoinsViewCache
5 years ago
Pieter Wuille 71f016c6eb Remove old serialization primitives
5 years ago
Pieter Wuille 92beff15d3 Convert LimitedString to formatter
5 years ago
Pieter Wuille ef17c03e07 Convert wallet to new serialization
5 years ago
MarcoFalke fa80b4788b
test: Remove global wait_until from p2p_getdata
5 years ago
MarcoFalke 999922baed
test: Default mininode.wait_until timeout to 60s
5 years ago
MarcoFalke fab47375fe
test: pep-8 p2p_getdata.py
5 years ago
Samuel Dobson 24f7029064
Merge #18594: cli: display multiwallet balances in -getinfo
5 years ago
MarcoFalke 793e0ff22c
Merge #18698: Make g_chainman internal to validation
5 years ago
fanquake 492cdc56e0
Merge #19058: doc: Drop protobuf stuff
5 years ago
fanquake 69bfcac27a
gui: update Qt base translations for macOS release
5 years ago
Hennadii Stepanov ea9fcfd130
doc: Drop protobuf stuff
5 years ago
MarcoFalke fa3288cda1
Merge #19052: tests: Don't limit fuzzing inputs to 1 MB for afl-fuzz (now: ∞ ∀ fuzzers)
5 years ago
MarcoFalke fa756928c3
rpc: Make gettxoutsetinfo/GetUTXOStats interruptible
5 years ago
MarcoFalke fa7fc5a8e0
rpc: factor out RpcInterruptionPoint from dumptxoutset
5 years ago
Jim Posen 5308c97cca [test] Add test for cfheaders
5 years ago
Jim Posen f6b58c1506 [net processing] Message handling for getcfheaders.
5 years ago
John Newbery 3bdc7c2d39 [doc] Add comment for m_headers_cache
5 years ago