You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
litecoin/src
Russell Yanofsky 80f52a2267
Remove uses of CheckFinalTx in wallet code
6 years ago
..
bench tests: Add missing cs_main locks required when accessing pcoinsdbview, pcoinsTip or pblocktree 6 years ago
compat Add compile time verification of assumptions we're currently making implicitly/tacitly 6 years ago
config
consensus Update copyright headers to 2018 6 years ago
crypto Abstract out seeding/extracting entropy into RNGState::MixExtract 6 years ago
index Merge #14085: index: Fix for indexers skipping genesis block. 6 years ago
interfaces Remove uses of CheckFinalTx in wallet code 6 years ago
leveldb Pull leveldb subtree 6 years ago
node Remove unused TransactionError constants 6 years ago
obj
obj-test
policy Add locking annotations to feeStats, shortStats and longStats 6 years ago
primitives Made expicit constructor CTransaction(const CMutableTransaction &tx). 6 years ago
qt Merge #15195: gui: Add Close Wallet action 6 years ago
rpc Merge #15435: rpc: Add missing #include 6 years ago
script Merge #15368: Descriptor checksums 6 years ago
secp256k1
support windows: Set _WIN32_WINNT to 0x0601 (Windows 7) 6 years ago
test Merge #15368: Descriptor checksums 6 years ago
univalue Update univalue subtree 6 years ago
util Merge #15278: Improve PID file error handling 6 years ago
wallet Remove uses of CheckFinalTx in wallet code 6 years ago
zmq RPCHelpMan: Pass through Result and Examples 6 years ago
.clang-format
Makefile.am Merge #15391: Add compile time verification of assumptions we're currently making implicitly/tacitly 6 years ago
Makefile.bench.include Add Benchmark to test input de-duplication worst case 6 years ago
Makefile.leveldb.include build: Remove WINVER pre define in Makefile.leveldb.inlcude 6 years ago
Makefile.qt.include gui: Add WalletController 6 years ago
Makefile.qttest.include Add BitcoinApplication & RPCConsole tests 6 years ago
Makefile.test.include Merge #15399: fuzz: Script validation flags 6 years ago
addrdb.cpp banman: pass the banfile path in 6 years ago
addrdb.h banman: Add, use CBanEntry ctor that takes ban reason 6 years ago
addrman.cpp Make addrman use its local RNG exclusively 6 years ago
addrman.h Use C++11 default member initializers 6 years ago
amount.h Update copyright headers to 2018 6 years ago
arith_uint256.cpp scripted-diff: Move util files to separate directory. 6 years ago
arith_uint256.h Use std::numeric_limits<UNSIGNED>::max()) instead of (UNSIGNED)-1 6 years ago
attributes.h Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort includes. 6 years ago
banman.cpp Allow connections from misbehavior banned peers. 6 years ago
banman.h Allow connections from misbehavior banned peers. 6 years ago
base58.cpp scripted-diff: Move util files to separate directory. 6 years ago
base58.h Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort includes. 6 years ago
bech32.cpp Make objects in range declarations immutable by default. Avoid unnecessary copying of objects in range declarations. 6 years ago
bech32.h
bitcoin-cli-res.rc
bitcoin-cli.cpp util: Add SetupHelpOptions() 6 years ago
bitcoin-tx-res.rc
bitcoin-tx.cpp util: Add SetupHelpOptions() 6 years ago
bitcoin-wallet-res.rc [tools] Add wallet inspection and modification tool 6 years ago
bitcoin-wallet.cpp util: Add SetupHelpOptions() 6 years ago
bitcoind-res.rc
bitcoind.cpp Merge #14521: qt, docs: Fix `bitcoin-qt -version` output formatting 6 years ago
blockencodings.cpp Extract CSipHasher to it's own file in crypto/ directory. 6 years ago
blockencodings.h disallow oversized CBlockHeaderAndShortTxIDs 6 years ago
blockfilter.cpp blockfilter: Remove default clause in switch statement. 6 years ago
blockfilter.h blockfilter: Additional constructors for BlockFilter. 6 years ago
bloom.cpp Merge #13429: Return the script type from Solver 6 years ago
bloom.h Removes unsed `CBloomFilter` constructor. 6 years ago
chain.cpp Update copyright headers to 2018 6 years ago
chain.h Don't label transactions "Open" while catching up 6 years ago
chainparams.cpp Update assumevalid, minimumchainwork, and getchaintxstats to height 563378. 6 years ago
chainparams.h implements different disk sizes for different networks on intro 6 years ago
chainparamsbase.cpp scripted-diff: Move util files to separate directory. 6 years ago
chainparamsbase.h Update copyright headers to 2018 6 years ago
chainparamsseeds.h net: Update hardcoded seeds 6 years ago
checkpoints.cpp Update copyright headers to 2018 6 years ago
checkpoints.h Update copyright headers to 2018 6 years ago
checkqueue.h Update copyright headers to 2018 6 years ago
clientversion.cpp Update copyright headers to 2018 6 years ago
clientversion.h Update copyright headers to 2018 6 years ago
coins.cpp Extract CSipHasher to it's own file in crypto/ directory. 6 years ago
coins.h Trivial: fixup a few doxygen comments 6 years ago
compat.h windows: Set _WIN32_WINNT to 0x0601 (Windows 7) 6 years ago
compressor.cpp Update copyright headers to 2018 6 years ago
compressor.h Update copyright headers to 2018 6 years ago
core_io.h Split DecodePSBT into Base64 and Raw versions 6 years ago
core_memusage.h Update copyright headers to 2018 6 years ago
core_read.cpp Move PSBT definitions and code to separate files 6 years ago
core_write.cpp scripted-diff: Move util files to separate directory. 6 years ago
cuckoocache.h Make objects in range declarations immutable by default. Avoid unnecessary copying of objects in range declarations. 6 years ago
dbwrapper.cpp Fix typos reported by codespell 6 years ago
dbwrapper.h scripted-diff: Move util files to separate directory. 6 years ago
dummywallet.cpp wallet: Factor out LoadWallet 6 years ago
fs.cpp utils: Fix broken Windows filelock 6 years ago
fs.h Update copyright headers to 2018 6 years ago
hash.cpp Extract CSipHasher to it's own file in crypto/ directory. 6 years ago
hash.h Merge #13258: uint256: Remove unnecessary crypto/common.h dependency 6 years ago
httprpc.cpp scripted-diff: Move util files to separate directory. 6 years ago
httprpc.h Cleanup StartRest() 6 years ago
httpserver.cpp log: Construct global logger on first use 6 years ago
httpserver.h convert C-style (void) parameter lists to C++ style () 6 years ago
indirectmap.h
init.cpp Merge #13676: Explain that mempool memory is added to -dbcache 6 years ago
init.h Pass chain and client variables where needed 6 years ago
key.cpp Fix assertion in CKey::SignCompact 6 years ago
key.h convert C-style (void) parameter lists to C++ style () 6 years ago
key_io.cpp Avoid triggering undefined behaviour (std::memset(nullptr, 0, 0)) if an invalid string is passed to DecodeSecret(...) 6 years ago
key_io.h Update copyright headers to 2018 6 years ago
keystore.cpp scripted-diff: Move util files to separate directory. 6 years ago
keystore.h Update copyright headers to 2018 6 years ago
limitedmap.h Update copyright headers to 2018 6 years ago
logging.cpp log: Construct global logger on first use 6 years ago
logging.h log: Construct global logger on first use 6 years ago
memusage.h Update copyright headers to 2018 6 years ago
merkleblock.cpp Replace use of BEGIN and END macros on uint256 6 years ago
merkleblock.h Update copyright headers to 2018 6 years ago
miner.cpp [rpc] mining: Omit uninitialized currentblockweight, currentblocktx 6 years ago
miner.h [rpc] mining: Omit uninitialized currentblockweight, currentblocktx 6 years ago
net.cpp Change in transaction pull scheduling to prevent InvBlock-related attacks 6 years ago
net.h Merge #15201: net: Add missing locking annotation for vNodes. vNodes is guarded by cs_vNodes. 6 years ago
net_processing.cpp Merge #14626: Select orphan transaction uniformly for eviction 6 years ago
net_processing.h banman: create and split out banman 6 years ago
netaddress.cpp netaddress: Make IPv4 loopback comment more descriptive 6 years ago
netaddress.h Merge #14728: fix uninitialized read when stringifying an addrLocal 6 years ago
netbase.cpp Drop defunct Windows compat fixes 6 years ago
netbase.h Update copyright headers to 2018 6 years ago
netmessagemaker.h Update copyright headers to 2018 6 years ago
noui.cpp scripted-diff: Move util files to separate directory. 6 years ago
noui.h Update copyright headers to 2018 6 years ago
optional.h Remove 'boost::optional'-related gcc warnings 6 years ago
outputtype.cpp Update copyright headers to 2018 6 years ago
outputtype.h Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort includes. 6 years ago
pow.cpp Update copyright headers to 2018 6 years ago
pow.h Update copyright headers to 2018 6 years ago
prevector.h Implement prevector::fill once 6 years ago
protocol.cpp scripted-diff: Move util files to separate directory. 6 years ago
protocol.h Use C++11 default member initializers 6 years ago
psbt.cpp Merge #15408: Remove unused TransactionError constants 6 years ago
psbt.h Merge #15408: Remove unused TransactionError constants 6 years ago
pubkey.cpp Update copyright headers to 2018 6 years ago
pubkey.h Update copyright headers to 2018 6 years ago
random.cpp Merge #15250: Use RdSeed when available, and reduce RdRand load 6 years ago
random.h Use RdSeed when available, and reduce RdRand load 6 years ago
rest.cpp Merge #15159: [RPC] Remove lookup to UTXO set from GetTransaction 6 years ago
reverse_iterator.h scripted-diff: Remove trailing whitespaces 6 years ago
reverselock.h
scheduler.cpp Switch all RNG code to the built-in PRNG. 6 years ago
scheduler.h trivial: correct parameter name in comments 6 years ago
serialize.h Drop minor GetSerializeSize template 6 years ago
shutdown.cpp
shutdown.h
span.h Add more methods to Span class 6 years ago
streams.h Trivial: Doxygenize existing CBufferedFile and VectorReader comments 6 years ago
sync.cpp Prevent mutex lock fail even if --enable-debug 6 years ago
sync.h sync: Add RecursiveMutex type alias 6 years ago
threadinterrupt.cpp Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection 6 years ago
threadinterrupt.h Update copyright headers to 2018 6 years ago
threadsafety.h Pass chain locked variables where needed 6 years ago
timedata.cpp scripted-diff: Move util files to separate directory. 6 years ago
timedata.h Update copyright headers to 2018 6 years ago
tinyformat.h
torcontrol.cpp Drop IsLimited in favor of IsReachable 6 years ago
torcontrol.h Update copyright headers to 2018 6 years ago
txdb.cpp scripted-diff: Move util files to separate directory. 6 years ago
txdb.h Merge #13780: 0.17: Pre-branch maintenance 6 years ago
txmempool.cpp scripted-diff: Move util files to separate directory. 6 years ago
txmempool.h remove deprecated mentions of signrawtransaction from fundraw help 6 years ago
ui_interface.cpp scripted-diff: Move util files to separate directory. 6 years ago
ui_interface.h Make macro compatible with MSVC 6 years ago
uint256.cpp util: Make ToLower and ToUpper take a char 6 years ago
uint256.h uint256: Remove unnecessary crypto/common.h use 6 years ago
undo.h Extract CSipHasher to it's own file in crypto/ directory. 6 years ago
validation.cpp Remove unnecessary const_cast 6 years ago
validation.h [rpc] mining: Omit uninitialized currentblockweight, currentblocktx 6 years ago
validationinterface.cpp Check m_internals in UnregisterValidationInterface 6 years ago
validationinterface.h Add compile time checking for all cs_main runtime locking assertions 6 years ago
version.h Update copyright headers to 2018 6 years ago
versionbits.cpp MOVEONLY: Move versionbits info out of versionbits.o 6 years ago
versionbits.h MOVEONLY: Move versionbits info out of versionbits.o 6 years ago
versionbitsinfo.cpp MOVEONLY: Move versionbits info out of versionbits.o 6 years ago
versionbitsinfo.h MOVEONLY: Move versionbits info out of versionbits.o 6 years ago
walletinitinterface.h Remove direct node->wallet calls in init.cpp 6 years ago
warnings.cpp scripted-diff: Move util files to separate directory. 6 years ago
warnings.h Merge #13780: 0.17: Pre-branch maintenance 6 years ago