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.
 
 
 
 
 
 
MarcoFalke 8bfa13b15b
Merge #9936: [trivial] Fix three typos introduced into walletdb.h in commit 7184e25
8 years ago
..
bench Merge #9548: Remove min reasonable fee 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 #9548: Remove min reasonable fee 8 years ago
primitives Merge #9602: Remove coin age priority and free transactions - implementation 8 years ago
qt Merge #9602: Remove coin age priority and free transactions - implementation 8 years ago
rpc Merge #9602: Remove coin age priority and free transactions - implementation 8 years ago
script Merge #8808: Do not shadow variables (gcc set) 8 years ago
secp256k1
support Merge #8808: Do not shadow variables (gcc set) 8 years ago
test Improve logging in bctest.py if there is a formatting mismatch 8 years ago
univalue
wallet Merge #9936: [trivial] Fix three typos introduced into walletdb.h in commit 7184e25 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 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 util: Specific GetOSRandom for Linux/FreeBSD/OpenBSD 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 Merge #8808: Do not shadow variables (gcc set) 8 years ago
arith_uint256.h
base58.cpp
base58.h [trivial] Fix typos in comments 8 years ago
bitcoin-cli-res.rc
bitcoin-cli.cpp Docs: add details to -rpcclienttimeout doc 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 use EXIT_ codes instead of magic numbers 8 years ago
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 Merge #9908: Define 7200 second timestamp window constant 8 years ago
chainparams.cpp Add seed.btc.petertodd.org to mainnet DNS seeds 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.99 8 years ago
coins.cpp [cleanup] Remove coin age priority completely. 8 years ago
coins.h [cleanup] Remove coin age priority completely. 8 years ago
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 Avoid VLA in hash.h 8 years ago
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 #9602: Remove coin age priority and free transactions - implementation 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 Merge #9602: Remove coin age priority and free transactions - implementation 8 years ago
miner.h Merge #9602: Remove coin age priority and free transactions - implementation 8 years ago
net.cpp CScheduler boost->std::function, use millisecs for times, not secs 8 years ago
net.h Move CNode::addrLocal access behind locked accessors 8 years ago
net_processing.cpp No longer allow "free" transactions 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: Do not print an error on connection timeouts through proxy 8 years ago
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: Add fallback if getrandom syscall not available 8 years ago
random.h sanity: Move OS random to sanity check function 8 years ago
rest.cpp Refactor: Remove using namespace <xxx> from src/*.cpp. 8 years ago
reverselock.h
scheduler.cpp CScheduler boost->std::function, use millisecs for times, not secs 8 years ago
scheduler.h CScheduler boost->std::function, use millisecs for times, not secs 8 years ago
serialize.h
streams.h Merge #8808: Do not shadow variables (gcc set) 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 Merge #8808: Do not shadow variables (gcc set) 8 years ago
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 Merge #9548: Remove min reasonable fee 8 years ago
txmempool.h Merge #9548: Remove min reasonable fee 8 years ago
ui_interface.cpp
ui_interface.h
uint256.cpp uint256: replace sprintf with HexStr and reverse-iterator 8 years ago
uint256.h
undo.h
util.cpp Fix for issue #9775. Added check for open() returning a NULL pointer. 8 years ago
util.h Merge #9417: Do not evaluate hidden LogPrint arguments 8 years ago
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp Wallet: Sanitise -wallet parameter 8 years ago
utilstrencodings.h Wallet: Sanitise -wallet parameter 8 years ago
utiltime.cpp [trivial] Fix typos in comments 8 years ago
utiltime.h [trivial] Fix recently introduced typos in comments 8 years ago
validation.cpp Merge #9548: Remove min reasonable fee 8 years ago
validation.h No longer allow "free" transactions 8 years ago
validationinterface.cpp Add a CValidationInterface::NewPoWValidBlock callback 8 years ago
validationinterface.h [trivial] Fix recently introduced typos in comments 8 years ago
version.h
versionbits.cpp
versionbits.h
warnings.cpp
warnings.h