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 34559c7c73 Make PruneBlockIndexCandidates safer 10 years ago
..
compat update license of compat and crypto 10 years ago
config
core MOVEONLY: core.o -> core/block.o 10 years ago
crypto update license of compat and crypto 10 years ago
json
leveldb Merge src/leveldb changes for LevelDB 1.18. 10 years ago
obj
obj-test
qt qt: translations update from Transifex 10 years ago
script Merge pull request #5077 10 years ago
secp256k1
test Separate protocol versioning from clientversion 10 years ago
univalue
.clang-format
Makefile.am Separate protocol versioning from clientversion 10 years ago
Makefile.qt.include Merge pull request #5086 10 years ago
Makefile.qttest.include build: quit abusing LIBS for Windows builds. 10 years ago
Makefile.test.include build: quit abusing LIBS for Windows builds. 10 years ago
addrman.cpp Merge pull request #5119 10 years ago
addrman.h Update comments in addrman to be doxygen compatible 10 years ago
alert.cpp Separate protocol versioning from clientversion 10 years ago
alert.h Refactor -alertnotify code 10 years ago
allocators.cpp
allocators.h boost: split stream classes out of serialize.h 10 years ago
amount.cpp MOVEONLY: Move CFeeRate and Amount constants to amount.o 10 years ago
amount.h MOVEONLY: Move CFeeRate and Amount constants to amount.o 10 years ago
base58.cpp Fixing out of bounds error in GetKey() 10 years ago
base58.h
bitcoin-cli-res.rc
bitcoin-cli.cpp Separate protocol versioning from clientversion 10 years ago
bitcoin-tx.cpp Separate protocol versioning from clientversion 10 years ago
bitcoind-res.rc
bitcoind.cpp Separate protocol versioning from clientversion 10 years ago
bloom.cpp MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
bloom.h
chain.cpp Update comments in chain to be doxygen compatible 10 years ago
chain.h Merge pull request #5142 10 years ago
chainparams.cpp Update comments in chainparams to be doxygen compatible 10 years ago
chainparams.h Merge pull request #5142 10 years ago
chainparamsbase.cpp Update comments in chainparams to be doxygen compatible 10 years ago
chainparamsbase.h Update comments in chainparams to be doxygen compatible 10 years ago
chainparamsseeds.h Update comments in chainparams to be doxygen compatible 10 years ago
checkpoints.cpp Move checkpoint data selection to chainparams 10 years ago
checkpoints.h Move checkpoint data selection to chainparams 10 years ago
checkqueue.h
clientversion.cpp Update comments in version to be doxygen compatible 10 years ago
clientversion.h Update comments in client version to be doxygen compatible 10 years ago
coincontrol.h MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
coins.cpp Merge pull request #4834 10 years ago
coins.h MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from 10 years ago
compat.h
compressor.cpp MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from 10 years ago
compressor.h MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from 10 years ago
core_io.h Add automatic script test generation, and actual checksig tests 10 years ago
core_read.cpp MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
core_write.cpp MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
crypter.cpp script: move CScriptID to standard.h and add a ctor for creating them from CScripts 10 years ago
crypter.h
db.cpp
db.h Separate protocol versioning from clientversion 10 years ago
ecwrapper.cpp boost: code movement only: split CECKey into separate files 10 years ago
ecwrapper.h boost: code movement only: split CECKey into separate files 10 years ago
hash.cpp Avoiding referencing elements of an empty vector 10 years ago
hash.h
init.cpp Merge pull request #5077 10 years ago
init.h
key.cpp Update comments in keystore to be doxygen compatible 10 years ago
key.h Update comments in key to be doxygen compatible 10 years ago
keystore.cpp Update comments in keystore to be doxygen compatible 10 years ago
keystore.h Update comments in keystore to be doxygen compatible 10 years ago
leveldbwrapper.cpp
leveldbwrapper.h Separate protocol versioning from clientversion 10 years ago
limitedmap.h remove code below asserts in limitedmap.h (fixes a ToDo) 10 years ago
main.cpp Make PruneBlockIndexCandidates safer 10 years ago
main.h MOVEONLY: core.o -> core/block.o 10 years ago
miner.cpp MOVEONLY: core.o -> core/block.o 10 years ago
miner.h
mruset.h
net.cpp Separate protocol versioning from clientversion 10 years ago
net.h boost: split stream classes out of serialize.h 10 years ago
netbase.cpp Add missing reserved address spaces. 10 years ago
netbase.h Add missing reserved address spaces. 10 years ago
noui.cpp Add a SECURE style flag for ThreadSafeMessageBox, which indicates that the message contains sensitive information. This keeps the message from being output to the debug log by bitcoind. Fixes a possible security risk when starting bitcoind in server mode without the 'rpcpassword' option configured, resulting in the "suggested" password being output to the debug log. 10 years ago
noui.h
pow.cpp MOVEONLY: core.o -> core/block.o 10 years ago
pow.h Remove CheckMinWork, as we always know all parent headers 10 years ago
protocol.cpp script: add a slew of includes all around and drop includes from script.h 10 years ago
protocol.h
random.cpp
random.h
rpcblockchain.cpp Merge pull request #5115 10 years ago
rpcclient.cpp
rpcclient.h
rpcdump.cpp [Wallet] Watch-only fixes 10 years ago
rpcmining.cpp MOVEONLY: Move CFeeRate and Amount constants to amount.o 10 years ago
rpcmisc.cpp Separate protocol versioning from clientversion 10 years ago
rpcnet.cpp Separate protocol versioning from clientversion 10 years ago
rpcprotocol.cpp Separate protocol versioning from clientversion 10 years ago
rpcprotocol.h
rpcrawtransaction.cpp MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
rpcserver.cpp Update comments in rpcserver to be doxygen compatible 10 years ago
rpcserver.h Update comments in rpcserver to be doxygen compatible 10 years ago
rpcwallet.cpp fix a typo 10 years ago
serialize.h boost: split stream classes out of serialize.h 10 years ago
streams.h boost: split stream classes out of serialize.h 10 years ago
sync.cpp
sync.h
threadsafety.h
timedata.cpp
timedata.h
tinyformat.h
txdb.cpp MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
txdb.h Get rid of CCoinsView's SetCoins and SetBestBlock. 10 years ago
txmempool.cpp Separate protocol versioning from clientversion 10 years ago
txmempool.h MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
ui_interface.h Add a SECURE style flag for ThreadSafeMessageBox, which indicates that the message contains sensitive information. This keeps the message from being output to the debug log by bitcoind. Fixes a possible security risk when starting bitcoind in server mode without the 'rpcpassword' option configured, resulting in the "suggested" password being output to the debug log. 10 years ago
uint256.cpp
uint256.h
undo.h MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from 10 years ago
util.cpp Merge pull request #4804 from jtimon/chainparams3 10 years ago
util.h amount.h: update license, add header end comment + rem from util.h 10 years ago
utilmoneystr.cpp MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
utilmoneystr.h Use a typedef for monetary values 10 years ago
utilstrencodings.cpp boost: drop boost dependency in utilstrencodings.cpp 10 years ago
utilstrencodings.h
utiltime.cpp
utiltime.h
version.h Update comments in version to be doxygen compatible 10 years ago
wallet.cpp Update comments in wallet to be doxygen compatible 10 years ago
wallet.h Merge pull request #5146 10 years ago
wallet_ismine.cpp
wallet_ismine.h
walletdb.cpp boost: drop dependency on tuple in serialization 10 years ago
walletdb.h [Wallet] Watch-only fixes 10 years ago