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 23e6e64a24 Allow disconnectnode() to be called with node id 8 years ago
..
bench Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair 8 years ago
compat
config
consensus [trivial] Fix typos in comments 8 years ago
crypto
leveldb
obj
obj-test
policy Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
primitives Merge #9602: Remove coin age priority and free transactions - implementation 8 years ago
qt Merge #10176: net: gracefully handle NodeId wrapping 8 years ago
rpc Allow disconnectnode() to be called with node id 8 years ago
script Deduplicate SignatureCacheHasher 8 years ago
secp256k1
support Merge #8808: Do not shadow variables (gcc set) 8 years ago
test Merge #9480: De-duplicate SignatureCacheHasher 8 years ago
univalue
wallet Merge #10178: Remove CValidationInterface::UpdatedTransaction 8 years ago
zmq Add override to functions using CValidationInterface methods 8 years ago
.clang-format [doc] Remove unused clang format dev script 8 years ago
Makefile.am Merge #9681: Refactor Bumpfee, move core functionality to CWallet 8 years ago
Makefile.bench.include Merge #9505: Prevector Quick Destruct 8 years ago
Makefile.leveldb.include
Makefile.qt.include Make qt wallet test compatible with qt4 8 years ago
Makefile.qttest.include Add simple qt wallet test sending a transaction 8 years ago
Makefile.test.include allow libevent logging to be updated during runtime 8 years ago
addrdb.cpp Use fsbridge for fopen and freopen 8 years ago
addrdb.h Replace uses of boost::filesystem with fs 8 years ago
addrman.cpp Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
addrman.h Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
amount.cpp
amount.h
arith_uint256.cpp Merge #8808: Do not shadow variables (gcc set) 8 years ago
arith_uint256.h
base58.cpp [trivial] Fix typos in comments 8 years ago
base58.h [trivial] Fix typos in comments 8 years ago
bitcoin-cli-res.rc
bitcoin-cli.cpp Replace uses of boost::filesystem with fs 8 years ago
bitcoin-tx-res.rc
bitcoin-tx.cpp bitcoin-tx: Fix missing range check 8 years ago
bitcoind-res.rc
bitcoind.cpp Replace uses of boost::filesystem with fs 8 years ago
blockencodings.cpp Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
blockencodings.h [trivial] Fix typos in comments 8 years ago
bloom.cpp Fix msvc compiler error C4146 (minus operator applied to unsigned type) 8 years ago
bloom.h
chain.cpp
chain.h Merge #9908: Define 7200 second timestamp window constant 8 years ago
chainparams.cpp Remove unused code 8 years ago
chainparams.h Remove unused code 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 Fix build warning from #error text 8 years ago
coins.cpp [cleanup] Remove coin age priority completely. 8 years ago
coins.h Remove unused code 8 years ago
compat.h compat: use `unsigned int` instead of `u_int` 8 years ago
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 Fix parameter naming inconsistencies between .h and .cpp files 8 years ago
cuckoocache.h Merge #9533: Allow non-power-of-2 signature cache sizes 8 years ago
dbwrapper.cpp Replace uses of boost::filesystem with fs 8 years ago
dbwrapper.h Replace uses of boost::filesystem with fs 8 years ago
fs.cpp Add fs.cpp/h 8 years ago
fs.h Add fs.cpp/h 8 years ago
hash.cpp
hash.h Avoid VLA in hash.h 8 years ago
httprpc.cpp Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
httprpc.h
httpserver.cpp Set BCLog::LIBEVENT correctly for old libevent versions. 8 years ago
httpserver.h Set BCLog::LIBEVENT correctly for old libevent versions. 8 years ago
indirectmap.h
init.cpp Merge #9902: Lightweight abstraction of boost::filesystem 8 years ago
init.h
key.cpp
key.h Trivial: Fix typo in key.h comment 8 years ago
keystore.cpp
keystore.h
limitedmap.h
memusage.h
merkleblock.cpp
merkleblock.h
miner.cpp Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
miner.h Merge #9959: Mining: Prevent slowdown in CreateNewBlock on large mempools 8 years ago
net.cpp Check interruptNet during dnsseed lookups 8 years ago
net.h Merge #10176: net: gracefully handle NodeId wrapping 8 years ago
net_processing.cpp Merge #9665: Use cached [compact] blocks to respond to getdata messages 8 years ago
net_processing.h Add override to functions using CValidationInterface methods 8 years ago
netaddress.cpp
netaddress.h [trivial] Fix typos in comments 8 years ago
netbase.cpp Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
netbase.h
netmessagemaker.h Net: Make CNetMsgMaker more const 8 years ago
noui.cpp
noui.h
pow.cpp pow: GetNextWorkRequired never called with NULL pindexLast 8 years ago
pow.h
prevector.h Merge #9505: Prevector Quick Destruct 8 years ago
protocol.cpp
protocol.h
pubkey.cpp
pubkey.h
random.cpp Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
random.h sanity: Move OS random to sanity check function 8 years ago
rest.cpp refactor: Make rest.cpp dependency on `*toJSON` in `blockchain.cpp` explicit 8 years ago
reverselock.h
scheduler.cpp scheduler: fix sub-second precision with boost < 1.50 8 years ago
scheduler.h CScheduler boost->std::function, use millisecs for times, not secs 8 years ago
serialize.h Prevent integer overflow in ReadVarInt. 8 years ago
streams.h Prevent -Wshadow warnings with gcc versions 4.8.5, 5.3.1 and 6.2.1. 8 years ago
sync.cpp Remove unused code 8 years ago
sync.h Remove unused code 8 years ago
threadinterrupt.cpp
threadinterrupt.h
threadsafety.h
timedata.cpp Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
timedata.h Merge #8808: Do not shadow variables (gcc set) 8 years ago
tinyformat.h util: Throw tinyformat::format_error on formatting error 8 years ago
torcontrol.cpp torcontrol: Use fs::path instead of std::string for private key path 8 years ago
torcontrol.h
txdb.cpp Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
txdb.h Make threshold for flushing more conservative. 8 years ago
txmempool.cpp Bugfix: ancestor modifed fees were incorrect for descendants 8 years ago
txmempool.h Fix parameter naming inconsistencies between .h and .cpp files 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 allow libevent logging to be updated during runtime 8 years ago
util.h [rpc] Add logging RPC 8 years ago
utilmoneystr.cpp Refactor: Remove using namespace <xxx> from util* 8 years ago
utilmoneystr.h
utilstrencodings.cpp Refactor: Remove using namespace <xxx> from util* 8 years ago
utilstrencodings.h Wallet: Sanitise -wallet parameter 8 years ago
utiltime.cpp Refactor: Remove using namespace <xxx> from util* 8 years ago
utiltime.h [trivial] Fix recently introduced typos in comments 8 years ago
validation.cpp Remove CValidationInterface::UpdatedTransaction 8 years ago
validation.h Make DisconnectBlock and ConnectBlock static in validation.cpp 8 years ago
validationinterface.cpp Remove CValidationInterface::UpdatedTransaction 8 years ago
validationinterface.h Remove CValidationInterface::UpdatedTransaction 8 years ago
version.h
versionbits.cpp Don't require segwit in getblocktemplate for segwit signalling or mining 8 years ago
versionbits.h
warnings.cpp
warnings.h