| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | Small fix to rpc_tests | xanatos | 2012-07-05 | 1 | -3/+3 | |
| | | * | | | | | Update Debian "Use system json-spirit" patch to apply | Luke Dashjr | 2012-07-05 | 1 | -9/+39 | |
| | | * | | | | | fix a comment to correctly use -upgradewallet | Philip Kaufmann | 2012-07-05 | 1 | -1/+1 | |
| | | * | | | | | fix a memory leak in key.cpp | Philip Kaufmann | 2012-07-05 | 1 | -0/+3 | |
| | | * | | | | | = instead of == in multisig_tests.cpp | xanatos | 2012-07-05 | 1 | -1/+1 | |
| | | * | | | | | Merge branch '0.5.x' into 0.6.0.x | Luke Dashjr | 2012-06-21 | 10 | -47/+115 | |
| | | |\| | | | | ||||||
| | | | * | | | | Merge branch '0.4.x' into 0.5.x | Luke Dashjr | 2012-06-20 | 5 | -30/+89 | |
| | | | |\| | | | ||||||
| | | | | * | | | print large orphan warning BEFORE deleting pvMsg | Gavin Andresen | 2012-06-20 | 1 | -1/+1 | |
| | | | | * | | | Bump VERSION so we can differentiate between 0.4.7rc2 and 0.4.7rc3 | Luke Dashjr | 2012-06-20 | 1 | -1/+1 | |
| | | | | * | | | Remove invalid dependent orphans from memory | Gavin Andresen | 2012-06-20 | 1 | -2/+12 | |
| | | | | * | | | Further DoS prevention: Verify signatures last | Gavin Andresen | 2012-06-20 | 1 | -4/+15 | |
| | | | | * | | | Optimize orphan transaction handling | Gavin Andresen | 2012-06-20 | 1 | -16/+30 | |
| | | | | * | | | Don't overflow integer on 32-bit machines. | Ricardo M. Correia | 2012-06-18 | 1 | -1/+1 | |
| | | | | * | | | Don't overflow signed ints in CBigNum::setint64(). | Ricardo M. Correia | 2012-06-18 | 1 | -5/+11 | |
| | | | | * | | | Document how to build/run unit tests | Gavin Andresen | 2012-06-18 | 1 | -0/+18 | |
| | | | * | | | | add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinse... | Philip Kaufmann | 2012-06-18 | 6 | -17/+44 | |
| | | * | | | | | Document how to build/run unit tests | Gavin Andresen | 2012-06-18 | 1 | -0/+33 | |
| | | * | | | | | Merge branch '0.5.x' into 0.6.0.x | Luke Dashjr | 2012-06-15 | 0 | -0/+0 | |
| | | |\| | | | | ||||||
| | | | * | | | | Merge branch '0.4.x' into 0.5.x | Luke Dashjr | 2012-06-14 | 1 | -1/+1 | |
| | | | |\| | | | ||||||
| | | | | * | | | Include limits, not climints (using std::numeric_limits now) | Gavin Andresen | 2012-06-14 | 1 | -1/+1 | |
| | | | | * | | | Use std::numeric_limits<> for typesafe INT_MAX/etc | Gavin Andresen | 2012-06-14 | 11 | -32/+24 | |
| | | | * | | | | Use std::numeric_limits<> for typesafe INT_MAX/etc | Gavin Andresen | 2012-06-14 | 13 | -34/+26 | |
| | * | | | | | | fix a memory leak in key.cpp | Philip Kaufmann | 2012-07-06 | 1 | -0/+3 | |
| | * | | | | | | Do not consider inbound peers for outbound network group exclusion. | Gregory Maxwell | 2012-07-06 | 1 | -3/+4 | |
| | * | | | | | | Update Debian "Use system json-spirit" patch to apply | Luke Dashjr | 2012-07-06 | 1 | -14/+51 | |
| | * | | | | | | Add Bitcoin dev Copyright | Michael Ford | 2012-07-06 | 1 | -0/+1 | |
| | * | | | | | | Revert "Update gitian descriptors to point at stable git repo"v0.6.3rc1v0.6.3 | Gavin Andresen | 2012-06-19 | 2 | -2/+2 | |
| | * | | | | | | Merge branch '0.6.x' of git://gitorious.org/+bitcoin-stable-developers/bitcoi... | Gavin Andresen | 2012-06-19 | 67 | -130/+200 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Merge branch '0.6.0.x' into 0.6.x | Luke Dashjr | 2012-06-14 | 17 | -21/+42 | |
| | | |\| | | | | | ||||||
| | | | * | | | | | Merge branch '0.5.x' into 0.6.0.x | Luke Dashjr | 2012-06-14 | 18 | -27/+49 | |
| | | | |\| | | | | ||||||
| | | | | * | | | | Merge branch '0.4.x' into 0.5.x | Luke Dashjr | 2012-06-14 | 7 | -5/+9 | |
| | | | | |\| | | | ||||||
| | | | | | * | | | Update wiki changelog at doc/release-process.txt | Matt Corallo | 2012-06-14 | 1 | -0/+1 | |
| | | | | | * | | | Bump VERSION so we can differentiate between fixed 0.4.7rc2 and not-fixed 0.4... | Luke Dashjr | 2012-06-14 | 1 | -1/+1 | |
| | | | | | * | | | Bugfix: Move IsStandard scriptSig size check out of IsPushOnly, since BIP16 v... | Luke Dashjr | 2012-06-12 | 2 | -3/+1 | |
| | | | | | * | | | fix an incorrect if-clause in net.cpp | Philip Kaufmann | 2012-06-06 | 1 | -1/+1 | |
| | | | | | * | | | Serialize access to debug.log stream | Michael Hendricks | 2012-06-06 | 1 | -0/+3 | |
| | | | | | * | | | .gitignore: add test_bitcoin | Jeff Garzik | 2012-05-26 | 1 | -0/+1 | |
| | | | | * | | | | Fix build of testcases after commit 0f10b21719e1b0d9683a142f0a7105e65f095694 | Wladimir J. van der Laan | 2012-06-14 | 1 | -0/+6 | |
| | | | | * | | | | Bugfix: Fix various places where Bitcoin-Qt was being shutdown improperly | Philip Kaufmann | 2012-06-14 | 9 | -15/+26 | |
| | | | | * | | | | Don't call exit() in Shutdown() for Bitcoin-Qt (fixes a tray-icon issue) | Philip Kaufmann | 2012-06-14 | 2 | -0/+4 | |
| | | | | * | | | | change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to not c... | Philip Kaufmann | 2012-06-14 | 1 | -1/+1 | |
| | | | | * | | | | removed ability to translate "0 BTC" and "123.456 BTC" as this is only used a... | Philip Kaufmann | 2012-06-14 | 1 | -2/+2 | |
| | | | | * | | | | Fix broken config files | Matt Corallo | 2012-06-14 | 2 | -2/+2 | |
| | | | | * | | | | Do not select first address automatically in the address book | Wladimir J. van der Laan | 2012-06-14 | 1 | -5/+0 | |
| | | | | * | | | | Correct blockchain size in contrib/debian. | Matt Corallo | 2012-06-06 | 1 | -2/+2 | |
| | | | | * | | | | "USE_UPNP=-" is needed to remove UPnP support. | Chris Moore | 2012-06-06 | 1 | -1/+1 | |
| | | | * | | | | | Bugfix: Allow tray icon to linger until Bitcoin-Qt shuts down completely. Fix... | Luke Dashjr | 2012-06-06 | 1 | -2/+0 | |
| | | * | | | | | | Use a 64-bit nonce in ping | Pieter Wuille | 2012-06-14 | 1 | -1/+2 | |
| | | * | | | | | | Update comment about secure_allocator<> | Pieter Wuille | 2012-06-14 | 1 | -1/+0 | |
| | | * | | | | | | Do not signal outbound semaphore if uninitialized | Pieter Wuille | 2012-05-25 | 1 | -2/+3 | |