1. 19 Dec, 2013 1 commit
  2. 08 Dec, 2013 1 commit
  3. 02 Dec, 2013 1 commit
    • Gregory Maxwell's avatar
      Sanitize assert usage and refuse to compile with NDEBUG. · b36e336a
      Gregory Maxwell authored
      There were quite a few places where assert() was used with side effects,
       making operation with NDEBUG non-functional.  This commit fixes all the
       cases I know about, but also adds an  #error on NDEBUG because the code
       is untested without assertions and may still have vulnerabilities if
       used without assert.
      b36e336a
  4. 30 Nov, 2013 3 commits
  5. 29 Nov, 2013 1 commit
  6. 26 Nov, 2013 2 commits
  7. 22 Nov, 2013 1 commit
  8. 15 Nov, 2013 1 commit
  9. 14 Nov, 2013 1 commit
  10. 11 Nov, 2013 2 commits
  11. 10 Nov, 2013 3 commits
  12. 04 Nov, 2013 3 commits
  13. 31 Oct, 2013 2 commits
  14. 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
  15. 28 Oct, 2013 1 commit
  16. 27 Oct, 2013 1 commit
  17. 26 Oct, 2013 7 commits
  18. 20 Oct, 2013 1 commit
  19. 15 Oct, 2013 4 commits
  20. 11 Oct, 2013 1 commit
  21. 07 Oct, 2013 1 commit
  22. 04 Oct, 2013 1 commit
    • 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