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.
 
 
 
 
 
 
Wladimir J. van der Laan a6548a47a5
Merge #10201: pass Consensus::Params& to ReceivedBlockTransactions()
7 years ago
..
bench Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair 7 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 Avoid unaligned access in crypto i/o 8 years ago
leveldb Merge in LevelDB 1.19 changes 8 years ago
obj
obj-test
policy Merge #10181: Include cleanup 7 years ago
primitives Merge #9602: Remove coin age priority and free transactions - implementation 7 years ago
qt Merge #10242: [qt] Don't call method on null WalletModel object 7 years ago
rpc Merge #10181: Include cleanup 7 years ago
script Deduplicate SignatureCacheHasher 7 years ago
secp256k1 Update libsecp256k1 to master 8 years ago
support Merge #8808: Do not shadow variables (gcc set) 7 years ago
test Merge #9942: Refactor CBlockPolicyEstimator 7 years ago
univalue Merge commit '2ca7faab4205822b06dc2ab2bbda0a9a70fce7e0' into HEAD 8 years ago
wallet Merge #10181: Include cleanup 7 years ago
zmq Missing includes 7 years ago
.clang-format [doc] Remove unused clang format dev script 8 years ago
Makefile.am build: fix bitcoin-config.h regeneration after touching build files 7 years ago
Makefile.bench.include Merge #9505: Prevector Quick Destruct 7 years ago
Makefile.leveldb.include Merge #8826: Do not include env_win.cc on non-Windows systems 8 years ago
Makefile.qt.include Make qt wallet test compatible with qt4 7 years ago
Makefile.qttest.include Add simple qt wallet test sending a transaction 7 years ago
Makefile.test.include allow libevent logging to be updated during runtime 7 years ago
addrdb.cpp Use fsbridge for fopen and freopen 7 years ago
addrdb.h Replace uses of boost::filesystem with fs 7 years ago
addrman.cpp Change LogAcceptCategory to use uint32_t rather than sets of strings. 7 years ago
addrman.h Change LogAcceptCategory to use uint32_t rather than sets of strings. 7 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 Merge #8808: Do not shadow variables (gcc set) 7 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 7 years ago
base58.h [trivial] Fix typos in comments 8 years ago
bitcoin-cli-res.rc
bitcoin-cli.cpp Replace uses of boost::filesystem with fs 7 years ago
bitcoin-tx-res.rc
bitcoin-tx.cpp bitcoin-tx: Fix missing range check 7 years ago
bitcoind-res.rc
bitcoind.cpp Replace uses of boost::filesystem with fs 7 years ago
blockencodings.cpp Change LogAcceptCategory to use uint32_t rather than sets of strings. 7 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) 7 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 7 years ago
chainparams.cpp Remove unused code 7 years ago
chainparams.h Remove unused code 7 years ago
chainparamsbase.cpp
chainparamsbase.h
chainparamsseeds.h Pre-0.14.0 hardcoded seeds update 7 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 7 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 7 years ago
coins.cpp [cleanup] Remove coin age priority completely. 7 years ago
coins.h Missing includes 7 years ago
compat.h compat: use `unsigned int` instead of `u_int` 7 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 Fix parameter naming inconsistencies between .h and .cpp files 7 years ago
cuckoocache.h Merge #9533: Allow non-power-of-2 signature cache sizes 7 years ago
dbwrapper.cpp Replace uses of boost::filesystem with fs 7 years ago
dbwrapper.h Replace uses of boost::filesystem with fs 7 years ago
fs.cpp Add fs.cpp/h 7 years ago
fs.h Add fs.cpp/h 7 years ago
hash.cpp Remove redundant semicolons 8 years ago
hash.h Avoid VLA in hash.h 7 years ago
httprpc.cpp Change LogAcceptCategory to use uint32_t rather than sets of strings. 7 years ago
httprpc.h
httpserver.cpp Set BCLog::LIBEVENT correctly for old libevent versions. 7 years ago
httpserver.h Set BCLog::LIBEVENT correctly for old libevent versions. 7 years ago
indirectmap.h prepend license statement to indirectmap 8 years ago
init.cpp Read and Write fee estimate file directly from CBlockPolicyEstimator 7 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 Trivial: Fix typo in key.h comment 7 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 Refactor: Remove using namespace <xxx> from src/*.cpp. 8 years ago
merkleblock.h Increment MIT Licence copyright header year on files modified in 2016 8 years ago
miner.cpp Change LogAcceptCategory to use uint32_t rather than sets of strings. 7 years ago
miner.h Merge #9959: Mining: Prevent slowdown in CreateNewBlock on large mempools 7 years ago
net.cpp Check interruptNet during dnsseed lookups 7 years ago
net.h Merge #10181: Include cleanup 7 years ago
net_processing.cpp Merge #9665: Use cached [compact] blocks to respond to getdata messages 7 years ago
net_processing.h Add override to functions using CValidationInterface methods 7 years ago
netaddress.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
netaddress.h [trivial] Fix typos in comments 8 years ago
netbase.cpp Change LogAcceptCategory to use uint32_t rather than sets of strings. 7 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 7 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 7 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 Change LogAcceptCategory to use uint32_t rather than sets of strings. 7 years ago
random.h sanity: Move OS random to sanity check function 7 years ago
rest.cpp refactor: Make rest.cpp dependency on `*toJSON` in `blockchain.cpp` explicit 7 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 7 years ago
scheduler.h CScheduler boost->std::function, use millisecs for times, not secs 7 years ago
serialize.h Prevent integer overflow in ReadVarInt. 8 years ago
streams.h Fix some empty vector references 7 years ago
sync.cpp Remove unused code 7 years ago
sync.h Remove unused code 7 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. 7 years ago
timedata.h Merge #8808: Do not shadow variables (gcc set) 7 years ago
tinyformat.h util: Throw tinyformat::format_error on formatting error 7 years ago
torcontrol.cpp torcontrol: Use fs::path instead of std::string for private key path 7 years ago
torcontrol.h
txdb.cpp Change LogAcceptCategory to use uint32_t rather than sets of strings. 7 years ago
txdb.h Make threshold for flushing more conservative. 7 years ago
txmempool.cpp Read and Write fee estimate file directly from CBlockPolicyEstimator 7 years ago
txmempool.h Read and Write fee estimate file directly from CBlockPolicyEstimator 7 years ago
ui_interface.cpp [wallet] Add high transaction fee warnings 8 years ago
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 7 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 allow libevent logging to be updated during runtime 7 years ago
util.h [rpc] Add logging RPC 7 years ago
utilmoneystr.cpp Refactor: Remove using namespace <xxx> from util* 7 years ago
utilmoneystr.h
utilstrencodings.cpp Refactor: Remove using namespace <xxx> from util* 7 years ago
utilstrencodings.h Wallet: Sanitise -wallet parameter 7 years ago
utiltime.cpp Refactor: Remove using namespace <xxx> from util* 7 years ago
utiltime.h [trivial] Fix recently introduced typos in comments 7 years ago
validation.cpp Merge #10201: pass Consensus::Params& to ReceivedBlockTransactions() 7 years ago
validation.h Merge #10181: Include cleanup 7 years ago
validationinterface.cpp Remove CValidationInterface::UpdatedTransaction 7 years ago
validationinterface.h Remove CValidationInterface::UpdatedTransaction 7 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 7 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