• Joined on 2026-07-08
TapTap pushed to feat/ai-automation-updates at TapTap/FastSync 2026-07-19 19:33:19 +02:00
2ffd324384 ci: trigger workflow run
TapTap pushed to testing/comprehensive-test-suite at TapTap/FastSync 2026-07-19 19:29:32 +02:00
958e0b6c00 fix: resolve cppcheck warnings in new test files
TapTap created pull request TapTap/FastSync#26 2026-07-19 19:28:52 +02:00
feat: update AI automation agents, add reviewer agent, enhance CI
TapTap created branch feat/ai-automation-updates in TapTap/FastSync 2026-07-19 19:28:33 +02:00
TapTap pushed to feat/ai-automation-updates at TapTap/FastSync 2026-07-19 19:28:33 +02:00
d030ba655c feat: update AI automation agents, add reviewer agent, enhance CI
TapTap pushed to testing/comprehensive-test-suite at TapTap/FastSync 2026-07-19 19:25:00 +02:00
c06a065a6a style: fix clang-format violations in test files
TapTap created pull request TapTap/FastSync#25 2026-07-19 19:20:02 +02:00
testing: add comprehensive test suite for test-driven development
TapTap created branch testing/comprehensive-test-suite in TapTap/FastSync 2026-07-19 19:19:25 +02:00
TapTap pushed to testing/comprehensive-test-suite at TapTap/FastSync 2026-07-19 19:19:25 +02:00
b179e6f6cf testing: add comprehensive test suite for test-driven development
TapTap pushed to main at TapTap/FastSync 2026-07-19 18:10:08 +02:00
8a222bffa6 Merge pull request 'ci: add static analysis, sanitizers, and formatting enforcement' (#24) from ci/tier1-review-automation into main
4982f9f47d chore: remove build-asan from tracking, add to .gitignore
8531f9e4c1 fix: set DELTA_INSTR_LITERAL type in deserialize and fix error path leaks
413f69de90 fix: const-correct delta.c and use unread variable in test for cppcheck
d7b9d4dbbc fix: apply clang-format to merged code from main
Compare 16 commits »
TapTap merged pull request TapTap/FastSync#24 2026-07-19 18:10:07 +02:00
ci: add static analysis, sanitizers, and formatting enforcement
TapTap pushed to ci/tier1-review-automation at TapTap/FastSync 2026-07-19 17:16:00 +02:00
4982f9f47d chore: remove build-asan from tracking, add to .gitignore
TapTap pushed to ci/tier1-review-automation at TapTap/FastSync 2026-07-19 17:15:45 +02:00
8531f9e4c1 fix: set DELTA_INSTR_LITERAL type in deserialize and fix error path leaks
TapTap pushed to ci/tier1-review-automation at TapTap/FastSync 2026-07-19 17:07:15 +02:00
413f69de90 fix: const-correct delta.c and use unread variable in test for cppcheck
TapTap pushed to ci/tier1-review-automation at TapTap/FastSync 2026-07-19 17:04:06 +02:00
d7b9d4dbbc fix: apply clang-format to merged code from main
TapTap pushed to ci/tier1-review-automation at TapTap/FastSync 2026-07-19 16:59:01 +02:00
b9840b123d Merge remote-tracking branch 'origin/main' into ci/tier1-review-automation
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 5 commits »
TapTap pushed to ci/tier1-review-automation at TapTap/FastSync 2026-07-19 16:44:03 +02:00
971a070b65 fix: const-correct config_send and file_send_single_calls for cppcheck
TapTap pushed to ci/tier1-review-automation at TapTap/FastSync 2026-07-19 16:40:48 +02:00
dc7ada552b fix: const-correct protocol send functions, remove duplicate typedef, null check
TapTap commented on pull request TapTap/FastSync#24 2026-07-19 16:32:29 +02:00
ci: add static analysis, sanitizers, and formatting enforcement

Architect Review: PR #24 — "ci: add static analysis, sanitizers, and formatting enforcement"

Verdict: PASS — No critical issues found.

Summary

TapTap pushed to ci/tier1-review-automation at TapTap/FastSync 2026-07-19 16:22:19 +02:00
5dfc262cf7 fix: scanner leak, remove TSan (Docker incompatible)