7 Commits

Author SHA1 Message Date
bb9b2bc74a v0.1.3 2026-03-23 09:23:52 +00:00
c09ec650bb v0.1.2 2026-03-23 09:22:26 +00:00
6401790b6a fix(package): rename package namespace from @push.rocks to @serve.zone 2026-03-23 09:22:26 +00:00
3cb0be8f56 v0.1.1 2026-03-23 09:14:00 +00:00
64a3572ad7 v0.1.0 2026-03-22 08:47:16 +00:00
0bbe462153 v0.0.2 2026-03-22 08:32:12 +00:00
a5849791d2 feat: initial implementation of content-addressed incremental backup engine
Rust-centric architecture with TypeScript facade following smartproxy/smartstorage pattern.
Core engine in Rust (FastCDC chunking, SHA-256, gzip, AES-256-GCM + Argon2id, binary pack files,
global index, snapshots, locking, verification, pruning, repair). TypeScript provides npm interface
via @push.rocks/smartrust RustBridge IPC with Unix socket streaming for ingest/restore.
All 14 integration tests pass.
2026-03-21 23:30:17 +00:00