aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Avoid some pointless warnings while compilingPierre Pronchery2012-03-211-1/+1
| |/ / / / / /
* | | | | | | More debug output for failed reorganizationsPieter Wuille2012-03-211-4/+6
* | | | | | | Correct dateMichael2012-03-211-1/+1
* | | | | | | Merge pull request #954 from Diapolo/masterWladimir J. van der Laan2012-03-213-2040/+140
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | remove bitcoin_cs_CZ from bitcoin.qrc and delete bitcoin_cs_CZ.tsPhilip Kaufmann2012-03-202-1932/+0
| * | | | | | updated english language source file via lupdatePhilip Kaufmann2012-03-191-108/+140
* | | | | | | Use last checkpoint instead of hard-coded 140,700. Fixes #913.Gavin Andresen2012-03-201-1/+2
* | | | | | | Proper support for Growl 1.3 notificationsp2k2012-03-202-6/+12
* | | | | | | assertion in CBlock::SetBestChainInner was too strongPieter Wuille2012-03-201-2/+1
|/ / / / / /
* | | | | | Merge pull request #953 from Diapolo/masterNils Schneider2012-03-191-46/+45
|\ \ \ \ \ \
| * | | | | | fixed a capitalization error in the german translationPhilip Kaufmann2012-03-191-1/+1
| * | | | | | update german translation from transifexPhilip Kaufmann2012-03-191-46/+45
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #928 from jojkaart/masterWladimir J. van der Laan2012-03-191-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Make the sendcoins dialog use the configured unit type, even on the first att...Joel Kaartinen2012-03-181-0/+1
| |/ / / /
* | | | | Merge pull request #931 from luke-jr/dbg_loaderrGregory Maxwell2012-03-182-2/+38
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Print more diagnostic info for the various DB_CORRUPT conditionsLuke Dashjr2012-03-121-2/+36
| * | | | Print wallet load errors (to debug.log)Luke Dashjr2012-03-111-0/+2
* | | | | update german translation from transifexPhilip Kaufmann2012-03-171-9/+9
* | | | | Bump CLIENT_VERSION for rc4 releasev0.6.0rc4Gregory Maxwell2012-03-161-1/+1
* | | | | update translations from transifexNils Schneider2012-03-1632-13402/+19952
* | | | | Yet another attempt at implementing "minimize to tray" that works on all OSesWladimir J. van der Laan2012-03-161-12/+5
* | | | | Bump CLIENT_VERSION for rc3 releasev0.6.0rc3Gavin Andresen2012-03-131-1/+1
* | | | | Limit the impact of reorganisations on the databasePieter Wuille2012-03-122-17/+64
* | | | | Resolves issue #922 - "wallet passphrase timeout of several years doesn't work"Gregory Maxwell2012-03-102-4/+6
|/ / / /
* | | | fix typo src/net.cppnomnombtc2012-03-051-1/+1
* | | | Do not allow overwriting unspent transactions (BIP 30)Pieter Wuille2012-03-031-2/+24
* | | | DoS fix for mapOrphanTransactionsv0.6.0rc2Gavin Andresen2012-02-293-1/+104
* | | | Merge branch 'mruinventory' of https://github.com/sipa/bitcoinGavin Andresen2012-02-283-1/+156
|\ \ \ \
| * | | | Add mruset and use it for setInventoryKnownPieter Wuille2012-02-273-1/+156
* | | | | Merge branch '2012_02_getspecialfolderpath_overflow' of https://github.com/la...Gavin Andresen2012-02-281-33/+10
|\ \ \ \ \
| * | | | | Simplify MyGetSpecialFolderPath and fix possible buffer overflow (#901)Wladimir J. van der Laan2012-02-261-33/+10
* | | | | | "February"Michael Ford2012-02-281-1/+1
* | | | | | Do not start bitcoin: thread on OSX. fixes #889Gavin Andresen2012-02-271-0/+5
* | | | | | Merge branch 'nodosbip16' of https://github.com/sipa/bitcoinGavin Andresen2012-02-271-0/+7
|\ \ \ \ \ \
| * | | | | | Do not invoke anti-DoS system for invalid BIP16 transactionsPieter Wuille2012-02-251-0/+7
* | | | | | | Move BIP16 switchover time to April 1Gavin Andresen2012-02-271-1/+1
* | | | | | | Merge branch 'nooptionsinwallet+fixproxysetting' of https://github.com/sipa/b...Gavin Andresen2012-02-2712-143/+187
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Store addrProxy port in settingsPieter Wuille2012-02-261-4/+4
| * | | | | | Reworked QT settingsGavin Andresen2012-02-266-53/+153
| * | | | | | bitcoind changes to stop storing settings in wallet.dat.Gavin Andresen2012-02-267-104/+34
| * | | | | | Fix addrProxy settingPieter Wuille2012-02-252-3/+17
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #853 from laanwj/2012_02_altminimizetrayWladimir J. van der Laan2012-02-262-29/+27
|\ \ \ \ \ \
| * | | | | | Do show/showNormal only when needed.Wladimir J. van der Laan2012-02-172-7/+18
| * | | | | | Hide window from taskbar when "minimize to tray" active by making window into...Wladimir J. van der Laan2012-02-172-22/+9
* | | | | | | Move 'Backup Wallet' to file menuPieter Wuille2012-02-261-2/+2
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #897 from laanwj/2012_02_fixnegativesecsWladimir J. van der Laan2012-02-251-4/+11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | In UI, handle cases in which the last received block was generated in the fut...Wladimir J. van der Laan2012-02-251-4/+11
* | | | | | Add option "-splash" so we can disable the splash screen.Chris Moore2012-02-242-4/+9
| |_|/ / / |/| | | |
* | | | | Checkpoint block 168,000Gavin Andresen2012-02-231-0/+1
* | | | | Merge branch 'getblock_cleanup' of https://github.com/luke-jr/bitcoinGavin Andresen2012-02-231-10/+17
|\ \ \ \ \