Skip to content
Snippets Groups Projects
  1. Mar 15, 2023
  2. Mar 14, 2023
  3. Mar 11, 2023
  4. Mar 10, 2023
  5. Mar 08, 2023
    • Sébastien Blin's avatar
      sipaccount: re-create transport if needed · 34213de0
      Sébastien Blin authored
      After a connectivityChange() sometimes the TLS connection may fail
      with a connection timeout. In this case, re-sending the register
      without re-creating a transport will just use an unsuitable transport.
      So, if the registration counter is 0, use doRegister() instead of
      sendRegister() in order to reset the transports
      
      Change-Id: I7ce09d8377fb3eee354a54cca8d793a641db5532
      GitLab: #1224
      34213de0
  6. Mar 06, 2023
  7. Mar 04, 2023
  8. Mar 02, 2023
  9. Mar 01, 2023
    • Sébastien Blin's avatar
      misc: fix nullptr exception · 87b72f14
      Sébastien Blin authored
      if isRunning() is called too soon, the pj_ice_strans_get_grp_lock
      will return a nullptr that can't be locked (and isRunning() will
      return false anyway).
      
      Change-Id: I4e6087d7831d4524e5302872ad079890755c9e84
      87b72f14
    • Andreas Traczyk's avatar
      build: fix native Windows build · 68055744
      Andreas Traczyk authored and Adrien Béraud's avatar Adrien Béraud committed
      There is no pkg-config style dependency detection for webrtc_ap on Windows.
      
      Change-Id: Ic94cacea21c7828925997cc7d96c573cd7fbecda
      68055744
    • Sébastien Blin's avatar
      stun_sock: correctly detect outgoing connection · 82e609fe
      Sébastien Blin authored
      The pointer may be invalidated or null, so instead, copy the address.
      Moreover, check if a connection reset occurs when a check is in progress
      (it wasn't handled, causing the connection to fails)
      
      Change-Id: I0ad533844c9a2ca3d2067fec5556fc275d10bab3
      GitLab: #823
      82e609fe
  10. Feb 28, 2023
  11. Feb 24, 2023
  12. Feb 23, 2023
  13. Feb 22, 2023
  14. Feb 20, 2023
  15. Feb 15, 2023
Loading