1. 27 Feb, 2012 1 commit
  2. 26 Feb, 2012 2 commits
  3. 25 Feb, 2012 1 commit
  4. 22 Feb, 2012 1 commit
  5. 17 Feb, 2012 4 commits
  6. 10 Feb, 2012 1 commit
  7. 07 Feb, 2012 2 commits
  8. 06 Feb, 2012 1 commit
  9. 01 Feb, 2012 1 commit
  10. 17 Jan, 2012 1 commit
  11. 13 Jan, 2012 1 commit
  12. 06 Jan, 2012 1 commit
    • Pieter Wuille's avatar
      Network stack refactor · 51c666c0
      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.
      51c666c0
  13. 05 Jan, 2012 1 commit
  14. 03 Jan, 2012 3 commits
  15. 21 Dec, 2011 1 commit
  16. 20 Dec, 2011 2 commits
  17. 16 Dec, 2011 1 commit
  18. 13 Dec, 2011 1 commit
  19. 09 Dec, 2011 1 commit
  20. 27 Nov, 2011 1 commit
  21. 26 Nov, 2011 1 commit
  22. 17 Nov, 2011 1 commit
  23. 15 Nov, 2011 1 commit
  24. 25 Oct, 2011 1 commit
  25. 07 Oct, 2011 1 commit
    • Gavin Andresen's avatar
      Fix build on windows and mac · fc7fc5e5
      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.
      fc7fc5e5
  26. 26 Sep, 2011 1 commit
    • Gavin Andresen's avatar
      Remove wxWidgets · 342cc5ae
      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.
      342cc5ae
  27. 21 Sep, 2011 1 commit
  28. 02 Sep, 2011 1 commit
  29. 28 Aug, 2011 1 commit
  30. 09 Aug, 2011 1 commit
    • Matt Corallo's avatar
      Unify copyright notices. · b2120e22
      Matt Corallo authored
      To a variation on:
      // Copyright (c) 2009-2010 Satoshi Nakamoto
      // Copyright (c) 2011 The Bitcoin developers
      b2120e22
  31. 03 Aug, 2011 1 commit
  32. 02 Aug, 2011 1 commit