Skip to content
Snippets Groups Projects
  1. Jun 20, 2024
  2. Feb 29, 2024
  3. Jan 08, 2024
  4. Jan 06, 2024
  5. Jan 04, 2024
  6. Aug 23, 2023
  7. Aug 20, 2023
  8. Aug 19, 2023
  9. Jun 22, 2022
    • Tomáš Cerha's avatar
      Prevent infinite loop in X2GoRevFwTunnel handler · 8dc074e4
      Tomáš Cerha authored and Mike Gabriel's avatar Mike Gabriel committed
      Without this change, we observed a running X2Go session freezing after about 3
      hours running on Windows with the following output:
      
      WARN: Reverse tunnel <paramiko.Channel 16 (open) window=2036405 ->
      <paramiko.Transport at 0x4e4f270L (cipher aes128-ctr, 128 bits) (active; 2 open
      channel(s))>> encoutered socket error: [Errno 10054] An existing connection was
      forcibly closed by the remote host
      
      Breaking after catching 1024 socket errors prevents looping forever.  The
      tunnel is automatically closed, which allows the application to reopen it
      automatically and recover gracefully from the situation.
      8dc074e4
    • Tomáš Cerha's avatar
      Respect NXPROXY_BINARY also on non-Windows systems · a6d338cf
      Tomáš Cerha authored and Mike Gabriel's avatar Mike Gabriel committed
      a6d338cf
    • Tomáš Cerha's avatar
      Fix Mac OS recognition · 8ace8f28
      Tomáš Cerha authored and Mike Gabriel's avatar Mike Gabriel committed
      platform.system() actually returns 'Darwin' on Mac OS.
      8ace8f28
  10. Nov 17, 2021
  11. Sep 02, 2021
  12. Aug 20, 2021
  13. Aug 19, 2021
  14. Nov 10, 2020
  15. Jan 02, 2020
  16. Jan 01, 2020
Loading