bitcoin/src
Wladimir J. van der Laan b66737e6df Merge pull request #1204 from Diapolo/messagepage_focus_placeholder
GUI messagepage: add placeholder text to address field (like in sendcoins dialog)...
2012-05-10 23:55:34 -07:00
..
json
obj Bump version numbers for 0.6.1rc1 2012-04-27 10:14:33 -04:00
obj-test
qt Merge pull request #1204 from Diapolo/messagepage_focus_placeholder 2012-05-10 23:55:34 -07:00
test Clean up warnings 2012-05-09 03:48:30 +02:00
addrman.cpp Clean up warnings 2012-05-09 03:48:30 +02:00
addrman.h Clean up warnings 2012-05-09 03:48:30 +02:00
allocators.h
base58.h
bignum.h Add casts for unavoidable signed/unsigned comparisons 2012-04-23 14:14:36 -04:00
bitcoinrpc.cpp Kill warning from unavoidable signed/unsigned comparison in bitcoinrpc.cpp. 2012-05-09 07:17:30 -04:00
bitcoinrpc.h Add UI RPC console / debug window 2012-05-05 10:37:06 +02:00
checkpoints.cpp
checkpoints.h
compat.h We should include netinet/in.h to use sockaddr_in (POSIX.1-2001) 2012-04-25 14:07:24 +02:00
crypter.cpp
crypter.h
db.cpp Merge pull request #883 from sipa/loadblock 2012-05-08 12:37:27 -07:00
db.h Make lsn_reset ("detach databases") optional and off by default. 2012-04-26 00:31:54 +02:00
init.cpp Merge branch 'tmp-ipv6' into merge-ipv6 2012-05-08 19:43:17 -04:00
init.h remove 2 obsolete functions from init.h that moved to util.h 2012-05-08 23:22:36 +02:00
irc.cpp Support for multiple local addresses 2012-05-04 16:12:23 +02:00
irc.h Support for multiple local addresses 2012-05-04 16:12:23 +02:00
key.cpp
key.h
keystore.cpp
keystore.h
main.cpp Clean up warnings 2012-05-09 03:48:30 +02:00
main.h Clean up warnings 2012-05-09 03:48:30 +02:00
makefile.linux-mingw Clean up warnings 2012-05-09 03:48:30 +02:00
makefile.mingw Clean up warnings 2012-05-09 03:48:30 +02:00
makefile.osx Fix osx build 2012-05-09 13:56:53 -04:00
makefile.unix Clean up warnings 2012-05-09 03:48:30 +02:00
mruset.h
net.cpp fix an incorrect if-clause in net.cpp 2012-05-09 09:11:13 +02:00
net.h Added -externalip and -discover 2012-05-04 16:12:23 +02:00
netbase.cpp Clean up warnings 2012-05-09 03:48:30 +02:00
netbase.h Support for multiple local addresses 2012-05-04 16:12:23 +02:00
noui.cpp
protocol.cpp Add casts for unavoidable signed/unsigned comparisons 2012-04-23 14:14:36 -04:00
protocol.h
rpcdump.cpp
script.cpp EvalScript(): cast to avoid signed/unsigned warning 2012-05-01 17:57:12 -04:00
script.h Add casts for unavoidable signed/unsigned comparisons 2012-04-23 14:14:36 -04:00
serialize.h remove unused typedef in serialize.h 2012-05-01 01:56:47 +02:00
strlcpy.h
ui_interface.h
uint256.h
util.cpp Fix osx build 2012-05-09 13:56:53 -04:00
util.h Merge pull request #1134 from Diapolo/util-updates 2012-05-09 07:54:25 -07:00
version.cpp
version.h Increase client version to 0.6.99 2012-05-08 15:22:02 -04:00
wallet.cpp
wallet.h remove obsolete BackupWallet() entry in wallet.h 2012-05-03 11:30:52 +02:00
walletdb.cpp Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12"PRI64d" instead 2012-05-05 14:24:55 -04:00
walletdb.h