aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-04-14removed (no label) string if we have NO labelPhilip Kaufmann
2012-04-06Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr
2012-04-05Change sign message bitcoin address tooltip to "The address to sign the messa...graingert
2012-04-05Merge branch '0.5.x' into 0.6.0.xLuke 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.x' into 0.6.0.xLuke Dashjr
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-29Merge branch 'master' of github.com:bitcoin/bitcoinv0.6.0rc6v0.6.0Gavin Andresen
2012-03-29Merge pull request #1010 from sipa/fastblocks2Gavin Andresen
2012-03-29Use transactions-updated as flush conditionPieter Wuille
2012-03-29Bump version to 0.6.0rc6Gavin Andresen
2012-03-29Workaround hangs when upgrading old addr.dat filesGavin Andresen
2012-03-29Merge pull request #1007 from gavinandresen/log_auto_removeGavin Andresen
2012-03-29Auto-remove logs, and decrease logfile size to 10MGavin Andresen
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-27update translations from transifexPhilip Kaufmann
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-26Update version to 60005 (0.6.0rc5)v0.6.0rc5Gavin Andresen
2012-03-26Merge branch 'master' of github.com:bitcoin/bitcoinGavin Andresen
2012-03-26Merge pull request #991 from gavinandresen/disableWinURIGavin Andresen
2012-03-26Merge pull request #990 from sipa/docWladimir J. van der Laan
2012-03-26Merge branch 'deladdr' of https://github.com/sipa/bitcoinGavin Andresen
2012-03-26Use erase instead of rewrite to remove old addr entriesPieter Wuille
2012-03-26Disable bitcoin: URI handling on Windows for the 0.6 releaseGavin Andresen
2012-03-26Begin doxygen-compatible commentsPieter Wuille
2012-03-26make sure Window is shown when clicking bitcoin: Links to get user attentionPhilip Kaufmann
2012-03-25Merge pull request #974 from sipa/walletupgradePieter Wuille
2012-03-25Merge pull request #983 from laanwj/2012_03_removeunusedutilPieter Wuille
2012-03-25Give DNS seeds a random age between 3 and 7 days oldPieter Wuille
2012-03-25remove unused functions from util.h/util.cppWladimir J. van der Laan
2012-03-22Introduce explicit -walletupgrade optionPieter Wuille
2012-03-22Check minversion before loading the rest of the walletPieter Wuille
2012-03-22When disconnecting a node, clear the received buffer so that we doAlistair Buxton
2012-03-22More debug output for failed reorganizationsPieter Wuille
2012-03-22Report number of (dis)connected blocks in reorganizationPieter Wuille
2012-03-22Use last checkpoint instead of hard-coded 140,700. Fixes #913.Gavin Andresen
2012-03-22Merge branch 'checklevel' of https://github.com/sipa/bitcoinGavin Andresen