aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-08-12Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-08-12Bugfix: Correct English grammar regarding "'s"Luke Dashjr
2012-08-12Bugfix: Use standard BTC unit in commentsLuke Dashjr
2012-08-12Bugfix: Fix a variety of misspellingsLuke Dashjr
2012-08-12Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-08-12Bugfix: Fix a variety of misspellingsLuke Dashjr
2012-08-12Merge branch 'bugfix_CNBerr' into 0.5.xLuke Dashjr
2012-08-12Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-08-12Merge branch 'bugfix_CNBerr_daggy' into 0.4.xLuke Dashjr
2012-07-26TypoMichael Ford
2012-07-26Fix spelling of successfullyStephane Glondu
2012-07-26Typofanquake
2012-07-26Fix Typofanquake
2012-07-22Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-07-22fix OpenSSL not written as proper noun in some commentsPhilip Kaufmann
2012-07-22Let the comment in GetBlockValue() reflect the uncertainty about the time int...Rune K. Svendsen
2012-07-22Make sort and filters for transactions and labels case-insensitiveWladimir J. van der Laan
2012-07-22when on testnet, set testnet icon for about dialogPhilip Kaufmann
2012-07-22CBigNum: Convert negative int64 values in a more well-defined wayLuke Dashjr
2012-07-22Fix signed subtraction overflow in CBigNum::setint64().Ricardo M. Correia
2012-07-06Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-07-06Do not consider inbound peers for outbound network group exclusion.Gregory Maxwell
2012-07-06Fix a couple more typosfanquake
2012-07-06fix a typo in OptionsDialogPhilip Kaufmann
2012-07-05Fix a few typosfanquake
2012-07-05Fix a few typosfanquake
2012-07-05Changed a comment about a QVariant typexanatos
2012-07-05GUI: ensure a changed bitcoin unit immediately updates the tx list amountsPhilip Kaufmann
2012-06-20Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-06-20print large orphan warning BEFORE deleting pvMsgGavin Andresen
2012-06-20Bump VERSION so we can differentiate between 0.4.7rc2 and 0.4.7rc3Luke Dashjr
2012-06-20Remove invalid dependent orphans from memoryGavin Andresen
2012-06-20Further DoS prevention: Verify signatures lastGavin Andresen
2012-06-20Optimize orphan transaction handlingGavin Andresen
2012-06-18Don't overflow integer on 32-bit machines.Ricardo M. Correia
2012-06-18Don't overflow signed ints in CBigNum::setint64().Ricardo M. Correia
2012-06-18add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinse...Philip Kaufmann
2012-06-14Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-06-14Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2012-06-14Include limits, not climints (using std::numeric_limits now)Gavin Andresen
2012-06-14Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2012-06-14Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-06-14Fix build of testcases after commit 0f10b21719e1b0d9683a142f0a7105e65f095694Wladimir J. van der Laan
2012-06-14Bugfix: Fix various places where Bitcoin-Qt was being shutdown improperlyPhilip Kaufmann
2012-06-14Don't call exit() in Shutdown() for Bitcoin-Qt (fixes a tray-icon issue)Philip Kaufmann
2012-06-14change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to not c...Philip Kaufmann
2012-06-14removed ability to translate "0 BTC" and "123.456 BTC" as this is only used a...Philip Kaufmann
2012-06-14Do not select first address automatically in the address bookWladimir J. van der Laan
2012-06-14Bump VERSION so we can differentiate between fixed 0.4.7rc2 and not-fixed 0.4...Luke Dashjr
2012-06-12Bugfix: Move IsStandard scriptSig size check out of IsPushOnly, since BIP16 v...Luke Dashjr