1. 05 May, 2015 3 commits
    • Youness Alaoui's avatar
      Removing no-op assignment · 6a8c6321
      Youness Alaoui authored
      6a8c6321
    • Youness Alaoui's avatar
      Do not compare scope for IPv6 address when scope is 0 · 91a7b932
      Youness Alaoui authored
      This caused issues with thinking local host candidates were peer-reflexive
      candidates because the nice_address_equal would fail since the scope
      would be 6 (or some other value) but locally created NiceAddress from
      a stun response would have the scope set to 0.
      We ignore the scope when comparing ipv6 candidates when scope is 0
      to avoid these kinds of issues.
      Thanks to ikonst_ for finding these issues
      91a7b932
    • Youness Alaoui's avatar
      Do not update a remote candidate's type · 93862c1e
      Youness Alaoui authored
      When adding a remote candidate, if it's the same ip:port, we should
      also check its type, otherwise it's a new candidate. We can't allow
      a candidate type to be updated. This caused issues to ikonst_ on IRC
      where for some reason a host candidate appeared as both host and prflx
      and the update caused a remote host candidate to be updated to prflx
      causing a crash when the sockptr was being accessed.
      93862c1e
  2. 03 May, 2015 1 commit
  3. 28 Apr, 2015 3 commits
  4. 24 Apr, 2015 3 commits
  5. 23 Apr, 2015 6 commits
  6. 22 Apr, 2015 1 commit
  7. 20 Apr, 2015 11 commits
  8. 14 Apr, 2015 3 commits
  9. 28 Mar, 2015 2 commits
  10. 27 Mar, 2015 3 commits
  11. 10 Mar, 2015 3 commits
  12. 11 Feb, 2015 1 commit