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.
 
 
 
 
 
 
Jonas Schnelli dd2dc400ee
[RPC, Wallet] Move RPC dispatch table registration to wallet/ code
9 years ago
..
bench [Trivial] ensure minimal header conventions 9 years ago
compat Bump copyright headers to 2015 9 years ago
config
consensus Bump copyright headers to 2015 9 years ago
crypto
leveldb Update LevelDB 9 years ago
obj
obj-test
policy Merge pull request #7266 9 years ago
primitives Bump copyright headers to 2015 9 years ago
qt Merge pull request #7334 9 years ago
script Merge pull request #7205 9 years ago
secp256k1 Merge commit '5ad54630935d1f340666de7bc9ffef9b8a1df296' into HEAD 9 years ago
support Bump copyright headers to 2015 9 years ago
test [RPC, Wallet] Move RPC dispatch table registration to wallet/ code 9 years ago
univalue Merge commit '982709199f1b4e9e35211c419a81938f9f1dd4ed' into bitcoin 9 years ago
wallet [RPC, Wallet] Move RPC dispatch table registration to wallet/ code 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 [RPC, Wallet] Move RPC dispatch table registration to wallet/ code 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 Creates unittests for addrman, makes addrman testable. 9 years ago
addrman.h Creates unittests for addrman, makes addrman testable. 9 years ago
alert.cpp Merge pull request #7205 9 years ago
alert.h Bump copyright headers to 2015 9 years ago
amount.cpp Bump copyright headers to 2015 9 years ago
amount.h Bump copyright headers to 2015 9 years ago
arith_uint256.cpp
arith_uint256.h Bump copyright headers to 2015 9 years ago
base58.cpp Bump copyright headers to 2015 9 years ago
base58.h Bump copyright headers to 2015 9 years ago
bitcoin-cli-res.rc
bitcoin-cli.cpp Bump copyright headers to 2015 9 years ago
bitcoin-tx-res.rc
bitcoin-tx.cpp Bump copyright headers to 2015 9 years ago
bitcoind-res.rc
bitcoind.cpp Bump copyright headers to 2015 9 years ago
bloom.cpp Merge pull request #7205 9 years ago
bloom.h Merge pull request #7205 9 years ago
chain.cpp Allow block announcements with headers 9 years ago
chain.h Bump copyright headers to 2015 9 years ago
chainparams.cpp Merge pull request #7205 9 years ago
chainparams.h Bump copyright headers to 2015 9 years ago
chainparamsbase.cpp Bump copyright headers to 2015 9 years ago
chainparamsbase.h Bump copyright headers to 2015 9 years ago
chainparamsseeds.h
checkpoints.cpp Bump copyright headers to 2015 9 years ago
checkpoints.h Bump copyright headers to 2015 9 years ago
checkqueue.h Bump copyright headers to 2015 9 years ago
clientversion.cpp
clientversion.h Merge pull request #7205 9 years ago
coincontrol.h Bump copyright headers to 2015 9 years ago
coins.cpp Bump copyright headers to 2015 9 years ago
coins.h Bump copyright headers to 2015 9 years ago
compat.h Bump copyright headers to 2015 9 years ago
compressor.cpp
compressor.h
core_io.h Bump copyright headers to 2015 9 years ago
core_memusage.h Prevector type 9 years ago
core_read.cpp Bump copyright headers to 2015 9 years ago
core_write.cpp Bump copyright headers to 2015 9 years ago
dbwrapper.cpp Bump copyright headers to 2015 9 years ago
dbwrapper.h Bump copyright headers to 2015 9 years ago
hash.cpp Bump copyright headers to 2015 9 years ago
hash.h Bump copyright headers to 2015 9 years ago
httprpc.cpp [RPC] remove the option of having multiple timer interfaces 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 [RPC, Wallet] Move RPC dispatch table registration to wallet/ code 9 years ago
init.h Bump copyright headers to 2015 9 years ago
key.cpp Bump copyright headers to 2015 9 years ago
key.h Bump copyright headers to 2015 9 years ago
keystore.cpp Bump copyright headers to 2015 9 years ago
keystore.h Bump copyright headers to 2015 9 years ago
limitedmap.h Bump copyright headers to 2015 9 years ago
main.cpp Merge pull request #7081 9 years ago
main.h Merge pull request #7081 9 years ago
memusage.h Prevector type 9 years ago
merkleblock.cpp Bump copyright headers to 2015 9 years ago
merkleblock.h Bump copyright headers to 2015 9 years ago
miner.cpp Bump copyright headers to 2015 9 years ago
miner.h Bump copyright headers to 2015 9 years ago
net.cpp Merge pull request #7205 9 years ago
net.h Merge pull request #7205 9 years ago
netbase.cpp Bump copyright headers to 2015 9 years ago
netbase.h Bump copyright headers to 2015 9 years ago
noui.cpp
noui.h
pow.cpp Bump copyright headers to 2015 9 years ago
pow.h Bump copyright headers to 2015 9 years ago
prevector.h Name union to prevent compiler warning 9 years ago
protocol.cpp Merge pull request #7205 9 years ago
protocol.h Merge pull request #7205 9 years ago
pubkey.cpp Bump copyright headers to 2015 9 years ago
pubkey.h Bump copyright headers to 2015 9 years ago
random.cpp Bump copyright headers to 2015 9 years ago
random.h
rest.cpp Bump copyright headers to 2015 9 years ago
reverselock.h c++11: don't throw from the reverselock destructor 9 years ago
rpcblockchain.cpp Fix typo, wrong information in gettxout help text. 9 years ago
rpcclient.cpp Bump copyright headers to 2015 9 years ago
rpcclient.h Bump copyright headers to 2015 9 years ago
rpcmining.cpp Bump copyright headers to 2015 9 years ago
rpcmisc.cpp Bump copyright headers to 2015 9 years ago
rpcnet.cpp Merge pull request #7205 9 years ago
rpcprotocol.cpp Bump copyright headers to 2015 9 years ago
rpcprotocol.h Bump copyright headers to 2015 9 years ago
rpcrawtransaction.cpp Merge pull request #7332 9 years ago
rpcserver.cpp [RPC, Wallet] Move RPC dispatch table registration to wallet/ code 9 years ago
rpcserver.h [RPC, Wallet] Move RPC dispatch table registration to wallet/ code 9 years ago
scheduler.cpp
scheduler.h
serialize.h Bump copyright headers to 2015 9 years ago
streams.h Bump copyright headers to 2015 9 years ago
sync.cpp Bump copyright headers to 2015 9 years ago
sync.h Bump copyright headers to 2015 9 years ago
threadsafety.h
timedata.cpp Bump copyright headers to 2015 9 years ago
timedata.h
tinyformat.h
torcontrol.cpp torcontrol debug: Change to a blanket message that covers both cases 9 years ago
torcontrol.h torcontrol improvements and fixes 9 years ago
txdb.cpp Bump copyright headers to 2015 9 years ago
txdb.h Bump copyright headers to 2015 9 years ago
txmempool.cpp Merge pull request #7205 9 years ago
txmempool.h Merge pull request #7205 9 years ago
ui_interface.h Bump copyright headers to 2015 9 years ago
uint256.cpp Bump copyright headers to 2015 9 years ago
uint256.h Bump copyright headers to 2015 9 years ago
undo.h
util.cpp Bump copyright headers to 2015 9 years ago
util.h Bump copyright headers to 2015 9 years ago
utilmoneystr.cpp Bump copyright headers to 2015 9 years ago
utilmoneystr.h Bump copyright headers to 2015 9 years ago
utilstrencodings.cpp Bump copyright headers to 2015 9 years ago
utilstrencodings.h Bump copyright headers to 2015 9 years ago
utiltime.cpp Bump copyright headers to 2015 9 years ago
utiltime.h Bump copyright headers to 2015 9 years ago
validationinterface.cpp
validationinterface.h Bump copyright headers to 2015 9 years ago
version.h Allow block announcements with headers 9 years ago