Kevacoin source tree
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.
 
 
 
 
 
 
Pieter Wuille d636f3943d
Merge #10536: Remove unreachable or otherwise redundant code
8 years ago
..
bench scripted-diff: Fully remove BOOST_FOREACH 8 years ago
compat
config
consensus Comment out unused constant REJECT_DUST 8 years ago
crypto Limit variable scope 8 years ago
leveldb Update to LevelDB 1.20 8 years ago
obj
obj-test
policy Merge #10284: Always log debug information for fee calculation in CreateTransaction 8 years ago
primitives Perform member initialization in initialization lists where possible 8 years ago
qt Merge #10536: Remove unreachable or otherwise redundant code 8 years ago
rpc Merge #10284: Always log debug information for fee calculation in CreateTransaction 8 years ago
script Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE 8 years ago
secp256k1 Update to latest libsecp256k1 8 years ago
support [wallet] Securely erase potentially sensitive keys/values 8 years ago
test Merge #10377: Use rdrand as entropy source on supported platforms 8 years ago
univalue
wallet Merge #10536: Remove unreachable or otherwise redundant code 8 years ago
zmq Missing includes 8 years ago
.clang-format Make clang-format use C++11 features (e.g. A<A<int>> instead of A<A<int> >) 8 years ago
Makefile.am Merge #10544: Update to LevelDB 1.20 8 years ago
Makefile.bench.include leveldb: enable runtime-detected crc32 instructions 8 years ago
Makefile.leveldb.include Add extra LevelDB source to Makefile 8 years ago
Makefile.qt.include leveldb: enable runtime-detected crc32 instructions 8 years ago
Makefile.qttest.include leveldb: enable runtime-detected crc32 instructions 8 years ago
Makefile.test.include Merge #10544: Update to LevelDB 1.20 8 years ago
addrdb.cpp Use fsbridge for fopen and freopen 8 years ago
addrdb.h Replace uses of boost::filesystem with fs 8 years ago
addrman.cpp Merge #9792: FastRandomContext improvements and switch to ChaCha20 8 years ago
addrman.h Merge #9792: FastRandomContext improvements and switch to ChaCha20 8 years ago
amount.h Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module 8 years ago
arith_uint256.cpp
arith_uint256.h
base58.cpp
base58.h
bitcoin-cli-res.rc
bitcoin-cli.cpp Chainparams: Use a regular factory for creating chainparams 8 years ago
bitcoin-tx-res.rc
bitcoin-tx.cpp Merge #10536: Remove unreachable or otherwise redundant code 8 years ago
bitcoind-res.rc
bitcoind.cpp Remove unused Boost includes 8 years ago
blockencodings.cpp Simplify "bool x = y ? true : false" to "bool x = y" 8 years ago
blockencodings.h
bloom.cpp scripted-diff: Fully remove BOOST_FOREACH 8 years ago
bloom.h
chain.cpp
chain.h
chainparams.cpp Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of 8 years ago
chainparams.h Rename -bip9params to -vbparams 8 years ago
chainparamsbase.cpp Chainparams: Use a regular factory for creating chainparams 8 years ago
chainparamsbase.h Chainparams: Use a regular factory for creating chainparams 8 years ago
chainparamsseeds.h
checkpoints.cpp
checkpoints.h
checkqueue.h Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE 8 years ago
clientversion.cpp
clientversion.h Fix build warning from #error text 8 years ago
coins.cpp [trivial] Fix typo: "occurrences" (misspelled as "occurrances") 8 years ago
coins.h Merge #10550: Don't return stale data from CCoinsViewCache::Cursor() 8 years ago
compat.h
compressor.cpp
compressor.h
core_io.h
core_memusage.h Add RecursiveDynamicUsage overload for std::shared_ptr 8 years ago
core_read.cpp Merge #10545: Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of 8 years ago
core_write.cpp Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE 8 years ago
cuckoocache.h Merge #9533: Allow non-power-of-2 signature cache sizes 8 years ago
dbwrapper.cpp Turn TryCreateDirectory() into TryCreateDirectories() 8 years ago
dbwrapper.h Report on-disk size in gettxoutsetinfo 8 years ago
fs.cpp Remove unused Boost includes 8 years ago
fs.h [Trivial] Add BITCOIN_FS_H endif footer in fs.h 8 years ago
hash.cpp Add specialization of SipHash for 256 + 32 bit data 8 years ago
hash.h Add specialization of SipHash for 256 + 32 bit data 8 years ago
httprpc.cpp Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE 8 years ago
httprpc.h Remove unnecessary forward class declarations in header files 8 years ago
httpserver.cpp Util: Small improvements in gArgs usage 8 years ago
httpserver.h Set BCLog::LIBEVENT correctly for old libevent versions. 8 years ago
indirectmap.h
init.cpp Merge #9895: Turn TryCreateDirectory() into TryCreateDirectories() 8 years ago
init.h
key.cpp Remove unused C++ code not covered by unit tests 8 years ago
key.h Remove unused C++ code not covered by unit tests 8 years ago
keystore.cpp Remove unused Boost includes 8 years ago
keystore.h Remove unused Boost includes 8 years ago
limitedmap.h
memusage.h Use std::unordered_{map,set} (C++11) instead of boost::unordered_{map,set} 8 years ago
merkleblock.cpp Trivial: remove extra character from comment 8 years ago
merkleblock.h Fixed typo in documentation for merkleblock.h 8 years ago
miner.cpp scripted-diff: Fully remove BOOST_FOREACH 8 years ago
miner.h Remove unnecessary forward class declarations in header files 8 years ago
net.cpp Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE 8 years ago
net.h Remove unnecessary forward class declarations in header files 8 years ago
net_processing.cpp Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE 8 years ago
net_processing.h Add timeout for headers sync 8 years ago
netaddress.cpp Remove unused C++ code not covered by unit tests 8 years ago
netaddress.h Remove unused C++ code not covered by unit tests 8 years ago
netbase.cpp Merge #9539: [net] Avoid initialization to a value that is never read 8 years ago
netbase.h [net] Added SetSocketNoDelay() utility function 8 years ago
netmessagemaker.h
noui.cpp
noui.h
pow.cpp
pow.h
prevector.h Clarify prevector::erase and avoid swap-to-clear 8 years ago
protocol.cpp Perform member initialization in initialization lists where possible 8 years ago
protocol.h
pubkey.cpp
pubkey.h
random.cpp random: fix crash on some 64bit platforms 8 years ago
random.h Merge #10377: Use rdrand as entropy source on supported platforms 8 years ago
rest.cpp scripted-diff: Fully remove BOOST_FOREACH 8 years ago
reverselock.h
scheduler.cpp Add perf counter data to GetStrongRandBytes state in scheduler 8 years ago
scheduler.h Replace boost::function with std::function (C++11) 8 years ago
serialize.h
streams.h Fix some empty vector references 8 years ago
sync.cpp scripted-diff: Remove PAIRTYPE 8 years ago
sync.h Remove unused Boost includes 8 years ago
threadinterrupt.cpp
threadinterrupt.h
threadsafety.h
timedata.cpp scripted-diff: Fully remove BOOST_FOREACH 8 years ago
timedata.h
tinyformat.h
torcontrol.cpp Net: Fix resource leak in ReadBinaryFile(...) 8 years ago
torcontrol.h
txdb.cpp scripted-diff: various renames for per-utxo consistency 8 years ago
txdb.h scripted-diff: various renames for per-utxo consistency 8 years ago
txmempool.cpp scripted-diff: Fully remove BOOST_FOREACH 8 years ago
txmempool.h Remove unnecessary forward class declarations in header files 8 years ago
ui_interface.cpp
ui_interface.h Remove unnecessary forward class declarations in header files 8 years ago
uint256.cpp
uint256.h
undo.h Replace CTxInUndo with Coin 8 years ago
util.cpp Merge #9895: Turn TryCreateDirectory() into TryCreateDirectories() 8 years ago
util.h [trivial] fix indentation for ArgsManager class 8 years ago
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp
utilstrencodings.h scripted-diff: Remove PAIRTYPE 8 years ago
utiltime.cpp [logging] log system time and mock time 8 years ago
utiltime.h [logging] log system time and mock time 8 years ago
validation.cpp Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE 8 years ago
validation.h Remove unnecessary forward class declarations in header files 8 years ago
validationinterface.cpp Remove CValidationInterface::UpdatedTransaction 8 years ago
validationinterface.h Remove CValidationInterface::UpdatedTransaction 8 years ago
version.h Remove unused constant MEMPOOL_GD_VERSION 8 years ago
versionbits.cpp scripted-diff: s/BIP9DeploymentInfo/VBDeploymentInfo/ 8 years ago
versionbits.h scripted-diff: s/BIP9DeploymentInfo/VBDeploymentInfo/ 8 years ago
warnings.cpp
warnings.h