1. 1da6d05 libdot: format: move Python formatting out of the linter by Mike Frysinger · 31 hours ago main
  2. 494cb77 format: build out new helper for formatting tools by Mike Frysinger · 31 hours ago
  3. 62a23f4 libdot: rework imports to avoid index.js loops by Mike Frysinger · 2 days ago
  4. c207dc9 libdot: internalize some APIs by Mike Frysinger · 2 days ago
  5. 8e9157e libdot: polyfill: simplify by Mike Frysinger · 2 days ago
  6. f79396c tests: undo one level of indentation after describe change by Mike Frysinger · 2 days ago
  7. 5695577 libdot: resource: drop unused API by Mike Frysinger · 3 days ago
  8. 26864c0 hterm: resources: move all usage away from lib.resource by Mike Frysinger · 3 days ago
  9. 2765048 hterm: move version & build info out of lib.resource by Mike Frysinger · 3 days ago
  10. 50501da nassh: command: display nassh build info rather than hterm by Mike Frysinger · 3 days ago
  11. d82b906 libdot: move version & build info out of lib.resource by Mike Frysinger · 3 days ago
  12. edd725e terminal: colorpicker: drop lib.colors shortcut by Mike Frysinger · 4 days ago
  13. 49abcd5 libdot: colors: drop unused mix function by Mike Frysinger · 4 days ago
  14. 9e118d6 wasi-js-bindings: use JSPI in Program.run when available by Mike Frysinger · 5 days ago
  15. 132a6b3 increase standards version to ES2021 by Mike Frysinger · 5 days ago
  16. 6ae55c2 wassh: vfs: delay handle closing with duped file descriptors by Mike Frysinger · 6 days ago
  17. d9065e1 tests: move file-level describes into core main loop by Mike Frysinger · 6 days ago
  18. bbf0ab3 hterm: tests: switch it.timeout to this.timeout by Mike Frysinger · 6 days ago
  19. 1694ab9 hterm: tests: switch it.skip to xit by Mike Frysinger · 6 days ago
  20. b139ace terminal: tests: add more JSDoc by Mike Frysinger · 6 days ago
  21. b56c36b terminal: tests: stop overriding Element by Mike Frysinger · 6 days ago
  22. fc4da2f tests: unify main logic into new libTest module by Mike Frysinger · 8 days ago
  23. 0374662 hterm: tests: add more JSDoc by Mike Frysinger · 8 days ago
  24. acd2011 nassh: update translations by Mike Frysinger · 8 days ago
  25. e3c6569 nassh: fsp tests: split reusable code into test_util.js by Mike Frysinger · 9 days ago
  26. 67cdfcf nassh: buffer tests: rename module to use test_util.js convention by Mike Frysinger · 9 days ago
  27. 8611479 libdot: storage tests: rename module to use test_util.js convention by Mike Frysinger · 9 days ago
  28. 75d8ee2 terminal: tests: rename helper code to terminal_test_util.js by Mike Frysinger · 9 days ago
  29. 8317331 tests: rename to include "_main" suffix by Mike Frysinger · 9 days ago
  30. ec0ae85 nassh: fonts: move download to fetch.json by Mike Frysinger · 9 days ago
  31. c19f6fe nassh: plugin: move download to fetch.json by Mike Frysinger · 9 days ago
  32. 950c767 nassh: buffer tests: refactor slightly for style by Mike Frysinger · 10 days ago
  33. 60590d8 libdot: storage tests: refactor slightly for style by Mike Frysinger · 10 days ago
  34. 0cc8c87 terminal: rename terminal_settings_scrollback_limit_tests.js by Mike Frysinger · 10 days ago
  35. c549664 libdot: node: move node_modules download to fetch.json by Mike Frysinger · 10 days ago
  36. 019f4be libdot: headless-chrome: move download to fetch.json by Mike Frysinger · 10 days ago
  37. fd18229 libdot: fetch: check cache based on uri not by the output by Mike Frysinger · 10 days ago
  38. 64c70da libdot: node: move download to fetch.json by Mike Frysinger · 12 days ago
  39. 13b20d1 libdot: fetch: add general manifest support by Mike Frysinger · 12 days ago
  40. bf728e2 libdot: fetch: use CSI to clear progress bars by Mike Frysinger · 13 days ago
  41. 4ec8e3a nassh: docs: update Chrome desktop shortcut FAQ by Mike Frysinger · 2 weeks ago
  42. 33a281d eslint: upgrade to v9 by Mike Frysinger · 2 weeks ago
  43. 56ee93c package.json: set type=module by Mike Frysinger · 2 weeks ago
  44. b0dcd70 eslint: switch to flat config file format by Mike Frysinger · 2 weeks ago
  45. 4bac6ae puppeteer: adjust how we disable downloads by Mike Frysinger · 2 weeks ago
  46. 918e2f6 libdot: closure-compiler: upgrade to v20240317 by Mike Frysinger · 3 weeks ago
  47. 65fcc9a jsdoc: duplicate @override content by Mike Frysinger · 3 weeks ago
  48. bc8c032 nassh: command: use lib.Storage API consistently for sessionStorage by Mike Frysinger · 3 weeks ago
  49. d5a5aac jsdoc: rename some func args to match docs by Mike Frysinger · 3 weeks ago
  50. a68eac0 hterm: text: fix closure type check warnings by Mike Frysinger · 3 weeks ago
  51. b2135b7 eslint: drop html checking for now by Mike Frysinger · 3 weeks ago
  52. 2c585ab terminal: externs: fix non-null markings by Mike Frysinger · 3 weeks ago
  53. 54f2fc1 nassh: nasftp: pass getFileWriter size via options by Mike Frysinger · 3 weeks ago
  54. 228644c wassh: vfs: rename fs_flags to fdflags to match WASI by Mike Frysinger · 3 weeks ago
  55. 6d566f0 wasi-js-bindings: handle_random_get: fix typed array type by Mike Frysinger · 3 weeks ago
  56. eef0669 wasi-js-bindings: proc_{exit,raise}: switch return typing to throw by Mike Frysinger · 3 weeks ago
  57. 8550cb3 hterm: suppress execCommand deprecation warnings by Mike Frysinger · 3 weeks ago
  58. 88e86c9 hterm: keyboard: switch enum to string by Mike Frysinger · 3 weeks ago
  59. 2f0ebbb jsdoc: tweak param style for rest args by Mike Frysinger · 3 weeks ago
  60. be2d322 wassh: handle_fd_pwrite: fix buf/offset naming swap by Mike Frysinger · 3 weeks ago
  61. 47c5f16 wasi-js-bindings: fix generator type by Mike Frysinger · 3 weeks ago
  62. 497f505 wasi-js-bindings: clock_{res,time}_get: drop number return support by Mike Frysinger · 3 weeks ago
  63. a3fbb37 jsdoc: replace @inheritDoc with @override by Mike Frysinger · 3 weeks ago
  64. 1d35530 libdot: externs: drop unused SVGSVGElement definitions by Mike Frysinger · 3 weeks ago
  65. ec31bdd libdot: externs: delete duplicate chai def by Mike Frysinger · 3 weeks ago
  66. 003e806 nassh: popup: restore border after profiles by Mike Frysinger · 3 weeks ago
  67. 5497125 nassh: licenses: include hterm 3rd party code too by Mike Frysinger · 3 weeks ago
  68. 8c59150 libdot: node_modules_create_bundle: support updating w/out archiving for testing by Mike Frysinger · 3 weeks ago
  69. 9d7b7d4 wasi-js-bindings: add helper for encoding into SharedArrayBuffers by Mike Frysinger · 4 weeks ago
  70. a81cd69 wassh: fix WJB include by Mike Frysinger · 4 weeks ago
  71. bda232b nassh: sshagent relay stream: rewrite as ES6 class by Mike Frysinger · 4 weeks ago
  72. f4634da nassh: sshagent stream: rewrite as ES6 class by Mike Frysinger · 4 weeks ago
  73. 1d0f4b7 wassh: sockets: fix cleanup crash when APIs are unavailable by Mike Frysinger · 4 weeks ago
  74. dc9b72b nassh: streams: drop unused path property by Mike Frysinger · 4 weeks ago
  75. 261846c nassh: streams: rename asyncWrite to plain write by Mike Frysinger · 4 weeks ago
  76. 1a7e788 nassh: streams: change asyncWrite into async by Mike Frysinger · 4 weeks ago
  77. 403a707 nassh: streams: drop asyncWrite callback by Mike Frysinger · 4 weeks ago
  78. 3922e49 nassh: streams: rename asyncOpen to plain open by Mike Frysinger · 4 weeks ago
  79. bf8b0c1 nassh: streams: refactor asyncOpen into async/promises by Mike Frysinger · 4 weeks ago
  80. 24849af nassh: licenses: rename to include "_main" suffix by Mike Frysinger · 5 weeks ago
  81. 8584a04 nassh: relay: rename to include "_main" suffix by Mike Frysinger · 5 weeks ago
  82. 45b658e nassh: crosh: rename to include "_main" suffix by Mike Frysinger · 5 weeks ago
  83. 1b911af nassh: popup: rename to include "_main" suffix by Mike Frysinger · 5 weeks ago
  84. 1da2665 wasi-js-bindings: switch Program.run to async by Mike Frysinger · 5 weeks ago
  85. a5d1067 nassh: command: stop exporting CommandInstanceArgv by Mike Frysinger · 5 weeks ago
  86. 439b278 nassh: command: drop unused commandName by Mike Frysinger · 5 weeks ago
  87. 8e73432 nassh: crosh: drop unused croshBuiltinId constant by Mike Frysinger · 5 weeks ago
  88. 70baa3f nassh: contextMenus: refactor logic into its own class by Mike Frysinger · 5 weeks ago
  89. 91e8a11 nassh: background: drop app->ext settings migrations by Mike Frysinger · 5 weeks ago
  90. 0f34068 nassh: background: drop localStorage migration by Mike Frysinger · 5 weeks ago
  91. 2948938 nassh: browserAction: drop all usage by Mike Frysinger · 5 weeks ago
  92. bf0dbb1 nassh: browserAction: refactor logic into its own class by Mike Frysinger · 5 weeks ago
  93. 54246e1 nassh: omnibox: refactor logic into its own class by Mike Frysinger · 5 weeks ago
  94. 8b31e73 Revert "wassh: drop IP ssh agent hack" by Mike Frysinger · 6 weeks ago
  95. 0c46936 ssh_client: openssh: update to 9.4, 9.5, 9.6, 9.7, 9.8, and 9.9 by Mike Frysinger · 6 weeks ago
  96. e1ece15 nassh: wasm: drop beta notice by Mike Frysinger · 6 weeks ago
  97. 7b374db ssh_client: echosshd: support building for WASM by Mike Frysinger · 6 weeks ago
  98. d9f1f74 ssh_client: libssh: initial import by Mike Frysinger · 6 weeks ago
  99. ec6846e wassh: drop old test code by Mike Frysinger · 6 weeks ago
  100. 0898197 ssh_client: mosh: initial wasm version of client by Mike Frysinger · 7 weeks ago