- 14 Mar, 2012 1 commit
-
-
Wladimir J. van der Laan authored
This is needed for linking on newer Linux distribs, see http://fedoraproject.org/wiki/UnderstandingDSOLinkChange
-
- 13 Mar, 2012 1 commit
-
-
Gavin Andresen authored
-
- 12 Mar, 2012 3 commits
-
-
Gregory Maxwell authored
Limit the impact of reorganisations on the database (fix #925)
-
Pieter Wuille authored
Sometimes a new block arrives in a new chain that was already the best valid one, but wasn't marked that way. This happens for example when network rules change to recover after a fork. In this case, it is not necessary to do the entire reorganisation inside a single db commit. These can become huge, and exceed the objects/lockers limits in bdb. This patch limits the blocks the actual reorganisation is applied to, and adds the next blocks afterwards in separate db transactions.
-
Pieter Wuille authored
Resolves issue #922 - "wallet passphrase timeout of several years doesn't work"
-
- 10 Mar, 2012 1 commit
-
-
Gregory Maxwell authored
2^31 milliseconds is only about 25 days. Also clamps Sleep() to 10 years, because it currently sleeps for 0 seconds when the sleep time would cross 2^31 seconds since the epoch. Hopefully boost will be fixed by 2028.
-
- 05 Mar, 2012 2 commits
-
-
Pieter Wuille authored
fix typo src/net.cpp
-
nomnombtc authored
-
- 03 Mar, 2012 2 commits
-
-
Gavin Andresen authored
Do not allow overwriting unspent transactions
-
Pieter Wuille authored
Introduce the following network rule: * a block is not valid if it contains a transaction whose hash already exists in the block chain, unless all that transaction's outputs were already spent before said block. Warning: this is effectively a network rule change, with potential risk for forking the block chain. Leaving this unfixed carries the same risk however, for attackers that can cause a reorganisation in part of the network. Thanks to Russell O'Connor and Ben Reeves.
-
- 01 Mar, 2012 1 commit
-
-
Gavin Andresen authored
-
- 29 Feb, 2012 3 commits
-
-
Gavin Andresen authored
Fix release-process.txt for new deps zip.
-
Matt Corallo authored
-
Gavin Andresen authored
-
- 28 Feb, 2012 4 commits
-
-
-
-
Pieter Wuille authored
Correct Spelling
-
Michael Ford authored
-
- 27 Feb, 2012 6 commits
-
-
Gavin Andresen authored
-
-
Pieter Wuille authored
-
Gavin Andresen authored
-
-
Wladimir J. van der Laan authored
Yet another alternative "minimize to tray" implementation Fixes problems with window positioning.
-
- 26 Feb, 2012 6 commits
-
-
Pieter Wuille authored
-
Gavin Andresen authored
-
Gavin Andresen authored
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
Move 'Backup Wallet' to file menu
-
Pieter Wuille authored
-
- 25 Feb, 2012 6 commits
-
-
Pieter Wuille authored
Before 0.6 addrProxy was a CAddress, but netbase changed it to CService. Retain compatibility by wrapping/unwrapping with a CAddress when saving or loading. This commit retains compatibility with 0.6.0rc1 (which wrote the setting as a CService) by trying to parse twice.
-
Wladimir J. van der Laan authored
In UI, handle cases in which the last received block was generated in the future
-
Wladimir J. van der Laan authored
Fixes #874.
-
Pieter Wuille authored
Doing so would allow an attack on old nodes, which would relay a standard transaction spending a BIP16 output in an invalid way, until reaching a new node, which will disconnect their peer. Reported by makomk on IRC.
-
Wladimir J. van der Laan authored
Add option "-splash" so we can disable the splash screen.
-
Chris Moore authored
Don't show splash screen when -min is specified on the command line.
-
- 23 Feb, 2012 4 commits
-
-
Gavin Andresen authored
-
-
Pieter Wuille authored
Make deps build deterministic and upgrade to libpng 1.5.9.
-
Matt Corallo authored
-