Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • multi-provider-client
  • auto-update
  • fix-915
  • ui-924
  • update-obfsvpn
  • init-error
  • ovpn-status
  • introducer
  • fix-826
  • l10n
  • win-fix
  • rel
  • unix-socket
  • obfsvpn-bug
  • fix-903
  • fix-855
  • sw
  • libgoshim.so
  • v5-mr-branch
  • 0.24.10
  • 0.24.10-rc.3
  • 0.24.10-rc.2
  • 0.24.10-rc.1
  • 0.24.8
  • 0.24.8-rc.3
  • 0.24.8-rc.2
  • 0.24.8-rc.1
  • 0.24.6-rc.1
  • 0.24.5
  • 0.24.3
  • 0.24.03-rc.1
  • 0.21.11
  • 0.21.6
  • 0.21.2
  • 0.20.4
  • 0.20.1
  • 0.19.11
  • 0.19.6
  • 0.19.2
40 results

pid.go

  • meskio's avatar
    5b6bb5ce
    [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
    5b6bb5ce
    History
    [bug] accept corrupted pid files
    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