Pieter Wuille
91c5132ab5
Merge pull request #998 from Diapolo/transactiontable
...
removed an ugly line break in a transaction tooltip
13 years ago
Pieter Wuille
d3f220b2c2
Merge pull request #1022 from Diapolo/fix#1020
...
fix for #1020
13 years ago
Pieter Wuille
fdef04e77b
Merge pull request #995 from Diapolo/master
...
fixed typo in comment in netbase.h and bignum.h
13 years ago
Pieter Wuille
542a1380aa
Merge pull request #1006 from Diapolo/tr-tray
...
made tray icon tooltip translatable
13 years ago
Pieter Wuille
811bde8267
Merge pull request #1018 from sipa/gpg
...
Updated my GPG key
13 years ago
Gavin Andresen
f3da2a88c9
Bump version to 0.6.0.99 for 0.6.1 merge window
13 years ago
Philip Kaufmann
b5271c8861
hide Delete button (only) on ReceivingTab / hide Sign message button (only) on SendingTab
13 years ago
Pieter Wuille
94e6967e98
Updated my GPG key
13 years ago
Philip Kaufmann
7e05b97229
fixed typo in comment in netbase.h and bignum.h
13 years ago
Gavin Andresen
a1c3d8f14d
Merge branch 'master' of github.com:bitcoin/bitcoin
13 years ago
Gavin Andresen
f146061d24
Merge pull request #1010 from sipa/fastblocks2
...
Use transactions-updated as flush condition
13 years ago
Gavin Andresen
dac1888c18
Merge pull request #1008 from gavinandresen/addrworkaround
...
Workaround hangs when upgrading old addr.dat files
13 years ago
Pieter Wuille
25c5eca893
Use transactions-updated as flush condition
...
The normal checkpointing during the block chain download is reduced
to every five minutes only, but forced every 200000 updated transactions.
13 years ago
Gavin Andresen
f3f9da868e
Bump version to 0.6.0rc6
13 years ago
Gavin Andresen
6293a9f87f
Workaround hangs when upgrading old addr.dat files
13 years ago
Gavin Andresen
83e914c1d5
Merge pull request #1007 from gavinandresen/log_auto_remove
...
Auto-remove logs, and decrease logfile size to 10M
13 years ago
Gavin Andresen
94b5960ef3
Merge pull request #996 from Diapolo/tx-lang-upd
...
update translations from transifex
13 years ago
Gavin Andresen
9f18347034
Auto-remove logs, and decrease logfile size to 10M
13 years ago
Philip Kaufmann
3d1d5fafc1
made tray icon tooltip translatable
13 years ago
Philip Kaufmann
0b637e0b86
removed an ugly line break in a transaction tooltip for case TransactionStatus::Mature
13 years ago
Philip Kaufmann
7b2eecd428
update translations from transifex
13 years ago
Gavin Andresen
8d29329f93
Update version to 60005 (0.6.0rc5)
13 years ago
Gavin Andresen
0ccb2c4f66
Merge branch 'master' of github.com:bitcoin/bitcoin
13 years ago
Gavin Andresen
84560c41c7
Merge pull request #994 from sipa/deladdr
...
Use erase instead of rewrite to remove old addr entries
13 years ago
Gavin Andresen
dd675e01c4
Merge branch 'master' of github.com:bitcoin/bitcoin
13 years ago
Gavin Andresen
be4502968e
Merge pull request #992 from gavinandresen/remove_wxBitcoin
...
Remove wxWidgets .exe during setup
13 years ago
Gavin Andresen
c698633447
Merge branch 'master' of github.com:bitcoin/bitcoin
13 years ago
Gavin Andresen
c289d95d6b
Merge pull request #991 from gavinandresen/disableWinURI
...
Disable bitcoin: URI handling on Windows for the 0.6 release
13 years ago
Wladimir J. van der Laan
57de7cd603
Merge pull request #990 from sipa/doc
...
Begin doxygen-compatible comments
13 years ago
Gavin Andresen
bf5b80a8ae
Merge branch 'deladdr' of https://github.com/sipa/bitcoin
13 years ago
Pieter Wuille
53cb1a49e7
Use erase instead of rewrite to remove old addr entries
13 years ago
Gavin Andresen
a56881b005
Remove wxWidgets .exe and locales during setup
13 years ago
Wladimir J. van der Laan
e9f9282bde
Merge pull request #988 from Diapolo/URL-Handling
...
show Window, when user is clicking bitcoin: link
13 years ago
Gavin Andresen
7b90edb5a6
Disable bitcoin: URI handling on Windows for the 0.6 release
13 years ago
Pieter Wuille
6b8de05d0a
Begin doxygen-compatible comments
13 years ago
Philip Kaufmann
4004b9a40b
make sure Window is shown when clicking bitcoin: Links to get user attention
13 years ago
Pieter Wuille
01a196e08d
Merge pull request #974 from sipa/walletupgrade
...
Introduce explicit -walletupgrade option
13 years ago
Pieter Wuille
59e659fcc0
Merge pull request #983 from laanwj/2012_03_removeunusedutil
...
Remove unused functions from util.h/util.cpp (EOM)
13 years ago
Pieter Wuille
6eb339fae4
Merge pull request #984 from sipa/youngseeds
...
Give DNS seeds a random age between 3 and 7 days old
13 years ago
Pieter Wuille
b3dbab33ca
Merge pull request #985 from TheBlueMatt/uri
...
Fix URI link to bitcoin-qt.exe instead of bitcoin.exe
13 years ago
Matt Corallo
0ec76d834e
Fix URI link to bitcoin-qt.exe instead of bitcoin.exe
13 years ago
Pieter Wuille
bf1afb02ca
Give DNS seeds a random age between 3 and 7 days old
...
This speeds up initial connections with an old/large addr.dat a lot.
13 years ago
Wladimir J. van der Laan
a6aee96c7e
remove unused functions from util.h/util.cpp
13 years ago
Luke Dashjr
a41957b873
Add Luke-Jr's PGP key to gitian-downloader
13 years ago
Pieter Wuille
439e1497e1
Introduce explicit -walletupgrade option
...
Do not automatically change the wallet format unless the user takes an
explicit action that implies an upgrade (encrypting, for now), or uses
-walletupgrade.
-walletupgrade optionally takes an integer argument: the client version
up to which upgrading is allowed. Without an argument, it is upgraded
to latest supported version. If an argument to -walletupgrade is
provided at the time the wallet is created, the new wallet will initially
not use features beyond that version.
Third, the current wallet version number is reported in getinfo.
13 years ago
Gavin Andresen
4a17e3e6b9
Merge pull request #946 from luke-jr/bugfix_rm_mingw
...
Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build
13 years ago
Luke Dashjr
49e1501b5d
Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build
...
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
13 years ago
Gavin Andresen
958fe01c32
Merge branch 'checklevel' of https://github.com/sipa/bitcoin
13 years ago
Gavin Andresen
e12d131734
Merge pull request #975 from sipa/versioncheck
...
Check minversion before loading the rest of the wallet
13 years ago
Gavin Andresen
a6b4a11385
Merge branch 'addrman' of https://github.com/sipa/bitcoin
13 years ago