1. 04 Dec, 2015 1 commit
  2. 03 Dec, 2015 4 commits
  3. 02 Dec, 2015 3 commits
  4. 01 Dec, 2015 11 commits
  5. 30 Nov, 2015 4 commits
  6. 29 Nov, 2015 2 commits
  7. 27 Nov, 2015 7 commits
  8. 26 Nov, 2015 4 commits
  9. 25 Nov, 2015 2 commits
    • Jeffrey Wilcke's avatar
      Merge pull request #1996 from obscuren/whisper-spam-fix · 168d0e9e
      Jeffrey Wilcke authored
      whisper: fixed broadcast race
      168d0e9e
    • Jeffrey Wilcke's avatar
      whisper: fixed broadcast race · 5f0a4416
      Jeffrey Wilcke authored
      Whisper's expire and broadcast loops happen in two separate go routines.
      Whenever an envelope is being expired it's removed from the set of
      envelopes and it looses all information about the envelope, including
      the "known hash". After the envelope has been removed it can be
      re-accepted by a broadcasting peer putting back the envelope in the set
      of envelopes. Since the envelope broadcast loop is separate of the
      expire loop expired messages may be broadcast to other peer, resulting
      in messages **never** being dropped.
      
      This PR includes an expire check before adding new messages to the set
      of envelopes.
      5f0a4416
  10. 24 Nov, 2015 2 commits