bitcoin/src/util
Russell Yanofsky c5d7e34bd9 scripted-diff: disable unimplemented ArgsManager BOOL/INT/STRING flags
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-
2021-10-25 10:44:17 -04:00
..
asmap.cpp refactor: Block unsafe fs::path std::string conversion calls 2021-10-05 11:10:47 -04:00
asmap.h [asmap] Make DecodeAsmap() a utility function 2021-09-07 15:24:00 +01:00
bip32.cpp
bip32.h
bytevectorhash.cpp
bytevectorhash.h
check.h
epochguard.h
error.cpp
error.h
fees.cpp
fees.h
getuniquepath.cpp doc: add missing copyright header to getuniquepath.cpp 2021-09-08 16:28:21 +08:00
getuniquepath.h
golombrice.h
hash_type.h
hasher.cpp
hasher.h doc: remove outdated comment 2021-08-22 17:32:43 +02:00
macros.h
message.cpp
message.h
moneystr.cpp Merge bitcoin/bitcoin#22951: consensus: move amount.h into consensus 2021-10-05 09:43:23 +02:00
moneystr.h [MOVEONLY] consensus: move amount.h into consensus 2021-09-30 07:41:57 +08:00
rbf.cpp
rbf.h make MAX_BIP125_RBF_SEQUENCE constexpr 2021-09-20 13:32:28 +01:00
readwritefile.cpp
readwritefile.h
serfloat.cpp
serfloat.h
settings.cpp refactor: Block unsafe fs::path std::string conversion calls 2021-10-05 11:10:47 -04:00
settings.h
sock.cpp Cleanup headers after #20788 2021-09-11 10:47:02 +03:00
sock.h
spanparsing.cpp
spanparsing.h
strencodings.cpp Merge bitcoin/bitcoin#23156: refactor: Remove unused ParsePrechecks and ParseDouble 2021-10-04 15:06:37 +02:00
strencodings.h doc: Fixup ToIntegral docs 2021-10-08 15:54:50 +02:00
string.cpp
string.h
syscall_sandbox.cpp Add missing gettimeofday to syscall sandbox 2021-10-19 12:28:13 +02:00
syscall_sandbox.h Add syscall sandboxing (seccomp-bpf) 2021-10-01 13:51:10 +00:00
system.cpp scripted-diff: disable unimplemented ArgsManager BOOL/INT/STRING flags 2021-10-25 10:44:17 -04:00
system.h scripted-diff: disable unimplemented ArgsManager BOOL/INT/STRING flags 2021-10-25 10:44:17 -04:00
thread.cpp
thread.h
threadnames.cpp
threadnames.h
time.cpp
time.h
tokenpipe.cpp
tokenpipe.h
trace.h
translation.h
types.h Add util/types.h with ALWAYS_FALSE template 2021-09-07 19:19:02 +02:00
ui_change_type.h
url.cpp
url.h
vector.h