1. 22 Feb, 2012 1 commit
  2. 17 Feb, 2012 4 commits
  3. 10 Feb, 2012 1 commit
  4. 07 Feb, 2012 2 commits
  5. 06 Feb, 2012 1 commit
  6. 01 Feb, 2012 1 commit
  7. 17 Jan, 2012 1 commit
  8. 13 Jan, 2012 1 commit
  9. 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
  10. 05 Jan, 2012 1 commit
  11. 03 Jan, 2012 3 commits
  12. 21 Dec, 2011 1 commit
  13. 20 Dec, 2011 2 commits
  14. 16 Dec, 2011 1 commit
  15. 13 Dec, 2011 1 commit
  16. 09 Dec, 2011 1 commit
  17. 27 Nov, 2011 1 commit
  18. 26 Nov, 2011 1 commit
  19. 17 Nov, 2011 1 commit
  20. 15 Nov, 2011 1 commit
  21. 25 Oct, 2011 1 commit
  22. 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
  23. 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
  24. 21 Sep, 2011 1 commit
  25. 02 Sep, 2011 1 commit
  26. 28 Aug, 2011 1 commit
  27. 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
  28. 03 Aug, 2011 1 commit
  29. 02 Aug, 2011 1 commit
  30. 17 Jul, 2011 1 commit
    • Pieter Wuille's avatar
      get rid of mapPubKeys · 03fbd790
      Pieter Wuille authored
      Make CKeyStore's interface work on uint160's instead of pubkeys, so
      no separate global mapPubKeys is necessary anymore.
      03fbd790
  31. 08 Jul, 2011 1 commit
  32. 07 Jul, 2011 2 commits