Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-03 | VC2010 compile fixes | Wladimir J. van der Laan | |
2012-04-03 | Merge pull request #934 from luke-jr/gitian_luke | Gregory Maxwell | |
Add Luke-Jr's PGP key to gitian-downloader | |||
2012-04-02 | Merge pull request #1026 from laanwj/2012_04_increase_up_to_date_time | Gregory Maxwell | |
Increase time ago of last block for "up to date" status from 30 to 90 minutes | |||
2012-04-02 | Increase time ago of last block for "up to date" status from 30 to 90 minutes | Wladimir J. van der Laan | |
It was too hyperactive. gmaxwell: I mean that right now when the block gap goes over an hour it starts showing synchronizing. Increasing that to 90 minutes or so would make it only happen about 6.4 times per year | |||
2012-04-02 | Merge pull request #951 from TheBlueMatt/headerslimit | Gavin Andresen | |
Limit getheaders to a hard 2000. | |||
2012-04-02 | Merge pull request #998 from Diapolo/transactiontable | Pieter Wuille | |
removed an ugly line break in a transaction tooltip | |||
2012-04-02 | Merge pull request #1022 from Diapolo/fix#1020 | Pieter Wuille | |
fix for #1020 | |||
2012-04-02 | Merge pull request #995 from Diapolo/master | Pieter Wuille | |
fixed typo in comment in netbase.h and bignum.h | |||
2012-04-02 | Merge pull request #1006 from Diapolo/tr-tray | Pieter Wuille | |
made tray icon tooltip translatable | |||
2012-04-02 | Merge pull request #1018 from sipa/gpg | Pieter Wuille | |
Updated my GPG key | |||
2012-04-02 | Bump version to 0.6.0.99 for 0.6.1 merge window | Gavin Andresen | |
2012-04-01 | hide Delete button (only) on ReceivingTab / hide Sign message button (only) ↵ | Philip Kaufmann | |
on SendingTab | |||
2012-03-31 | Updated my GPG key | Pieter Wuille | |
2012-03-30 | fixed typo in comment in netbase.h and bignum.h | Philip Kaufmann | |
2012-03-29 | Merge branch 'master' of github.com:bitcoin/bitcoinv0.6.0rc6v0.6.0 | Gavin Andresen | |
2012-03-29 | Merge pull request #1010 from sipa/fastblocks2 | Gavin Andresen | |
Use transactions-updated as flush condition | |||
2012-03-29 | Merge pull request #1008 from gavinandresen/addrworkaround | Gavin Andresen | |
Workaround hangs when upgrading old addr.dat files | |||
2012-03-29 | Use transactions-updated as flush condition | Pieter Wuille | |
The normal checkpointing during the block chain download is reduced to every five minutes only, but forced every 200000 updated transactions. | |||
2012-03-29 | Bump version to 0.6.0rc6 | Gavin Andresen | |
2012-03-29 | Workaround hangs when upgrading old addr.dat files | Gavin Andresen | |
2012-03-29 | Merge pull request #1007 from gavinandresen/log_auto_remove | Gavin Andresen | |
Auto-remove logs, and decrease logfile size to 10M | |||
2012-03-29 | Merge pull request #996 from Diapolo/tx-lang-upd | Gavin Andresen | |
update translations from transifex | |||
2012-03-29 | Auto-remove logs, and decrease logfile size to 10M | Gavin Andresen | |
2012-03-29 | made tray icon tooltip translatable | Philip Kaufmann | |
2012-03-27 | removed an ugly line break in a transaction tooltip for case ↵ | Philip Kaufmann | |
TransactionStatus::Mature | |||
2012-03-27 | update translations from transifex | Philip Kaufmann | |
2012-03-26 | Update version to 60005 (0.6.0rc5)v0.6.0rc5 | Gavin Andresen | |
2012-03-26 | Merge branch 'master' of github.com:bitcoin/bitcoin | Gavin Andresen | |
2012-03-26 | Merge pull request #994 from sipa/deladdr | Gavin Andresen | |
Use erase instead of rewrite to remove old addr entries | |||
2012-03-26 | Merge branch 'master' of github.com:bitcoin/bitcoin | Gavin Andresen | |
2012-03-26 | Merge pull request #992 from gavinandresen/remove_wxBitcoin | Gavin Andresen | |
Remove wxWidgets .exe during setup | |||
2012-03-26 | Merge branch 'master' of github.com:bitcoin/bitcoin | Gavin Andresen | |
2012-03-26 | Merge pull request #991 from gavinandresen/disableWinURI | Gavin Andresen | |
Disable bitcoin: URI handling on Windows for the 0.6 release | |||
2012-03-26 | Merge pull request #990 from sipa/doc | Wladimir J. van der Laan | |
Begin doxygen-compatible comments | |||
2012-03-26 | Merge branch 'deladdr' of https://github.com/sipa/bitcoin | Gavin Andresen | |
2012-03-26 | Use erase instead of rewrite to remove old addr entries | Pieter Wuille | |
2012-03-26 | Remove wxWidgets .exe and locales during setup | Gavin Andresen | |
2012-03-26 | Merge pull request #988 from Diapolo/URL-Handling | Wladimir J. van der Laan | |
show Window, when user is clicking bitcoin: link | |||
2012-03-26 | Disable bitcoin: URI handling on Windows for the 0.6 release | Gavin Andresen | |
2012-03-26 | Begin doxygen-compatible comments | Pieter Wuille | |
2012-03-26 | make sure Window is shown when clicking bitcoin: Links to get user attention | Philip Kaufmann | |
2012-03-25 | Merge pull request #974 from sipa/walletupgrade | Pieter Wuille | |
Introduce explicit -walletupgrade option | |||
2012-03-25 | Merge pull request #983 from laanwj/2012_03_removeunusedutil | Pieter Wuille | |
Remove unused functions from util.h/util.cpp (EOM) | |||
2012-03-25 | Merge pull request #984 from sipa/youngseeds | Pieter Wuille | |
Give DNS seeds a random age between 3 and 7 days old | |||
2012-03-25 | Merge pull request #985 from TheBlueMatt/uri | Pieter Wuille | |
Fix URI link to bitcoin-qt.exe instead of bitcoin.exe | |||
2012-03-25 | Fix URI link to bitcoin-qt.exe instead of bitcoin.exe | Matt Corallo | |
2012-03-25 | Give DNS seeds a random age between 3 and 7 days old | Pieter Wuille | |
This speeds up initial connections with an old/large addr.dat a lot. | |||
2012-03-25 | remove unused functions from util.h/util.cpp | Wladimir J. van der Laan | |
2012-03-22 | Add Luke-Jr's PGP key to gitian-downloader | Luke Dashjr | |
2012-03-22 | Introduce explicit -walletupgrade option | Pieter Wuille | |
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. |