1. 18 Aug, 2014 13 commits
  2. 04 Jul, 2014 1 commit
    • Wladimir J. van der Laan's avatar
      Remove NumBlocksOfPeers · d7df72c3
      Wladimir J. van der Laan authored
      Generally useless information. Only updates on connect time, not after
      that. Peers can easily lie and the median filter is not effective in
      preventing that.
      
      In the past it was used for progress display in the GUI but
      `CheckPoints::guessVerificationProgress` provides a better way that is now used.
      It was too easy to mislead it. Peers do lie about it in practice, see issue #4065.
      
      From the RPC, `getpeerinfo` gives the peer raw values, which are more
      useful.
      d7df72c3
  3. 19 Jun, 2014 3 commits
  4. 18 Jun, 2014 1 commit
    • Cory Fields's avatar
      Qt: Fix monospace font in osx 10.9 · 692ed478
      Cory Fields authored
      The "Monospace" hint was added in Qt 4.8, and it works as intended as opposed
      to "TypeWriter" which fails to load a font.
      
      Rebased-From: e9df7f87
      Rebased-By: Wladimir J. van der Laan
      692ed478
  5. 15 Jun, 2014 1 commit
  6. 13 Jun, 2014 2 commits
  7. 06 Jun, 2014 3 commits
  8. 03 Jun, 2014 1 commit
  9. 02 Jun, 2014 1 commit
  10. 01 Jun, 2014 3 commits
  11. 30 May, 2014 1 commit
  12. 29 May, 2014 3 commits
  13. 23 May, 2014 5 commits
  14. 21 May, 2014 2 commits