Community driven twister-core
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.
 
 
 
 
 
 
Wladimir J. van der Laan f93727aa56 Merge pull request #1206 from Diapolo/passphrasedialog 13 years ago
..
json
obj Bump version numbers for 0.6.1rc1 13 years ago
obj-test
qt Merge pull request #1206 from Diapolo/passphrasedialog 13 years ago
test Clean up warnings 13 years ago
addrman.cpp Clean up warnings 13 years ago
addrman.h Clean up warnings 13 years ago
allocators.h Add missing includes. (Fix bulding under GCC 4.7) 13 years ago
base58.h Further reduce header dependencies 13 years ago
bignum.h Add casts for unavoidable signed/unsigned comparisons 13 years ago
bitcoinrpc.cpp Kill warning from unavoidable signed/unsigned comparison in bitcoinrpc.cpp. 13 years ago
bitcoinrpc.h Add UI RPC console / debug window 13 years ago
checkpoints.cpp Remove headers.h 13 years ago
checkpoints.h Remove headers.h 13 years ago
compat.h We should include netinet/in.h to use sockaddr_in (POSIX.1-2001) 13 years ago
crypter.cpp Further reduce header dependencies 13 years ago
crypter.h Further reduce header dependencies 13 years ago
db.cpp Merge pull request #883 from sipa/loadblock 13 years ago
db.h Make lsn_reset ("detach databases") optional and off by default. 13 years ago
init.cpp Merge branch 'tmp-ipv6' into merge-ipv6 13 years ago
init.h remove 2 obsolete functions from init.h that moved to util.h 13 years ago
irc.cpp Support for multiple local addresses 13 years ago
irc.h Support for multiple local addresses 13 years ago
key.cpp
key.h Fix tests after recent refactors 13 years ago
keystore.cpp Further reduce header dependencies 13 years ago
keystore.h Further reduce header dependencies 13 years ago
main.cpp Clean up warnings 13 years ago
main.h Clean up warnings 13 years ago
makefile.linux-mingw Clean up warnings 13 years ago
makefile.mingw Clean up warnings 13 years ago
makefile.osx Fix osx build 13 years ago
makefile.unix Clean up warnings 13 years ago
mruset.h Begin doxygen-compatible comments 13 years ago
net.cpp fix an incorrect if-clause in net.cpp 13 years ago
net.h Added -externalip and -discover 13 years ago
netbase.cpp Clean up warnings 13 years ago
netbase.h Support for multiple local addresses 13 years ago
noui.cpp Remove headers.h 13 years ago
protocol.cpp Add casts for unavoidable signed/unsigned comparisons 13 years ago
protocol.h Move proto version to version.h. Reduce header deps a bit more. 13 years ago
rpcdump.cpp Remove headers.h 13 years ago
script.cpp EvalScript(): cast to avoid signed/unsigned warning 13 years ago
script.h Add casts for unavoidable signed/unsigned comparisons 13 years ago
serialize.h remove unused typedef in serialize.h 13 years ago
strlcpy.h Remove headers.h 13 years ago
ui_interface.h Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs 13 years ago
uint256.h Merge pull request #1126 from drizztbsd/master 13 years ago
util.cpp Fix osx build 13 years ago
util.h Merge pull request #1134 from Diapolo/util-updates 13 years ago
version.cpp version.h: separate client, net sections. Move more constants to this file. 13 years ago
version.h Increase client version to 0.6.99 13 years ago
wallet.cpp Prefer 'unsigned int' for loop index variables tested against ::size() 13 years ago
wallet.h remove obsolete BackupWallet() entry in wallet.h 13 years ago
walletdb.cpp Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12"PRI64d" instead 13 years ago
walletdb.h Move CWalletDB code to new walletdb module. 13 years ago