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.
 
 
 
 
 
 
Gregory Maxwell 4e0048e454 Partial: Sanitize assert usage and refuse to compile with NDEBUG. 11 years ago
..
json Silence useless warning in src/json/json_spirit_writer_template.h to make important warnings easier to see. 11 years ago
leveldb LevelDB: use PosixWriteableFile only on MacOS X 11 years ago
obj
obj-test
qt qt: add license header to source files 11 years ago
test Bug fix: CDataStream::GetAndClear() when nReadPos > 0 11 years ago
addrman.cpp Split off hash.h from util.h 12 years ago
addrman.h
alert.cpp Refactor: pull alert string sanitization into util 11 years ago
alert.h -alertnotify=<cmd> 12 years ago
allocators.h Make signature cache store CPubKeys 12 years ago
base58.h Merge branch 'exp-btc09backports' into exp-mark11b 11 years ago
bignum.h Use a uint256 for bnChainWork 12 years ago
bitcoinrpc.cpp Avoid core dump if rpc port is in use. 11 years ago
bitcoinrpc.h RPC: 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
checkpoints.cpp Litecoin: Add checkpoints to testnet 11 years ago
checkpoints.h Merge pull request #2186 from Diapolo/misc_stuff 12 years ago
checkqueue.h Port Thread* methods to boost::thread_group 12 years ago
clientversion.h Litecoin v0.8.6.2 11 years ago
coincontrol.h Coin Control Features for Bitcoin 0.8.5 11 years ago
compat.h Allow select()ing up to 1024 file descriptors on Windows 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 Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VERSION is used 11 years ago
db.h Remove database/ after clean shutdown 12 years ago
hash.cpp Add MurmurHash3 implementation to hash.h/add hash.cpp. 12 years ago
hash.h Make CPubKey statically allocated 12 years ago
init.cpp misc small spelling/indentation fixes 11 years ago
init.h Have Qt poll for shutdown requested, the QT way. 12 years ago
key.cpp Fix minor backward incompatibility 11 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 Deal with LevelDB errors 12 years ago
limitedmap.h Add a limitedmap class similar to mruset 12 years ago
main.cpp Partial: Sanitize assert usage and refuse to compile with NDEBUG. 11 years ago
main.h Show short scriptPubKeys correctly 11 years ago
makefile.linux-mingw Litecoin: mingw32 -mstackrealign to prevent SSE2 misalignment crashes 11 years ago
makefile.mingw Litecoin: mingw32 -mstackrealign to prevent SSE2 misalignment crashes 11 years ago
makefile.osx Update makefile.osx to prevent some compiling errors under osx 10.9 11 years ago
makefile.unix Litecoin: Runtime detection of SSE2 32bit x86 for Scrypt 11 years ago
mruset.h
net.cpp Add testnet DNS seed from xurious.com 11 years ago
net.h Store and use a sanitized subVer 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 Improve block database load error reporting 12 years ago
protocol.cpp Always print full hashes (tx, block, inv) 12 years ago
protocol.h Add NODE_BLOOM service bit and option to disable bloom filters 11 years ago
rpcblockchain.cpp Make settxfee clear that units are btc/kb. 11 years ago
rpcdump.cpp Merge branch 'exp-btc09backports' into exp-mark11b 11 years ago
rpcmining.cpp Litecoin: getworkex: CreateNewBlock() scriptPubKey argument instead of key 11 years ago
rpcnet.cpp Store and use a sanitized subVer 11 years ago
rpcrawtransaction.cpp Support absence of wallet (pwalletMain==NULL) in several locations, 11 years ago
rpcwallet.cpp RPC: prevent crash with walletpassphrase 11 years ago
script.cpp Make signature cache store CPubKeys 12 years ago
script.h CSecret/CKey -> CKey/CPubKey split/refactor 12 years ago
scrypt-sse2.cpp Litecoin: Runtime detection of SSE2 32bit x86 for Scrypt 11 years ago
scrypt.cpp Litecoin: More straightforward SSE2 detection 11 years ago
scrypt.h Litecoin: More straightforward SSE2 detection 11 years ago
serialize.h Bug fix: CDataStream::GetAndClear() when nReadPos > 0 11 years ago
sync.cpp
sync.h Merge pull request #2003 from alexanderkjeldaas/documented-locking-part-2 12 years ago
threadsafety.h o Added threadsafety.h - a set of macros using the -Wthread-safety 12 years ago
txdb.cpp Improve gettxoutsetinfo command 12 years ago
txdb.h Merge pull request #2221 from sipa/perfo 12 years ago
ui_interface.h Have Qt poll for shutdown requested, the QT way. 12 years ago
uint256.h Specified base_uint component size 12 years ago
util.cpp Create parent directories if needed in GetDataDir 11 years ago
util.h Refactor: pull alert string sanitization into util 11 years ago
version.cpp Fix build date for from-tarball builds 12 years ago
version.h Disconnect nodes older than protocol version 70002 (Litecoin 0.8.3.7) 11 years ago
wallet.cpp Bugfix: Avoid trying to parse outputs that aren't relevant to CWalletTx::GetAmounts 11 years ago
wallet.h Coin Control Features for Bitcoin 0.8.5 11 years ago
walletdb.cpp Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VERSION is used 11 years ago
walletdb.h CSecret/CKey -> CKey/CPubKey split/refactor 12 years ago