aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-26Merge pull request #988 from Diapolo/URL-HandlingWladimir J. van der Laan
show Window, when user is clicking bitcoin: link
2012-03-26make sure Window is shown when clicking bitcoin: Links to get user attentionPhilip Kaufmann
2012-03-25Merge pull request #974 from sipa/walletupgradePieter Wuille
Introduce explicit -walletupgrade option
2012-03-25Merge pull request #983 from laanwj/2012_03_removeunusedutilPieter Wuille
Remove unused functions from util.h/util.cpp (EOM)
2012-03-25Merge pull request #984 from sipa/youngseedsPieter Wuille
Give DNS seeds a random age between 3 and 7 days old
2012-03-25Merge pull request #985 from TheBlueMatt/uriPieter Wuille
Fix URI link to bitcoin-qt.exe instead of bitcoin.exe
2012-03-25Fix URI link to bitcoin-qt.exe instead of bitcoin.exeMatt Corallo
2012-03-25Give DNS seeds a random age between 3 and 7 days oldPieter Wuille
This speeds up initial connections with an old/large addr.dat a lot.
2012-03-25remove unused functions from util.h/util.cppWladimir J. van der Laan
2012-03-22Introduce explicit -walletupgrade optionPieter 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-22Merge pull request #946 from luke-jr/bugfix_rm_mingwGavin Andresen
Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build
2012-03-22Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of buildLuke Dashjr
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
2012-03-22Merge branch 'checklevel' of https://github.com/sipa/bitcoinGavin Andresen
2012-03-22Merge pull request #975 from sipa/versioncheckGavin Andresen
Check minversion before loading the rest of the wallet
2012-03-22Merge branch 'addrman' of https://github.com/sipa/bitcoinGavin Andresen
2012-03-22Merge pull request #964 from sipa/fastblocksGavin Andresen
Speed up block downloading
2012-03-22Merge branch 'master' of github.com:bitcoin/bitcoinGavin Andresen
2012-03-21Merge pull request #969 from laanwj/2012_03_printconsole_errorWladimir J. van der Laan
replace call to PrintConsole with call to error()
2012-03-22Check minversion before loading the rest of the walletPieter 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-22Add -checklevel and improve -checkblocksPieter 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-21Fix warning about deprecated unescaped backslashWladimir J. van der Laan
2012-03-21Remove -bip16 and -paytoscripthashtime command-line argumentsGavin Andresen
2012-03-21replace 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-21Merge pull request #947 from ali1234/masterGavin Andresen
When disconnecting a node, the receive buffer should be cleared
2012-03-21Merge pull request #948 from sipa/unstuckGavin Andresen
Prevent stuck block download in large reorganisations
2012-03-21Merge pull request #968 from Diapolo/doc-updateNils Schneider
updated translation process documentation
2012-03-21updated translation process documentationPhilip Kaufmann
2012-03-21Merge pull request #965 from khorben/masterGavin Andresen
The generic UNIX Makefile builds with lots of warnings
2012-03-21More debug output for failed reorganizationsPieter Wuille
2012-03-21Merge pull request #967 from fanquake/patch-1Wladimir J. van der Laan
Correct date
2012-03-21Correct dateMichael
2012-03-21Merge pull request #954 from Diapolo/masterWladimir J. van der Laan
language updates for source file bitcoin_en.ts + remove cs_CZ (issue #958)
2012-03-21Prevent stuck block download in large reorganisationsPieter Wuille
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-03-21Speed up block downloadingPieter Wuille
2012-03-21Avoid some pointless warnings while compilingPierre Pronchery
2012-03-20Merge pull request #960 from gavinandresen/issue913Gregory Maxwell
Use last checkpoint instead of hard-coded 140,700. Fixes #913.
2012-03-20Use last checkpoint instead of hard-coded 140,700. Fixes #913.Gavin Andresen
2012-03-20Proper support for Growl 1.3 notificationsp2k
2012-03-20assertion in CBlock::SetBestChainInner was too strongPieter Wuille
2012-03-20remove bitcoin_cs_CZ from bitcoin.qrc and delete bitcoin_cs_CZ.tsPhilip Kaufmann
2012-03-19updated english language source file via lupdatePhilip Kaufmann
2012-03-19Merge pull request #953 from Diapolo/masterNils Schneider
german translation update
2012-03-19fixed a capitalization error in the german translationPhilip Kaufmann
2012-03-19update german translation from transifexPhilip Kaufmann
2012-03-19Merge pull request #928 from jojkaart/masterWladimir J. van der Laan
Make send coins dialog honor the configured unit type even on the first attempt.
2012-03-18Merge pull request #931 from luke-jr/dbg_loaderrGregory Maxwell
Wallet loading diagnostic prints to debug.log
2012-03-18Make the sendcoins dialog use the configured unit type, even on the first ↵Joel Kaartinen
attempt.
2012-03-18When disconnecting a node, clear the received buffer so that we doAlistair Buxton
not process any already received messages. The primary reason to do this is if a node spams hundreds of messages and we ban them, we don't want to continue processing the rest of it.
2012-03-17Merge pull request #942 from Diapolo/masterNils Schneider
updated german translation from transifex
2012-03-17update german translation from transifexPhilip Kaufmann