aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-04-22Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-04-22Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-04-22Add missing includes. (Fix bulding under GCC 4.7)Timothy Redaelli
2012-04-22Fix bugs on 'unsigned char' platforms.Dwayne C. Litzenberger
2012-04-22Fix bugs on 'unsigned char' platforms.Dwayne C. Litzenberger
2012-04-22Fix phexdigits[255] is undefined.Dwayne C. Litzenberger
2012-04-22Fix phexdigits[255] is undefined.Dwayne C. Litzenberger
2012-04-17Add missing breaks in optionmodel's switch casePieter Wuille
2012-04-17Fix potential deadlockPieter Wuille
2012-04-17Fix misc. minor sign-comparison warningsJeff Garzik
2012-04-17CNode's nHeaderStart may be negative, so change its type (PARTIAL)Jeff Garzik
2012-04-17Fix sign-compare warnings: netbase's Lookup* max-solutions may be unsignedJeff Garzik
2012-04-17Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik
2012-04-17Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik
2012-04-17The string class returns string::npos, when find() fails.Jeff Garzik
2012-04-17Add forgotten initializerWladimir J. van der Laan
2012-04-17AlreadyHave(): only hold lock during mapTransactions accessJeff Garzik
2012-04-17Locking fix for AlreadyHave()Jeff Garzik
2012-04-16Set label when selecting an address that already has a label. Fixes #1080.Wladimir J. van der Laan
2012-04-15Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-04-15Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-04-15Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-04-15fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan
2012-04-15fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan
2012-04-15fix warnings: '&&' within '||' [-Wlogical-op-parentheses]Wladimir J. van der Laan
2012-04-15fix warnings: delete called on 'XX' that has virtual functions but non-virtua...Wladimir J. van der Laan
2012-04-15fix warnings: unused variable 'XX' [-Wunused-variable]Wladimir J. van der Laan
2012-04-15fix warnings: unused variable 'XX' [-Wunused-variable]Wladimir J. van der Laan
2012-04-15fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum]Wladimir J. van der Laan
2012-04-15fix warnings: 'XX' defined as a struct here but previously declared as a clas...Wladimir J. van der Laan
2012-04-15fix warnings: array subscript is of type 'char' [-Wchar-subscripts]Wladimir J. van der Laan
2012-04-15fix warnings: array subscript is of type 'char' [-Wchar-subscripts]Wladimir J. van der Laan
2012-04-15work around issue in boost::program_options that prevents from compiling in c...Wladimir J. van der Laan
2012-04-15CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed so...Chris Moore
2012-04-15Show a message box when runaway exception happensWladimir J. van der Laan
2012-04-15Bugfix: nTotalBlocks wasn't in 0.5.0, so need to replace it with equivalent f...Luke Dashjr
2012-04-15Bump version to 0.6.0.7Luke Dashjr
2012-04-15Bugfix: Check that QRcode_encodeString didn't return NULL (error)Luke Dashjr
2012-04-14Do not show green tick unless all known blocks are downloaded (fixes #921)Wladimir J. van der Laan
2012-04-14Add missing tooltip and key shortcut in settings dialog (#1088 without line b...Wladimir J. van der Laan
2012-04-14Bug fix listtransactions from/count handling.Gavin Andresen
2012-04-14Display an error, rather than crashing, if encoding a QR Code failed.Luke Dashjr
2012-04-14removed (no label) string if we have NO labelPhilip Kaufmann
2012-04-11Show error message instead of exception crash when unable to bind RPC portWladimir J. van der Laan
2012-04-06Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-04-06Bugfix: Windows lacks sleep(), so need to use Sleep() from util.hLuke Dashjr
2012-04-06Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-04-06Proper support for Growl 1.3 notificationsp2k
2012-04-06Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr
2012-04-06Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr