aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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 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.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: 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: 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-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-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-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-05Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-04-05Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-04-05Verify status of encrypt/decrypt calls to detect failed paddingPieter Wuille
2012-04-04Increase time ago of last block for "up to date" status from 30 to 90 minutesWladimir J. van der Laan
2012-04-04Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-04-04Use a messagebox to display the error when -server is provided without provid...Wladimir J. van der Laan
2012-04-04Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-04-04removed an ugly line break in a transaction tooltip for case TransactionStatu...Philip Kaufmann
2012-04-04Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-04-04Fix script tests for P2SHLuke Dashjr
2012-04-04Fix testing setupVegard Nossum
2012-04-04Do not invoke anti-DoS system for invalid BIP16 transactionsPieter Wuille
2012-04-02Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-03-27Merge branch 'vfycompsig_0.5.0' into 0.5.0.xLuke Dashjr
2012-03-27Minimal support for compressed-key signature recovery (for verifymessage)Luke Dashjr
2012-03-26Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-03-26Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-03-22Check minversion before loading the rest of the walletPieter Wuille