Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-02 | color update for progress bar | Philip Kaufmann | |
2012-04-02 | implemented OS independent progress bar style / moved one-time functions ↵ | Philip Kaufmann | |
used on the bar to a better code location | |||
2012-04-02 | changed progressbar text to "~n blocks remaining" | Philip Kaufmann | |
2012-04-02 | removed relative progressbar display and moved re-worked network detection ↵ | Philip Kaufmann | |
code to setNumBlocks() | |||
2012-04-02 | modified block DL progressbar to be dynamic and more precise | Philip Kaufmann | |
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 | 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-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 | 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 | 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 #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 | 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 | 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 | 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. | |||
2012-03-22 | Merge branch 'checklevel' of https://github.com/sipa/bitcoin | Gavin Andresen | |
2012-03-22 | Merge pull request #975 from sipa/versioncheck | Gavin Andresen | |
Check minversion before loading the rest of the wallet | |||
2012-03-22 | Merge branch 'addrman' of https://github.com/sipa/bitcoin | Gavin Andresen | |
2012-03-22 | Merge pull request #964 from sipa/fastblocks | Gavin Andresen | |
Speed up block downloading | |||
2012-03-22 | Merge branch 'master' of github.com:bitcoin/bitcoin | Gavin Andresen | |
2012-03-21 | Merge pull request #969 from laanwj/2012_03_printconsole_error | Wladimir J. van der Laan | |
replace call to PrintConsole with call to error() | |||
2012-03-22 | Check minversion before loading the rest of the wallet | Pieter Wuille | |
When a 0.6 wallet with compressed pubkeys is created, it writes a minversion record to prevent older clients from reading it. If the 0.5 loading it sees a key record before seeing the minversion record however, it will fail with DB_CORRUPT instead of DB_TOO_NEW. | |||
2012-03-22 | Add -checklevel and improve -checkblocks | Pieter Wuille | |
-checkblocks now takes a numeric argument: the number of blocks that must be verified at the end of the chain. Default is 2500, and 0 means all blocks. -checklevel specifies how thorough the verification must be: 0: only check whether the block exists on disk 1: verify block validity (default) 2: verify transaction index validity 3: check transaction hashes 4: check whether spent txouts were spent within the main chain 5: check whether all prevouts are marked spent 6: check whether spent txouts were spent by a valid transaction that consumes them | |||
2012-03-21 | Remove -bip16 and -paytoscripthashtime command-line arguments | Gavin Andresen | |
2012-03-21 | replace call to PrintConsole with call to error() | Wladimir J. van der Laan | |
As these are equivalent functions, this cleans up the source a bit. Also remove PrintConsole() as this was the only use. | |||
2012-03-21 | Merge pull request #947 from ali1234/master | Gavin Andresen | |
When disconnecting a node, the receive buffer should be cleared | |||
2012-03-21 | Merge pull request #948 from sipa/unstuck | Gavin Andresen | |
Prevent stuck block download in large reorganisations | |||
2012-03-21 | Merge pull request #965 from khorben/master | Gavin Andresen | |
The generic UNIX Makefile builds with lots of warnings |