Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
cdcseacave
/
P2PFileTransfer
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
4
Code
Issues
1
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
QUIC rewrite + rendezvous + relay + mTLS + 16 audit fixes
- #3
#3
Merged
cdcseacave
merged 26 commits into
develop
cdcseacave/P2PFileTransfer:develop
from
quic
cdcseacave/P2PFileTransfer:quic
Copy head branch name to clipboard
May 30, 2026
Conversation
Commits
26
(26)
Checks
Files changed
Merged
QUIC rewrite + rendezvous + relay + mTLS + 16 audit fixes
#3
cdcseacave
merged 26 commits into
develop
cdcseacave/P2PFileTransfer:develop
from
quic
cdcseacave/P2PFileTransfer:quic
Copy head branch name to clipboard
Commits
Commits on May 22, 2026
docs: add agent notes for p2p-core, p2p-cli, and p2p-gui
cdcseacave
committed
c396833
View commit details
Copy full SHA for c396833
Browse repository at this point
Commits on May 23, 2026
feat: replace TCP+sliding-window transport with QUIC+TLS 1.3 (Phase 0)
Show description for 42ff11f
cdcseacave
and
claude
committed
42ff11f
View commit details
Copy full SHA for 42ff11f
Browse repository at this point
feat: add p2p-rendezvous crate + UDP hole punching (Phase 1)
Show description for d5865c5
cdcseacave
and
claude
committed
d5865c5
View commit details
Copy full SHA for d5865c5
Browse repository at this point
feat: QUIC relay fallback for symmetric NAT (Phase 2)
Show description for 78ac30d
cdcseacave
and
claude
committed
78ac30d
View commit details
Copy full SHA for 78ac30d
Browse repository at this point
feat: GUI pair-with-code, nat-test self-loop, deterministic punch roles (Phase 3)
Show description for a6d1e3c
cdcseacave
and
claude
committed
a6d1e3c
View commit details
Copy full SHA for a6d1e3c
Browse repository at this point
fix: address 16 code-review findings on the quic branch
Show description for a425437
cdcseacave
and
claude
committed
a425437
View commit details
Copy full SHA for a425437
Browse repository at this point
docs: update README, DESIGN, AGENTS for QUIC + rendezvous + mTLS + audit
Show description for 092b88c
cdcseacave
and
claude
committed
092b88c
View commit details
Copy full SHA for 092b88c
Browse repository at this point
fix(cli): handle explicit `gui` subcommand in non-gui builds
Show description for 437c4e8
cdcseacave
and
claude
committed
437c4e8
View commit details
Copy full SHA for 437c4e8
Browse repository at this point
fix: address 6 copilot review findings + workspace rustfmt
Show description for 9231056
cdcseacave
and
claude
committed
9231056
View commit details
Copy full SHA for 9231056
Browse repository at this point
fix: replace `sort_by` reverse comparators with `sort_by_key` + Reverse
Show description for 1d65b30
cdcseacave
and
claude
committed
1d65b30
View commit details
Copy full SHA for 1d65b30
Browse repository at this point
ci: tolerate codecov rate-limit failures on tokenless uploads
Show description for 86365e2
cdcseacave
and
claude
committed
86365e2
View commit details
Copy full SHA for 86365e2
Browse repository at this point
perf: retune transport defaults for QUIC
Show description for f07aae4
cdcseacave
and
claude
committed
f07aae4
View commit details
Copy full SHA for f07aae4
Browse repository at this point
Commits on May 24, 2026
fix(cli): four usability gaps surfaced by end-to-end stress testing
Show description for 59cf3ca
cdcseacave
and
claude
committed
59cf3ca
View commit details
Copy full SHA for 59cf3ca
Browse repository at this point
test: add live-binary CLI stress harness under smoke/src/
Show description for 1af3e79
cdcseacave
and
claude
committed
1af3e79
View commit details
Copy full SHA for 1af3e79
Browse repository at this point
fix(transfer): single-file resume deadlock on chunk-count mismatch
Show description for 1971595
cdcseacave
and
claude
committed
1971595
View commit details
Copy full SHA for 1971595
Browse repository at this point
test: extend stress harness with v4 (full coverage of fixed branch)
Show description for 072ab90
cdcseacave
and
claude
committed
072ab90
View commit details
Copy full SHA for 072ab90
Browse repository at this point
fix(history,config): atomic history writes, corrupt quarantine, single chunk_size source
Show description for bce1bdc
cdcseacave
and
claude
committed
bce1bdc
View commit details
Copy full SHA for bce1bdc
Browse repository at this point
fix(resume): multi-file resume deadlock + preserve original chunk_size
Show description for 412063a
cdcseacave
and
claude
committed
412063a
View commit details
Copy full SHA for 412063a
Browse repository at this point
fix(transfer): dedup chunks, validate .partial length, per-chunk fsync, DoS cap
Show description for e498c6c
cdcseacave
and
claude
committed
e498c6c
View commit details
Copy full SHA for e498c6c
Browse repository at this point
fix(receive): honour --auto-accept, surface disk errors, return file summary, re-accept
Show description for 27c8191
cdcseacave
and
claude
committed
27c8191
View commit details
Copy full SHA for 27c8191
Browse repository at this point
fix(cli): no panic on `.`/`..`, truthful Ctrl+C message, --state-dir flag
Show description for 1b7be5d
cdcseacave
and
claude
committed
1b7be5d
View commit details
Copy full SHA for 1b7be5d
Browse repository at this point
Commits on May 25, 2026
docs(review): correct chunk wire format + traversal symmetric NAT doc; atomic known_peers flush; cargo fmt
Show description for e6c6c5e
cdcseacave
and
claude
committed
e6c6c5e
View commit details
Copy full SHA for e6c6c5e
Browse repository at this point
chore(deploy): idempotent VPS installer for rendezvousd
Show description for 0a580f4
cdcseacave
committed
0a580f4
View commit details
Copy full SHA for 0a580f4
Browse repository at this point
fix(cli,core): rendezvous round-trip robust to disconnect + resume
Show description for 0c0d772
cdcseacave
committed
0c0d772
View commit details
Copy full SHA for 0c0d772
Browse repository at this point
Commits on May 26, 2026
refactor: workspace cleanup — dead code, deps, capabilities, hot-path perf
Show description for dcc8ba1
cdcseacave
and
claude
committed
dcc8ba1
View commit details
Copy full SHA for dcc8ba1
Browse repository at this point
fix(traversal,test): skip STUN on loopback rendezvous; deflake resume test
Show description for 7ddf30f
cdcseacave
and
claude
committed
7ddf30f
View commit details
Copy full SHA for 7ddf30f
Browse repository at this point
You can’t perform that action at this time.