• Joined on 2026-07-08
TapTap created branch refactor-tests in TapTap/FastSync 2026-07-18 19:19:34 +02:00
TapTap deleted branch update-readme from TapTap/FastSync 2026-07-18 18:27:41 +02:00
TapTap pushed to main at TapTap/FastSync 2026-07-18 18:27:36 +02:00
43ba149ad5 Merge pull request 'docs: update README with TLS, incremental sync, server CLI, and corrected build requirements' (#20) from update-readme into main
293ba5191e docs: update README with TLS, incremental sync, bandwidth limiting, server CLI, and corrected build requirements
Compare 2 commits »
TapTap merged pull request TapTap/FastSync#20 2026-07-18 18:27:34 +02:00
docs: update README with TLS, incremental sync, server CLI, and corrected build requirements
TapTap commented on pull request TapTap/FastSync#20 2026-07-18 18:27:17 +02:00
docs: update README with TLS, incremental sync, server CLI, and corrected build requirements

PASS - README accurately reflects the current codebase.

Verified against source:

  • All CLI flags (include, max-size, min-size, incremental, bwlimit, tls, cert, key, ca) match client_cli.c and…
TapTap commented on pull request TapTap/FastSync#20 2026-07-18 18:27:11 +02:00
docs: update README with TLS, incremental sync, server CLI, and corrected build requirements

PASS — README accurately reflects the current codebase.

Verified against source:

  • All CLI flags (, , , , , , , , ) match and
  • matches
  • protocol entry is correct
  • Server CLI section…
TapTap created pull request TapTap/FastSync#20 2026-07-18 18:21:57 +02:00
docs: update README with TLS, incremental sync, server CLI, and corrected build requirements
TapTap created branch update-readme in TapTap/FastSync 2026-07-18 18:20:57 +02:00
TapTap pushed to update-readme at TapTap/FastSync 2026-07-18 18:20:57 +02:00
293ba5191e docs: update README with TLS, incremental sync, bandwidth limiting, server CLI, and corrected build requirements
TapTap pushed to main at TapTap/FastSync 2026-07-18 17:54:27 +02:00
0642a43c2c Merge pull request 'TLS transport: OpenSSL-based encrypted TCP' (#13) from tls-transport into main
fed77f6ce0 ci: use v5 Docker image to force runner to pull updated image with libssl-dev
6de0998f69 ci: retrigger CI with updated Docker image
43cf0bd81e ci: add libssl-dev to Docker image for TLS transport
907baf3379 fix: initialize ssl/ssl_ctx in client_connect_ssh to prevent use-after-free
Compare 9 commits »
TapTap merged pull request TapTap/FastSync#13 2026-07-18 17:54:26 +02:00
TLS transport: OpenSSL-based encrypted TCP
TapTap pushed to tls-transport at TapTap/FastSync 2026-07-18 17:53:10 +02:00
fed77f6ce0 ci: use v5 Docker image to force runner to pull updated image with libssl-dev
TapTap pushed to tls-transport at TapTap/FastSync 2026-07-18 17:50:57 +02:00
6de0998f69 ci: retrigger CI with updated Docker image
TapTap pushed to tls-transport at TapTap/FastSync 2026-07-18 17:43:47 +02:00
43cf0bd81e ci: add libssl-dev to Docker image for TLS transport
TapTap pushed to tls-transport at TapTap/FastSync 2026-07-18 17:40:58 +02:00
907baf3379 fix: initialize ssl/ssl_ctx in client_connect_ssh to prevent use-after-free
8b6550f8c6 fix: io_set_ssl NULL in client_disconnect, SSL* type safety in protocol.h
20ede4391c Fix re-review: remove __thread from io_ssl (breaks -m), strtol port parsing, --ca warning
864eb1316d Fix TLS code review issues: SSL cleanup, TLS 1.2 min, CA verify, deprecation guards, server --help, port validation, __thread io_ssl, shared accept loop
eff50346fd TLS transport: OpenSSL-based encrypted TCP
Compare 28 commits »
TapTap deleted branch incremental-sync from TapTap/FastSync 2026-07-18 17:36:31 +02:00
TapTap pushed to main at TapTap/FastSync 2026-07-18 17:36:28 +02:00
25383f893b Merge pull request 'Incremental sync: --incremental to skip unchanged files' (#14) from incremental-sync into main
46c650e9ae refactor: consolidate _no_path file send variants
7876721906 refactor: extract receive_chunk_data and receive_manifest shared helpers
5ed12f2bf0 refactor: deduplicate server receive logic, extract shared helpers
03d6ba0da5 fix: address review #69 - STATUS_ERROR sends, metadata_receive error handling, extract incremental_check helper
Compare 7 commits »
TapTap merged pull request TapTap/FastSync#14 2026-07-18 17:36:26 +02:00
Incremental sync: --incremental to skip unchanged files
TapTap pushed to incremental-sync at TapTap/FastSync 2026-07-18 17:27:34 +02:00
46c650e9ae refactor: consolidate _no_path file send variants
TapTap pushed to incremental-sync at TapTap/FastSync 2026-07-18 17:20:19 +02:00
8178e12900 refactor: consolidate _no_path file send variants
7876721906 refactor: extract receive_chunk_data and receive_manifest shared helpers
5ed12f2bf0 refactor: deduplicate server receive logic, extract shared helpers
03d6ba0da5 fix: address review #69 - STATUS_ERROR sends, metadata_receive error handling, extract incremental_check helper
f1af88a25c Fix incremental-sync review: sendfile_no_path, reject -s+incremental, no data mutation, auto -M, STATUS_ERROR handling, PROTOCOL_VERSION bump
Compare 27 commits »