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
MarcoFalke 6b2210f101
Merge #16713: Ignore old versionbit activations to avoid 'unknown softforks' warning
5 years ago
..
bench scripted-diff: Use ArgsManager::DEBUG_ONLY flag 5 years ago
compat Include cstring for sanity_test_fdelt if required 6 years ago
config
consensus Merge #16713: Ignore old versionbit activations to avoid 'unknown softforks' warning 5 years ago
crypto Add ChaCha20Poly1305@Bitcoin AEAD implementation 5 years ago
index scripted-diff: Make translation bilingual 5 years ago
interfaces Merge #16714: gui: add prune to intro screen with smart default 5 years ago
leveldb Pull leveldb subtree 6 years ago
node move-only: move coins statistics utils out of RPC 5 years ago
policy [wallet] abort when attempting to fund a transaction above maxtxfee 5 years ago
primitives Make reasoning about dependencies easier by not including unused dependencies 6 years ago
qt gui: Rename address checkbox back to bech32 5 years ago
rpc Merge #16817: rpc: Fix casing in getblockchaininfo to be inline with other fields 5 years ago
script Merge #14696: qa: Add explicit references to related CVE's in p2p_invalid_block test. 5 years ago
secp256k1 Update the secp256k1 subtree to the latest upstream version 6 years ago
support Improve documentation of memory_cleanse() 5 years ago
test Merge #16577: util: CBufferedFile fixes and unit test 5 years ago
univalue Update univalue subtree 6 years ago
util Testchains: Generic selection with -chain=<str> in addition of -testnet and -regtest 5 years ago
wallet rpc: fix regression in gettransaction 5 years ago
zmq rpc: switch to using RPCHelpMan.Check() 5 years ago
.clang-format Fix inconsistent namespace formatting guidelines 7 years ago
Makefile.am Merge #15146: Solve SmartOS FD_ZERO build issue 5 years ago
Makefile.bench.include Merge #15649: Add ChaCha20Poly1305@Bitcoin AEAD 5 years ago
Makefile.leveldb.include build: Remove WINVER pre define in Makefile.leveldb.inlcude 6 years ago
Makefile.qt.include Add CreateWalletDialog to create wallets from the GUI 5 years ago
Makefile.qttest.include scripted-diff: Rename test_bitcoin to test/setup_common 6 years ago
Makefile.test.include Move ismine to wallet module 5 years ago
addrdb.cpp addrdb: Remove temporary files created in SerializeFileDB. Fixes non-determinism in unit tests. 5 years ago
addrdb.h banman: Add, use CBanEntry ctor that takes ban reason 6 years ago
addrman.cpp Make reasoning about dependencies easier by not including unused dependencies 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 Make reasoning about dependencies easier by not including unused dependencies 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 scripted-diff: Make translation bilingual 5 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 Assert that the HRP is lowercase in Bech32::Encode 5 years ago
bech32.h Assert that the HRP is lowercase in Bech32::Encode 5 years ago
bitcoin-cli-res.rc
bitcoin-cli.cpp Testchains: Generic selection with -chain=<str> in addition of -testnet and -regtest 5 years ago
bitcoin-tx-res.rc
bitcoin-tx.cpp Testchains: Generic selection with -chain=<str> in addition of -testnet and -regtest 5 years ago
bitcoin-wallet-res.rc [tools] Add wallet inspection and modification tool 6 years ago
bitcoin-wallet.cpp bitcoin-wallet: Add a missing closing parenthesis in the help 5 years ago
bitcoind-res.rc
bitcoind.cpp doc: Move doxygen intro to file for USE_MDFILE_AS_MANPAGE 5 years ago
blockencodings.cpp CorruptionPossible -> BLOCK_MUTATED 6 years ago
blockencodings.h disallow oversized CBlockHeaderAndShortTxIDs 6 years ago
blockfilter.cpp init: Add CLI option to enable block filter index. 6 years ago
blockfilter.h init: Add CLI option to enable block filter index. 6 years ago
bloom.cpp refactor: Improve CRollingBloomFilter::reset by using std::fill 6 years ago
bloom.h Removes unsed `CBloomFilter` constructor. 6 years ago
chain.cpp refactor: combine Chain::findFirstBlockWithTime/findFirstBlockWithTimeAndHeight 6 years ago
chain.h [doc] chain: Declare BLOCK_VALID_HEADER reserved 5 years ago
chainparams.cpp Ignore old versionbit activations 5 years ago
chainparams.h Remove wallet settings from chainparams 5 years ago
chainparamsbase.cpp Testchains: Generic selection with -chain=<str> in addition of -testnet and -regtest 5 years ago
chainparamsbase.h Remove wallet settings from chainparams 5 years ago
chainparamsseeds.h net: Update hardcoded seeds 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 move-onlyish: move CCoinsViewErrorCatcher out of init.cpp 5 years ago
coins.h move-onlyish: move CCoinsViewErrorCatcher out of init.cpp 5 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 Include core_io.h from core_read.cpp 6 years ago
core_write.cpp Don't show addresses or P2PK in decoderawtransaction 5 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 Replace deprecated Boost Filesystem function 6 years ago
dbwrapper.h scripted-diff: Move util files to separate directory. 6 years ago
dummywallet.cpp Expose wallet creation to the GUI via WalletController 5 years ago
flatfile.cpp Style cleanup. 6 years ago
flatfile.h Style cleanup. 6 years ago
fs.cpp Avoid redefine warning 6 years ago
fs.h Replace deprecated Boost Filesystem function 6 years ago
hash.cpp Extract CSipHasher to it's own file in crypto/ directory. 6 years ago
hash.h Squashed 'src/secp256k1/' changes from 0b70241850..b19c000063 6 years ago
httprpc.cpp scripted-diff: Make translation bilingual 5 years ago
httprpc.h Cleanup StartRest() 6 years ago
httpserver.cpp Remove global symbols: Avoid using the global namespace if possible 6 years ago
httpserver.h [build] Add several util units 6 years ago
indirectmap.h
init.cpp refactoring: move ReplayBlocks under CChainState 5 years ago
init.h Pass chain and client variables where needed 6 years ago
key.cpp Make reasoning about dependencies easier by not including unused dependencies 6 years ago
key.h CKey: add method to negate the key 6 years ago
key_io.cpp Replace CScriptID and CKeyID in CTxDestination with dedicated types 6 years ago
key_io.h Update copyright headers to 2018 6 years ago
limitedmap.h Update copyright headers to 2018 6 years ago
logging.cpp test: Log to debug.log in all tests 5 years ago
logging.h test: Log to debug.log in all tests 5 years ago
memusage.h Update copyright headers to 2018 6 years ago
merkleblock.cpp Make reasoning about dependencies easier by not including unused dependencies 6 years ago
merkleblock.h Update copyright headers to 2018 6 years ago
miner.cpp Make reasoning about dependencies easier by not including unused dependencies 6 years ago
miner.h [rpc] mining: Omit uninitialized currentblockweight, currentblocktx 6 years ago
net.cpp Merge #15558: Don't query all DNS seeds at once 5 years ago
net.h doc: add comments clarifying how local services are advertised 5 years ago
net_permissions.cpp util: Move ResolveErrMsg to util/error 5 years ago
net_permissions.h Make whitebind/whitelist permissions more flexible 5 years ago
net_processing.cpp Merge #14696: qa: Add explicit references to related CVE's in p2p_invalid_block test. 5 years ago
net_processing.h refactor : use RelayTransaction in BroadcastTransaction utility 5 years ago
netaddress.cpp Fix spelling errors identified by codespell 1.15.0 5 years ago
netaddress.h netaddress: Update CNetAddr for ORCHIDv2 6 years ago
netbase.cpp util: refactor upper/lowercase functions 5 years ago
netbase.h util: refactor upper/lowercase functions 5 years ago
netmessagemaker.h Update copyright headers to 2018 6 years ago
noui.cpp Merge #16277: [Tests] Suppress output in test_bitcoin for expected errors 5 years ago
noui.h Suppress output in test_bitcoin for expected errors 5 years ago
optional.h Remove 'boost::optional'-related gcc warnings 6 years ago
outputtype.cpp Move various SigningProviders to signingprovider.{cpp,h} 5 years ago
outputtype.h Move various SigningProviders to signingprovider.{cpp,h} 5 years ago
pow.cpp Update copyright headers to 2018 6 years ago
pow.h Update copyright headers to 2018 6 years ago
prevector.h Merge #12324: speed up Unserialize_impl for prevector 5 years ago
protocol.cpp scripted-diff: Move util files to separate directory. 6 years ago
protocol.h Remove unused bits from the service flags enum 5 years ago
psbt.cpp Merge #15427: Add support for descriptors to utxoupdatepsbt 5 years ago
psbt.h Move various SigningProviders to signingprovider.{cpp,h} 5 years ago
pubkey.cpp Update copyright headers to 2018 6 years ago
pubkey.h Update copyright headers to 2018 6 years ago
random.cpp net: Use mockable time for tx download 5 years ago
random.h net: Use mockable time for tx download 5 years ago
rest.cpp refactor: pcoinsTip -> CChainState::CoinsTip() 5 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 Support serialization of std::vector<bool> 5 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 util: CBufferedFile fixes 5 years ago
sync.cpp Replace remaining fprintf with tfm::format manually 5 years ago
sync.h scripted-diff: Rename LockAnnotation to LockAssertion 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 Move LockAnnotation from threadsafety.h (imported code) to sync.h (our code) 6 years ago
timedata.cpp scripted-diff: Make translation bilingual 5 years ago
timedata.h Update copyright headers to 2018 6 years ago
tinyformat.h tinyformat: Add doc to Bitcoin Core specific strprintf 5 years ago
torcontrol.cpp fix: tor: Call event_base_loopbreak from the event's callback 5 years ago
torcontrol.h Update copyright headers to 2018 6 years ago
txdb.cpp refactor: have CCoins* data managed under CChainState 5 years ago
txdb.h refactor: have CCoins* data managed under CChainState 5 years ago
txmempool.cpp validation: Add missing mempool locks 6 years ago
txmempool.h refactor: pcoinsTip -> CChainState::CoinsTip() 5 years ago
ui_interface.cpp Merge #16092: Don't use global (external) symbols for symbols that are used in only one translation unit 5 years ago
ui_interface.h Add MSG_NOPREFIX flag for user messages 5 years ago
uint256.cpp Merge #14734: fix an undefined behavior in uint::SetHex 5 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 #16713: Ignore old versionbit activations to avoid 'unknown softforks' warning 5 years ago
validation.h validation: Make GetWitnessCommitmentIndex public 5 years ago
validationinterface.cpp Make reasoning about dependencies easier by not including unused dependencies 6 years ago
validationinterface.h Remove extra CBlockIndex declaration 5 years ago
version.h Update copyright headers to 2018 6 years ago
versionbits.cpp doc: Improve versionbits.h documentation 5 years ago
versionbits.h doc: Improve versionbits.h documentation 5 years ago
versionbitsinfo.cpp [Consensus] Bury segwit deployment 5 years ago
versionbitsinfo.h MOVEONLY: Move versionbits info out of versionbits.o 6 years ago
walletinitinterface.h refactor: Cleanup walletinitinterface.h 5 years ago
warnings.cpp scripted-diff: Make translation bilingual 5 years ago
warnings.h Merge #13780: 0.17: Pre-branch maintenance 6 years ago