Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@github.com/savoirfairelinux/opendht. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Apr 05, 2023
  2. Mar 25, 2023
  3. Mar 23, 2023
  4. Mar 16, 2023
  5. Mar 14, 2023
  6. Feb 28, 2023
  7. Feb 23, 2023
  8. Jan 27, 2023
  9. Jan 26, 2023
  10. Dec 31, 2022
  11. Nov 17, 2022
  12. Oct 11, 2022
  13. Sep 22, 2022
  14. Sep 15, 2022
  15. Sep 08, 2022
  16. Sep 07, 2022
    • Sébastien Blin's avatar
      dht_proxy_server: fix permanent put · ebeff202
      Sébastien Blin authored and Adrien Béraud's avatar Adrien Béraud committed
      When a second permanent put request was received, we didn't call
      async_wait after changing the expiration, causing push to not be
      sent the second day and presence to expire on some devices after
      ~3 days.
      ebeff202
  17. Aug 11, 2022
    • Sébastien Blin's avatar
      dht_proxy_client: fix not contextually convertible to 'bool' error · 2e79ee4f
      Sébastien Blin authored and Adrien Béraud's avatar Adrien Béraud committed
      The current master is broken with clang, this fix the issue.
      2e79ee4f
    • Sébastien Blin's avatar
      proxy_client: reconnect account if local ip changes · 5399dbdf
      Sébastien Blin authored and Adrien Béraud's avatar Adrien Béraud committed
      When switching between two network interfaces, local address will
      change but not the public ip. This generally cause the client to
      not correctly updates its candidates.
      In this patch, we inject in the proxy client the local candidates
      and use it to check if the network changed.
      5399dbdf
    • Sébastien Blin's avatar
      http: modify timeout behaviour · 0e3bca1d
      Sébastien Blin authored
      In the previous version, the timeout for the connection could be
      set only after async_connect while the request is sending.
      This means if async_connect is slow (it can happen as if there is
      an ipv6 endpoint, it can try to resolve it during dozens of seconds
      before falling back on ipv4).
      
      In this patch, it moves the timeout callback in the request. This
      callback will be set just before async_connect, to be sure that we
      are using the callback while connecting.
      0e3bca1d
  18. Jul 28, 2022
  19. Jul 25, 2022
  20. Jul 20, 2022
  21. Jul 17, 2022
  22. Jul 05, 2022
  23. Jul 04, 2022
  24. Jun 30, 2022
  25. Jun 28, 2022
  26. Jun 27, 2022
Loading