1. 29 Oct, 2013 1 commit
    • Gavin Andresen's avatar
      Bug fix: CDataStream::GetAndClear() when nReadPos > 0 · 6b677426
      Gavin Andresen authored
      Changed CDataStream::GetAndClear() to use the most obvious
      get get and clear instead of a tricky swap().
      
      Added a unit test for CDataStream insert/erase/GetAndClear.
      
      Note: GetAndClear() is not performance critical, it is used only
      by the send-a-message-to-the-network code. Bug was not noticed
      before now because the send-a-message code never erased from the
      stream.
      6b677426
  2. 28 Oct, 2013 3 commits
  3. 27 Oct, 2013 8 commits
  4. 26 Oct, 2013 4 commits
  5. 25 Oct, 2013 10 commits
  6. 24 Oct, 2013 8 commits
  7. 23 Oct, 2013 6 commits