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
Type
/
to 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 }}
MukhammadIbrokhimov
/
WebServ
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Phase 1.5: load config and initialize Server from ListenSpec list
- #14
#14
Merged
MukhammadIbrokhimov
merged 13 commits into
main
MukhammadIbrokhimov/WebServ:main
from
feature/phase-1-5-load-config
MukhammadIbrokhimov/WebServ:feature/phase-1-5-load-config
Copy head branch name to clipboard
May 29, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Phase 1.5: load config and initialize Server from ListenSpec list
#14
MukhammadIbrokhimov
merged 13 commits into
main
MukhammadIbrokhimov/WebServ:main
from
feature/phase-1-5-load-config
MukhammadIbrokhimov/WebServ:feature/phase-1-5-load-config
Copy head branch name to clipboard
Commits
Commits on May 28, 2026
test: add Phase 1.5 integration test harness
MukhammadIbrokhimov
committed
e44b074
View commit details
Copy full SHA for e44b074
Browse repository at this point
test: add cleanup trap to harness for SIGINT safety
MukhammadIbrokhimov
committed
e8d91b2
View commit details
Copy full SHA for e8d91b2
Browse repository at this point
test: add duplicate-listen fixture (harness wiring deferred to Task 4)
MukhammadIbrokhimov
committed
c4e9346
View commit details
Copy full SHA for c4e9346
Browse repository at this point
feat(socket): add (host, port) ctor with SO_REUSEADDR and cleanup contract
MukhammadIbrokhimov
committed
89060db
View commit details
Copy full SHA for 89060db
Browse repository at this point
fix(socket): guard port range and document getaddrinfo single-result assumption
MukhammadIbrokhimov
committed
ee24c7c
View commit details
Copy full SHA for ee24c7c
Browse repository at this point
feat(server): add Config-based ctor with partial-init RAII
MukhammadIbrokhimov
committed
f4bfe81
View commit details
Copy full SHA for f4bfe81
Browse repository at this point
feat(main): argv + default-path config loading, top-level try/catch
MukhammadIbrokhimov
committed
2a8625c
View commit details
Copy full SHA for 2a8625c
Browse repository at this point
refactor: remove legacy single-socket code paths
MukhammadIbrokhimov
committed
6923124
View commit details
Copy full SHA for 6923124
Browse repository at this point
test: cover multi-port and multi-server bind paths
MukhammadIbrokhimov
committed
f4a1e7b
View commit details
Copy full SHA for f4a1e7b
Browse repository at this point
polish: document Config-immutability invariant, add bad-syntax test, drop unused forward decl
MukhammadIbrokhimov
committed
aacd242
View commit details
Copy full SHA for aacd242
Browse repository at this point
chore: gitignore docs/superpowers/ (specs and plans are local-only artifacts)
MukhammadIbrokhimov
committed
e3510af
View commit details
Copy full SHA for e3510af
Browse repository at this point
docs(kanban): mark Phase 1.5 completed
MukhammadIbrokhimov
committed
0f66491
View commit details
Copy full SHA for 0f66491
Browse repository at this point
refactor(server): O(log N) listener lookup via fd_to_listener_ map
Show description for 84aaa8f
MukhammadIbrokhimov
committed
84aaa8f
View commit details
Copy full SHA for 84aaa8f
Browse repository at this point
You can’t perform that action at this time.