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.
 
 
 
 
 
 
Venkatesh Srinivas 6a0296791d Define MSG_NOSIGNAL to 0 on platforms where it is unavailable. 13 years ago
..
cryptopp fix warning: unused function 'SigIllHandlerSSE2' [-Wunused-function] 13 years ago
json
obj Boost unit-testing framework. 13 years ago
test CHECKMULTISIG unit tests. 13 years ago
xpm
base58.h Unify copyright notices. 13 years ago
bignum.h Unify copyright notices. 13 years ago
crypter.cpp Add wallet privkey encryption. 13 years ago
crypter.h Add wallet privkey encryption. 13 years ago
db.cpp Fix rpc-hanging deadlocks 13 years ago
db.h Unify copyright notices. 13 years ago
headers.h Unify copyright notices. 13 years ago
init.cpp Unify copyright notices. 13 years ago
init.h Unify copyright notices. 13 years ago
irc.cpp Unify copyright notices. 13 years ago
irc.h Unify copyright notices. 13 years ago
key.h Merge pull request #458 from TheBlueMatt/copyright 13 years ago
keystore.cpp SetCrypted() obtains keystore lock, to be safe. 13 years ago
keystore.h SetCrypted() obtains keystore lock, to be safe. 13 years ago
main.cpp Optimize database writes for transactions with lots of TxIns. 13 years ago
main.h Start moving protocol-specific code to protocol.[ch]pp 13 years ago
makefile.linux-mingw Merge branch 'code-cleanup' of git://github.com/muggenhor/bitcoin 13 years ago
makefile.mingw Merge branch 'code-cleanup' of git://github.com/muggenhor/bitcoin 13 years ago
makefile.osx Merge branch 'code-cleanup' of git://github.com/muggenhor/bitcoin 13 years ago
makefile.unix Merge branch 'code-cleanup' of git://github.com/muggenhor/bitcoin 13 years ago
makefile.vc Start moving protocol-specific code to protocol.[ch]pp 13 years ago
net.cpp Stay connected to seed nodes; disconnecting causes problems if you are trying to make the initial blockchain download. 13 years ago
net.h Move CInv to protocol.[ch]pp 13 years ago
noui.h Unify copyright notices. 13 years ago
protocol.cpp Move CInv to protocol.[ch]pp 13 years ago
protocol.h Move CInv to protocol.[ch]pp 13 years ago
rpc.cpp Fix bad merge: getaccountaddress was broken for new accounts 13 years ago
rpc.h Unify copyright notices. 13 years ago
script.cpp Fix rpc-hanging deadlocks 13 years ago
script.h Merge pull request #458 from TheBlueMatt/copyright 13 years ago
serialize.h Bumped version numbers to 0.4.0rc1 13 years ago
strlcpy.h
ui.cpp Support for boost filesystem version 3 13 years ago
ui.h Unify copyright notices. 13 years ago
uibase.cpp Make it clear that setting proxy requires restart to fully apply. 13 years ago
uibase.h Dynamically remove/insert the Options for encryption in the menus. 13 years ago
uint256.h Unify copyright notices. 13 years ago
util.cpp If compiled -DDEBUG_LOCKORDER and run with -debug, print out every mutex lock/unlock (helpful for debugging something-is-holding-a-mutex-too-long problems) 13 years ago
util.h Define MSG_NOSIGNAL to 0 on platforms where it is unavailable. 13 years ago
wallet.cpp obtain cs_wallet mutex to protect vchDefaultKey 13 years ago
wallet.h Logic running with -keypool=0 was wrong (empty keys were being returned). Fixes #445 13 years ago