Skip to content
Snippets Groups Projects
  1. Nov 23, 2021
  2. Jun 01, 2021
  3. May 04, 2021
  4. Mar 11, 2021
    • Kali Kaneko's avatar
      [bug] fail gracefully on connection initialization errors · da761575
      Kali Kaneko authored
      There's some corner cases that were very badly captured. On the first
      place, it's confusing to quit on connection errors.
      
      Secondly, a side-effect of aborting the initialization of the bitmask
      object was a semi-random segfault when trying to access the object.
      
      Here I pass any connection errors to the gui, but leave to the user to
      quit the app. This probably will need more work when we want to
      terminate the app on unrecoverable errors (no polkit, etc...), but for
      now it makes the systray much more usable.
      
      - Resolves: #465
      Unverified
      da761575
  5. Nov 05, 2020
  6. Nov 04, 2020
  7. Oct 02, 2020
  8. Sep 30, 2020
  9. Sep 25, 2020
  10. Sep 24, 2020
  11. Sep 16, 2020
    • meskio's avatar
      [bug] accept corrupted pid files · 5b6bb5ce
      meskio authored and Kali Kaneko's avatar Kali Kaneko committed
      A corrupted pid file, or a file that contains something else than a pid
      number used to block bitmask-vpn from launch. Now if the file contains
      something that is not expected it will log it and rewrite it.
      
      I refactor de code so the pid file will be released on quit instead of
      initialization.
      
      - Resolves: #349
      Unverified
      5b6bb5ce
  12. Sep 08, 2020
  13. Aug 20, 2020
  14. Aug 11, 2020
  15. Jun 26, 2020
  16. Jun 16, 2020
  17. Jun 12, 2020
  18. Aug 16, 2019
  19. Feb 04, 2019
    • meskio's avatar
      [feat] add -disable-autostart flag and config · b9ef49b5
      meskio authored
      Make possible to disable the autostart configuration for the next run. I
      can be done by configuring "DisableAustostart" to true in the
      systra.json or by passing the '-disable-autostart' flag to the binary.
      
      To make that possible I have rework how the Config struct work
      separating the file configuration with the runtime configuration.
      
      - Resolves: #100
      Unverified
      b9ef49b5
  20. Jan 17, 2019
  21. Jan 15, 2019
Loading