dash/src
Gavin Andresen b97d54355e Merge pull request #1106 from jgarzik/sign-compare
Fix many sign-comparison warnings found in bitcoin codebase
2012-04-17 10:55:56 -07:00
..
json
obj
obj-test
qt Remove unused and unreachable code 2012-04-17 18:28:02 +02:00
test CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed something with the correct version. 2012-04-12 13:13:08 -07:00
addrman.cpp Fix loop index var types, fixing many minor sign comparison warnings 2012-04-15 16:52:09 -04:00
addrman.h Use scoped locks instead of CRITICAL_BLOCK 2012-04-09 01:59:46 +02:00
allocators.h remove dependency on serialize.h and util.h for SecureString 2012-04-04 09:35:01 +02:00
base58.h Fix misc. minor sign-comparison warnings 2012-04-15 17:00:20 -04:00
bignum.h fix warnings: array subscript is of type 'char' [-Wchar-subscripts] 2012-04-15 13:40:14 +02:00
bitcoinrpc.cpp Fix loop index var types, fixing many minor sign comparison warnings 2012-04-15 16:52:09 -04:00
bitcoinrpc.h
checkpoints.cpp
checkpoints.h Begin doxygen-compatible comments 2012-03-26 16:48:23 +02:00
compat.h
crypter.cpp Fix misc. minor sign-comparison warnings 2012-04-15 17:00:20 -04:00
crypter.h remove dependency on serialize.h and util.h for SecureString 2012-04-04 09:35:01 +02:00
db.cpp fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] 2012-04-15 13:40:14 +02:00
db.h Merge branch 'master' of github.com:bitcoin/bitcoin 2012-03-26 15:31:32 -04:00
headers.h Move from noui.h / ui.h to one ui_interface.h with dummy implementation for the daemon. 2012-04-04 13:19:30 +02:00
init.cpp Use filesystem::path instead of manual string tinkering 2012-04-11 22:30:23 +02:00
init.h Update all copyrights to 2012 2012-02-07 11:28:30 -05:00
irc.cpp The string class returns string::npos, when find() fails. 2012-04-15 16:47:24 -04:00
irc.h
key.cpp
key.h Fix misc. minor sign-comparison warnings 2012-04-15 17:00:20 -04:00
keystore.cpp Use scoped locks instead of CRITICAL_BLOCK 2012-04-09 01:59:46 +02:00
keystore.h fix warnings: delete called on 'XX' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor] 2012-04-15 13:40:14 +02:00
main.cpp Merge pull request #1106 from jgarzik/sign-compare 2012-04-17 10:55:56 -07:00
main.h Fix loop index var types, fixing many minor sign comparison warnings 2012-04-15 16:52:09 -04:00
makefile.linux-mingw Fix build.h dependencies 2012-04-11 14:04:42 +02:00
makefile.mingw Build identification strings 2012-04-10 18:16:53 +02:00
makefile.osx enable all warnings except invalid-offsetof, sign-compare, unused-parameter 2012-04-15 13:40:14 +02:00
makefile.unix enable all warnings except invalid-offsetof, sign-compare, unused-parameter 2012-04-15 13:40:14 +02:00
mruset.h Begin doxygen-compatible comments 2012-03-26 16:48:23 +02:00
net.cpp Fix loop index var types, fixing many minor sign comparison warnings 2012-04-15 16:52:09 -04:00
net.h Merge pull request #1106 from jgarzik/sign-compare 2012-04-17 10:55:56 -07:00
netbase.cpp Fix sign-compare warnings: netbase's Lookup* max-solutions may be unsigned 2012-04-15 16:58:32 -04:00
netbase.h Fix sign-compare warnings: netbase's Lookup* max-solutions may be unsigned 2012-04-15 16:58:32 -04:00
noui.cpp Move from noui.h / ui.h to one ui_interface.h with dummy implementation for the daemon. 2012-04-04 13:19:30 +02:00
protocol.cpp Fix loop index var types, fixing many minor sign comparison warnings 2012-04-15 16:52:09 -04:00
protocol.h Replace several network protocol version numbers with named constants 2012-04-12 20:07:49 -04:00
rpcdump.cpp Use scoped locks instead of CRITICAL_BLOCK 2012-04-09 01:59:46 +02:00
script.cpp fix warnings: unused variable 'XX' [-Wunused-variable] 2012-04-15 13:40:14 +02:00
script.h Begin doxygen-compatible comments 2012-03-26 16:48:23 +02:00
serialize.h Merge pull request #1106 from jgarzik/sign-compare 2012-04-17 10:55:56 -07:00
strlcpy.h
ui_interface.h Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs 2012-04-06 12:53:37 -04:00
uint256.h Fix loop index var types, fixing many minor sign comparison warnings 2012-04-15 16:52:09 -04:00
util.cpp Remove unused and unreachable code 2012-04-17 18:28:02 +02:00
util.h Remove obsolete Win32 AffinityBugWorkaround() 2012-04-12 13:24:00 -04:00
version.cpp version.h: separate client, net sections. Move more constants to this file. 2012-04-12 12:23:58 -04:00
version.h Bump PROTOCOL_VERSION to 60001, thereby enabling BIP31 2012-04-17 12:16:46 -04:00
wallet.cpp Fix loop index var types, fixing many minor sign comparison warnings 2012-04-15 16:52:09 -04:00
wallet.h Fix loop index var types, fixing many minor sign comparison warnings 2012-04-15 16:52:09 -04:00