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.
 
 
 
 
 
 
Russell Yanofsky 08e0690f3f
Update sendfrom RPC help to correct coin selection misconception
8 years ago
..
bench bench: Fix initialization order in registration 8 years ago
compat
config
consensus [trivial] Fix typos in comments 8 years ago
crypto
leveldb
obj
obj-test
policy
primitives
qt qt: pre-rc2 translations update 8 years ago
rpc [Trivial] Remove incorrect help message from gettxoutproof() 8 years ago
script Ensure `-maxsigcachesize` is in valid range 8 years ago
secp256k1
support
test [Trivial] Update comments referencing main.cpp 8 years ago
univalue
wallet Update sendfrom RPC help to correct coin selection misconception 8 years ago
zmq
.clang-format [doc] Remove unused clang format dev script 8 years ago
Makefile.am build: add --enable-werror option 8 years ago
Makefile.bench.include
Makefile.leveldb.include
Makefile.qt.include
Makefile.qttest.include
Makefile.test.include
addrdb.cpp
addrdb.h
addrman.cpp Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0; 8 years ago
addrman.h
amount.cpp
amount.h
arith_uint256.cpp
arith_uint256.h
base58.cpp
base58.h [trivial] Fix typos in comments 8 years ago
bitcoin-cli-res.rc
bitcoin-cli.cpp
bitcoin-tx-res.rc
bitcoin-tx.cpp
bitcoind-res.rc
bitcoind.cpp
blockencodings.cpp
blockencodings.h [trivial] Fix typos in comments 8 years ago
bloom.cpp Refactor: Remove using namespace <xxx> from src/*.cpp. 8 years ago
bloom.h
chain.cpp Refactor: Remove using namespace <xxx> from src/*.cpp. 8 years ago
chain.h
chainparams.cpp Update nMinimumChainWork and defaultAssumeValid. 8 years ago
chainparams.h
chainparamsbase.cpp
chainparamsbase.h
chainparamsseeds.h Pre-0.14.0 hardcoded seeds update 8 years ago
checkpoints.cpp
checkpoints.h
checkqueue.h
clientversion.cpp
clientversion.h build: bump version to 0.14.0 8 years ago
coins.cpp
coins.h
compat.h
compressor.cpp
compressor.h
core_io.h
core_memusage.h
core_read.cpp Fail in DecodeHexTx if there is extra data at the end 8 years ago
core_write.cpp Refactor: Remove using namespace <xxx> from src/*.cpp. 8 years ago
cuckoocache.h [trivial] Fix typos in comments 8 years ago
dbwrapper.cpp
dbwrapper.h
hash.cpp
hash.h
httprpc.cpp Make KEY_SIZE a compile-time constant 8 years ago
httprpc.h
httpserver.cpp Access WorkQueue::running only within the cs lock. 8 years ago
httpserver.h
indirectmap.h
init.cpp don't throw std::bad_alloc when out of memory. Instead, terminate immediately 8 years ago
init.h
key.cpp
key.h
keystore.cpp
keystore.h
limitedmap.h
memusage.h
merkleblock.cpp Refactor: Remove using namespace <xxx> from src/*.cpp. 8 years ago
merkleblock.h
miner.cpp Refactor: Remove using namespace <xxx> from src/*.cpp. 8 years ago
miner.h
net.cpp Merge #9715: Disconnect peers which we do not receive VERACKs from within 60 sec 8 years ago
net.h Move CNode::addrLocal access behind locked accessors 8 years ago
net_processing.cpp Merge #9720: net: fix banning and disallow sending messages before receiving verack 8 years ago
net_processing.h Net: pass interruptMsgProc as const where possible 8 years ago
netaddress.cpp
netaddress.h [trivial] Fix typos in comments 8 years ago
netbase.cpp
netbase.h
netmessagemaker.h Net: Make CNetMsgMaker more const 8 years ago
noui.cpp
noui.h
pow.cpp
pow.h
prevector.h prevector: assert successful allocation 8 years ago
protocol.cpp
protocol.h
pubkey.cpp
pubkey.h
random.cpp
random.h
rest.cpp Refactor: Remove using namespace <xxx> from src/*.cpp. 8 years ago
reverselock.h
scheduler.cpp
scheduler.h
serialize.h
streams.h
sync.cpp Further-enforce lockordering by enforcing directly after TRY_LOCKs 8 years ago
sync.h
threadinterrupt.cpp
threadinterrupt.h
threadsafety.h
timedata.cpp Refactor: Remove using namespace <xxx> from src/*.cpp. 8 years ago
timedata.h
tinyformat.h
torcontrol.cpp [trivial] Fix typos in comments 8 years ago
torcontrol.h
txdb.cpp Refactor: Remove using namespace <xxx> from src/*.cpp. 8 years ago
txdb.h
txmempool.cpp [Trivial] Update comments referencing main.cpp 8 years ago
txmempool.h [trivial] Fix typos in comments 8 years ago
ui_interface.cpp
ui_interface.h
uint256.cpp
uint256.h
undo.h
util.cpp Fix for issue #9775. Added check for open() returning a NULL pointer. 8 years ago
util.h
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp
utilstrencodings.h
utiltime.cpp [trivial] Fix typos in comments 8 years ago
utiltime.h
validation.cpp Return errors from importmulti if complete rescans are not successful 8 years ago
validation.h Return errors from importmulti if complete rescans are not successful 8 years ago
validationinterface.cpp
validationinterface.h
version.h
versionbits.cpp
versionbits.h
warnings.cpp
warnings.h