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.
 
 
 
 
 
 
Gavin Andresen b97d54355e Merge pull request #1106 from jgarzik/sign-compare 13 years ago
..
json Back out spacing changes to json spirit code 13 years ago
obj Boost unit-testing framework. 14 years ago
obj-test Rename src/obj/test to src/obj-test to workaround bug in older GNU Make 13 years ago
qt Remove unused and unreachable code 13 years ago
test CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed something with the correct version. 13 years ago
addrman.cpp Fix loop index var types, fixing many minor sign comparison warnings 13 years ago
addrman.h Use scoped locks instead of CRITICAL_BLOCK 13 years ago
allocators.h remove dependency on serialize.h and util.h for SecureString 13 years ago
base58.h Fix misc. minor sign-comparison warnings 13 years ago
bignum.h fix warnings: array subscript is of type 'char' [-Wchar-subscripts] 13 years ago
bitcoinrpc.cpp Fix loop index var types, fixing many minor sign comparison warnings 13 years ago
bitcoinrpc.h Update all copyrights to 2012 13 years ago
checkpoints.cpp Checkpoint block 168,000 13 years ago
checkpoints.h Begin doxygen-compatible comments 13 years ago
compat.h Update all copyrights to 2012 13 years ago
crypter.cpp Fix misc. minor sign-comparison warnings 13 years ago
crypter.h remove dependency on serialize.h and util.h for SecureString 13 years ago
db.cpp fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] 13 years ago
db.h Merge branch 'master' of github.com:bitcoin/bitcoin 13 years ago
headers.h Move from noui.h / ui.h to one ui_interface.h with dummy implementation for the daemon. 13 years ago
init.cpp Use filesystem::path instead of manual string tinkering 13 years ago
init.h Update all copyrights to 2012 13 years ago
irc.cpp The string class returns string::npos, when find() fails. 13 years ago
irc.h Fix #626: RecvLine wrong error message 13 years ago
key.cpp Update all copyrights to 2012 13 years ago
key.h Fix misc. minor sign-comparison warnings 13 years ago
keystore.cpp Use scoped locks instead of CRITICAL_BLOCK 13 years ago
keystore.h fix warnings: delete called on 'XX' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor] 13 years ago
main.cpp Merge pull request #1106 from jgarzik/sign-compare 13 years ago
main.h Fix loop index var types, fixing many minor sign comparison warnings 13 years ago
makefile.linux-mingw Fix build.h dependencies 13 years ago
makefile.mingw Build identification strings 13 years ago
makefile.osx enable all warnings except invalid-offsetof, sign-compare, unused-parameter 13 years ago
makefile.unix enable all warnings except invalid-offsetof, sign-compare, unused-parameter 13 years ago
mruset.h Begin doxygen-compatible comments 13 years ago
net.cpp Fix loop index var types, fixing many minor sign comparison warnings 13 years ago
net.h Merge pull request #1106 from jgarzik/sign-compare 13 years ago
netbase.cpp Fix sign-compare warnings: netbase's Lookup* max-solutions may be unsigned 13 years ago
netbase.h Fix sign-compare warnings: netbase's Lookup* max-solutions may be unsigned 13 years ago
noui.cpp Move from noui.h / ui.h to one ui_interface.h with dummy implementation for the daemon. 13 years ago
protocol.cpp Fix loop index var types, fixing many minor sign comparison warnings 13 years ago
protocol.h Replace several network protocol version numbers with named constants 13 years ago
rpcdump.cpp Use scoped locks instead of CRITICAL_BLOCK 13 years ago
script.cpp fix warnings: unused variable 'XX' [-Wunused-variable] 13 years ago
script.h Begin doxygen-compatible comments 13 years ago
serialize.h Merge pull request #1106 from jgarzik/sign-compare 13 years ago
strlcpy.h move back to original directory structure 14 years ago
ui_interface.h Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs 13 years ago
uint256.h Fix loop index var types, fixing many minor sign comparison warnings 13 years ago
util.cpp Remove unused and unreachable code 13 years ago
util.h Remove obsolete Win32 AffinityBugWorkaround() 13 years ago
version.cpp version.h: separate client, net sections. Move more constants to this file. 13 years ago
version.h Bump PROTOCOL_VERSION to 60001, thereby enabling BIP31 13 years ago
wallet.cpp Fix loop index var types, fixing many minor sign comparison warnings 13 years ago
wallet.h Fix loop index var types, fixing many minor sign comparison warnings 13 years ago