mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-11 01:26:10 +01:00
This commit does not change behavior in any way. See previous commit for complete rationale, but these flags are being disabled because they aren't implemented and will otherwise break backwards compatibility when they are implemented. -BEGIN VERIFY SCRIPT- sed -i 's:\(ALLOW_.*\) \(//!< unimplemented\):// \1\2:' src/util/system.h sed -i '/DISALLOW_NEGATION.*scripted-diff/d' src/util/system.cpp git grep -l 'ArgsManager::ALLOW_\(INT\|STRING\)' | xargs sed -i 's/ArgsManager::ALLOW_\(INT\|STRING\)/ArgsManager::ALLOW_ANY | ArgsManager::DISALLOW_NEGATION/g' git grep -l 'ALLOW_BOOL' -- ':!src/util/system.h' | xargs sed -i 's/ALLOW_BOOL/ALLOW_ANY/g' -END VERIFY SCRIPT- |
||
---|---|---|
.. | ||
asmap.cpp | ||
asmap.h | ||
bip32.cpp | ||
bip32.h | ||
bytevectorhash.cpp | ||
bytevectorhash.h | ||
check.h | ||
epochguard.h | ||
error.cpp | ||
error.h | ||
fees.cpp | ||
fees.h | ||
getuniquepath.cpp | ||
getuniquepath.h | ||
golombrice.h | ||
hash_type.h | ||
hasher.cpp | ||
hasher.h | ||
macros.h | ||
message.cpp | ||
message.h | ||
moneystr.cpp | ||
moneystr.h | ||
rbf.cpp | ||
rbf.h | ||
readwritefile.cpp | ||
readwritefile.h | ||
serfloat.cpp | ||
serfloat.h | ||
settings.cpp | ||
settings.h | ||
sock.cpp | ||
sock.h | ||
spanparsing.cpp | ||
spanparsing.h | ||
strencodings.cpp | ||
strencodings.h | ||
string.cpp | ||
string.h | ||
syscall_sandbox.cpp | ||
syscall_sandbox.h | ||
system.cpp | ||
system.h | ||
thread.cpp | ||
thread.h | ||
threadnames.cpp | ||
threadnames.h | ||
time.cpp | ||
time.h | ||
tokenpipe.cpp | ||
tokenpipe.h | ||
trace.h | ||
translation.h | ||
types.h | ||
ui_change_type.h | ||
url.cpp | ||
url.h | ||
vector.h |