1. 27 Sep, 2022 3 commits
  2. 26 Sep, 2022 1 commit
  3. 21 Sep, 2022 1 commit
  4. 29 Aug, 2022 23 commits
  5. 22 Aug, 2022 1 commit
    • zhifan huang's avatar
      test: add unit tests for registry, conf, tunnel · 585d8b95
      zhifan huang authored
      registry: add test for RegistryServer and registryClient,
      testRegistryServer mainly test methods concerned to http rpc request.
      Other methods that call request_dump like getBootStrpPeer is not
      include.
      testRegistryClient test the rpc call with or not with "cn" parameter.
      
      cli.conf: test each situation call the cli conf.
      
      tunnel: add test for BaseTunnelManager, MultGatewayManager
      
      tools is a util cotain method to make cert and ket files
      585d8b95
  6. 10 Aug, 2022 1 commit
  7. 12 May, 2022 1 commit
  8. 05 May, 2022 1 commit
  9. 04 May, 2022 5 commits
  10. 10 Dec, 2021 1 commit
  11. 31 Jul, 2021 2 commits
    • Julien Muchembled's avatar
      f1e95660
    • Julien Muchembled's avatar
      debian: fix restart on old OS · 865763b6
      Julien Muchembled authored
      On Debian < 10:
      - debhelper extends postint with 'try-restart', which caused re6st to
        remain stopped after upgrading from a re6st package that stopped
        services unconditionally in prerm (see previous commit);
      - deb-systemd-invoke does not check whether the service is enabled
        so 'try-restart' can't be replaced blindly with 'restart'
        (as it is the case in recent Debian).
      865763b6