aboutsummaryrefslogtreecommitdiff
path: root/crates/fparkan-resource/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* perf(assets): reuse archives during mission loadsValentin Popov2026-07-181-0/+45
* perf(resource): avoid copying nres payloadsValentin Popov2026-07-181-13/+15
* perf(resource): skip duplicate archive metadata hashingValentin Popov2026-07-181-4/+66
* fix(clippy): address Rust 1.97 lintsValentin Popov2026-07-181-8/+12
* test(resource): cover archive byte-budget evictionValentin Popov2026-06-301-0/+52
* fix(resource): prevent stale archive refresh overwriteValentin Popov2026-06-301-27/+169
* fix(resource): type archive and vfs error mappingValentin Popov2026-06-301-27/+263
* fix: harden stage1 path and archive identityValentin Popov2026-06-301-61/+247
* fix: close stage 0-2 synthetic gatesValentin Popov2026-06-231-0/+19
* fix: require manifests for licensed gatesValentin Popov2026-06-221-5/+9
* fix: make core error displays actionableValentin Popov2026-06-221-1/+46
* fix: decode payloads outside resource lockValentin Popov2026-06-221-19/+40
* fix: cap decoded payload cache bytesValentin Popov2026-06-221-13/+137
* fix: strengthen resource fingerprintsValentin Popov2026-06-221-5/+6
* fix: harden resource and world state correctnessValentin Popov2026-06-221-4/+47
* fix: make ci locked and isolate licensed testsValentin Popov2026-06-221-0/+1
* feat: implement FParkan architecture foundationValentin Popov2026-06-221-0/+880