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.
 
 
 
 
 
 
MarcoFalke 4b766fcdd4
Merge #10371: [tests] Clean up addrman_tests.cpp
8 years ago
..
bench Chainparams: Get rid of CChainParams& Params(std::string) 8 years ago
compat Increment MIT Licence copyright header year on files modified in 2016 8 years ago
config
consensus [trivial] Fix typos in comments 8 years ago
crypto Add a FastRandomContext::randrange and use it 8 years ago
leveldb
obj
obj-test
policy Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module 8 years ago
primitives Consensus: Minimal way to move dust out of consensus 8 years ago
qt Merge #8855: Use a proper factory for creating chainparams 8 years ago
rpc Merge #9279: Consensus: Move CFeeRate out of libconsensus 8 years ago
script Remove unused C++ code not covered by unit tests 8 years ago
secp256k1 Update libsecp256k1 to master 8 years ago
support Merge #8808: Do not shadow variables (gcc set) 8 years ago
test [tests] Clean up addrman_tests.cpp 8 years ago
univalue
wallet Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module 8 years ago
zmq Missing includes 8 years ago
.clang-format [doc] Remove unused clang format dev script 8 years ago
Makefile.am Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module 8 years ago
Makefile.bench.include Merge #9505: Prevector Quick Destruct 8 years ago
Makefile.leveldb.include
Makefile.qt.include Make qt wallet test compatible with qt4 8 years ago
Makefile.qttest.include Add simple qt wallet test sending a transaction 8 years ago
Makefile.test.include Merge #9792: FastRandomContext improvements and switch to ChaCha20 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 #9743: Fix several potential issues found by sanitizers 8 years ago
bitcoind-res.rc
bitcoind.cpp Replace uses of boost::filesystem with fs 8 years ago
blockencodings.cpp Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
blockencodings.h [trivial] Fix typos in comments 8 years ago
bloom.cpp Fix msvc compiler error C4146 (minus operator applied to unsigned type) 8 years ago
bloom.h Increment MIT Licence copyright header year on files modified in 2016 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 Chainparams: Get rid of CChainParams& Params(std::string) 8 years ago
chainparams.h Chainparams: Get rid of CChainParams& Params(std::string) 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 Missing 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 [cleanup] Remove coin age priority completely. 8 years ago
coins.h Switch CCoinsMap from boost to std unordered_map 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 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
core_read.cpp Fail in DecodeHexTx if there is extra data at the end 8 years ago
core_write.cpp refactor TxToJSON() and ScriptPubKeyToJSON() 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 Replace uses of boost::filesystem with fs 8 years ago
fs.cpp Add fs.cpp/h 8 years ago
fs.h Add fs.cpp/h 8 years ago
hash.cpp Remove redundant semicolons 8 years ago
hash.h Avoid VLA in hash.h 8 years ago
httprpc.cpp Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
httprpc.h
httpserver.cpp Set BCLog::LIBEVENT correctly for old libevent versions. 8 years ago
httpserver.h Set BCLog::LIBEVENT correctly for old libevent versions. 8 years ago
indirectmap.h
init.cpp Merge #8855: Use a proper factory for creating chainparams 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 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 Add support for std::unordered_{map,set} to memusage.h 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 Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module 8 years ago
miner.h Merge #9959: Mining: Prevent slowdown in CreateNewBlock on large mempools 8 years ago
net.cpp Merge #10189: devtools/net: add a verifier for scriptable changes. Use it to make CNode::id private. 8 years ago
net.h Merge #9279: Consensus: Move CFeeRate out of libconsensus 8 years ago
net_processing.cpp Merge #10351: removed unused code in INV message 8 years ago
net_processing.h Add override to functions using CValidationInterface methods 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 Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
netbase.h Merge #9289: net: drop boost::thread_group 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 Merge #9505: Prevector Quick Destruct 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 Merge #10338: Maintain state across GetStrongRandBytes calls 8 years ago
random.h Add a FastRandomContext::randrange and use it 8 years ago
rest.cpp refactor TxToJSON() and ScriptPubKeyToJSON() 8 years ago
reverselock.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
scheduler.cpp scheduler: fix sub-second precision with boost < 1.50 8 years ago
scheduler.h CScheduler boost->std::function, use millisecs for times, not secs 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 code 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 torcontrol: Use fs::path instead of std::string for private key path 8 years ago
torcontrol.h
txdb.cpp Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
txdb.h Make threshold for flushing more conservative. 8 years ago
txmempool.cpp Read and Write fee estimate file directly from CBlockPolicyEstimator 8 years ago
txmempool.h Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module 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 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 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
util.cpp Remove Clang workaround for Boost 1.46 8 years ago
util.h [rpc] Add logging RPC 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 fix tsan: utiltime race on nMockTime 8 years ago
utiltime.h [trivial] Fix recently introduced typos in comments 8 years ago
validation.cpp Merge #10297: Simplify DisconnectBlock arguments/return value 8 years ago
validation.h Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module 8 years ago
validationinterface.cpp Remove CValidationInterface::UpdatedTransaction 8 years ago
validationinterface.h Remove CValidationInterface::UpdatedTransaction 8 years ago
version.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
versionbits.cpp Don't require segwit in getblocktemplate for segwit signalling or mining 8 years ago
versionbits.h
warnings.cpp
warnings.h