- 22 Mar, 2012 1 commit
-
-
Luke Dashjr authored
It could just as well be on either part of the gitian build, but to safely put it on the Qt side would require bumping the filename, and every gitian user rebuilding it. v0.5.3.1 put it on the Bitcoin side, and this is easier to work with and keep safe, so I'm moving it. Use `qmake MINGW_THREAD_BUGFIX=0` to disable
-
- 16 Mar, 2012 7 commits
-
-
Gregory Maxwell authored
-
Gregory Maxwell authored
Disable running with -server on bitcoin-qt.exe as it is broken.
-
Matt Corallo authored
-
Nils Schneider authored
-
Nils Schneider authored
-
Wladimir J. van der Laan authored
Yet another attempt of a "minimize to tray" that works on all OSes
-
Wladimir J. van der Laan authored
-
- 15 Mar, 2012 1 commit
-
-
Wladimir J. van der Laan authored
-
- 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 1 commit
-
-
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.
-