• Joined on 2026-07-08
TapTap pushed to ci/tier1-review-automation at TapTap/FastSync 2026-07-19 16:16:29 +02:00
ba6d42ea2d fix: const-correct local Config* in multiprocessing.c for cppcheck
TapTap pushed to ci/tier1-review-automation at TapTap/FastSync 2026-07-19 16:13:50 +02:00
256e1d7567 fix: const-correct receive_incremental_check for cppcheck
TapTap pushed to ci/tier1-review-automation at TapTap/FastSync 2026-07-19 16:09:15 +02:00
f6eeb69d77 ci: use find|xargs for clang-format to fix directory handling
TapTap pushed to ci/tier1-review-automation at TapTap/FastSync 2026-07-19 16:07:00 +02:00
f899085de4 fix: reformat queue.c/queue.h after const-correctness change
TapTap pushed to ci/tier1-review-automation at TapTap/FastSync 2026-07-19 16:01:50 +02:00
5ede5c8bec ci: use fastsync-ci:v7 image with cppcheck and clang-format pre-installed
TapTap pushed to ci/tier1-review-automation at TapTap/FastSync 2026-07-19 15:57:39 +02:00
23b1d6660c fix: reformat codebase and fix const-correctness for CI lint
TapTap deleted branch feature/delta-transfer from TapTap/FastSync 2026-07-19 15:51:34 +02:00
TapTap pushed to main at TapTap/FastSync 2026-07-19 15:51:29 +02:00
1078b47955 Merge pull request 'feat: add delta transfer for incremental sync' (#22) from feature/delta-transfer into main
12557c351c refactor: replace vendored xxhash.h with CMake FetchContent dependency
598e4e7514 fix: address PR review - rolling adler32, extract helpers, configurable max file size
e16db56580 feat: add delta transfer for incremental sync
Compare 4 commits »
TapTap merged pull request TapTap/FastSync#22 2026-07-19 15:51:27 +02:00
feat: add delta transfer for incremental sync
TapTap created pull request TapTap/FastSync#24 2026-07-19 15:38:00 +02:00
ci: add static analysis, sanitizers, and formatting enforcement
TapTap created branch ci/tier1-review-automation in TapTap/FastSync 2026-07-19 15:37:23 +02:00
TapTap pushed to ci/tier1-review-automation at TapTap/FastSync 2026-07-19 15:37:23 +02:00
02266710fb ci: add static analysis, sanitizers, and formatting enforcement
TapTap pushed to feature/delta-transfer at TapTap/FastSync 2026-07-19 15:21:36 +02:00
12557c351c refactor: replace vendored xxhash.h with CMake FetchContent dependency
TapTap commented on pull request TapTap/FastSync#22 2026-07-19 15:16:57 +02:00
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…

TapTap deleted branch refactor-tests from TapTap/FastSync 2026-07-19 15:11:35 +02:00
TapTap pushed to main at TapTap/FastSync 2026-07-19 15:11:31 +02:00
d73d5c9d85 Merge pull request 'refactor: split test.py into modular pytest integration tests + benchmark tool' (#21) from refactor-tests into main
045965f74c benchmark: add --progress flag with progress bar and ETA
784c57bd13 shell: add pytest to nix-shell environment
4ed514ad1b benchmark: fix rsync network throttling via rsync daemon
f0c7bb791a benchmark: add rsync comparison, configurable data mix, custom network limits
Compare 8 commits »
TapTap merged pull request TapTap/FastSync#21 2026-07-19 15:11:30 +02:00
refactor: split test.py into modular pytest integration tests + benchmark tool
TapTap commented on pull request TapTap/FastSync#21 2026-07-19 15:10:13 +02:00
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:

  • 51f20d1 benchmark: suppress server probe noise in output
  • 34b46a9 tests: share server…
TapTap pushed to refactor-tests at TapTap/FastSync 2026-07-19 15:07:56 +02:00
045965f74c benchmark: add --progress flag with progress bar and ETA
TapTap pushed to refactor-tests at TapTap/FastSync 2026-07-19 15:03:25 +02:00
784c57bd13 shell: add pytest to nix-shell environment