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.
 
 
 
 
 
 
Luke Dashjr a880b29cab Bugfix: fForRelay should be false when deciding required fee to include in blocks 13 years ago
..
cryptopp fix warning: unused function 'SigIllHandlerSSE2' [-Wunused-function] 13 years ago
json directory re-organization (keeps the old build system) 13 years ago
obj Boost unit-testing framework. 13 years ago
test CHECKMULTISIG unit tests. 13 years ago
xpm directory re-organization (keeps the old build system) 13 years ago
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 Bugfix: fForRelay should be false when deciding required fee to include in blocks 13 years ago
main.h Merge branch 'unique_coinbase' of git://gitorious.org/~Luke-Jr/bitcoin/luke-jr-bitcoin into unique_coinbase 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 SocketHandler thread can be detached 13 years ago
net.h missed printf in AbortMessage(); merged printfs in EndMessage 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 Merge branch 'unique_coinbase' of git://gitorious.org/~Luke-Jr/bitcoin/luke-jr-bitcoin into unique_coinbase 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 make bitcoin include files more modular 13 years ago
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 Move func 'REF' from util.h to serialize.h 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