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.
 
 
 
 
 
 
John Newbery 9d3f9d2a59
[Trivial] Remove incorrect help message from gettxoutproof()
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 Avoid unaligned access in crypto i/o 8 years ago
leveldb
obj
obj-test
policy Merge #9380: Separate different uses of minimum fees 8 years ago
primitives
qt Fix segfault crash when shutdown the GUI in disablewallet mode 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 Return errors from importmulti if complete rescans are not successful 8 years ago
zmq
.clang-format [doc] Remove unused clang format dev script 8 years ago
Makefile.am
Makefile.bench.include Add Basic CheckQueue Benchmark 8 years ago
Makefile.leveldb.include
Makefile.qt.include Merge #9513: build: fix qt distdir builds (retry) 8 years ago
Makefile.qttest.include
Makefile.test.include Merge #9525: test: Include tx data in EXTRA_DIST 8 years ago
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 rpc: Named argument support for bitcoin-cli 8 years ago
bitcoin-tx-res.rc
bitcoin-tx.cpp Merge #8883: Add all standard TXO types to bitcoin-tx 8 years ago
bitcoind-res.rc
bitcoind.cpp
blockencodings.cpp Clarify comment about mempool/extra conflicts 8 years ago
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 Replace FindLatestBefore used by importmuti with FindEarliestAtLeast. 8 years ago
chainparams.cpp Update nMinimumChainWork and defaultAssumeValid. 8 years ago
chainparams.h Shorten variable names and switch to tx/s 8 years ago
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 Merge #9353: Add data() method to CDataStream (and use it) 8 years ago
hash.cpp Remove redundant semicolons 8 years ago
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 Merge #9625: Increase minimum debug.log size to 10MB after shrink. 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
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 Merge #9353: Add data() method to CDataStream (and use it) 8 years ago
sync.cpp Further-enforce lockordering by enforcing directly after TRY_LOCKs 8 years ago
sync.h Break addnode out from the outbound connection limits. 8 years ago
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 net: Consistently use GetTimeMicros() for inactivity checks 8 years ago
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 Add a CValidationInterface::NewPoWValidBlock callback 8 years ago
validationinterface.h Better document usage of SyncTransaction 8 years ago
version.h
versionbits.cpp
versionbits.h
warnings.cpp
warnings.h