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.
 
 
 
 
 
 
Masahiko Hyuga a79f864945 fix getnettotals RPC description about timemillis. 8 years ago
..
bench [copyright] copyright header style uniform 8 years ago
compat [copyright] copyright header style uniform 8 years ago
config
consensus IBD check uses minimumchain work instead of checkpoints. 8 years ago
crypto crypto: add AES 128/256 CBC classes 8 years ago
leveldb
obj
obj-test
policy Remove unused var UNLIKELY_PCT from fees.h 8 years ago
primitives Get rid of nType and nVersion 8 years ago
qt Merge #9039: Various serialization simplifcations and optimizations 8 years ago
rpc fix getnettotals RPC description about timemillis. 8 years ago
script Get rid of nType and nVersion 8 years ago
secp256k1 Merge commit 'b2135359b3ad37cf2ac09b008079ddb237eff2c9' 8 years ago
support LockedPool: avoid quadratic-time allocation 8 years ago
test Merge #9039: Various serialization simplifcations and optimizations 8 years ago
univalue Merge commit '2ca7faab4205822b06dc2ab2bbda0a9a70fce7e0' into HEAD 8 years ago
wallet Get rid of nType and nVersion 8 years ago
zmq Always call UpdatedBlockTip, even if blocks were only disconnected 8 years ago
.clang-format
Makefile.am Merge #8753: Locked memory manager 8 years ago
Makefile.bench.include bench: Add benchmark for lockedpool allocation/deallocation 8 years ago
Makefile.leveldb.include Merge #8826: Do not include env_win.cc on non-Windows systems 8 years ago
Makefile.qt.include qt: Translate all files, even if wallet disabled 8 years ago
Makefile.qttest.include Add MIT license to Makefiles 8 years ago
Makefile.test.include test: Fix test_random includes 8 years ago
addrdb.cpp net: move CBanDB and CAddrDB out of net.h/cpp 8 years ago
addrdb.h Get rid of nType and nVersion 8 years ago
addrman.cpp Kill insecure_random and associated global state 8 years ago
addrman.h Get rid of nType and nVersion 8 years ago
amount.cpp
amount.h Get rid of nType and nVersion 8 years ago
arith_uint256.cpp [copyright] copyright header style uniform 8 years ago
arith_uint256.h [copyright] copyright header style uniform 8 years ago
base58.cpp Use prefix operator in for loop of DecodeBase58. 8 years ago
base58.h
bitcoin-cli-res.rc
bitcoin-cli.cpp Merge #9067: Fix exit codes 8 years ago
bitcoin-tx-res.rc
bitcoin-tx.cpp Fix exit codes: 8 years ago
bitcoind-res.rc
bitcoind.cpp Every main()/exit() should return/use one of EXIT_ codes instead of magic numbers 8 years ago
blockencodings.cpp Merge #9039: Various serialization simplifcations and optimizations 8 years ago
blockencodings.h Merge #9039: Various serialization simplifcations and optimizations 8 years ago
bloom.cpp trivial: fix bloom filter init to isEmpty = true 8 years ago
bloom.h Get rid of nType and nVersion 8 years ago
chain.cpp Add importmulti rpc call 8 years ago
chain.h Get rid of nType and nVersion 8 years ago
chainparams.cpp IBD check uses minimumchain work instead of checkpoints. 8 years ago
chainparams.h RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC 8 years ago
chainparamsbase.cpp
chainparamsbase.h
chainparamsseeds.h
checkpoints.cpp Remove GetTotalBlocksEstimate and checkpoint tests that test nothing. 8 years ago
checkpoints.h Remove GetTotalBlocksEstimate and checkpoint tests that test nothing. 8 years ago
checkqueue.h
clientversion.cpp build: Get rid of `CLIENT_DATE` 8 years ago
clientversion.h build: bump version to 0.13.99 8 years ago
coins.cpp Fix relaypriority calculation error 8 years ago
coins.h Get rid of nType and nVersion 8 years ago
compat.h
compressor.cpp
compressor.h Get rid of nType and nVersion 8 years ago
core_io.h BIP144: Serialization, hashes, relay (sender side) 8 years ago
core_memusage.h Rename CTxinWitness -> CTxInWitness 8 years ago
core_read.cpp BIP144: Serialization, hashes, relay (sender side) 8 years ago
core_write.cpp Update bitcoin-tx to output witness data. 8 years ago
dbwrapper.cpp C++11: s/boost::scoped_ptr/std::unique_ptr/ 8 years ago
dbwrapper.h Use fixed preallocation instead of costly GetSerializeSize 8 years ago
hash.cpp Support SipHash with arbitrary byte writes 8 years ago
hash.h Get rid of nType and nVersion 8 years ago
httprpc.cpp [RPC] pass HTTP basic authentication username to the JSONRequest object 8 years ago
httprpc.h
httpserver.cpp Merge #8109: Do not shadow member variables 8 years ago
httpserver.h Fix a type error that would not compile on Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) 8 years ago
indirectmap.h prepend license statement to indirectmap 8 years ago
init.cpp Merge #8969: Decouple peer-processing-logic from block-connection-logic (#2) 8 years ago
init.h
key.cpp wallet: Get rid of LockObject and UnlockObject calls in key.h 8 years ago
key.h Get rid of nType and nVersion 8 years ago
keystore.cpp
keystore.h
limitedmap.h use std::map::erase(const_iterator, const_iterator) to get non-constant iterator 8 years ago
main.cpp Merge #9039: Various serialization simplifcations and optimizations 8 years ago
main.h Fix compact block handling to not ban if block is invalid 8 years ago
memusage.h [copyright] copyright header style uniform 8 years ago
merkleblock.cpp BIP141: Other consensus critical limits, and BIP145 8 years ago
merkleblock.h Get rid of nType and nVersion 8 years ago
miner.cpp Merge #8223: [c++11] Use std::unique_ptr for block creation. 8 years ago
miner.h Merge #8223: [c++11] Use std::unique_ptr for block creation. 8 years ago
net.cpp Merge #9045: Hash P2P messages as they are received instead of at process-time 8 years ago
net.h Merge #9039: Various serialization simplifcations and optimizations 8 years ago
netaddress.cpp Do not shadow variables in networking code 8 years ago
netaddress.h Get rid of nType and nVersion 8 years ago
netbase.cpp Kill insecure_random and associated global state 8 years ago
netbase.h Do not shadow variables in networking code 8 years ago
noui.cpp Do not ask a UI question from bitcoind 8 years ago
noui.h
pow.cpp
pow.h
prevector.h serialize: Deprecate `begin_ptr` / `end_ptr` 8 years ago
protocol.cpp net: Consistent checksum handling 8 years ago
protocol.h Get rid of nType and nVersion 8 years ago
pubkey.cpp Do not shadow variables 8 years ago
pubkey.h Add optimized CSizeComputer serializers 8 years ago
random.cpp Kill insecure_random and associated global state 8 years ago
random.h Kill insecure_random and associated global state 8 years ago
rest.cpp Get rid of nType and nVersion 8 years ago
reverselock.h Do not shadow variables 8 years ago
scheduler.cpp Notify other serviceQueue thread we are finished to prevent deadlocks. 8 years ago
scheduler.h
serialize.h Add optimized CSizeComputer serializers 8 years ago
streams.h Get rid of nType and nVersion 8 years ago
sync.cpp
sync.h Do not shadow LOCK's criticalblock variable for LOCK inside LOCK 8 years ago
threadsafety.h
timedata.cpp net: narrow include scope after moving to netaddress 8 years ago
timedata.h
tinyformat.h util: Update tinyformat 8 years ago
torcontrol.cpp Do not shadow variables 8 years ago
torcontrol.h
txdb.cpp C++11: s/boost::scoped_ptr/std::unique_ptr/ 8 years ago
txdb.h Get rid of nType and nVersion 8 years ago
txmempool.cpp Remove priority estimation 8 years ago
txmempool.h Add feedelta to TxMempoolInfo 8 years ago
ui_interface.cpp [wallet] Add high transaction fee warnings 8 years ago
ui_interface.h [wallet] Add high transaction fee warnings 8 years ago
uint256.cpp Use SipHash-2-4 for CCoinsCache index 8 years ago
uint256.h Get rid of nType and nVersion 8 years ago
undo.h Get rid of nType and nVersion 8 years ago
util.cpp Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs 8 years ago
util.h Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs 8 years ago
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp util: Add ParseUInt32 and ParseUInt64 8 years ago
utilstrencodings.h util: Add ParseUInt32 and ParseUInt64 8 years ago
utiltime.cpp
utiltime.h
validationinterface.cpp Remove SyncWithWallets wrapper function 8 years ago
validationinterface.h Remove SyncWithWallets wrapper function 8 years ago
version.h Bump the protocol version to distinguish new banning behavior. 8 years ago
versionbits.cpp RPC: augment getblockchaininfo bip9_softforks data 8 years ago
versionbits.h RPC: augment getblockchaininfo bip9_softforks data 8 years ago