• Joined on 2026-07-08
TapTap pushed to refactor/cli-parser-helpers at TapTap/FastSync 2026-08-01 18:14:57 +02:00
bf91c5b588 merge: resolve conflict with dev, apply helpers to new options
9d67fcbf92 Merge pull request 'Batch fix: security, bugs, quality, and features (v2)' (#198) from integration/all-fixes-v2 into dev
261683aaff fix: null check in str_dup, const in file.c
15a861747a style: apply clang-format
5f1b27c8ff fix: security #192 #187, bugs #194 #193, quality #195, features #174-#186
Compare 12 commits »
TapTap created pull request TapTap/FastSync#200 2026-08-01 18:13:16 +02:00
refactor: extract CLI parser helpers, fix validation bugs
TapTap pushed to refactor/cli-parser-helpers at TapTap/FastSync 2026-08-01 18:12:48 +02:00
5eaea9d92e refactor: extract CLI parser helpers, fix validation bugs
TapTap created branch refactor/cli-parser-helpers in TapTap/FastSync 2026-08-01 18:12:48 +02:00
TapTap pushed to docs/rsync-compat at TapTap/FastSync 2026-08-01 18:00:00 +02:00
64a4a8345a docs: add 🔀 Alt Arg status for features with different flag semantics
TapTap created pull request TapTap/FastSync#199 2026-08-01 17:54:19 +02:00
docs: rsync feature compatibility matrix
TapTap pushed to docs/rsync-compat at TapTap/FastSync 2026-08-01 17:54:11 +02:00
c04465d7be docs: add rsync feature compatibility matrix
TapTap created branch docs/rsync-compat in TapTap/FastSync 2026-08-01 17:54:11 +02:00
TapTap closed pull request TapTap/FastSync#197 2026-07-30 19:38:34 +02:00
fix: bugs #194 and #193
TapTap closed issue TapTap/FastSync#174 2026-07-30 19:38:28 +02:00
Feature: Partial/incomplete transfer resumption (--partial, --partial-dir, --inplace)
TapTap closed issue TapTap/FastSync#175 2026-07-30 19:38:28 +02:00
Feature: Rich filter rules and file lists (--filter, --files-from, --exclude-from)
TapTap closed issue TapTap/FastSync#176 2026-07-30 19:38:28 +02:00
Feature: Transfer statistics output (--stats)
TapTap closed issue TapTap/FastSync#177 2026-07-30 19:38:28 +02:00
Feature: Preserve symlinks, hard links, and special files (-l, -H, -D)
TapTap closed issue TapTap/FastSync#178 2026-07-30 19:38:28 +02:00
Feature: Backup and versioning (--backup, --backup-dir, --suffix)
TapTap closed issue TapTap/FastSync#179 2026-07-30 19:38:28 +02:00
Feature: Delete policies and ordering (--delete-before, --delete-after, --delete-excluded, --max-delete)
TapTap closed issue TapTap/FastSync#180 2026-07-30 19:38:28 +02:00
Feature: Connection timeouts, retries, and keepalive
TapTap closed issue TapTap/FastSync#181 2026-07-30 19:38:28 +02:00
Feature: IPv6 and bind-address support
TapTap closed issue TapTap/FastSync#182 2026-07-30 19:38:28 +02:00
Feature: Daemon/server mode equivalent to rsyncd
TapTap closed issue TapTap/FastSync#183 2026-07-30 19:38:28 +02:00
Feature: Checksum-based whole-file comparison (-c, --checksum)
TapTap closed issue TapTap/FastSync#184 2026-07-30 19:38:28 +02:00
Feature: Compression algorithm negotiation (not just zstd)