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
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 }}
xtrpg
/
xtrpg-cpp-server
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
5
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: Add TcpConnection and SocketConnectionListener with observables
- #15
#15
Merged
XenoSnowFox
merged 14 commits into
main
xtrpg/xtrpg-cpp-server:main
from
feature/tcp-connections
xtrpg/xtrpg-cpp-server:feature/tcp-connections
Copy head branch name to clipboard
Aug 24, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
feat: Add TcpConnection and SocketConnectionListener with observables
#15
XenoSnowFox
merged 14 commits into
main
xtrpg/xtrpg-cpp-server:main
from
feature/tcp-connections
xtrpg/xtrpg-cpp-server:feature/tcp-connections
Copy head branch name to clipboard
Commits
Commits on Aug 23, 2026
Add observable/observer interfaces
Show description for 4a0fe0c
XenoSnowFox
committed
4a0fe0c
View commit details
Copy full SHA for 4a0fe0c
Browse repository at this point
Add TcpConnection with optional TLS upgrade
Show description for 6cd648b
XenoSnowFox
committed
6cd648b
View commit details
Copy full SHA for 6cd648b
Browse repository at this point
Add SocketConnectionListener (IPv4/IPv6)
Show description for 6a7ce2f
XenoSnowFox
committed
6a7ce2f
View commit details
Copy full SHA for 6a7ce2f
Browse repository at this point
Add xtrpg_network lib and link to executable
Show description for f3b8de6
XenoSnowFox
committed
f3b8de6
View commit details
Copy full SHA for f3b8de6
Browse repository at this point
Remove commented platform-specific linking block
Show description for 00051cf
XenoSnowFox
committed
00051cf
View commit details
Copy full SHA for 00051cf
Browse repository at this point
Handle Windows UTF-8 startup
Show description for 46d0070
XenoSnowFox
committed
46d0070
View commit details
Copy full SHA for 46d0070
Browse repository at this point
Commits on Aug 24, 2026
Create ConnectionClosed.hpp
XenoSnowFox
committed
3faa331
View commit details
Copy full SHA for 3faa331
Browse repository at this point
Cleaning up the TcpConnection class
XenoSnowFox
committed
399d492
View commit details
Copy full SHA for 399d492
Browse repository at this point
Take tcp socket by value; fix state member
Show description for 3333ba8
XenoSnowFox
committed
3333ba8
View commit details
Copy full SHA for 3333ba8
Browse repository at this point
Use generated version metadata in app
Show description for fdb5b24
XenoSnowFox
committed
fdb5b24
View commit details
Copy full SHA for fdb5b24
Browse repository at this point
Serialize TcpConnection lifecycle access
Show description for 8e6fe6a
XenoSnowFox
committed
8e6fe6a
View commit details
Copy full SHA for 8e6fe6a
Browse repository at this point
Enable dual-stack and optional acceptors
Show description for 34a76db
XenoSnowFox
committed
34a76db
View commit details
Copy full SHA for 34a76db
Browse repository at this point
Stop listener on destruction
Show description for e18d53d
XenoSnowFox
committed
e18d53d
View commit details
Copy full SHA for e18d53d
Browse repository at this point
Fix Windows socket include conflict
Show description for 5f28081
XenoSnowFox
committed
5f28081
View commit details
Copy full SHA for 5f28081
Browse repository at this point
You can’t perform that action at this time.