Quick wins: ControlMaster, -z alias, --progress, fix write warning #6

Merged
TapTap merged 1 commits from quick-wins into main 2026-07-16 12:30:13 +02:00
Owner

Changes:

  • SSH ControlMaster set to auto with ControlPath, enabling connection reuse across repeated invocations
  • -z flag added as alias for -c (compression), matching rsync convention
  • --progress flag shows real-time transfer rate (MB/s) in send_files
  • Fixed unused-result warning on write() in transport_ssh.c

Builds clean, all 7 tests pass.

Changes: - SSH ControlMaster set to auto with ControlPath, enabling connection reuse across repeated invocations - -z flag added as alias for -c (compression), matching rsync convention - --progress flag shows real-time transfer rate (MB/s) in send_files - Fixed unused-result warning on write() in transport_ssh.c Builds clean, all 7 tests pass.
TapTap added 1 commit 2026-07-16 12:28:30 +02:00
- SSH ControlMaster auto with ControlPath for connection reuse
- -z as alias for -c (compression)
- --progress flag showing transfer rate in send_files
- Fixed unused-result warning on write() in transport_ssh.c
TapTap merged commit 04aad76481 into main 2026-07-16 12:30:13 +02:00
TapTap deleted branch quick-wins 2026-07-16 12:30:15 +02:00
Sign in to join this conversation.