Luke Dashjr
d67b0434f2
Merge branch '0.5.x' into 0.6.0.x
...
Conflicts:
src/main.cpp
2012-05-22 22:57:10 +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
Fordy
d11488abd0
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:06:11 +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
Christian von Roques
fba681519a
Fix typo. libarcode => libqrcode
2012-05-18 00:04:59 +00:00
Jeff Garzik
3a05f1d2ce
Always check return values of TxnBegin() and TxnCommit()
2012-05-18 00:04:18 +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
Fordy
0d174e130b
Correct Date
2012-05-15 08:02:57 +00:00
Fordy
182738e177
Correct Date
2012-05-15 08:02:30 +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
8fa3259664
Bump version to 0.6.0.8
2012-05-08 20:11:44 +00:00
Luke Dashjr
cd0527453b
Merge branch '0.5.x' into 0.6.0.x
...
Conflicts:
bitcoin-qt.pro
doc/README
doc/README_windows.txt
share/setup.nsi
src/serialize.h
2012-05-08 20:10:20 +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
b481373001
Update/fix translations
2012-05-07 05:34:18 +00:00
Luke Dashjr
1fa846bbb6
Merge branch '0.5.x' into 0.6.0.x
...
Conflicts:
src/main.cpp
src/qt/locale/bitcoin_da.ts
src/qt/locale/bitcoin_de.ts
src/qt/locale/bitcoin_en.ts
src/qt/locale/bitcoin_es.ts
src/qt/locale/bitcoin_es_CL.ts
src/qt/locale/bitcoin_hu.ts
src/qt/locale/bitcoin_it.ts
src/qt/locale/bitcoin_nb.ts
src/qt/locale/bitcoin_nl.ts
src/qt/locale/bitcoin_pt_BR.ts
src/qt/locale/bitcoin_ru.ts
src/qt/locale/bitcoin_uk.ts
src/qt/locale/bitcoin_zh_CN.ts
src/qt/locale/bitcoin_zh_TW.ts
2012-05-07 04:10:54 +00:00
Luke Dashjr
b803009c84
Update/fix translations
2012-05-07 04:10:35 +00:00
Pieter Wuille
60953d05c8
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 04:00:49 +00:00
Luke Dashjr
6bcefc1338
Merge commit '293f264' into 0.6.0.x
2012-05-07 04:00:26 +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
457ff3a437
Merge branch '0.5.x' into 0.6.0.x
2012-05-06 05:35:58 +00:00
Luke Dashjr
5da2dce524
Merge branch '0.4.x' into 0.5.x
2012-05-06 05:35:50 +00:00
Pieter Wuille
700e5a4d86
Bugfix: store source address in addrman
2012-05-06 05:33:38 +00:00
Pieter Wuille
adecb2ea00
Fix addrman crashes
...
A function returned the element to remove from a bucket, instead of its
position in that bucket. This function was only called when a tried
bucket overflowed, which only happens after many outgoing connections
have been made.
Closes : #1065 , #1156
2012-05-06 05:32:44 +00:00
Peter Todd
b94e6eb5a5
Fixed non-sensical error message
...
Previously trying to create a multisig address that required less than
one signature would output something like the following:
"wrong number of keys(got 1, need at least 0)"
2012-05-06 05:30:37 +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
ee932c6e35
Merge branch '0.5.x' into 0.6.0.x
...
Conflicts:
src/main.cpp
2012-05-04 19:55:54 +00:00
Luke Dashjr
c328c684c2
Bugfix: Remove redundant duplicate transaction check
2012-05-04 19:54:24 +00:00
Luke Dashjr
57cd445e95
Merge branch '0.6.0.x' of gitorious.org:+bitcoin-stable-developers/bitcoin/bitcoind-stable into 0.6.0.x
2012-05-04 18:58:37 +00:00
Luke Dashjr
a1a5a89063
Merge branch '0.5.x' into 0.6.0.x
...
Conflicts:
src/main.cpp
src/serialize.h
2012-05-04 18:57:03 +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