ostp/ostp-gui/src-tauri
ospab 5f9682663e Suppress dead_code warnings in ostp-gui lib
Log::message is deserialized from the IPC stream but not acted on
(informational variant, GUI shows it via the tray). HelperState::port
is stored for potential reconnection but not read back after initial
connection. Both are correctly annotated with #[allow(dead_code)].

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-21 22:41:22 +03:00
..
capabilities fix: declare and grant custom Tauri v2 command permissions for GUI 2026-05-17 18:59:44 +03:00
icons docs: remove useless ostp-wiki folder from root 2026-06-19 14:42:45 +03:00
permissions docs: remove useless ostp-wiki folder from root 2026-06-19 14:42:45 +03:00
src Suppress dead_code warnings in ostp-gui lib 2026-06-21 22:41:22 +03:00
.gitignore feat(gui): add fully native tauri windows gui with premium mobile layout, real-time statistics polling, in-app config editor, and graceful exit cleanup 2026-05-15 22:01:20 +03:00
Cargo.lock Add DNS Tunneling example to client init config 2026-06-19 23:21:39 +03:00
Cargo.toml docs: remove useless ostp-wiki folder from root 2026-06-19 14:42:45 +03:00
build.rs feat(gui): privileged TUN helper architecture - GUI runs unprivileged, UAC prompt shown only for TUN mode via ostp-tun-helper.exe IPC 2026-05-15 23:08:14 +03:00
tauri.conf.json Restore Session import for Windows compatibility and fix Flutter build 2026-06-19 18:24:51 +03:00