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.
 
 
 
 
 
 
Pieter Wuille e4daecda0b Reimplement CBlockLocator's chain-related logic in CChain. 11 years ago
..
json
leveldb Merge src/leveldb changes for LevelDB 1.13 12 years ago
m4 autotools: fix subdir m4 check, never let it return -I 11 years ago
obj
obj-test
qt Refactor/encapsulate chain globals into a CChain class 11 years ago
test Refactor/encapsulate chain globals into a CChain class 11 years ago
.gitignore Add src/.gitignore: ignore src/test_bitcoin 11 years ago
Makefile.am Remove include of windows.h from allocators.h 11 years ago
Makefile.include autotools: fix the Makefile.include to be safely included anywhere. 11 years ago
addrman.cpp Replace printf with LogPrintf / LogPrint 11 years ago
addrman.h Replace printf with LogPrintf / LogPrint 11 years ago
alert.cpp Replace printf with LogPrintf / LogPrint 11 years ago
alert.h
allocators.cpp Remove include of windows.h from allocators.h 11 years ago
allocators.h Remove include of windows.h from allocators.h 11 years ago
base58.h BIP32 derivation implementation 12 years ago
bignum.h
bitcoind-res.rc rename bitcoin-res.rc to bitcoind-res.rc 11 years ago
bitcoind.cpp make fCommandLine a local variable in AppInit() 11 years ago
bitcoinrpc.cpp Avoid core dump if rpc port is in use. 11 years ago
bitcoinrpc.h Added ping time measurement. 11 years ago
bloom.cpp Performance optimization for bloom filters. 12 years ago
bloom.h Performance optimization for bloom filters. 12 years ago
chainparams.cpp Merge pull request #2829 from sipa/bip32 12 years ago
chainparams.h GetDataDir(): cache paths for each network separately 12 years ago
checkpoints.cpp Checkpoint at block 250,000 12 years ago
checkpoints.h Replace repeated GetBoolArg() calls with Checkpoint::fEnabled variable 12 years ago
checkqueue.h
clientversion.h autotools: switch to autotools buildsystem 11 years ago
compat.h prevent compiler redefinition warnings 11 years ago
core.cpp Replace printf with LogPrintf / LogPrint 11 years ago
core.h Skip unspendable outputs in consistency check 11 years ago
crypter.cpp remove windows.h from crypter.cpp includes 12 years ago
crypter.h CSecret/CKey -> CKey/CPubKey split/refactor 12 years ago
db.cpp Replace printf with LogPrintf / LogPrint 11 years ago
db.h Reimplement CBlockLocator's chain-related logic in CChain. 11 years ago
hash.cpp Add HMAC-SHA512 to hash 12 years ago
hash.h Add HMAC-SHA512 to hash 12 years ago
init.cpp Reimplement CBlockLocator's chain-related logic in CChain. 11 years ago
init.h let user select wallet file with -wallet=foo.dat 12 years ago
key.cpp Use 'low S' as malleability breaker rather than 'even S' 11 years ago
key.h BIP32 derivation implementation 12 years ago
keystore.cpp CSecret/CKey -> CKey/CPubKey split/refactor 12 years ago
keystore.h CSecret/CKey -> CKey/CPubKey split/refactor 12 years ago
leveldb.cpp Replace printf with LogPrintf / LogPrint 11 years ago
leveldb.h Replace printf with LogPrintf / LogPrint 11 years ago
limitedmap.h
main.cpp Reimplement CBlockLocator's chain-related logic in CChain. 11 years ago
main.h Reimplement CBlockLocator's chain-related logic in CChain. 11 years ago
miner.cpp Refactor/encapsulate chain globals into a CChain class 11 years ago
miner.h internal miner: move 2 globals from main to miner 11 years ago
mruset.h
net.cpp Merge pull request #3077 from sipa/chain 11 years ago
net.h Merge pull request #3077 from sipa/chain 11 years ago
netbase.cpp Hurricane Electric uses block 2001:470::, not 2011:470:: 11 years ago
netbase.h fix #3049 by changing comment for CNetAddr::IsRFC4193() 11 years ago
noui.cpp Replace printf with LogPrintf / LogPrint 11 years ago
protocol.cpp Replace printf with LogPrintf / LogPrint 11 years ago
protocol.h Introduce a CChainParameters singleton class and regtest mode. 12 years ago
rpcblockchain.cpp Refactor/encapsulate chain globals into a CChain class 11 years ago
rpcdump.cpp Refactor/encapsulate chain globals into a CChain class 11 years ago
rpcmining.cpp Refactor/encapsulate chain globals into a CChain class 11 years ago
rpcnet.cpp Added ping time measurement. 11 years ago
rpcrawtransaction.cpp Refactor/encapsulate chain globals into a CChain class 11 years ago
rpcwallet.cpp Reimplement CBlockLocator's chain-related logic in CChain. 11 years ago
script.cpp Replace printf with LogPrintf / LogPrint 11 years ago
script.h Merge pull request #2791 from sipa/proveprune 11 years ago
serialize.h
sync.cpp Replace printf with LogPrintf / LogPrint 11 years ago
sync.h Added comments to sync.h to make it easier to understand the macros 12 years ago
threadsafety.h
txdb.cpp Refactor/encapsulate chain globals into a CChain class 11 years ago
txdb.h
ui_interface.h
uint256.h Replace printf with LogPrintf / LogPrint 11 years ago
util.cpp make fCommandLine a local variable in AppInit() 11 years ago
util.h make fCommandLine a local variable in AppInit() 11 years ago
version.cpp Fix build date for from-tarball builds 12 years ago
version.h
wallet.cpp Refactor/encapsulate chain globals into a CChain class 11 years ago
wallet.h Replace printf with LogPrintf / LogPrint 11 years ago
walletdb.cpp Replace printf with LogPrintf / LogPrint 11 years ago
walletdb.h Payment Protocol: X509-validated payment requests 12 years ago