• Joined on 2026-07-08
TapTap commented on issue TapTap/FastSync#115 2026-07-29 18:27:32 +02:00
Fixed 512-byte stack buffer for SSH user@host can truncate silently

Fixed in PR #148 — merged into main on 2026-07-29. See TapTap/FastSync#148

TapTap commented on issue TapTap/FastSync#116 2026-07-29 18:27:32 +02:00
No per-message receive timeout allows slow loris / hang DoS

Fixed in PR #148 — merged into main on 2026-07-29. See TapTap/FastSync#148

TapTap commented on issue TapTap/FastSync#117 2026-07-29 18:27:32 +02:00
MAX_DATA_SIZE = 1GB allows large memory allocation from network input

Fixed in PR #148 — merged into main on 2026-07-29. See TapTap/FastSync#148

TapTap commented on issue TapTap/FastSync#112 2026-07-29 18:27:31 +02:00
strstr(..) path traversal check is weak and has false positives

Fixed in PR #148 — merged into main on 2026-07-29. See TapTap/FastSync#148

TapTap commented on issue TapTap/FastSync#113 2026-07-29 18:27:31 +02:00
No connection limit on server creates fork bomb DoS vector

Fixed in PR #148 — merged into main on 2026-07-29. See TapTap/FastSync#148

TapTap commented on issue TapTap/FastSync#114 2026-07-29 18:27:31 +02:00
Integer overflow in delta_signature_deserialize allocation

Fixed in PR #148 — merged into main on 2026-07-29. See TapTap/FastSync#148

TapTap closed issue TapTap/FastSync#126 2026-07-29 18:27:25 +02:00
Rsync parity: remote shell and connection options
TapTap commented on issue TapTap/FastSync#125 2026-07-29 18:27:25 +02:00
Rsync parity: advanced file selection (--filter, --files-from, --cvs-exclude, --prune-empty-dirs, --relative)

Closing as duplicate of #129 (advanced file selection)

TapTap closed issue TapTap/FastSync#125 2026-07-29 18:27:25 +02:00
Rsync parity: advanced file selection (--filter, --files-from, --cvs-exclude, --prune-empty-dirs, --relative)
TapTap commented on issue TapTap/FastSync#124 2026-07-29 18:27:25 +02:00
Rsync parity: extended delete options

Closing as duplicate of #128 (extended delete options)

TapTap closed issue TapTap/FastSync#124 2026-07-29 18:27:25 +02:00
Rsync parity: extended delete options
TapTap commented on issue TapTap/FastSync#123 2026-07-29 18:27:25 +02:00
Rsync parity: update/inplace/append transfer modes

Closing as duplicate of #127 (update/inplace/append modes)

TapTap closed issue TapTap/FastSync#123 2026-07-29 18:27:25 +02:00
Rsync parity: update/inplace/append transfer modes
TapTap commented on issue TapTap/FastSync#147 2026-07-29 18:27:25 +02:00
Agents must never merge PRs onto main — use tea CLI instead

This policy is now documented in AGENTS.md. Agents are instructed to never push to main and to use tea CLI for operations. Closing as resolved.

TapTap closed issue TapTap/FastSync#147 2026-07-29 18:27:25 +02:00
Agents must never merge PRs onto main — use tea CLI instead
TapTap commented on issue TapTap/FastSync#126 2026-07-29 18:27:24 +02:00
Rsync parity: remote shell and connection options

Closing as duplicate of #130 (remote shell and connection options)

TapTap closed issue TapTap/FastSync#109 2026-07-29 18:27:17 +02:00
Single-threaded BFS scanner is a bottleneck for large directory trees
TapTap closed issue TapTap/FastSync#110 2026-07-29 18:27:17 +02:00
Static compression level wastes CPU on incompressible files
TapTap closed issue TapTap/FastSync#111 2026-07-29 18:27:17 +02:00
Bandwidth limiter uses nanosleep causing jitter, and SSL thread-local limits threading
TapTap closed issue TapTap/FastSync#119 2026-07-29 18:27:17 +02:00
Update README for new features, missing flags, and stale content