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.
 
 
 
 
 
 
Gavin Andresen 319b11607f Refactor: CTxMempool class to its own txmempool.{cpp,h} 11 years ago
..
json Revert "JSON Spirit updated to v4.06" 11 years ago
leveldb Merge src/leveldb changes for LevelDB 1.13 11 years ago
m4 autotools: fix subdir m4 check, never let it return -I 11 years ago
obj Bump version numbers for 0.6.1rc1 13 years ago
obj-test Rename src/obj/test to src/obj-test to workaround bug in older GNU Make 13 years ago
qt Merge pull request #3159 11 years ago
test Merge pull request #3128 11 years ago
.gitignore Add src/.gitignore: ignore src/test_bitcoin 11 years ago
Makefile.am Refactor: CTxMempool class to its own txmempool.{cpp,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 re-work -debug switch handling 11 years ago
alert.cpp Replace printf with LogPrintf / LogPrint 11 years ago
alert.h Bump Year Number to 2013 11 years ago
allocators.cpp Changing LockedPageManager to use a managed instance 11 years ago
allocators.h Merge pull request #3046 from sarchar/lockedpage-change 11 years ago
base58.h Bump Year Number to 2013 11 years ago
bignum.h Bump Year Number to 2013 11 years ago
bitcoin-cli-res.rc Add separate bitcoin-rpc client 11 years ago
bitcoin-cli.cpp Add separate bitcoin-rpc client 11 years ago
bitcoind-res.rc rename bitcoin-res.rc to bitcoind-res.rc 11 years ago
bitcoind.cpp Break dependency of init on wallet. 11 years ago
bitcoinrpc.cpp Break dependency of init on wallet. 11 years ago
bitcoinrpc.h RPC: error code changes and prevent crash with walletpassphrase 11 years ago
bloom.cpp Performance optimization for bloom filters. 11 years ago
bloom.h Performance optimization for bloom filters. 11 years ago
chainparams.cpp Bump Year Number to 2013 11 years ago
chainparams.h misc spelling / space / style fixes 11 years ago
checkpoints.cpp Bump Year Number to 2013 11 years ago
checkpoints.h Bump Year Number to 2013 11 years ago
checkqueue.h Refactor: CTxMempool class to its own txmempool.{cpp,h} 11 years ago
clientversion.h autotools: switch to autotools buildsystem 11 years ago
compat.h Bump Year Number to 2013 11 years ago
core.cpp Show short scriptPubKeys correctly 11 years ago
core.h Generalize the remove-outputs check for fully-prunable transactions. 11 years ago
crypter.cpp Bump Year Number to 2013 11 years ago
crypter.h Merge pull request #3046 from sarchar/lockedpage-change 11 years ago
db.cpp Bump Year Number to 2013 11 years ago
db.h Merge pull request #3119 11 years ago
hash.cpp Add HMAC-SHA512 to hash 11 years ago
hash.h Bump Year Number to 2013 11 years ago
init.cpp Refactor: CTxMempool class to its own txmempool.{cpp,h} 11 years ago
init.h Break dependency of init on wallet. 11 years ago
key.cpp Merge pull request #3119 11 years ago
key.h fix wrong memcmp() usage in CKey::operator== 11 years ago
keystore.cpp Bump Year Number to 2013 11 years ago
keystore.h Bump Year Number to 2013 11 years ago
leveldb.cpp Replace printf with LogPrintf / LogPrint 11 years ago
leveldb.h Replace printf with LogPrintf / LogPrint 11 years ago
limitedmap.h Refactor: CTxMempool class to its own txmempool.{cpp,h} 11 years ago
main.cpp Refactor: CTxMempool class to its own txmempool.{cpp,h} 11 years ago
main.h Refactor: CTxMempool class to its own txmempool.{cpp,h} 11 years ago
miner.cpp Refactor: CTxMempool class to its own txmempool.{cpp,h} 11 years ago
miner.h Bump Year Number to 2013 11 years ago
mruset.h If (for example) the new max_size must be 5 then at the end the queue.size() must be <= 5, so the exit condition must be <=, so the continuing condition must be > (and not >= as it was). 12 years ago
net.cpp -fuzzmessagestest=N : randomly corrupt 1-of-N sent messages 11 years ago
net.h -fuzzmessagestest=N : randomly corrupt 1-of-N sent messages 11 years ago
netbase.cpp Bump Year Number to 2013 11 years ago
netbase.h Bump Year Number to 2013 11 years ago
noui.cpp Bump Year Number to 2013 11 years ago
protocol.cpp Bump Year Number to 2013 11 years ago
protocol.h Bump Year Number to 2013 11 years ago
rpcblockchain.cpp Merge pull request #3119 11 years ago
rpcdump.cpp Break dependency of init on wallet. 11 years ago
rpcmining.cpp Refactor: CTxMempool class to its own txmempool.{cpp,h} 11 years ago
rpcnet.cpp RPC: error code changes and prevent crash with walletpassphrase 11 years ago
rpcrawtransaction.cpp Refactor: CTxMempool class to its own txmempool.{cpp,h} 11 years ago
rpcwallet.cpp RPC: error code changes and prevent crash with walletpassphrase 11 years ago
script.cpp Relay OP_RETURN TxOut as standard transaction type 11 years ago
script.h Merge pull request #2738 from jgarzik/op_return 11 years ago
serialize.h Merge pull request #3173 from gavinandresen/fuzzmessages 11 years ago
sync.cpp Make -DDEBUGLOCKORDER + -debug less noisy 11 years ago
sync.h Bump Year Number to 2013 11 years ago
threadsafety.h o Added threadsafety.h - a set of macros using the -Wthread-safety 12 years ago
txdb.cpp Do not use the redundant BestInvalidWork record in the block database. 11 years ago
txdb.h Do not use the redundant BestInvalidWork record in the block database. 11 years ago
txmempool.cpp Refactor: CTxMempool class to its own txmempool.{cpp,h} 11 years ago
txmempool.h Refactor: CTxMempool class to its own txmempool.{cpp,h} 11 years ago
ui_interface.h Have Qt poll for shutdown requested, the QT way. 12 years ago
uint256.h Bump Year Number to 2013 11 years ago
util.cpp Merge pull request #3114 11 years ago
util.h re-work -debug switch handling 11 years ago
version.cpp Fix build date for from-tarball builds 11 years ago
version.h Bump PROTOCOL_VERSION for filter messages. 12 years ago
wallet.cpp Break dependency of init on wallet. 11 years ago
wallet.h Use boost signals for callbacks from main to wallet 11 years ago
walletdb.cpp Merge pull request #3119 11 years ago
walletdb.h Merge pull request #3119 11 years ago