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. Sep 08, 2022
  2. 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
  3. 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
  4. Jul 28, 2022
  5. Jul 25, 2022
  6. Jul 20, 2022
  7. Jul 17, 2022
  8. Jul 05, 2022
  9. Jul 04, 2022
  10. Jun 30, 2022
  11. Jun 28, 2022
  12. Jun 27, 2022
  13. Jun 23, 2022
  14. Jun 08, 2022
  15. Jun 07, 2022
  16. May 25, 2022
  17. Apr 25, 2022
  18. Apr 23, 2022
  19. Apr 20, 2022
  20. Apr 19, 2022
  21. Apr 18, 2022
  22. Apr 16, 2022
Loading