Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
ProjectSky
/
libhv
Public
forked from
ithewei/libhv
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit History
Commits on Mar 17, 2026
feat: add HTTP_STATUS_CLOSE to support (#816) (#817)
Show description for 62cd137
ithewei
authored
62cd137
Copy full SHA for 62cd137
Commits on Mar 12, 2026
Add io_uring event loop backend (#813)
Show description for ca2e9e7
Copilot
and
ithewei
authored
ca2e9e7
Copy full SHA for ca2e9e7
Commits on Mar 11, 2026
Fix Windows atomic ops to return pre-operation value (match Linux/C11 semantics) (#812)
Show description for 35342db
Copilot
and
ithewei
authored
35342db
Copy full SHA for 35342db
Fix connect timeout not accounting for DNS resolution time (#810)
Show description for 85d1265
Copilot
and
ithewei
authored
85d1265
Copy full SHA for 85d1265
Commits on Mar 10, 2026
Add basic MQTT 5.0 protocol support (#805)
Show description for 045fd61
Copilot
and
ithewei
authored
045fd61
Copy full SHA for 045fd61
Improve build system: --disable-shared support, consistent library naming, conditional examples (#808)
Show description for be92325
Copilot
and
ithewei
authored
be92325
Copy full SHA for be92325
Fix ICMP ping for IPv6: use IPPROTO_ICMPV6 and ICMPv6 packet format (#807)
Show description for 207a467
Copilot
and
ithewei
authored
207a467
Copy full SHA for 207a467
Commits on Mar 9, 2026
Fix memory leak of CredHandle in wintls.c (#803)
Show description for e5d650c
Copilot
and
ithewei
authored
e5d650c
Copy full SHA for e5d650c
Commits on Jan 29, 2026
fix: HttpClient class copy or move (#799)
hewei.it
committed
284e9e3
Copy full SHA for 284e9e3
feat: Resolve DNS to get the latest IP address when reconnect (#798)
hewei.it
committed
16c5020
Copy full SHA for 16c5020
Commits on Jan 28, 2026
fix: use poll() for connect timeout on UNIX to avoid FD_SETSIZE limit (#800)
tkarthikan
authored
ada9e70
Copy full SHA for ada9e70
Commits on Jan 15, 2026
Add uploadLargeFormFile() for memory-efficient multipart uploads (#795)
prestonbrown
authored
99d5a6d
Copy full SHA for 99d5a6d
feat: auto-drop KCP packets on readbuf overflow (#792)
Show description for 85c6c76
Lion-Yu-Bro
and
leon
authored
85c6c76
Copy full SHA for 85c6c76
add rcv_bufsize on kcp_setting to allow recv larger package (#790)
Show description for 5734d83
Lion-Yu-Bro
and
yuliang
authored
5734d83
Copy full SHA for 5734d83
Commits on Nov 24, 2025
add asn1 encode decode. (#785)
caocao28
authored
39cbeab
Copy full SHA for 39cbeab
Commits on Oct 27, 2025
fix cmake error: no pdb file when BUILD_STATIC on windows (#780)
xflcx1991
authored
b2dac28
Copy full SHA for b2dac28
Commits on Oct 25, 2025
feat: upgrade hv version to 1.3.4
ithewei
committed
71770e0
Copy full SHA for 71770e0
feat: upgrade nlohmann/json to v3.12.0 (#453)
ithewei
committed
c0197ca
Copy full SHA for c0197ca
Commits on Oct 23, 2025
fix ifconfig buffer check (#777)
KivinChiu
authored
9d971dc
Copy full SHA for 9d971dc
Commits on Oct 15, 2025
fix: mqtt reconnect when dns resolve failed. (#655)
ithewei
committed
efdc468
Copy full SHA for efdc468
optimize: rm redundant code
ithewei
committed
ea6eb57
Copy full SHA for ea6eb57
Commits on Oct 11, 2025
fix: use IANA standard (#771)
ithewei
committed
f7ede87
Copy full SHA for f7ede87
Commits on Oct 10, 2025
fix: log crashes when max_bufsize is exceeded (#770)
House-Men
authored
e1015fb
Copy full SHA for e1015fb
Commits on Sep 23, 2025
feat: FileCache use LRUCache
ithewei
committed
e2ba81b
Copy full SHA for e2ba81b
Commits on Aug 27, 2025
Use promise/future to replace cond_var
ithewei
committed
e4878ed
Copy full SHA for e4878ed
gitignore *.d files
ithewei
committed
ce52112
Copy full SHA for ce52112
Add CFLAGS -MMD (#763)
Meiye-lj
authored
6478599
Copy full SHA for 6478599
Commits on Jul 29, 2025
Fix race condition after hio_detach (#755)
Show description for 23ff591
radkesvat
authored
23ff591
Copy full SHA for 23ff591
Commits on Jul 24, 2025
fix: udp server may fail to send data to client when kcp enabled. (#753)
lfeng1420
authored
1ef4424
Copy full SHA for 1ef4424
Commits on Jul 8, 2025
fix: sockaddr comparison issue (#749)
lfeng1420
authored
1778d4a
Copy full SHA for 1778d4a
Commits on Jun 4, 2025
fix: http header parsing failures due to TCP packet segmentation (#738)
chaojizhuoge
authored
41f679e
Copy full SHA for 41f679e
Commits on Jun 3, 2025
fix mingw not supported PDB (#740)
House-Men
authored
c9481f5
Copy full SHA for c9481f5
Commits on May 8, 2025
fix #731: wss SetProxy
ithewei
committed
88880c2
Copy full SHA for 88880c2
fix: rm unused warning
ithewei
committed
6a93cdf
Copy full SHA for 6a93cdf
Commits on Apr 17, 2025
add hmain signal_handle_noexit function (#725)
Show description for 3778046
House-Men
authored
3778046
Copy full SHA for 3778046
Pagination
Previous
Next
You can’t perform that action at this time.