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
John Newbery 1b46a4889f
[cleanup] Remove unused CReserveKey
6 years ago
..
bench Merge #15519: Add Poly1305 implementation 6 years ago
compat Document assumptions about C++ compiler 6 years ago
config
consensus [build] Move CheckTransaction from lib_server to lib_consensus 6 years ago
crypto Merge #15663: crypto: Remove unused AES-128 code 6 years ago
index scripted-diff: Rename CBlockDiskPos to FlatFilePos. 6 years ago
interfaces Merge #15638: Move-only: Pull wallet code out of libbitcoin_server 6 years ago
leveldb Pull leveldb subtree 6 years ago
node [build] Move AnalyzePSBT from psbt.cpp to node/psbt.cpp 6 years ago
obj
obj-test
policy [build] Add several util units 6 years ago
primitives Made expicit constructor CTransaction(const CMutableTransaction &tx). 6 years ago
qt [build] Add several util units 6 years ago
rpc [rpc] simplify generate RPC 6 years ago
script [cleanup] Remove unused CReserveKey 6 years ago
secp256k1
support windows: Set _WIN32_WINNT to 0x0601 (Windows 7) 6 years ago
test [build] Add several util units 6 years ago
univalue Update univalue subtree 6 years ago
util [build] Add several util units 6 years ago
wallet [cleanup] Remove unused CReserveKey 6 years ago
zmq RPCHelpMan: Pass through Result and Examples 6 years ago
.clang-format Fix inconsistent namespace formatting guidelines 7 years ago
Makefile.am [rpc] simplify generate RPC 6 years ago
Makefile.bench.include Merge #15519: Add Poly1305 implementation 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 #15504: fuzz: Link BasicTestingSetup (shared with unit tests) 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 [addrman] Improve collision logging and address nits 6 years ago
addrman.h [addrman] Ensure collisions eventually get resolved 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 Fix missing or inconsistent include guards 7 years ago
bitcoin-cli-res.rc
bitcoin-cli.cpp Merge #15564: cli: remove duplicate wallet fields from -getinfo 6 years ago
bitcoin-tx-res.rc
bitcoin-tx.cpp [build] Add several util units 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 Remove sharp edge (uninitialized m_filter_type) when using the compiler-generated constructor for BlockFilter 6 years ago
blockfilter.h Remove sharp edge (uninitialized m_filter_type) when using the compiler-generated constructor 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 scripted-diff: Rename CBlockDiskPos to FlatFilePos. 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 Move PSBT decoding functions from core_io to psbt.cpp 6 years ago
core_memusage.h Update copyright headers to 2018 6 years ago
core_read.cpp Move PSBT decoding functions from core_io to psbt.cpp 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
flatfile.cpp Style cleanup. 6 years ago
flatfile.h Style cleanup. 6 years ago
fs.cpp wallet: Use fsbridge::ifstream to fix Windows path issue 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 [build] Add several util units 6 years ago
httpserver.h [build] Add several util units 6 years ago
indirectmap.h
init.cpp Merge #15638: Move-only: Pull wallet code out of libbitcoin_server 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 [build] Add several util units 6 years ago
miner.h [rpc] mining: Omit uninitialized currentblockweight, currentblocktx 6 years ago
net.cpp net: Remove unused unsanitized user agent string CNode::strSubVer 6 years ago
net.h Merge #15654: net: Remove unused unsanitized user agent string CNode::strSubVer 6 years ago
net_processing.cpp [build] Add several util units 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 [build] Move AnalyzePSBT from psbt.cpp to node/psbt.cpp 6 years ago
psbt.h [build] Move AnalyzePSBT from psbt.cpp to node/psbt.cpp 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 rpc: Pass mempool into MempoolToJSON 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 Break circular dependency: init -> * -> init by extracting shutdown.h 6 years ago
shutdown.h Break circular dependency: init -> * -> init by extracting shutdown.h 6 years ago
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 Fix typos 7 years ago
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 [build] Move policy settings to new src/policy/settings unit 6 years ago
txmempool.h rpc: Pass mempool into MempoolToJSON 6 years ago
ui_interface.cpp [build] Add several util units 6 years ago
ui_interface.h [build] Add several util units 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 Merge #15638: Move-only: Pull wallet code out of libbitcoin_server 6 years ago
validation.h [build] Add several util units 6 years ago
validationinterface.cpp [wallet] Schedule tx rebroadcasts in wallet 6 years ago
validationinterface.h [cleanup] Remove unused CReserveKey 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