wraith/src-tauri/src/db
Vantz Stockwell ebd3cee49e
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m46s
fix: four backend correctness bugs — UTF-8 paths, dead vars, transactions, subnet validation
- percent_decode: collect bytes into Vec<u8> then String::from_utf8_lossy to handle
  non-ASCII paths correctly instead of casting byte as char (corrupted codepoints > 127)
- format_mtime: remove dead `st`/`y`/`_y` variables and unused UNIX_EPOCH/Duration imports
- reorder_connections/reorder_groups: wrap UPDATE loops in BEGIN/COMMIT transactions
  with ROLLBACK on error to prevent partial sort order writes
- scan_network: validate subnet matches 3-octet format before use in remote shell commands

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 16:52:33 -04:00
..
migrations feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
mod.rs fix: four backend correctness bugs — UTF-8 paths, dead vars, transactions, subnet validation 2026-03-29 16:52:33 -04:00