Skip to content
Snippets Groups Projects
  1. Apr 30, 2020
  2. Oct 21, 2019
  3. Oct 11, 2019
  4. Oct 05, 2019
  5. Sep 08, 2019
    • Kali Kaneko's avatar
      [bug] exit cleanly in osx · 74733b24
      Kali Kaneko authored
      two things happen differently in osx:
      
      - call to systray.Quit() halts the program (so if called directly, none
              of the deferred functions that we use for cleanup get to
              execute)
      - systray.Run() blocks (so after loop returns, the main run.Run() function
              did not get to receive the boolean through the finishedCh channel.
      
      proper shutdown is therefore fixed here by moving the call to
      systray.Quit() to a goroutine that executes when the initialize()
      function calls all the deferred functions.
      
      we need to revisit this in case we want to break the main select loop
      for a reson other than successfully terminating the program.
      74733b24
  6. Sep 04, 2019
  7. Aug 28, 2019
  8. Aug 16, 2019
  9. Aug 07, 2019
  10. Aug 06, 2019
  11. Aug 05, 2019
  12. Jul 10, 2019
  13. Jul 03, 2019
    • Kali Kaneko's avatar
      [bug] temporarily disable polkit check · 575df002
      Kali Kaneko authored
      latest release 0.19.6 included a polkit check.
      this check is failing in some setups, leading to an unusable experience.
      I'm temporarily disabling the check to be able to have an usable release
      until we can debug what's causing the issue.
      
      - Related: #152
      575df002
  14. Jun 13, 2019
  15. May 23, 2019
    • meskio's avatar
      [feat] retry fetching the eip json · bce74702
      meskio authored
      If bitmask-vpn attempts to connect when there is no internet let's keep retrying
      fetching the eip json until internet comes.
      
      - Resolves: #126
      bce74702
  16. May 16, 2019
  17. Feb 21, 2019
  18. Feb 07, 2019
  19. Feb 05, 2019
Loading