1. 30 Nov, 2013 2 commits
  2. 26 Nov, 2013 2 commits
  3. 22 Nov, 2013 1 commit
  4. 15 Nov, 2013 1 commit
  5. 14 Nov, 2013 1 commit
  6. 11 Nov, 2013 2 commits
  7. 10 Nov, 2013 3 commits
  8. 04 Nov, 2013 3 commits
  9. 31 Oct, 2013 2 commits
  10. 30 Oct, 2013 1 commit
    • Philip Kaufmann's avatar
      re-work -debug switch handling · a26f6964
      Philip Kaufmann authored
      - re-work -debug help message text
      - make -debug log every debugging information again (even all categories)
      - remove unneeded fDebug checks in front of LogPrint()/qDebug(), as that
        check is done in LogPrintf() when category is != NULL (true for all
        LogPrint() calls
      - remove fDebug ONLY in code which is NOT performance-critical
      - harmonize addrman category name
      - deprecate -debugnet usage, should be used via -debug=net and remove the
        corresponding global
      a26f6964
  11. 28 Oct, 2013 1 commit
  12. 27 Oct, 2013 1 commit
  13. 26 Oct, 2013 7 commits
  14. 20 Oct, 2013 1 commit
  15. 15 Oct, 2013 4 commits
  16. 11 Oct, 2013 1 commit
  17. 07 Oct, 2013 1 commit
  18. 04 Oct, 2013 4 commits
    • Gavin Andresen's avatar
      Lower maximum size for free transaction creation · db06de9a
      Gavin Andresen authored
      Changes the maximum size of a free transaction that will be created
      from 10,000 bytes to 1,000 bytes.
      
      The idea behind this change is to make the free transaction area
      available to a greater number of people; with the default 27K-per-block,
      just three very-large very-high-priority transactions could fill the space.
      db06de9a
    • Gavin Andresen's avatar
      Remove CENT-output free transaction rule when relaying · 11e967fa
      Gavin Andresen authored
      Remove the (relay/mempool) rule that all outputs of free transactions
      must be greater than 0.01 XBT. Dust spam is now taken care of by making
      dusty outputs non-standard.
      11e967fa
    • Josh Lehan's avatar
      Added ping time measurement. · 95a61d8b
      Josh Lehan authored
      New RPC "ping" command to request ping.
      Implemented "pong" message handler.
      New "pingtime" field in getpeerinfo, to provide results to user.
      New "pingwait" field, to show pings still in flight, to better see newly lagging peers.
      95a61d8b
    • Philip Kaufmann's avatar
      special case DoS value == 0 in ProcessMessage() · c3d88657
      Philip Kaufmann authored
      - prevents unneeded log messages, which could make users think something
        bad was happening
      c3d88657
  19. 02 Oct, 2013 1 commit
  20. 25 Sep, 2013 1 commit