1. 21 Oct, 2013 3 commits
  2. 01 Oct, 2013 1 commit
  3. 27 Sep, 2013 1 commit
    • Julien Muchembled's avatar
      Speed up bootstrap and reconnection · c4c04f4b
      Julien Muchembled authored
      The way peer addresses were exchanged polluted caches with information about
      dead nodes. In particular, bootstrapping often took a long time because the
      cache of the primary node was mostly useless.
      
      This also fixes bootstrap of registry.
      c4c04f4b
  4. 13 Sep, 2013 1 commit
  5. 03 Sep, 2013 2 commits
  6. 01 Sep, 2013 1 commit
  7. 31 Aug, 2013 1 commit
  8. 30 Aug, 2013 2 commits
  9. 29 Aug, 2013 1 commit
  10. 27 Aug, 2013 4 commits
  11. 09 Aug, 2013 1 commit
  12. 02 Aug, 2013 2 commits
  13. 25 Jul, 2013 1 commit
  14. 04 Jul, 2013 1 commit
  15. 03 Jul, 2013 1 commit
  16. 01 Jul, 2013 1 commit
  17. 30 Jun, 2013 2 commits
  18. 26 Jun, 2013 2 commits
  19. 25 Jun, 2013 2 commits
  20. 18 Jun, 2013 2 commits
  21. 11 Jun, 2013 2 commits
  22. 03 Jun, 2013 2 commits
  23. 27 May, 2013 2 commits
  24. 20 May, 2013 1 commit
  25. 13 May, 2013 1 commit
    • Julien Muchembled's avatar
      Abort in case of unexpected default route · eba6c762
      Julien Muchembled authored
      This is a common misconfiguration that may break internet acces for other peers.
      
      We also stop checking for child process termination when used without tunnel
      manager (i.e. with --client or --client-count=0) because it conflicts with the
      'ip route' command that is called every minute if --table=0 is used.
      Anyway, with a tunnel manager, only openvpn client are watched.
      eba6c762