• Joined on 2026-07-08
TapTap opened issue TapTap/FastSync#122 2026-07-21 16:23:39 +02:00
Rsync parity: output and logging options (--itemize-changes, --out-format, --info, --debug, --list-only, --files-from, --human-readable)
TapTap opened issue TapTap/FastSync#121 2026-07-21 16:23:17 +02:00
Rsync parity: extended metadata preservation (hard links, ACLs, xattrs, devices, sparse files)
TapTap opened issue TapTap/FastSync#120 2026-07-21 16:23:06 +02:00
Rsync parity: symlink handling flags (--links, --copy-links, --safe-links, --copy-unsafe-links)
TapTap opened issue TapTap/FastSync#119 2026-07-21 16:22:04 +02:00
Update README for new features, missing flags, and stale content
TapTap opened issue TapTap/FastSync#118 2026-07-21 16:20:52 +02:00
TLS client disables certificate verification when no CA is provided
TapTap opened issue TapTap/FastSync#117 2026-07-21 16:20:50 +02:00
MAX_DATA_SIZE = 1GB allows large memory allocation from network input
TapTap opened issue TapTap/FastSync#116 2026-07-21 16:20:47 +02:00
No per-message receive timeout allows slow loris / hang DoS
TapTap opened issue TapTap/FastSync#115 2026-07-21 16:20:42 +02:00
Fixed 512-byte stack buffer for SSH user@host can truncate silently
TapTap opened issue TapTap/FastSync#114 2026-07-21 16:20:40 +02:00
Integer overflow in delta_signature_deserialize allocation
TapTap opened issue TapTap/FastSync#113 2026-07-21 16:20:38 +02:00
No connection limit on server creates fork bomb DoS vector
TapTap opened issue TapTap/FastSync#112 2026-07-21 16:20:35 +02:00
strstr(..) path traversal check is weak and has false positives
TapTap opened issue TapTap/FastSync#111 2026-07-21 16:20:30 +02:00
Bandwidth limiter uses nanosleep causing jitter, and SSL thread-local limits threading
TapTap opened issue TapTap/FastSync#110 2026-07-21 16:20:27 +02:00
Static compression level wastes CPU on incompressible files
TapTap opened issue TapTap/FastSync#109 2026-07-21 16:20:25 +02:00
Single-threaded BFS scanner is a bottleneck for large directory trees
TapTap opened issue TapTap/FastSync#108 2026-07-21 16:20:24 +02:00
Fixed queue capacity 100 may cause pipeline stalls for varied file sizes
TapTap opened issue TapTap/FastSync#107 2026-07-21 16:20:18 +02:00
Loader thread loads all file data into memory causing high memory usage
TapTap opened issue TapTap/FastSync#106 2026-07-21 16:20:16 +02:00
Incremental check causes per-file network round-trip -- batch it
TapTap opened issue TapTap/FastSync#105 2026-07-21 16:20:13 +02:00
Hardcoded queue capacity 100 should be configurable via --queue-size
TapTap opened issue TapTap/FastSync#104 2026-07-21 16:20:12 +02:00
Missing --log-file option for persistent logging
TapTap opened issue TapTap/FastSync#103 2026-07-21 16:20:08 +02:00
Missing --max-depth directory traversal limit flag