Block a user
feat: add delta transfer for incremental sync
ci: add static analysis, sanitizers, and formatting enforcement
feat: add delta transfer for incremental sync
❌ Request: Replace vendored xxhash.h with CMake dependency
src/shared/xxhash.h is 7490 lines vendored, but only XXH32() is used. The project already uses CMake and links external libs…
refactor: split test.py into modular pytest integration tests + benchmark tool
refactor: split test.py into modular pytest integration tests + benchmark tool
✅ PASS — PR #21 (Test Refactor) — Updated Review
Reviewed 6 new commits since last review:
51f20d1benchmark: suppress server probe noise in output34b46a9tests: share server…