Gavin Andresen
0ce74bfaa5
Use std::numeric_limits<> for typesafe INT_MAX/etc
...
(this fixes a Mac OS X gitian build error for 0.5.x)
2012-06-14 20:38:25 +00:00
Luke Dashjr
3703150d56
Merge branch '0.4.x' into 0.5.x
...
Conflicts:
doc/release-process.txt
src/serialize.h
2012-06-14 18:07:11 +00:00
Wladimir J. van der Laan
1bc2f0a37b
Fix build of testcases after commit 0f10b21719e1b0d9683a142f0a7105e65f095694
2012-06-14 17:59:31 +00:00
Philip Kaufmann
276cfd8530
Bugfix: Fix various places where Bitcoin-Qt was being shutdown improperly
...
(Partial/merge of upstream 9247134eaba9a1d0fa74f22de238af1476663005, 1a3f0da9229a8e524d1010cdc8bd3b9da71fe529, and 3e343522226e6c249f5cb05436eec347b87c6361)
2012-06-14 17:53:59 +00:00
Philip Kaufmann
0b1fda6f65
Don't call exit() in Shutdown() for Bitcoin-Qt (fixes a tray-icon issue)
...
(partial of 9247134eaba9a1d0fa74f22de238af1476663005)
2012-06-14 17:32:45 +00:00
Matt Corallo
ca39829ecb
Update wiki changelog at doc/release-process.txt
2012-06-14 17:21:05 +00:00
Philip Kaufmann
a973e225e7
change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to not confuse users, which could see it before we init with the real wallet balance
2012-06-14 17:19:48 +00:00
Philip Kaufmann
5482b5d23b
removed ability to translate "0 BTC" and "123.456 BTC" as this is only used as preview in the Qt Designer anyway
...
(partial of 4295311da34ed8132351855f057decedfe434b44)
2012-06-14 17:18:44 +00:00
Matt Corallo
1903033bad
Fix broken config files
2012-06-14 17:13:29 +00:00
Wladimir J. van der Laan
b825e816e4
Do not select first address automatically in the address book
...
This contributed to an accidental send (#1384 ), and has no clear advantage, better to disable it.
2012-06-14 17:11:26 +00:00
Luke Dashjr
9849f50b68
Bump VERSION so we can differentiate between fixed 0.4.7rc2 and not-fixed 0.4.7rc1
2012-06-14 15:59:18 +00:00
Luke Dashjr
9a48f56fb0
Bugfix: Move IsStandard scriptSig size check out of IsPushOnly, since BIP16 verification uses the latter too
...
This caused clients to reject block #177618 since it has a P2SH transaction with over 200 bytes in scriptSig.
(Upstream commit: e679ec969c8b22c676ebb10bea1038f6c8f13b33)
2012-06-12 23:50:38 +00:00
Philip Kaufmann
af413c0a0f
fix an incorrect if-clause in net.cpp
2012-06-06 19:37:53 +00:00
Michael Hendricks
a0ea95d3ce
Serialize access to debug.log stream
...
Acquire an exclusive, advisory lock before sending output to debug.log
and release it when we're done. This should avoid output from multiple
threads being interspersed in the log file.
We can't use CRITICAL_SECTION machinery for this because the debug log
is written during startup and shutdown when that machinery is not
available.
(Thanks to Gavin for pointing out the CRITICAL_SECTION problems based
on his earlier work in this area)
2012-06-06 19:29:28 +00:00
Matt Corallo
fdd907c9f1
Correct blockchain size in contrib/debian.
...
* Updates package description to note that blockchain now takes
2+ GB instead of 150+ MB.
(PARTIAL of 8f6111bb9cd598954e9634d9fe4500fcf5ae83de)
2012-06-06 19:24:31 +00:00
Chris Moore
7c4de78a5c
"USE_UPNP=-" is needed to remove UPnP support.
2012-06-06 19:21:15 +00:00
Jeff Garzik
82a227b263
.gitignore: add test_bitcoin
2012-05-26 02:25:16 +00:00
Luke Dashjr
3b36da6d27
Merge branch '0.4.x' into 0.5.x
...
Conflicts:
src/ui.cpp
src/ui.h
src/uibase.cpp
src/xpm/about.xpm
2012-05-22 22:55:49 +00:00
Jeff Garzik
a2de1ea2d5
Prevent crashes due to missing or corrupted blk????.dat records
2012-05-22 22:50:02 +00:00
Jeff Garzik
b6862f7b74
Prevent crashes due to missing or corrupted database records
...
Any problems seen during deserialization will throw an uncaught
exception, crashing the entire bitcoin process. Properly return an
error instead, so that we may at least log the error and gracefully
shutdown other portions of the app.
2012-05-22 22:47:51 +00:00
R E Broadley
8a39b0d613
Correct debug.log output to show correct function the debug is coming from.
2012-05-22 22:42:13 +00:00
Wladimir J. van der Laan
087fc28f7d
Filter out whitespace and zero-width non-breaking spaces in validator
...
- Fixes issues with copy/pasting from web or html emails (#1325 )
2012-05-22 22:33:41 +00:00
Fordy
58ac600b2c
Update License in File Headers
...
I originally created a pull to replace the "COPYING" in crypter.cpp and
crypter.h, but it turned out that COPYING was actually the correct
file.
2012-05-20 20:15:41 +00:00
Fordy
b2de28c740
Update License in File Headers
...
I originally created a pull to replace the "COPYING" in crypter.cpp and
crypter.h, but it turned out that COPYING was actually the correct
file.
2012-05-20 20:10:24 +00:00
Philip Kaufmann
334668cde4
remove 2 ugly spaces from a message string
...
(PARTIAL of 966ae00)
2012-05-20 19:54:14 +00:00
R E Broadley
c45c2c380d
Add build directory to .gitignore, so that it's not tracked.
2012-05-18 00:08:34 +00:00
Jeff Garzik
738592a002
Always check return values of TxnBegin() and TxnCommit()
...
PARTIAL, since d68dcf7 isn't backported (yet)
2012-05-18 00:03:32 +00:00
Pieter Wuille
c455aec699
Hopefully final fix for the stuck blockchain issue
...
Immediately issue a "getblocks", instead of a "getdata" (which will
trigger the relevant "inv" to be sent anyway), and only do so when
the previous set of invs led us into a known and attached part of
the block tree.
2012-05-17 23:45:49 +00:00
Philip Kaufmann
10593f3be1
remove string "TextLabel" from warningLabel, as this is unneeded and as such is a silly translation less to do :)
2012-05-15 08:08:32 +00:00
Wladimir J. van der Laan
dc15d56b2d
Properly escape " in strings when exporting CSV
2012-05-15 08:03:38 +00:00
Philip Kaufmann
7515f00aa3
remove 2 ugly spaces from a string used in translations
2012-05-15 07:37:59 +00:00
Luke Dashjr
93b5eff274
Bitcoin-Qt: Remove redundant tooltip on optional transaction fee. Fixes #1218
2012-05-15 07:32:00 +00:00
Luke Dashjr
35a07f8ec4
Bump version to 0.5.6
2012-05-08 20:09:43 +00:00
Luke Dashjr
fac3476993
Merge branch '0.4.x' into 0.5.x
...
Conflicts:
contrib/Bitcoin.app/Contents/Info.plist
doc/README
doc/README_windows.txt
share/setup.nsi
src/serialize.h
2012-05-08 20:08:19 +00:00
Luke Dashjr
18b4eccddb
Bump version to 0.4.7
2012-05-08 19:53:29 +00:00
Luke Dashjr
b803009c84
Update/fix translations
2012-05-07 04:10:35 +00:00
Luke Dashjr
afff998ef0
Merge branch '0.4.x' into 0.5.x
2012-05-07 02:46:14 +00:00
Pieter Wuille
2403bb79bc
Prevent stuck download: correct solution
...
Pull request #948 introduced a fix for nodes stuck on a long side branch
of the main chain. The fix was non-functional however, as the additional
getdata request was created in a first step of processing, but dropped
in a second step as it was considered redundant. This commits fixes it
by sending the request directly.
2012-05-07 02:45:08 +00:00
Pieter Wuille
eb3f661add
Prevent stuck block download in large reorganisations
...
In cases of very large reorganisations (hundreds of blocks), a situation
may appear where an 'inv' is sent as response to a 'getblocks', but the
last block mentioned in the inv is already known to the receiver node.
However, the supplying node uses a request for this last block as a
trigger to send the rest of the inv blocks. If it never comes, the block
chain download is stuck.
This commit makes the receiver node always request the last inv'ed block,
even if it is already known, to prevent this problem.
2012-05-07 02:44:45 +00:00
Philip Kaufmann
293f2644ff
fix #952 by checking if we have a new address or an updated label
2012-05-06 22:48:05 +00:00
Wladimir J. van der Laan
e38d492822
Hide UI immediately after leaving the main loop.
...
Prevents it from seeming to hang during shutdown if shutdown is triggered while the window is open.
2012-05-06 14:55:59 +00:00
Luke Dashjr
5da2dce524
Merge branch '0.4.x' into 0.5.x
2012-05-06 05:35:50 +00:00
Luke Dashjr
607739befb
Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12"PRI64d" instead
...
Conflicts:
src/walletdb.cpp
2012-05-06 05:27:08 +00:00
Philip Kaufmann
479c99022e
remove HTML code around "Wallet" (displayed on overview page) and use Qt tags for font settings
2012-05-05 16:15:38 +00:00
Luke Dashjr
c328c684c2
Bugfix: Remove redundant duplicate transaction check
2012-05-04 19:54:24 +00:00
Luke Dashjr
b2e5f797b5
Merge branch '0.4.x' into 0.5.x
2012-05-04 18:55:15 +00:00
Gavin Andresen
6a89317f62
Check earlier for blocks with duplicate transactions. Fixes #1167
2012-05-04 18:55:05 +00:00
Gavin Andresen
ad5a4c7c47
Check earlier for blocks with duplicate transactions. Fixes #1167
2012-05-04 18:52:16 +00:00
Philip Kaufmann
cae1a68267
remove obsolete BackupWallet() entry in wallet.h
2012-05-04 17:41:13 +00:00
Philip Kaufmann
6789e99e4f
add bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator)
2012-05-02 19:39:46 -04:00