1. 23 Aug, 2012 1 commit
    • Arthur O'Dwyer's avatar
      Fix a bug reported on the mailing list. · f718d2be
      Arthur O'Dwyer authored
      Both memcmp and strcmp return zero on equal, nonzero on nonequal;
      so all of these tests were backwards.
      
      The original committer fixed the failure by comparing 22 bytes instead
      of the correct 21, so that the assertions would trigger only if the
      22nd byte happened to match exactly --- which was rare.
      
      The correct fix is to compare the right number of bytes with the
      right sense.  (I think all of the ".addr" fields are null-terminated,
      in which case it's more appropriate to use strcmp throughout.)
      f718d2be
  2. 12 Aug, 2012 1 commit
  3. 11 Aug, 2012 1 commit
  4. 05 Aug, 2012 2 commits
  5. 04 Aug, 2012 3 commits
  6. 31 Jul, 2012 2 commits
    • Ian Barber's avatar
      Merge pull request #406 from hurtonm/master · 1f229547
      Ian Barber authored
      Fix issue #406
      1f229547
    • Martin Hurton's avatar
      Fix issue #406 · 9fab9937
      Martin Hurton authored
      When a peer reconnects, the router socket receives an identity
      message containing this peer id. When this happens, the current
      implementation crashes.
      
      This patch makes a router socket to silently ignore all identity
      messages coming from reconnected peers.
      9fab9937
  7. 29 Jul, 2012 1 commit
  8. 28 Jul, 2012 1 commit
  9. 26 Jul, 2012 3 commits
  10. 24 Jul, 2012 1 commit
  11. 18 Jul, 2012 1 commit
  12. 17 Jul, 2012 1 commit
  13. 13 Jul, 2012 2 commits
  14. 11 Jul, 2012 4 commits
  15. 06 Jul, 2012 8 commits
  16. 04 Jul, 2012 3 commits
  17. 03 Jul, 2012 1 commit
  18. 02 Jul, 2012 3 commits
  19. 26 Jun, 2012 1 commit