Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-26 | Move DNS Seed lookup to a new thread. | Matt Corallo | |
2011-11-22 | update translations: da de nl ru zh_TW | Nils Schneider | |
2011-11-22 | add italian translation | Nils Schneider | |
2011-11-21 | Don't forget to bump release numbers in READMEs next time | Gavin Andresen | |
2011-11-21 | Bump version numbers to 0.5.1 | Gavin Andresen | |
2011-11-21 | Merge pull request #602 from wowus/master | Gavin Andresen | |
Cleaned up critical section code. | |||
2011-11-21 | Merge pull request #634 from laanwj/doxygen | Gavin Andresen | |
Add doxygen documentation | |||
2011-11-21 | Merge pull request #632 from mndrix/deprecate-getblocknumber | Gavin Andresen | |
Deprecate RPC getblocknumber | |||
2011-11-21 | Merge pull request #652 from TheBlueMatt/master | Gavin Andresen | |
Update contrib/debian/ for 0.5.0 release and fix copyright file. | |||
2011-11-21 | Update release process instructions | Gavin Andresen | |
2011-11-21 | Bump version to 0.5.1 | Gavin Andresen | |
2011-11-21 | Merge pull request #653 from luke-jr/bugfix_transparent_tooltip | Wladimir J. van der Laan | |
Bugfix: only make QListView transparent, not its tooltips | |||
2011-11-21 | Bugfix: only make QListView transparent, not its tooltips | Luke Dashjr | |
2011-11-21 | Update contrib/debian/ for 0.5.0 release and fix copyright file. | Matt Corallo | |
2011-11-21 | Merge pull request #646 from luke-jr/bugfix_MIT_icons | Wladimir J. van der Laan | |
update debian copyright file for MIT icon relicensing | |||
2011-11-20 | update debian copyright file for MIT icon relicensing | Luke Dashjr | |
2011-11-20 | relicense my own images as MIT | Wladimir J. van der Laan | |
2011-11-20 | close old db when rewritingv0.5.0rc7v0.5.0 | Pieter Wuille | |
2011-11-20 | Never remove database files on shutdown, it caused unreadable wallets on ↵ | Gavin Andresen | |
some testers' machines. | |||
2011-11-17 | Only remove database log files on shutdown after wallet encryption/rewritev0.5.0rc6 | Gavin Andresen | |
2011-11-17 | Create new keypool for newly encrypted wallets. | Gavin Andresen | |
2011-11-15 | Merge pull request #636 from gavinandresen/masterv0.5.0rc5 | Gavin Andresen | |
Fix crash-on-wallet-upgrade bug on OSX | |||
2011-11-15 | Tweak handling of boost filesystem versions | Gavin Andresen | |
2011-11-15 | Fix crash-on-osx-on-shutdown bug. And cleanup CDB handling in Rewrite. | Gavin Andresen | |
2011-11-15 | Fix boost filesystem incompatibility problemv0.5.0rc4 | Gavin Andresen | |
2011-11-15 | Merge pull request #635 from gavinandresen/encryptionbug | Gavin Andresen | |
Prevent unencrypted private keys from being written to wallet.dat | |||
2011-11-15 | add message about restarting bitcoin after encrypting wallet succesfully | Wladimir J. van der Laan | |
2011-11-15 | Obsolete keypool and make sure database removes log files on shutdown. | Gavin Andresen | |
2011-11-14 | Resilvering | Pieter Wuille | |
2011-11-14 | Merge pull request #631 from luke-jr/free_icons | Gavin Andresen | |
Free icons | |||
2011-11-14 | Merge pull request #633 from laanwj/qtrpcconflict | Gavin Andresen | |
RPC: do not launch Shutdown in a new thread in case we are running the UI | |||
2011-11-13 | Improve documentation for UI classes | Wladimir J. van der Laan | |
2011-11-13 | Example documented class | Wladimir J. van der Laan | |
2011-11-13 | Add doxygen documentation configuration file | Wladimir J. van der Laan | |
2011-11-13 | Add 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-12 | Do 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-11 | Deprecate RPC getblocknumber | Michael Hendricks | |
This RPC is exactly identical to getblockcount. This duplication dates back to commit 22f721dbf23cf5ce9e3ded9bcfb65a3894cc0f8c when Satoshi created the RPC interface. There's no need to have both, so we standardize on "count" which matches the naming convention in getconnectioncount. Following the tradition established with previously deprecated APIs, getblocknumber continues to work, but it's not listed in the help system. | |||
2011-11-11 | Replace kfm_home with go-home for "overview" | Luke Dashjr | |
2011-11-10 | update doc/assets-attribution.txt | Luke Dashjr | |
2011-11-10 | Tool/process for including correct qt translations in mac .App | Gavin Andresen | |
2011-11-10 | Replace icons with Nuvola (LGPL 2.1): some (but not all) GPL-licensed | Luke Dashjr | |
2011-11-10 | Replace 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-10 | Merge branch 'nullmodels' of https://github.com/laanwj/bitcoin | Gavin Andresen | |
2011-11-10 | Release process doc fixes | Gavin Andresen | |
2011-11-10 | Merge pull request #608 from TheBlueMatt/debian-build | Gavin Andresen | |
Debian build | |||
2011-11-08 | Merge pull request #617 from tcatm/translations-readme | Wladimir J. van der Laan | |
add doc/translation_process.md | |||
2011-11-08 | Merge pull request #611 from sipa/docs | Wladimir J. van der Laan | |
Some extra comments | |||
2011-11-08 | Add robustness against null models | Wladimir J. van der Laan | |
2011-11-08 | Merge pull request #618 from laanwj/issue615 | Wladimir J. van der Laan | |
Fix segmentation fault when editing address not in address book (issue #615) | |||
2011-11-08 | Fix segmentation fault when editing address not in address book (issue #615) | Wladimir J. van der Laan | |