1. a75ddda wassh: fix showing popup on disconnection when using relay by returning error when writing to a closed relay socket by Zhuowei Zhang · 9 weeks ago main
  2. 95a3964 terminal: use wasm when nacl is not available by Joel Hockey · 3 months ago
  3. 14be2ee Add egress-domain parameter support. It is an optional parameter passed to /v4/connect requests, used to select external VIP in ssh proxy. by burny · 3 months ago
  4. 179cb4e nassh: connect: drop unused startup message argument by Mike Frysinger · 5 months ago
  5. 1c09ed7 ssh_client: openssl: respect custom CFLAGS too by Mike Frysinger · 5 months ago
  6. 99a60c7 ssh_client: improve build-time support by Mike Frysinger · 5 months ago
  7. 00237e4 ssh_client: wassh-libc-sup: implement very basic recvmsg by Mike Frysinger · 5 months ago
  8. 52f06bb ssh_client: mandoc: unify command to avoid duplication a bit by Mike Frysinger · 5 months ago
  9. 5fa2130 wassh: sockets: fix recvmsg address setup by Mike Frysinger · 5 months ago
  10. 9862ad0 ssh_client: add ncurses 6.1 by Mike Frysinger · 5 years ago
  11. 91594e5 wassh: sockets: support MSG_DONTWAIT non-blocking reads by Mike Frysinger · 5 months ago
  12. bf50d88 wassh: sockets: refactor base Socket class for UDP by Mike Frysinger · 5 months ago
  13. f121c32 ssh_client: wassh-libc-sup: stub out rlimit APIs by Mike Frysinger · 5 months ago
  14. 40ccf12 ssh_client: wassh-libc-sup: stub out sigprocmask by Mike Frysinger · 5 months ago
  15. 0caf8e6 ssh_client: wassh-libc-sup: stub out C++ exceptions ABIs by Mike Frysinger · 5 months ago
  16. d2176aa wasi-js-bindings: fix monotonic clock resolution by Mike Frysinger · 5 months ago
  17. 25fb8ba wasi-js-bindings: poll: only deliver signals when wassh ABI is available by Mike Frysinger · 5 months ago
  18. e97d603 wassh: sockets: cleanup orphaned UDP sockets too by Mike Frysinger · 5 months ago
  19. b869844 ssh_client: wassh-libc-sup: stub out some pty APIs by Mike Frysinger · 5 months ago
  20. d0d938f ssh_client: wasi-sdk: update to 24.0 release by Mike Frysinger · 5 months ago
  21. 7d108e5 ssh_client: binaryen: update to 118 release by Mike Frysinger · 5 months ago
  22. 32b5256 ssh_client: openssh: add missing openssl/bn.h include by Mike Frysinger · 5 months ago
  23. 048b339 ssh_client: mosh: add shortcut to get to connect dialog by Mike Frysinger · 6 months ago
  24. b7008d2 ssh_client: mosh: update to 1.4.0 release by Mike Frysinger · 6 months ago
  25. fe5aa46 nassh: update translations by Mike Frysinger · 5 months ago
  26. c314ee3 ssh_client: mosh: update to libssh 0.9.8 by Mike Frysinger · 6 months ago
  27. 7cd7bdc ssh_client: bazel: drop old 0.17 by Mike Frysinger · 6 months ago
  28. dca7d81 ssh_client: mosh-chrome: update to newer version for newer bazel by Mike Frysinger · 6 months ago
  29. 3b56f4b ssh_client: bazel: import version 5 by Mike Frysinger · 6 months ago
  30. e9c52fa nassh: release 0.67 by Mike Frysinger · 6 months ago nassh-0.67
  31. 6fa0ba9 nassh: omnibox: fix ad-hoc connections by Mike Frysinger · 9 months ago
  32. b16ea87 nassh: omnibox: fix triggers when background page is inactive by Mike Frysinger · 9 months ago
  33. 53903f9 wassh: sockets: prefer Chrome sockets for now by Mike Frysinger · 9 months ago
  34. 208cae0 nassh: plugin: update to 0.66 by Mike Frysinger · 9 months ago
  35. 11922dd nassh: release 0.66 by Mike Frysinger · 9 months ago nassh-0.66
  36. 1f8ee9a hterm: text: display OSC-8 host more prominently by Mike Frysinger · 9 months ago
  37. 8299159 hterm: dist: support pulling in 3rd party deps via rollup by Mike Frysinger · 9 months ago
  38. f8bb418 ssh_client: mosh: filter uri args a bit by Mike Frysinger · 9 months ago
  39. 0166e48 nassh: ssh files: support syncing of /etc/ssh/ssh_config & /etc/ssh/ssh_known_hosts by Mike Frysinger · 9 months ago
  40. 0477c50 nassh: prefs: drop unused migrate/showCount by Mike Frysinger · 9 months ago
  41. 197c1de ssh_client: openssh: set system config path to /etc/ssh by Mike Frysinger · 9 months ago
  42. 39dcdd6 nassh: prefs: make it easy to save imported private keys by Mike Frysinger · 9 months ago
  43. 199cdcb nassh: connect: make row height static by Mike Frysinger · 9 months ago
  44. 158d0b0 nassh: connect: drop support for Terminal SSH by Mike Frysinger · 9 months ago
  45. 030bdfd nassh: connect: inline spellcheck=false in HTML by Mike Frysinger · 9 months ago
  46. f66a3ed libdot: isValidUrl: allow relative paths too by Mike Frysinger · 9 months ago
  47. f64fd36 nassh: prefs: switch to coarse storage by Mike Frysinger · 1 year, 2 months ago
  48. 9e5e649 libdot: prefs: support coalescing storage by Mike Frysinger · 1 year, 3 months ago
  49. d6cb61a lib: storage condenser: new API for condensing settings into one key by Mike Frysinger · 9 months ago
  50. 276ca6a nassh: release 0.65 by Mike Frysinger · 9 months ago nassh-0.65
  51. da6ab83 libdot/hterm/nassh: test: clarify use strict usage by Mike Frysinger · 9 months ago
  52. 4d16618 libdot: storage: unify duplicated observer methods by Mike Frysinger · 9 months ago
  53. 97a3f6c libdot: storage: unify some duplicated helper methods by Mike Frysinger · 9 months ago
  54. bc7b7de libdot: storage: rewrite as classes by Mike Frysinger · 9 months ago
  55. d04f454 nassh: popup: support Shift+Click like Chrome -- tab in new window by Mike Frysinger · 9 months ago
  56. 09b72e9 terminal: use hterm.notify() for notifications by Joel Hockey · 9 months ago
  57. 01e367c nassh: prefs: rework hterm profile export slightly by Mike Frysinger · 1 year, 2 months ago
  58. dc960dd terminal: use hterm.notify() for notifications by Anuj Asher · 9 months ago
  59. a0003af Updating SSH-FE challenge endpoint in Chrome Secure Shell extension by Samuel Petit · 9 months ago
  60. 656cf00 hterm: prefs: switch setProfile to promises by Mike Frysinger · 1 year, 2 months ago
  61. 0083ab6 nassh: connect: check missing params against null by Mike Frysinger · 10 months ago
  62. 81b0cf8 nassh: release 0.64 by Mike Frysinger · 10 months ago nassh-0.64
  63. 88b557a nassh: support profile-id query string for selecting connection by Mike Frysinger · 10 months ago
  64. 1b76bb6 nassh: docs: update crosh details a bit by Mike Frysinger · 10 months ago
  65. c22251c wassh: update "alpha" status to "beta" by Mike Frysinger · 10 months ago
  66. 4891faa nassh: connect: improve selected contrast by Mike Frysinger · 10 months ago
  67. 429ea23 hterm: terminal: hoist cursor bell & visibility to pure css by Mike Frysinger · 10 months ago
  68. 44da874 hterm: vt: CSI-t: support character cell size reporting by Mike Frysinger · 10 months ago
  69. d90089b hterm: vt: OSC-12: preserve cursor alpha channel by Mike Frysinger · 10 months ago
  70. baa1b63 libdot: colors: setAlpha: return rgb() when alpha is 1 by Mike Frysinger · 10 months ago
  71. e893aa0 nassh: mkdist: add --skip-zip for ebuild packaging by Mike Frysinger · 10 months ago
  72. b979ee2 nassh: mkdist: make archives reproducible by Mike Frysinger · 10 months ago
  73. ed7572e nassh: connect: signal prefs ready after loading sync & local by Mike Frysinger · 10 months ago
  74. 7b6d683 hterm: terminal: hoist cursor shaping to pure css by Mike Frysinger · 10 months ago
  75. 0d85cd1 libdot: colors: setAlpha: harmonize API with others by Mike Frysinger · 10 months ago
  76. 34485c3 nassh: nasftp: add a touch helper command by Mike Frysinger · 10 months ago
  77. 64af01e nassh: nasftp: force user to pick file directly with "unsafe" names by Mike Frysinger · 10 months ago
  78. 079589b nassh: nasftp: default lcd in the downloads dir by Mike Frysinger · 10 months ago
  79. 36575e4 nassh: nasftp: add a preferences command for toggling download modes by Mike Frysinger · 10 months ago
  80. 94d0c39 nassh: nasftp: get/lcd: do not crash if user cancels picker dialog by Mike Frysinger · 10 months ago
  81. 8dd3e1b nassh: release 0.63 by Mike Frysinger · 10 months ago nassh-0.63
  82. 2ad20fa hterm: move new self-window opening to a callback by Mike Frysinger · 10 months ago
  83. ae93ed3 hterm: keybindings: add copy & paste actions by Mike Frysinger · 10 months ago
  84. c7729fd libdot: isValidUrl: new helper to check URLs before use by Mike Frysinger · 10 months ago
  85. b027a99 libdot: i18n: switch exclusively to navigator.languages by Mike Frysinger · 1 year, 1 month ago
  86. 5be5282 libdot: delete nodejs-specific code by Mike Frysinger · 10 months ago
  87. f9b46a5 wasi-js-bindings: add more details with unhandled exceptions by Mike Frysinger · 10 months ago
  88. 8f4445b nassh: fix command instance tests by Joel Hockey · 11 months ago
  89. ff40966 libdot: look for vpython3, not vpython by Mike Frysinger · 11 months ago
  90. 9658499 nassh: always send host to relay to allow best redirection by Joel Hockey · 11 months ago
  91. 684b6af nassh: fix symlinks for loading unpacked extension by Joel Hockey · 11 months ago
  92. 17d6022 libdot: node: update to latest Chromium version by Mike Frysinger · 11 months ago
  93. 573b4f0 terminal: use only xterm.js by Joel Hockey · 11 months ago
  94. 01e176c terminal: fix black text color for find in dark mode by Joel Hockey · 11 months ago
  95. 90fa81a wassh: Fix async issue with Direct Sockets by Robbie McElrath · 1 year ago
  96. 8628354 nassh: connect: add icons like nassh.html by Mike Frysinger · 1 year, 1 month ago
  97. 3888f73 METADATA: configure automatic security bug reports by Mike Frysinger · 1 year, 1 month ago
  98. ac2050d nassh: plugin: bump to 0.62 by Mike Frysinger · 1 year, 2 months ago
  99. 0fd8ad7 nassh: prefs: save & restore nasftp settings by Mike Frysinger · 1 year, 2 months ago
  100. 66210ab nassh: prefs: convert importPreferences to async by Mike Frysinger · 1 year, 2 months ago