Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-14 | Bugfix: Fix various places where Bitcoin-Qt was being shutdown improperly | Philip Kaufmann | |
(Partial/merge of upstream 9247134eaba9a1d0fa74f22de238af1476663005, 1a3f0da9229a8e524d1010cdc8bd3b9da71fe529, and 3e343522226e6c249f5cb05436eec347b87c6361) | |||
2012-06-14 | Don't call exit() in Shutdown() for Bitcoin-Qt (fixes a tray-icon issue) | Philip Kaufmann | |
(partial of 9247134eaba9a1d0fa74f22de238af1476663005) | |||
2012-05-20 | Update License in File Headers | Fordy | |
I originally created a pull to replace the "COPYING" in crypter.cpp and crypter.h, but it turned out that COPYING was actually the correct file. | |||
2012-03-21 | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr | |
2012-03-19 | Print wallet load errors (to debug.log) | Luke Dashjr | |
2012-02-27 | On windows, show message box with help, as there is no stderr (fixes #702) | Wladimir J. van der Laan | |
(partial) | |||
2012-02-17 | Change #ifdef GUI to #ifdef QT_GUI, GUI is not defined anymore... | Wladimir J. van der Laan | |
2012-02-17 | don't allow -daemon in bitcoin-qt (changes only #defines) | Wladimir J. van der Laan | |
2012-02-14 | Enable accessible widgets Qt module on win32, so that people with screen ↵ | Wladimir J. van der Laan | |
readers such as NVDA can make sense of it. | |||
2012-02-07 | Update copyrights to 2012 for files modified this year | Luke Dashjr | |
2012-02-07 | Bugfix: Capitalize kB correctly (upstream: 9d4b05c) | Luke Dashjr | |
2012-02-07 | Update copyrights to 2012 for files modified this year | Luke Dashjr | |
2012-02-02 | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr | |
Conflicts: src/main.cpp | |||
2012-02-02 | Allow -upnp to override setting in wallet (and simplify logic a bit) | Gavin Andresen | |
2012-01-03 | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr | |
Conflicts: src/util.cpp | |||
2012-01-03 | I broke -testnet with my TOR option-parsing fixes. | Gavin Andresen | |
2012-01-03 | Fix issue #659, and cleanup wallet/command-line argument handling a bit | Gavin Andresen | |
Conflicts: src/init.cpp src/util.cpp | |||
2011-12-02 | Move DNS Seed lookup to a new thread. | Matt Corallo | |
2011-12-02 | Move DNS Seed lookup to a new thread. | Matt Corallo | |
2011-12-01 | Add missing command-line arguments to --help/-? output | Gavin Andresen | |
2011-12-01 | Add missing command-line arguments to --help/-? output | Gavin Andresen | |
2011-11-17 | Only remove database log files on shutdown after wallet encryption/rewrite | Gavin Andresen | |
2011-11-17 | Only remove database log files on shutdown after wallet encryption/rewritev0.5.0rc6 | Gavin Andresen | |
2011-11-15 | Obsolete keypool and make sure database removes log files on shutdown. | Gavin Andresen | |
2011-11-15 | Obsolete keypool and make sure database removes log files on shutdown. | Gavin Andresen | |
2011-10-25 | Optionally include additional QT plugins when required to build. | Matt Corallo | |
2011-10-07 | Fix build on windows and mac | Gavin Andresen | |
Replaced all occurrences of #if* __WXMSW__ with WIN32, and all occurrences of __WXMAC_OSX__ with MAC_OSX, and made sure those are defined appropriately in the makefile and bitcoin-qt.pro. | |||
2011-09-26 | Remove wxWidgets | Gavin Andresen | |
Makefiles now build bitcoind only. qmake/make in top-level directory is used to build Bitcoin QT Deleted almost all #ifdef GUI from the code (left one possibly controversial one) Deleted xpm/ files. | |||
2011-09-26 | Merge pull request #517 from gavinandresen/DoSprevention | Gavin Andresen | |
Denial-of-service prevention | |||
2011-09-21 | Framework for banning mis-behaving peers | Gavin Andresen | |
2011-09-02 | bitcoin-qt cannot be used as command line rpc client | Wladimir J. van der Laan | |
2011-08-28 | add russian translation and add unicode compatibility (merges pull request #20) | Misbakh-Soloviev Vadim A | |
2011-08-16 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
2011-08-09 | Unify copyright notices. | Matt Corallo | |
To a variation on: // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2011 The Bitcoin developers | |||
2011-08-06 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
2011-08-03 | Don't listen if on TOR (resolves #441). | Matt Corallo | |
2011-08-02 | add splash screen | Wladimir J. van der Laan | |
2011-07-26 | Merge remote branch 'upstream/master' | Wladimir J. van der Laan | |
Conflicts: src/bitcoinrpc.cpp | |||
2011-07-17 | get rid of mapPubKeys | Pieter Wuille | |
Make CKeyStore's interface work on uint160's instead of pubkeys, so no separate global mapPubKeys is necessary anymore. | |||
2011-07-15 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
2011-07-12 | Merge pull request #381 from TheBlueMatt/nminversion | Jeff Garzik | |
Add minversion to wallet. | |||
2011-07-08 | Prepare codebase for Encrypted Keys. | Pieter Wuille | |
2011-07-07 | Sync to bitcoin git e94010b2395694d56dd6 | Wladimir J. van der Laan | |
2011-07-05 | Add minversion to wallet. | Matt Corallo | |
2011-07-03 | windows build fixes | Wladimir J. van der Laan | |
2011-07-01 | Enable DNS seeding by default. | Jeff Garzik | |
2011-06-26 | update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class) | Wladimir J. van der Laan | |
2011-06-23 | Edited init.cpp to include a check that -datadir exists | James Burkle | |
2011-06-22 | use #ifdef QT_UI to distinguish Qt UI instead of hardcoded #if 0 | Wladimir J. van der Laan | |
2011-06-20 | fixes for mac build | mark | |