• Joined on 2026-07-08
TapTap created branch fix/memory-safety in TapTap/FastSync 2026-07-20 17:59:21 +02:00
TapTap pushed to fix/memory-safety at TapTap/FastSync 2026-07-20 17:59:21 +02:00
TapTap created branch fix/logic-correctness in TapTap/FastSync 2026-07-20 17:59:21 +02:00
TapTap pushed to fix/logic-correctness at TapTap/FastSync 2026-07-20 17:59:21 +02:00
TapTap created branch fix/refactoring in TapTap/FastSync 2026-07-20 17:59:21 +02:00
TapTap pushed to fix/refactoring at TapTap/FastSync 2026-07-20 17:59:21 +02:00
TapTap closed issue TapTap/FastSync#43 2026-07-20 17:51:46 +02:00
bug: delete_extras_walk unconditionally calls rmdir on directories
TapTap closed issue TapTap/FastSync#44 2026-07-20 17:51:46 +02:00
quality: server_host and server_port are mutable global variables (not thread-safe)
TapTap closed issue TapTap/FastSync#45 2026-07-20 17:51:46 +02:00
security: SSH transport uses fixed-size buffers in parse_remote_dest
TapTap closed issue TapTap/FastSync#46 2026-07-20 17:51:46 +02:00
quality: send_chunk has deeply nested if-else with duplicated file-sending loops
TapTap closed issue TapTap/FastSync#29 2026-07-20 17:51:45 +02:00
bug: compression_level parameter silently ignored in data_compress()
TapTap closed issue TapTap/FastSync#30 2026-07-20 17:51:45 +02:00
bug: chunk_size truncated from 64-bit to 32-bit on send and receive
TapTap closed issue TapTap/FastSync#31 2026-07-20 17:51:45 +02:00
bug: chmod() and chown() return values silently ignored in metadata restore
TapTap closed issue TapTap/FastSync#35 2026-07-20 17:51:45 +02:00
bug: mkdir_r uses strtok() which is not thread-safe
TapTap closed issue TapTap/FastSync#38 2026-07-20 17:51:45 +02:00
bug: open_next_directory returns 0 for both empty queue and opendir failure
TapTap closed issue TapTap/FastSync#41 2026-07-20 17:51:45 +02:00
bug: file_send_sendfile accepts compression_level parameter but ignores it
TapTap closed issue TapTap/FastSync#42 2026-07-20 17:51:45 +02:00
bug: to_disk uses dirname() which may modify its argument (POSIX undefined)
TapTap deleted branch fix/gitea-issues from TapTap/FastSync 2026-07-20 17:51:28 +02:00
TapTap pushed to main at TapTap/FastSync 2026-07-20 17:51:23 +02:00
504a3a4d4f Merge pull request 'Fix 11 Gitea issues — bugs, quality, security, and refactoring' (#47) from fix/gitea-issues into main
6a5a61b59f fix: address all remaining review warnings and style issues
fd7e98cb25 fix: config_receive uninitialized server_host (CRITICAL-2) & protocol desync on sendfile+delta (CRITICAL-5)
41e814ad97 fix: cppcheck const warning & update architect agent with CI-wait instructions
9e1afd0764 fix: const-qualify dir_result to fix cppcheck style warning
Compare 8 commits »
TapTap merged pull request TapTap/FastSync#47 2026-07-20 17:51:22 +02:00
Fix 11 Gitea issues — bugs, quality, security, and refactoring