Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-20 | Merge pull request #960 from gavinandresen/issue913 | Gregory Maxwell | |
Use last checkpoint instead of hard-coded 140,700. Fixes #913. | |||
2012-03-20 | Use last checkpoint instead of hard-coded 140,700. Fixes #913. | Gavin Andresen | |
2012-03-20 | Proper support for Growl 1.3 notifications | p2k | |
2012-03-20 | assertion in CBlock::SetBestChainInner was too strong | Pieter Wuille | |
2012-03-19 | Merge pull request #953 from Diapolo/master | Nils Schneider | |
german translation update | |||
2012-03-19 | fixed a capitalization error in the german translation | Philip Kaufmann | |
2012-03-19 | update german translation from transifex | Philip Kaufmann | |
2012-03-19 | Merge pull request #928 from jojkaart/master | Wladimir J. van der Laan | |
Make send coins dialog honor the configured unit type even on the first attempt. | |||
2012-03-18 | Merge pull request #931 from luke-jr/dbg_loaderr | Gregory Maxwell | |
Wallet loading diagnostic prints to debug.log | |||
2012-03-18 | Make the sendcoins dialog use the configured unit type, even on the first ↵ | Joel Kaartinen | |
attempt. | |||
2012-03-17 | Merge pull request #942 from Diapolo/master | Nils Schneider | |
updated german translation from transifex | |||
2012-03-17 | update german translation from transifex | Philip Kaufmann | |
2012-03-16 | Bump CLIENT_VERSION for rc4 releasev0.6.0rc4 | Gregory Maxwell | |
2012-03-16 | Merge pull request #938 from TheBlueMatt/guirpcwin32 | Gregory Maxwell | |
Disable running with -server on bitcoin-qt.exe as it is broken. | |||
2012-03-16 | Fix Win32 RPC Crashes. | Matt Corallo | |
2012-03-16 | update translations from transifex | Nils Schneider | |
2012-03-16 | add shell one-liner for updating translations in bitcoin.qrc | Nils Schneider | |
2012-03-16 | Merge pull request #941 from laanwj/2012_03_newminimizetray | Wladimir J. van der Laan | |
Yet another attempt of a "minimize to tray" that works on all OSes | |||
2012-03-16 | Yet another attempt at implementing "minimize to tray" that works on all OSes | Wladimir J. van der Laan | |
2012-03-15 | Fix windows build in windows Qt SDK | Wladimir J. van der Laan | |
2012-03-14 | Link -lrt library on Linux | Wladimir J. van der Laan | |
This is needed for linking on newer Linux distribs, see http://fedoraproject.org/wiki/UnderstandingDSOLinkChange | |||
2012-03-13 | Bump CLIENT_VERSION for rc3 releasev0.6.0rc3 | Gavin Andresen | |
2012-03-12 | Merge pull request #930 from sipa/minireorg | Gregory Maxwell | |
Limit the impact of reorganisations on the database (fix #925) | |||
2012-03-12 | Limit the impact of reorganisations on the database | Pieter Wuille | |
Sometimes a new block arrives in a new chain that was already the best valid one, but wasn't marked that way. This happens for example when network rules change to recover after a fork. In this case, it is not necessary to do the entire reorganisation inside a single db commit. These can become huge, and exceed the objects/lockers limits in bdb. This patch limits the blocks the actual reorganisation is applied to, and adds the next blocks afterwards in separate db transactions. | |||
2012-03-12 | Print more diagnostic info for the various DB_CORRUPT conditions | Luke Dashjr | |
2012-03-11 | Merge pull request #926 from gmaxwell/master | Pieter Wuille | |
Resolves issue #922 - "wallet passphrase timeout of several years doesn't work" | |||
2012-03-11 | Print wallet load errors (to debug.log) | Luke Dashjr | |
2012-03-10 | Resolves issue #922 - "wallet passphrase timeout of several years doesn't work" | Gregory Maxwell | |
2^31 milliseconds is only about 25 days. Also clamps Sleep() to 10 years, because it currently sleeps for 0 seconds when the sleep time would cross 2^31 seconds since the epoch. Hopefully boost will be fixed by 2028. | |||
2012-03-05 | Merge pull request #918 from nomnombtc/patch-1 | Pieter Wuille | |
fix typo src/net.cpp | |||
2012-03-05 | fix typo src/net.cpp | nomnombtc | |
2012-03-03 | Merge pull request #915 from sipa/nooverwritetx | Gavin Andresen | |
Do not allow overwriting unspent transactions | |||
2012-03-03 | Do not allow overwriting unspent transactions (BIP 30) | Pieter Wuille | |
Introduce the following network rule: * a block is not valid if it contains a transaction whose hash already exists in the block chain, unless all that transaction's outputs were already spent before said block. Warning: this is effectively a network rule change, with potential risk for forking the block chain. Leaving this unfixed carries the same risk however, for attackers that can cause a reorganisation in part of the network. Thanks to Russell O'Connor and Ben Reeves. | |||
2012-02-29 | Updated Mac build process | Gavin Andresen | |
2012-02-29 | Merge pull request #912 from TheBlueMatt/master | Gavin Andresen | |
Fix release-process.txt for new deps zip. | |||
2012-02-29 | Fix release-process.txt for new deps zip. | Matt Corallo | |
2012-02-29 | DoS fix for mapOrphanTransactionsv0.6.0rc2 | Gavin Andresen | |
2012-02-28 | Merge branch 'mruinventory' of https://github.com/sipa/bitcoin | Gavin Andresen | |
2012-02-28 | Merge branch '2012_02_getspecialfolderpath_overflow' of ↵ | Gavin Andresen | |
https://github.com/laanwj/bitcoin | |||
2012-02-28 | Merge pull request #910 from fanquake/master | Pieter Wuille | |
Correct Spelling | |||
2012-02-28 | "February" | Michael Ford | |
2012-02-27 | Do not start bitcoin: thread on OSX. fixes #889 | Gavin Andresen | |
2012-02-27 | Merge branch 'nodosbip16' of https://github.com/sipa/bitcoin | Gavin Andresen | |
2012-02-27 | Add mruset and use it for setInventoryKnown | Pieter Wuille | |
2012-02-27 | Move BIP16 switchover time to April 1 | Gavin Andresen | |
2012-02-27 | Merge branch 'nooptionsinwallet+fixproxysetting' of ↵ | Gavin Andresen | |
https://github.com/sipa/bitcoin | |||
2012-02-26 | Merge pull request #853 from laanwj/2012_02_altminimizetray | Wladimir J. van der Laan | |
Yet another alternative "minimize to tray" implementation Fixes problems with window positioning. | |||
2012-02-26 | Store addrProxy port in settings | Pieter Wuille | |
2012-02-26 | Reworked QT settings | Gavin Andresen | |
2012-02-26 | bitcoind changes to stop storing settings in wallet.dat. | Gavin Andresen | |
2012-02-26 | Simplify MyGetSpecialFolderPath and fix possible buffer overflow (#901) | Wladimir J. van der Laan | |