1. 30 Aug, 2018 1 commit
  2. 09 Aug, 2018 1 commit
  3. 07 Aug, 2018 1 commit
    • Julien Muchembled's avatar
      Log signals that are sent to kill subprocesses and increase default log level · 9e6ece7a
      Julien Muchembled authored
      We currently have issues with OpenVPN hook scripts that aren't always killed
      at exit. Such orphan processes prevent re6st from starting again (EADDRINUSE).
      
      We want to know if it's an OpenVPN that does not exit cleanly on TERM,
      or if it sometimes does not exit at all after 5s (then re6st sends a KILL
      signal and at that point we should indeed make sure that any subprocess is
      also KILLed).
      9e6ece7a
  4. 01 Aug, 2018 3 commits
    • Julien Muchembled's avatar
      29d7fc03
    • Julien Muchembled's avatar
      Update comments · 20f89677
      Julien Muchembled authored
      20f89677
    • Julien Muchembled's avatar
      Fix crash caused by buggy UPnP · 2938a7c6
      Julien Muchembled authored
      gaierror: [Errno -2] Name or service not known
      Traceback (most recent call last):
       File "re6st/cli/node.py", line 271, in main
         remote_gateway, config.disable_proto, config.neighbour)
       File "re6st/tunnel.py", line 663, in __init__
         cache, cert, address)
       File "re6st/tunnel.py", line 236, in __init__
         self._updateCountry(address)
       File "re6st/tunnel.py", line 643, in _updateCountry
         family, ip = resolve(*address)
       File "re6st/tunnel.py", line 30, in resolve
         for x in socket.getaddrinfo(ip, port, family, 0, proto))
      
      where ip is '-a'
      2938a7c6
  5. 03 Jul, 2018 1 commit
  6. 02 Jul, 2018 3 commits
  7. 29 Jun, 2018 1 commit
  8. 26 Jun, 2018 1 commit
  9. 01 Jun, 2018 1 commit
  10. 15 Mar, 2018 1 commit
  11. 13 Mar, 2018 1 commit
  12. 12 Mar, 2018 2 commits
  13. 26 Feb, 2018 1 commit
  14. 05 Jan, 2018 1 commit
  15. 23 Oct, 2017 1 commit
  16. 20 Jul, 2017 2 commits
  17. 07 Mar, 2017 5 commits
  18. 16 Dec, 2016 1 commit
  19. 12 Dec, 2016 1 commit
  20. 24 Oct, 2016 1 commit
  21. 11 Oct, 2016 1 commit
  22. 29 Sep, 2016 1 commit
  23. 23 Sep, 2016 2 commits
  24. 19 Sep, 2016 1 commit
  25. 15 Sep, 2016 1 commit
  26. 14 Sep, 2016 1 commit
  27. 31 Aug, 2016 1 commit
  28. 22 Aug, 2016 1 commit
  29. 12 Aug, 2016 1 commit