- 26 Feb, 2012 1 commit
-
-
Gavin Andresen authored
-
- 25 Feb, 2012 1 commit
-
-
Chris Moore authored
Don't show splash screen when -min is specified on the command line.
-
- 22 Feb, 2012 1 commit
-
-
Pieter Wuille authored
As testnet has neither DNS seeds or built-in seed addresses to bootstrap from.
-
- 17 Feb, 2012 4 commits
-
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
-
- 10 Feb, 2012 1 commit
-
-
Wladimir J. van der Laan authored
Enable accessible widgets Qt module on win32, so that people with screen readers such as NVDA can make sense of it.
-
- 07 Feb, 2012 2 commits
-
-
Gavin Andresen authored
-
Gavin Andresen authored
Look for flushwallet/listen/irc/dnsseed/upnp instead of noflushwallet/etc. And switch default for irc to 0.
-
- 06 Feb, 2012 1 commit
-
-
Gavin Andresen authored
-bip16 option (default: 1) to support / not support BIP 16. And bumped default BIP16 switchover date from Feb 15 to Mar 1
-
- 01 Feb, 2012 1 commit
-
-
Gavin Andresen authored
-
- 17 Jan, 2012 1 commit
-
-
Pieter Wuille authored
-
- 13 Jan, 2012 1 commit
-
-
Matt Corallo authored
-
- 06 Jan, 2012 1 commit
-
-
Pieter Wuille authored
This introduces CNetAddr and CService, respectively wrapping an (IPv6) IP address and an IP+port combination. This functionality used to be part of CAddress, which also contains network flags and connection attempt information. These extra fields are however not always necessary. These classes, along with logic for creating connections and doing name lookups, are moved to netbase.{h,cpp}, which does not depend on headers.h. Furthermore, CNetAddr is mostly IPv6-ready, though IPv6 functionality is not yet enabled for the application itself.
-
- 05 Jan, 2012 1 commit
-
-
Matt Corallo authored
-
- 03 Jan, 2012 3 commits
-
-
Gavin Andresen authored
-
Gavin Andresen authored
-
Gavin Andresen authored
-
- 21 Dec, 2011 1 commit
-
-
Wladimir J. van der Laan authored
This reverts commit 21d9f367.
-
- 20 Dec, 2011 2 commits
-
-
Luke Dashjr authored
-
Matt Corallo authored
-
- 16 Dec, 2011 1 commit
-
-
Gavin Andresen authored
-
- 13 Dec, 2011 1 commit
-
-
Nils Schneider authored
-
- 09 Dec, 2011 1 commit
-
-
Rune K Svendsen authored
-
- 27 Nov, 2011 1 commit
-
-
Gavin Andresen authored
-
- 26 Nov, 2011 1 commit
-
-
Matt Corallo authored
-
- 17 Nov, 2011 1 commit
-
-
Gavin Andresen authored
-
- 15 Nov, 2011 1 commit
-
-
Gavin Andresen authored
-
- 25 Oct, 2011 1 commit
-
-
Matt Corallo authored
-
- 07 Oct, 2011 1 commit
-
-
Gavin Andresen authored
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.
-
- 26 Sep, 2011 1 commit
-
-
Gavin Andresen authored
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.
-
- 21 Sep, 2011 1 commit
-
-
Gavin Andresen authored
-
- 02 Sep, 2011 1 commit
-
-
Wladimir J. van der Laan authored
-
- 28 Aug, 2011 1 commit
-
-
Misbakh-Soloviev Vadim A authored
-
- 09 Aug, 2011 1 commit
-
-
Matt Corallo authored
To a variation on: // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2011 The Bitcoin developers
-
- 03 Aug, 2011 1 commit
-
-
Matt Corallo authored
-
- 02 Aug, 2011 1 commit
-
-
Wladimir J. van der Laan authored
-
- 17 Jul, 2011 1 commit
-
-
Pieter Wuille authored
Make CKeyStore's interface work on uint160's instead of pubkeys, so no separate global mapPubKeys is necessary anymore.
-
- 08 Jul, 2011 1 commit
-
-
Pieter Wuille authored
-