aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-17Only remove database log files on shutdown after wallet encryption/rewritev0.5.0rc6Gavin Andresen
2011-11-17Create new keypool for newly encrypted wallets.Gavin Andresen
2011-11-15Merge pull request #636 from gavinandresen/masterv0.5.0rc5Gavin Andresen
Fix crash-on-wallet-upgrade bug on OSX
2011-11-15Tweak handling of boost filesystem versionsGavin Andresen
2011-11-15Fix crash-on-osx-on-shutdown bug. And cleanup CDB handling in Rewrite.Gavin Andresen
2011-11-15Fix boost filesystem incompatibility problemv0.5.0rc4Gavin Andresen
2011-11-15Merge pull request #635 from gavinandresen/encryptionbugGavin Andresen
Prevent unencrypted private keys from being written to wallet.dat
2011-11-15add message about restarting bitcoin after encrypting wallet succesfullyWladimir J. van der Laan
2011-11-15Obsolete keypool and make sure database removes log files on shutdown.Gavin Andresen
2011-11-14ResilveringPieter Wuille
2011-11-14Merge pull request #631 from luke-jr/free_iconsGavin Andresen
Free icons
2011-11-14Merge pull request #633 from laanwj/qtrpcconflictGavin Andresen
RPC: do not launch Shutdown in a new thread in case we are running the UI
2011-11-13Add model null pointer check (solves issue #595 and ↵Wladimir J. van der Laan
https://github.com/laanwj/bitcoin-qt/issues/29) Missed this one before, which can be triggered in race condition if window event arrives before model is set
2011-11-12Do not launch Shutdown in a new thread in case we are running the UI.Wladimir J. van der Laan
This leads to the bitcoin core being shut down while the UI is accessing it, and generally results in a segmentation fault or crash. In case it is desirable to make it possible to shutdown the GUI from its RPC server, we'll need to implement a signal for it. For the mean time, this is a safe stopgap.
2011-11-11Replace kfm_home with go-home for "overview"Luke Dashjr
2011-11-10update doc/assets-attribution.txtLuke Dashjr
2011-11-10Tool/process for including correct qt translations in mac .AppGavin Andresen
2011-11-10Replace icons with Nuvola (LGPL 2.1): some (but not all) GPL-licensedLuke Dashjr
2011-11-10Replace icons with Nuvola (LGPL 2.1): all non-free except for those by ↵Luke Dashjr
Wladimir van der Laan (who will hopefully relicense)
2011-11-10Merge branch 'nullmodels' of https://github.com/laanwj/bitcoinGavin Andresen
2011-11-10Release process doc fixesGavin Andresen
2011-11-10Merge pull request #608 from TheBlueMatt/debian-buildGavin Andresen
Debian build
2011-11-08Merge pull request #617 from tcatm/translations-readmeWladimir J. van der Laan
add doc/translation_process.md
2011-11-08Merge pull request #611 from sipa/docsWladimir J. van der Laan
Some extra comments
2011-11-08Add robustness against null modelsWladimir J. van der Laan
2011-11-08Merge pull request #618 from laanwj/issue615Wladimir J. van der Laan
Fix segmentation fault when editing address not in address book (issue #615)
2011-11-08Fix segmentation fault when editing address not in address book (issue #615)Wladimir J. van der Laan
2011-11-08Add debian build folderMatt Corallo
2011-11-08Re-add bitcoin(32&80).xpmMatt Corallo
2011-11-08add doc/translation_process.mdNils Schneider
2011-11-08merged translations from transifex: da de es es_CL nb nl ru zh_TWNils Schneider
2011-11-08Merge commit 'v0.5.0rc3'Pieter Wuille
2011-11-07Merge pull request #609 from iongchun/add-zhtwWladimir J. van der Laan
add zh_TW locale
2011-11-07Mention Qt4 runtime dependenciesv0.5.0rc3Gavin Andresen
2011-11-07Static link on Linux. And better document release process on OSX.Gavin Andresen
2011-11-07Some extra commentsPieter Wuille
2011-11-06add zh_TW localeAng Iong Chun
2011-11-04Merge pull request #606 from dooglus/add-english-translationWladimir J. van der Laan
Add English translation to fix plural(s).
2011-11-04Add English translation to fix plural(s).Chris Moore
2011-11-04Merge branch 'master' of github.com:bitcoin/bitcoinv0.5.0rc2Gavin Andresen
2011-11-04Mac releases use macdeployqtplusGavin Andresen
2011-11-03Merge pull request #604 from laanwj/winqt_deterministicGavin Andresen
Make qt-win32 gitian build deterministic
2011-11-03Make qt-win32 gitian build deterministicWladimir J. van der Laan
2011-11-03Merge git://github.com/p2k/bitcoin-qtGavin Andresen
2011-11-02Added a copy of the GPLv3 to macdeployqtplusp2k
2011-11-02Mac Deployment Scriptp2k
See notes.txt in contrib/macdeploy. Also added a dash to the application name in src/qt/bitcoin.cpp
2011-11-01Update documentation to reflect 0.5 reality. And removed leading $ from ↵Gavin Andresen
shell commands, so it is easier to copy and paste from release-process.txt.
2011-11-01attempt to make build deterministicWladimir J. van der Laan
2011-11-01do not use -fstack-protector on WindowsWladimir J. van der Laan
2011-11-01Update Win32 gitian descriptor for bitcoin-qt.Matt Corallo