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.
 
 
 
 
 
 
Matt Corallo 80175472d1 Make CBlockIndex*es in net_processing const 8 years ago
..
bench Merge #9283: A few more CTransactionRef optimizations 8 years ago
compat Increment MIT Licence copyright header year on files modified in 2016 8 years ago
config
consensus Increment MIT Licence copyright header year on files modified in 2016 8 years ago
crypto Increment MIT Licence copyright header year on files modified in 2016 8 years ago
leveldb Merge in LevelDB 1.19 changes 8 years ago
obj
obj-test Rename src/obj/test to src/obj-test to workaround bug in older GNU Make 13 years ago
policy Merge #9288: Fix a bug if the min fee is 0 for FeeFilterRounder 8 years ago
primitives Merge #9283: A few more CTransactionRef optimizations 8 years ago
qt Merge #9457: [qt] Select more files for translation 8 years ago
rpc Merge #9283: A few more CTransactionRef optimizations 8 years ago
script Increment MIT Licence copyright header year on files modified in 2016 8 years ago
secp256k1 Update libsecp256k1 to master 8 years ago
support Increment MIT Licence copyright header year on files modified in 2016 8 years ago
test Merge #9107: Safer modify new coins 8 years ago
univalue
wallet Merge #9396: Updated listsinceblock rpc documentation 8 years ago
zmq Increment MIT Licence copyright header year on files modified in 2016 8 years ago
.clang-format
Makefile.am net: add CThreadInterrupt and InterruptibleSleep 8 years ago
Makefile.bench.include bench: Add support for measuring CPU cycles 8 years ago
Makefile.leveldb.include
Makefile.qt.include [qt] Add more sources to translate 8 years ago
Makefile.qttest.include Uses built-in byte swap if available (Apple) and if bswap_XX is undefined. 8 years ago
Makefile.test.include test: Include tx data in EXTRA_DIST 8 years ago
addrdb.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
addrdb.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
addrman.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
addrman.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
amount.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
amount.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
arith_uint256.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
arith_uint256.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
base58.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
base58.h
bitcoin-cli-res.rc
bitcoin-cli.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
bitcoin-tx-res.rc
bitcoin-tx.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
bitcoind-res.rc
bitcoind.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
blockencodings.cpp Make FillBlock consume txn_available to avoid shared_ptr copies 8 years ago
blockencodings.h Make FillBlock consume txn_available to avoid shared_ptr copies 8 years ago
bloom.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
bloom.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
chain.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
chain.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
chainparams.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
chainparams.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
chainparamsbase.cpp
chainparamsbase.h
chainparamsseeds.h
checkpoints.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
checkpoints.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
checkqueue.h
clientversion.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
clientversion.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
coins.cpp Merge #9107: Safer modify new coins 8 years ago
coins.h Merge #9107: Safer modify new coins 8 years ago
compat.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
compressor.cpp
compressor.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
core_io.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
core_memusage.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
core_read.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
core_write.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
cuckoocache.h Add CuckooCache implementation and replace the sigcache map_type with it 8 years ago
dbwrapper.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
dbwrapper.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
hash.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
hash.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
httprpc.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
httprpc.h
httpserver.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
httpserver.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
indirectmap.h
init.cpp Merge #9401: Make rpcauth help message clearer, add example in example .conf 8 years ago
init.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
key.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
key.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
keystore.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
keystore.h
limitedmap.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
memusage.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
merkleblock.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
merkleblock.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
miner.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
miner.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
net.cpp Merge #9289: net: drop boost::thread_group 8 years ago
net.h Merge #9289: net: drop boost::thread_group 8 years ago
net_processing.cpp Make CBlockIndex*es in net_processing const 8 years ago
net_processing.h Merge #9289: net: drop boost::thread_group 8 years ago
netaddress.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
netaddress.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
netbase.cpp Merge #9289: net: drop boost::thread_group 8 years ago
netbase.h Merge #9289: net: drop boost::thread_group 8 years ago
netmessagemaker.h net: add CVectorWriter and CNetMsgMaker 8 years ago
noui.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
noui.h
pow.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
pow.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
prevector.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
protocol.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
protocol.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
pubkey.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
pubkey.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
random.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
random.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
rest.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
reverselock.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
scheduler.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
scheduler.h
serialize.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
streams.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
sync.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
sync.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
threadinterrupt.cpp net: add CThreadInterrupt and InterruptibleSleep 8 years ago
threadinterrupt.h net: add CThreadInterrupt and InterruptibleSleep 8 years ago
threadsafety.h
timedata.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
timedata.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
tinyformat.h
torcontrol.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
torcontrol.h
txdb.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
txdb.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
txmempool.cpp Merge #9288: Fix a bug if the min fee is 0 for FeeFilterRounder 8 years ago
txmempool.h Merge #9283: A few more CTransactionRef optimizations 8 years ago
ui_interface.cpp
ui_interface.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
uint256.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
uint256.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
undo.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
util.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
util.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
utilstrencodings.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
utiltime.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
utiltime.h
validation.cpp Make CBlockIndex*es in net_processing const 8 years ago
validation.h Make CBlockIndex*es in net_processing const 8 years ago
validationinterface.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
validationinterface.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
version.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
versionbits.cpp RPC: augment getblockchaininfo bip9_softforks data 8 years ago
versionbits.h RPC: augment getblockchaininfo bip9_softforks data 8 years ago
warnings.cpp Move GetWarnings() into its own file. 8 years ago
warnings.h Move GetWarnings() into its own file. 8 years ago