1. 28 Oct, 2018 1 commit
  2. 21 Oct, 2018 10 commits
  3. 21 Jun, 2018 1 commit
  4. 19 Jun, 2018 2 commits
  5. 18 Jun, 2018 3 commits
  6. 12 Jun, 2018 1 commit
    • Nicolas Dufresne's avatar
      Fix cast-function-type warning introduced in GCC 8 · 23b59268
      Nicolas Dufresne authored
      This is new warning introduced with GCC 8. This is being fixed by using appropriate function, like g_queue_free_full/g_list_free_full or by casting to GCallback before casting to the target function signature.
      
      Closes: #46
      23b59268
  7. 06 Jun, 2018 4 commits
  8. 04 May, 2018 3 commits
  9. 23 Mar, 2018 11 commits
  10. 22 Mar, 2018 1 commit
  11. 28 Nov, 2017 3 commits
    • Youness Alaoui's avatar
      conncheck: handle alternate-server for turn relays differently · fb2f1f77
      Youness Alaoui authored
      If a relay gives us an alternate-server, we need to cancel and reset
      every candidate discovery attempt that uses the same server, to avoid
      ending up with one component on one server and the other component on
      another server (causing relay candidates with mismatched foundations).
      fb2f1f77
    • Youness Alaoui's avatar
      discovery: Increase discovery_unsched_items whenever we restart a check · 4172d488
      Youness Alaoui authored
      The discovery_unsched_items is decremented every time a DiscoveryCandidate
      goes from non-pending to pending. So if we restart a check by setting
      pending to FALSE, we should re-increase the discovery_unsched_items.
      4172d488
    • Youness Alaoui's avatar
      turn: Add support for ALTERNATE_SERVER in OC2007 Compatibility · 59fcf95d
      Youness Alaoui authored
      The MS Office TURN servers will always return the MS_ALTERNATE_SERVER in
      allocation responses, and if they are not handled, we end up using the
      main turn server to send allocation requests that then get sent to the
      alternate server which will return the XOR_MAPPED_ADDRESS containing
      the IP address of the turn server that proxied the message instead of
      our own actual external IP.
      59fcf95d