| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | On windows, show message box with help, as there is no stderr (fixes #702) | Wladimir J. van der Laan | 2012-02-27 | 1 | -0/+5 |
| | | | | | (partial) | ||||
| * | Change #ifdef GUI to #ifdef QT_GUI, GUI is not defined anymore... | Wladimir J. van der Laan | 2012-02-17 | 1 | -4/+4 |
| | | |||||
| * | don't allow -daemon in bitcoin-qt (changes only #defines) | Wladimir J. van der Laan | 2012-02-17 | 1 | -3/+3 |
| | | |||||
| * | Enable accessible widgets Qt module on win32, so that people with screen ↵ | Wladimir J. van der Laan | 2012-02-14 | 1 | -0/+1 |
| | | | | | readers such as NVDA can make sense of it. | ||||
| * | Update copyrights to 2012 for files modified this year | Luke Dashjr | 2012-02-07 | 1 | -1/+1 |
| | | |||||
| * | Bugfix: Capitalize kB correctly (upstream: 9d4b05c) | Luke Dashjr | 2012-02-07 | 1 | -1/+1 |
| | | |||||
| * | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr | 2012-02-02 | 1 | -10/+5 |
| |\ | | | | | | | | | Conflicts: src/main.cpp | ||||
| | * | Allow -upnp to override setting in wallet (and simplify logic a bit) | Gavin Andresen | 2012-02-02 | 1 | -10/+5 |
| | | | |||||
| * | | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr | 2012-01-03 | 1 | -25/+42 |
| |\| | | | | | | | | | Conflicts: src/util.cpp | ||||
| | * | I broke -testnet with my TOR option-parsing fixes. | Gavin Andresen | 2012-01-03 | 1 | -1/+1 |
| | | | |||||
| | * | Fix issue #659, and cleanup wallet/command-line argument handling a bit | Gavin Andresen | 2012-01-03 | 1 | -25/+42 |
| | | | | | | | | | | | | | Conflicts: src/init.cpp src/util.cpp | ||||
| * | | Move DNS Seed lookup to a new thread. | Matt Corallo | 2011-12-02 | 1 | -5/+0 |
| |\| | |||||
| | * | Move DNS Seed lookup to a new thread. | Matt Corallo | 2011-12-02 | 1 | -5/+0 |
| | | | |||||
| | * | Add missing command-line arguments to --help/-? output | Gavin Andresen | 2011-12-01 | 1 | -4/+15 |
| | | | |||||
| | * | Only remove database log files on shutdown after wallet encryption/rewrite | Gavin Andresen | 2011-11-17 | 1 | -2/+2 |
| | | | |||||
| | * | Obsolete keypool and make sure database removes log files on shutdown. | Gavin Andresen | 2011-11-15 | 1 | -4/+10 |
| | | | |||||
| * | | Add missing command-line arguments to --help/-? output | Gavin Andresen | 2011-12-01 | 1 | -4/+15 |
| | | | |||||
| * | | Only remove database log files on shutdown after wallet encryption/rewritev0.5.0rc6 | Gavin Andresen | 2011-11-17 | 1 | -2/+2 |
| | | | |||||
| * | | Obsolete keypool and make sure database removes log files on shutdown. | Gavin Andresen | 2011-11-15 | 1 | -4/+10 |
| | | | |||||
| * | | Optionally include additional QT plugins when required to build. | Matt Corallo | 2011-10-25 | 1 | -0/+10 |
| | | | |||||
| * | | Fix build on windows and mac | Gavin Andresen | 2011-10-07 | 1 | -6/+6 |
| | | | | | | | | | | | | | 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. | ||||
| * | | Remove wxWidgets | Gavin Andresen | 2011-09-26 | 1 | -64/+4 |
| | | | | | | | | | | | | | | | 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. | ||||
| * | | Merge pull request #517 from gavinandresen/DoSprevention | Gavin Andresen | 2011-09-26 | 1 | -0/+2 |
| |\ \ | | | | | | | Denial-of-service prevention | ||||
| | * | | Framework for banning mis-behaving peers | Gavin Andresen | 2011-09-21 | 1 | -0/+2 |
| | |/ | |||||
| * | | bitcoin-qt cannot be used as command line rpc client | Wladimir J. van der Laan | 2011-09-02 | 1 | -0/+2 |
| | | | |||||
| * | | add russian translation and add unicode compatibility (merges pull request #20) | Misbakh-Soloviev Vadim A | 2011-08-28 | 1 | -6/+6 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | 2011-08-16 | 1 | -0/+1 |
| |\| | |||||
| | * | Unify copyright notices. | Matt Corallo | 2011-08-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | To a variation on: // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2011 The Bitcoin developers | ||||
| * | | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | 2011-08-06 | 1 | -1/+2 |
| |\| | |||||
| | * | Don't listen if on TOR (resolves #441). | Matt Corallo | 2011-08-03 | 1 | -1/+2 |
| | | | |||||
| * | | add splash screen | Wladimir J. van der Laan | 2011-08-02 | 1 | -0/+5 |
| | | | |||||
| * | | Merge remote branch 'upstream/master' | Wladimir J. van der Laan | 2011-07-26 | 1 | -1/+0 |
| |\| | | | | | | | | | Conflicts: src/bitcoinrpc.cpp | ||||
| | * | get rid of mapPubKeys | Pieter Wuille | 2011-07-17 | 1 | -1/+0 |
| | | | | | | | | | | | Make CKeyStore's interface work on uint160's instead of pubkeys, so no separate global mapPubKeys is necessary anymore. | ||||
| * | | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | 2011-07-15 | 1 | -3/+10 |
| |\| | |||||
| | * | Merge pull request #381 from TheBlueMatt/nminversion | Jeff Garzik | 2011-07-12 | 1 | -2/+10 |
| | |\ | | | | | | | Add minversion to wallet. | ||||
| | | * | Add minversion to wallet. | Matt Corallo | 2011-07-05 | 1 | -2/+10 |
| | | | | |||||
| | * | | Prepare codebase for Encrypted Keys. | Pieter Wuille | 2011-07-08 | 1 | -1/+0 |
| | |/ | |||||
| | * | Enable DNS seeding by default. | Jeff Garzik | 2011-07-01 | 1 | -1/+3 |
| | | | |||||
| | * | Edited init.cpp to include a check that -datadir exists | James Burkle | 2011-06-23 | 1 | -2/+11 |
| | | | |||||
| | * | Fix missing includes needed for Boost 1.46. | Shane Wegner | 2011-06-19 | 1 | -0/+1 |
| | | | |||||
| | * | CWallet class | Pieter Wuille | 2011-06-15 | 1 | -7/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * A new class CKeyStore manages private keys, and script.cpp depends on access to CKeyStore. * A new class CWallet extends CKeyStore, and contains all former wallet-specific globals; CWallet depends on script.cpp, not the other way around. * Wallet-specific functions in CTransaction/CTxIn/CTxOut (GetDebit, GetCredit, GetChange, IsMine, IsFromMe), are moved to CWallet, taking their former 'this' argument as an explicit parameter * CWalletTx objects know which CWallet they belong to, for convenience, so they have their own direct (and caching) GetDebit/... functions. * Some code was moved from CWalletDB to CWallet, such as handling of reserve keys. * Main.cpp keeps a set of all 'registered' wallets, which should be informed about updates to the block chain, and does not have any notion about any 'main' wallet. Function in main.cpp that require a wallet (such as GenerateCoins), take an explicit CWallet* argument. * The actual CWallet instance used by the application is defined in init.cpp as "CWallet* pwalletMain". rpc.cpp and ui.cpp use this variable. * Functions in main.cpp and db.cpp that are not used by other modules are marked static. * The code for handling the 'submitorder' message is removed, as it not really compatible with the idea that a node is independent from the wallet(s) connected to it, and obsolete anyway. | ||||
| | * | Merge pull request #226 from jordanlewis/betterheaders | Jeff Garzik | 2011-06-14 | 1 | -0/+7 |
| | |\ | | | | | | | Optimize header dependencies; improve Makefile dependency graph | ||||
| | | * | Only include certain boost headers if necessary. | Jordan Lewis | 2011-05-17 | 1 | -0/+2 |
| | | | | |||||
| | | * | Only include strlcpy.h when we have to | Jordan Lewis | 2011-05-15 | 1 | -0/+1 |
| | | | | |||||
| | | * | Only include init.h when we have to | Jordan Lewis | 2011-05-15 | 1 | -0/+1 |
| | | | | |||||
| | | * | Only include net.h when we have to | Jordan Lewis | 2011-05-15 | 1 | -0/+1 |
| | | | | |||||
| | | * | Only included rpc.h when necessary | Jordan Lewis | 2011-05-15 | 1 | -0/+1 |
| | | | | |||||
| | | * | Only include db.h when we have to. | Jordan Lewis | 2011-05-15 | 1 | -0/+1 |
| | | | | |||||
| | * | | Faster timeout when connecting | Pieter Wuille | 2011-06-12 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use non-blocking connects, and a select() call to wait a predefined time (5s by default, but configurable with -timeout) for either success or failure. This allows much more connections to be tried per time unit. Based on a patch by phantomcircuit. | ||||
| | * | | Remove unused variable | Han Lin Yap | 2011-06-11 | 1 | -1/+0 |
| | | | | |||||