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.
 
 
 
 
 
 
theuni e2654c8d28 fixed: don't use thread::sleep_for where it's known to be broken 12 years ago
..
json
leveldb Allow files to be opened for reading multiple times 12 years ago
obj
obj-test
qt Merge pull request #2154 from CodeShark/dependencycleanup 12 years ago
test Removed AcceptToMemoryPool method from CTransaction. This method belongs to the mempool instance. 12 years ago
addrman.cpp
addrman.h
alert.cpp CSecret/CKey -> CKey/CPubKey split/refactor 12 years ago
alert.h
allocators.h Make signature cache store CPubKeys 12 years ago
base58.h CSecret/CKey -> CKey/CPubKey split/refactor 12 years ago
bignum.h Use a uint256 for bnChainWork 12 years ago
bitcoind.cpp build: add global var for whether or not the gui is enabled 12 years ago
bitcoinrpc.cpp Merge pull request #2747 from luke-jr/getblock_verbose0 12 years ago
bitcoinrpc.h Merge pull request #2716 from laanwj/2013_05_30_getwork 12 years ago
bloom.cpp
bloom.h
checkpoints.cpp Replace repeated GetBoolArg() calls with Checkpoint::fEnabled variable 12 years ago
checkpoints.h Replace repeated GetBoolArg() calls with Checkpoint::fEnabled variable 12 years ago
checkqueue.h
clientversion.h Prepare for 0.9 merge window 12 years ago
compat.h Allow select()ing up to 1024 file descriptors on Windows 12 years ago
core.cpp Removed AcceptToMemoryPool method from CTransaction. This method belongs to the mempool instance. 12 years ago
core.h Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core. 12 years ago
crypter.cpp CSecret/CKey -> CKey/CPubKey split/refactor 12 years ago
crypter.h CSecret/CKey -> CKey/CPubKey split/refactor 12 years ago
db.cpp Get rid of db dependencies on main 12 years ago
db.h Get rid of db dependencies on main 12 years ago
hash.cpp
hash.h Make CPubKey statically allocated 12 years ago
init.cpp Using boost::signals2 to message main from net.cpp. 12 years ago
init.h
key.cpp CSecret/CKey -> CKey/CPubKey split/refactor 12 years ago
key.h Make signature cache store CPubKeys 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 Reduce number of open LevelDB files to 64 12 years ago
leveldb.h
limitedmap.h
main.cpp Using boost::signals2 to message main from net.cpp. 12 years ago
main.h Removed the main.h include from net.cpp. 12 years ago
makefile.linux-mingw Created core.h/core.cpp, added to makefiles. Started moving core structures from main to core beginning with COutPoint. 12 years ago
makefile.mingw Created core.h/core.cpp, added to makefiles. Started moving core structures from main to core beginning with COutPoint. 12 years ago
makefile.osx Created core.h/core.cpp, added to makefiles. Started moving core structures from main to core beginning with COutPoint. 12 years ago
makefile.unix Created core.h/core.cpp, added to makefiles. Started moving core structures from main to core beginning with COutPoint. 12 years ago
mruset.h
net.cpp changes to thread code (directly use boost::thread) 12 years ago
net.h Removed the main.h include from net.cpp. 12 years ago
netbase.cpp fix !O_NONBLOCK where ~O_NONBLOCK was meant 12 years ago
netbase.h
noui.cpp
protocol.cpp Removed net.cpp's dependency on init.h. 12 years ago
protocol.h
rpcblockchain.cpp Merge pull request #2747 from luke-jr/getblock_verbose0 12 years ago
rpcdump.cpp CSecret/CKey -> CKey/CPubKey split/refactor 12 years ago
rpcmining.cpp Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core. 12 years ago
rpcnet.cpp Merge pull request #2461 from sipa/syncnode 12 years ago
rpcrawtransaction.cpp Removed AcceptToMemoryPool method from CTransaction. This method belongs to the mempool instance. 12 years ago
rpcwallet.cpp Removed AcceptToMemoryPool method from CTransaction. This method belongs to the mempool instance. 12 years ago
script.cpp Removed script.cpp's dependence on main.h 12 years ago
script.h Removed AcceptToMemoryPool method from CTransaction. This method belongs to the mempool instance. 12 years ago
serialize.h
sync.cpp
sync.h
threadsafety.h
txdb.cpp Improve gettxoutsetinfo command 12 years ago
txdb.h
ui_interface.h
uint256.h Specified base_uint component size 12 years ago
util.cpp changes to thread code (directly use boost::thread) 12 years ago
util.h fixed: don't use thread::sleep_for where it's known to be broken 12 years ago
version.cpp
version.h
wallet.cpp Wallet: optimize rescan to skip blocks prior to birthday 12 years ago
wallet.h Wallet: store key creation time. Calculate whole-wallet birthday. 12 years ago
walletdb.cpp Wallet: store key creation time. Calculate whole-wallet birthday. 12 years ago
walletdb.h Wallet: store key creation time. Calculate whole-wallet birthday. 12 years ago