aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Small fix to rpc_testsxanatos2012-07-051-3/+3
| | * | | | | Update Debian "Use system json-spirit" patch to applyLuke Dashjr2012-07-051-9/+39
| | * | | | | fix a comment to correctly use -upgradewalletPhilip Kaufmann2012-07-051-1/+1
| | * | | | | fix a memory leak in key.cppPhilip Kaufmann2012-07-051-0/+3
| | * | | | | = instead of == in multisig_tests.cppxanatos2012-07-051-1/+1
| | * | | | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-06-2110-47/+115
| | |\| | | |
| | | * | | | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-06-205-30/+89
| | | |\| | |
| | | | * | | print large orphan warning BEFORE deleting pvMsgGavin Andresen2012-06-201-1/+1
| | | | * | | Bump VERSION so we can differentiate between 0.4.7rc2 and 0.4.7rc3Luke Dashjr2012-06-201-1/+1
| | | | * | | Remove invalid dependent orphans from memoryGavin Andresen2012-06-201-2/+12
| | | | * | | Further DoS prevention: Verify signatures lastGavin Andresen2012-06-201-4/+15
| | | | * | | Optimize orphan transaction handlingGavin Andresen2012-06-201-16/+30
| | | | * | | Don't overflow integer on 32-bit machines.Ricardo M. Correia2012-06-181-1/+1
| | | | * | | Don't overflow signed ints in CBigNum::setint64().Ricardo M. Correia2012-06-181-5/+11
| | | | * | | Document how to build/run unit testsGavin Andresen2012-06-181-0/+18
| | | * | | | add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinse...Philip Kaufmann2012-06-186-17/+44
| | * | | | | Document how to build/run unit testsGavin Andresen2012-06-181-0/+33
| | * | | | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-06-150-0/+0
| | |\| | | |
| | | * | | | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-06-141-1/+1
| | | |\| | |
| | | | * | | Include limits, not climints (using std::numeric_limits now)Gavin Andresen2012-06-141-1/+1
| | | | * | | Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen2012-06-1411-32/+24
| | | * | | | Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen2012-06-1413-34/+26
| * | | | | | fix a memory leak in key.cppPhilip Kaufmann2012-07-061-0/+3
| * | | | | | Do not consider inbound peers for outbound network group exclusion.Gregory Maxwell2012-07-061-3/+4
| * | | | | | Update Debian "Use system json-spirit" patch to applyLuke Dashjr2012-07-061-14/+51
| * | | | | | Add Bitcoin dev CopyrightMichael Ford2012-07-061-0/+1
| * | | | | | Revert "Update gitian descriptors to point at stable git repo"v0.6.3rc1v0.6.3Gavin Andresen2012-06-192-2/+2
| * | | | | | Merge branch '0.6.x' of git://gitorious.org/+bitcoin-stable-developers/bitcoi...Gavin Andresen2012-06-1967-130/+200
| |\ \ \ \ \ \
| | * | | | | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-06-1417-21/+42
| | |\| | | | |
| | | * | | | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-06-1418-27/+49
| | | |\| | | |
| | | | * | | | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-06-147-5/+9
| | | | |\| | |
| | | | | * | | Update wiki changelog at doc/release-process.txtMatt Corallo2012-06-141-0/+1
| | | | | * | | Bump VERSION so we can differentiate between fixed 0.4.7rc2 and not-fixed 0.4...Luke Dashjr2012-06-141-1/+1
| | | | | * | | Bugfix: Move IsStandard scriptSig size check out of IsPushOnly, since BIP16 v...Luke Dashjr2012-06-122-3/+1
| | | | | * | | fix an incorrect if-clause in net.cppPhilip Kaufmann2012-06-061-1/+1
| | | | | * | | Serialize access to debug.log streamMichael Hendricks2012-06-061-0/+3
| | | | | * | | .gitignore: add test_bitcoinJeff Garzik2012-05-261-0/+1
| | | | * | | | Fix build of testcases after commit 0f10b21719e1b0d9683a142f0a7105e65f095694Wladimir J. van der Laan2012-06-141-0/+6
| | | | * | | | Bugfix: Fix various places where Bitcoin-Qt was being shutdown improperlyPhilip Kaufmann2012-06-149-15/+26
| | | | * | | | Don't call exit() in Shutdown() for Bitcoin-Qt (fixes a tray-icon issue)Philip Kaufmann2012-06-142-0/+4
| | | | * | | | change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to not c...Philip Kaufmann2012-06-141-1/+1
| | | | * | | | removed ability to translate "0 BTC" and "123.456 BTC" as this is only used a...Philip Kaufmann2012-06-141-2/+2
| | | | * | | | Fix broken config filesMatt Corallo2012-06-142-2/+2
| | | | * | | | Do not select first address automatically in the address bookWladimir J. van der Laan2012-06-141-5/+0
| | | | * | | | Correct blockchain size in contrib/debian.Matt Corallo2012-06-061-2/+2
| | | | * | | | "USE_UPNP=-" is needed to remove UPnP support.Chris Moore2012-06-061-1/+1
| | | * | | | | Bugfix: Allow tray icon to linger until Bitcoin-Qt shuts down completely. Fix...Luke Dashjr2012-06-061-2/+0
| | * | | | | | Use a 64-bit nonce in pingPieter Wuille2012-06-141-1/+2
| | * | | | | | Update comment about secure_allocator<>Pieter Wuille2012-06-141-1/+0
| | * | | | | | Do not signal outbound semaphore if uninitializedPieter Wuille2012-05-251-2/+3