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 5dc63ed1ca
Merge pull request #7179
9 years ago
..
bench
compat
config
consensus Switch blocks to a constant-space Merkle root/branch algorithm. 9 years ago
crypto
leveldb
obj
obj-test
policy Change default block priority size to 0 9 years ago
primitives Merge pull request #6914 9 years ago
qt Merge pull request #7154 9 years ago
script Merge pull request #6914 9 years ago
secp256k1 Merge commit '5ad54630935d1f340666de7bc9ffef9b8a1df296' into HEAD 9 years ago
support
test Merge pull request #7133 9 years ago
univalue Merge commit '982709199f1b4e9e35211c419a81938f9f1dd4ed' into bitcoin 9 years ago
wallet Merge pull request #7154 9 years ago
zmq zmq: prepend zmq to debug messages 9 years ago
.clang-format [trivial] clang-format: Set AlignAfterOpenBracket: false 9 years ago
Makefile.am Merge pull request #7133 9 years ago
Makefile.bench.include build: Split hardening/fPIE options out 9 years ago
Makefile.qt.include qt: Final translation update before 0.12 fork 9 years ago
Makefile.qttest.include build: Use fPIC rather than fPIE for qt objects. 9 years ago
Makefile.test.include Merge pull request #7133 9 years ago
addrman.cpp
addrman.h
alert.cpp
alert.h
amount.cpp
amount.h Fix various typos 9 years ago
arith_uint256.cpp
arith_uint256.h
base58.cpp
base58.h
bitcoin-cli-res.rc
bitcoin-cli.cpp Constrain rpcport default values to a single location in code 9 years ago
bitcoin-tx-res.rc
bitcoin-tx.cpp Switch to libsecp256k1-based validation for ECDSA 9 years ago
bitcoind-res.rc
bitcoind.cpp Initialize logging before we do parameter interaction 9 years ago
bloom.cpp Switch to a more efficient rolling Bloom filter 9 years ago
bloom.h Switch to a more efficient rolling Bloom filter 9 years ago
chain.cpp Allow block announcements with headers 9 years ago
chain.h
chainparams.cpp Switch blocks to a constant-space Merkle root/branch algorithm. 9 years ago
chainparams.h Trivial: Fix warning introduced by #7053 by casting to uint64_t 9 years ago
chainparamsbase.cpp TRIVIAL: Chainparams: Remove unused CBaseUnitTestParams 9 years ago
chainparamsbase.h Constrain rpcport default values to a single location in code 9 years ago
chainparamsseeds.h
checkpoints.cpp
checkpoints.h
checkqueue.h
clientversion.cpp
clientversion.h Now that 0.12 has been branched, master is 0.12.99 9 years ago
coincontrol.h Move fPayAtLeastCustomFee function to CC 9 years ago
coins.cpp Add CCoinsViewCache::HaveCoinsInCache to check if a tx is cached 9 years ago
coins.h Add CCoinsViewCache::HaveCoinsInCache to check if a tx is cached 9 years ago
compat.h
compressor.cpp
compressor.h
core_io.h
core_memusage.h Prevector type 9 years ago
core_read.cpp
core_write.cpp
dbwrapper.cpp
dbwrapper.h
hash.cpp
hash.h Prevector type 9 years ago
httprpc.cpp Added additional config option for multiple RPC users. 9 years ago
httprpc.h
httpserver.cpp http: add Boost 1.49 compatibility 9 years ago
httpserver.h http: speed up shutdown 9 years ago
init.cpp Constrain rpcport default values to a single location in code 9 years ago
init.h Initialize logging before we do parameter interaction 9 years ago
key.cpp Update key.cpp to new secp256k1 API 9 years ago
key.h
keystore.cpp
keystore.h
limitedmap.h
main.cpp net: Fix sent reject messages for blocks and transactions 9 years ago
main.h Expose FormatStateMessage 9 years ago
memusage.h Prevector type 9 years ago
merkleblock.cpp
merkleblock.h
miner.cpp Update miner.cpp: Fix typo in comment 9 years ago
miner.h Constrain constant values to a single location in code 9 years ago
net.cpp net: Account for `sendheaders` `verack` messages 9 years ago
net.h log bytes recv/sent per command 9 years ago
netbase.cpp [trivial] Reuse translation and cleanup DEFAULT_* values 9 years ago
netbase.h [trivial] Reuse translation and cleanup DEFAULT_* values 9 years ago
noui.cpp
noui.h
pow.cpp
pow.h
prevector.h Name union to prevent compiler warning 9 years ago
protocol.cpp
protocol.h
pubkey.cpp Switch to libsecp256k1-based validation for ECDSA 9 years ago
pubkey.h Switch to libsecp256k1-based validation for ECDSA 9 years ago
random.cpp
random.h
rest.cpp Fix various typos 9 years ago
reverselock.h
rpcblockchain.cpp Merge pull request #7118 9 years ago
rpcclient.cpp Expose RPC calls for estimatesmart functions 9 years ago
rpcclient.h
rpcmining.cpp Constrain constant values to a single location in code 9 years ago
rpcmisc.cpp Fix crash in validateaddress with -disablewallet 9 years ago
rpcnet.cpp log bytes recv/sent per command 9 years ago
rpcprotocol.cpp
rpcprotocol.h
rpcrawtransaction.cpp [RPC] Add transaction size to JSON output 9 years ago
rpcserver.cpp Expose RPC calls for estimatesmart functions 9 years ago
rpcserver.h Expose RPC calls for estimatesmart functions 9 years ago
scheduler.cpp
scheduler.h
serialize.h Prevector type 9 years ago
streams.h
sync.cpp
sync.h
threadsafety.h
timedata.cpp Move time data log print to 'net' category to reduce log noise 9 years ago
timedata.h
tinyformat.h
torcontrol.cpp torcontrol: only output disconnect if -debug=tor 9 years ago
torcontrol.h torcontrol improvements and fixes 9 years ago
txdb.cpp
txdb.h
txmempool.cpp Get the set of now-uncacheable-txn from CTxMemPool::TrimToSize 9 years ago
txmempool.h Get the set of now-uncacheable-txn from CTxMemPool::TrimToSize 9 years ago
ui_interface.h NotifyBlockTip signal: switch from hash (uint256) to CBlockIndex* 9 years ago
uint256.cpp
uint256.h uint256::GetCheapHash bigendian compatibility 9 years ago
undo.h
util.cpp [trivial] Reuse translation and cleanup DEFAULT_* values 9 years ago
util.h [qt] Move GUI related HelpMessage() part downstream 9 years ago
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp
utilstrencodings.h
utiltime.cpp Assert now > 0 in GetTime GetTimeMillis GetTimeMicros 9 years ago
utiltime.h
validationinterface.cpp
validationinterface.h
version.h Allow block announcements with headers 9 years ago