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.
 
 
 
 
 
 
Cory Fields d5c7c1cfe3 net: use an internal address for fixed seeds 7 years ago
..
bench Switch from per-tx to per-txout CCoinsViewCache methods in some places 8 years ago
compat Increment MIT Licence copyright header year on files modified in 2016 8 years ago
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 #10521: Limit variable scope 8 years ago
primitives Perform member initialization in initialization lists where possible 8 years ago
qt Remove unnecessary forward class declarations in header files 8 years ago
rpc net: add an internal subnet for representing unresolved hostnames 8 years ago
script Merge #10534: Clarify prevector::erase and avoid swap-to-clear 8 years ago
secp256k1 Update to latest libsecp256k1 8 years ago
support [wallet] Securely erase potentially sensitive keys/values 8 years ago
test net: do not allow resolving to an internal address 8 years ago
univalue
wallet Merge #10568: Remove unnecessary forward class declarations in header files 8 years ago
zmq Missing includes 8 years ago
.clang-format [doc] Remove unused clang format dev script 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 Merge #8808: Do not shadow variables (gcc set) 8 years ago
arith_uint256.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
base58.cpp [trivial] Fix typos in comments 8 years ago
base58.h [trivial] Fix typos in comments 8 years ago
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 #10545: Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of 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 [trivial] Fix typos in comments 8 years ago
bloom.cpp Merge #9750: Bloomfilter: parameter variables made constant 8 years ago
bloom.h param variables made const 8 years ago
chain.cpp Refactor: Remove using namespace <xxx> from src/*.cpp. 8 years ago
chain.h Merge #9908: Define 7200 second timestamp window constant 8 years ago
chainparams.cpp net: switch to dummy internal ip for dns seed source 8 years ago
chainparams.h net: switch to dummy internal ip for dns seed source 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 Pre-0.14.0 hardcoded seeds update 8 years ago
checkpoints.cpp [MOVEONLY] Move progress estimation out of checkpoints 8 years ago
checkpoints.h [MOVEONLY] Move progress estimation out of checkpoints 8 years ago
checkqueue.h Remove unused Boost includes 8 years ago
clientversion.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
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 compat: use `unsigned int` instead of `u_int` 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 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 Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of 8 years ago
cuckoocache.h Merge #9533: Allow non-power-of-2 signature cache sizes 8 years ago
dbwrapper.cpp Replace uses of boost::filesystem with fs 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 Remove duplicate includes 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 #10550: Don't return stale data from CCoinsViewCache::Cursor() 8 years ago
init.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
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 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
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 Merge #8329: Consensus: MOVEONLY: Move functions for tx verification 8 years ago
miner.h Remove unnecessary forward class declarations in header files 8 years ago
net.cpp net: use an internal address for fixed seeds 7 years ago
net.h Remove unnecessary forward class declarations in header files 8 years ago
net_processing.cpp Remove unused Boost includes 8 years ago
net_processing.h Add timeout for headers sync 8 years ago
netaddress.cpp net: add an internal subnet for representing unresolved hostnames 8 years ago
netaddress.h net: add an internal subnet for representing unresolved hostnames 8 years ago
netbase.cpp net: do not allow resolving to an internal address 8 years ago
netbase.h [net] Added SetSocketNoDelay() utility function 8 years ago
netmessagemaker.h Net: Make CNetMsgMaker more const 8 years ago
noui.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
noui.h
pow.cpp pow: GetNextWorkRequired never called with NULL pindexLast 8 years ago
pow.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
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 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 Add FastRandomContext::rand256() and ::randbytes() 8 years ago
random.h Add FastRandomContext::rand256() and ::randbytes() 8 years ago
rest.cpp scripted-diff: various renames for per-utxo consistency 8 years ago
reverselock.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
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 Prevent integer overflow in ReadVarInt. 8 years ago
streams.h Fix some empty vector references 8 years ago
sync.cpp Remove unused code 8 years ago
sync.h Remove unused Boost includes 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 Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
timedata.h Merge #8808: Do not shadow variables (gcc set) 8 years ago
tinyformat.h util: Throw tinyformat::format_error on formatting error 8 years ago
torcontrol.cpp Remove unused Boost includes 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 Merge #10195: Switch chainstate db and cache to per-txout model 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: replace sprintf with HexStr and reverse-iterator 8 years ago
uint256.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
undo.h Replace CTxInUndo with Coin 8 years ago
util.cpp Merge #8694: Basic multiwallet support 8 years ago
util.h Remove unused Boost includes 8 years ago
utilmoneystr.cpp Refactor: Remove using namespace <xxx> from util* 8 years ago
utilmoneystr.h
utilstrencodings.cpp Refactor: Remove using namespace <xxx> from util* 8 years ago
utilstrencodings.h Wallet: Sanitise -wallet parameter 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 #10550: Don't return stale data from CCoinsViewCache::Cursor() 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