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 }}
lutfuahmet
/
gnet
Public
forked from
panjf2000/gnet
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
dev
User selector
All users
All time
Commit history
Commits on Jan 29, 2026
bug: fix undefined newTLSNonBlockingState compilation error
Show description for abd3703
lutfuahmet
and
claude
committed
abd3703
View commit details
Copy full SHA for abd3703
Browse repository at this point
docs: add instructions for using this fork
Show description for b89c7b4
lutfuahmet
and
claude
committed
b89c7b4
View commit details
Copy full SHA for b89c7b4
Browse repository at this point
feat: add non-blocking TLS support
Show description for 3eaea03
lutfuahmet
and
claude
committed
3eaea03
View commit details
Copy full SHA for 3eaea03
Browse repository at this point
Commits on Dec 27, 2025
bug: switch to socket.Dup in eventloop.enroll to enable close-on-exec (#745)
panjf2000
authored
0c3e6f8
View commit details
Copy full SHA for 0c3e6f8
Browse repository at this point
Commits on Dec 25, 2025
bug: set FD_CLOEXEC flag when enrolling a client FD (#743)
gunli
authored
58d255f
View commit details
Copy full SHA for 58d255f
Browse repository at this point
Commits on Dec 11, 2025
chore: fix some typos
panjf2000
committed
0dd70fc
View commit details
Copy full SHA for 0dd70fc
Browse repository at this point
Commits on Nov 8, 2025
opt: use sync.Once to ensure listener opens only once (#739)
panjf2000
authored
a46e1e7
View commit details
Copy full SHA for a46e1e7
Browse repository at this point
Commits on Nov 4, 2025
Optimize next highest power of two calculation (#737)
Show description for 0dc6dc2
dxasu
authored
0dc6dc2
View commit details
Copy full SHA for 0dc6dc2
Browse repository at this point
Commits on Nov 3, 2025
pkg/ring/ring_buffer: remove the unused field "bs" (#736)
dxasu
authored
e0d20dc
View commit details
Copy full SHA for e0d20dc
Browse repository at this point
Commits on Sep 27, 2025
bug: fix Unix address parsing absolute path (#731)
panjf2000
authored
bb3464e
View commit details
Copy full SHA for bb3464e
Browse repository at this point
Commits on Sep 26, 2025
test: add more tests for bad network addresses (#729)
panjf2000
authored
1e690fc
View commit details
Copy full SHA for 1e690fc
Browse repository at this point
opt: use net/url for validating network addresses (#728)
panjf2000
authored
70fb85d
View commit details
Copy full SHA for 70fb85d
Browse repository at this point
Commits on Aug 27, 2025
chore: update READMEs
panjf2000
committed
2a31b19
View commit details
Copy full SHA for 2a31b19
Browse repository at this point
Commits on Aug 10, 2025
chore: fix typos and improve comments (#724)
panjf2000
authored
871ffb5
View commit details
Copy full SHA for 871ffb5
Browse repository at this point
Commits on Aug 8, 2025
chore: update READMEs
panjf2000
committed
64dd2e8
View commit details
Copy full SHA for 64dd2e8
Browse repository at this point
Commits on Jul 30, 2025
docs: update inaccurate comments on Conn.Next/Peek (#718)
Show description for 910511e
panjf2000
authored
910511e
View commit details
Copy full SHA for 910511e
Browse repository at this point
Commits on Jun 19, 2025
bug: make Conn.Write/Writev return the non-retryable error if any (#715)
Show description for 58b972b
panjf2000
authored
58b972b
View commit details
Copy full SHA for 58b972b
Browse repository at this point
Commits on Jun 11, 2025
feat: support running client with multiple event loops (#709)
Show description for 0b2053a
panjf2000
authored
0b2053a
View commit details
Copy full SHA for 0b2053a
Browse repository at this point
Commits on May 30, 2025
feat: support customizing `TCP_KEEPINTVL` and `TCP_KEEPCNT` (#708)
Show description for 902da4e
panjf2000
authored
902da4e
View commit details
Copy full SHA for 902da4e
Browse repository at this point
Commits on May 25, 2025
chore: upgrade golangci-lint
panjf2000
committed
2429777
View commit details
Copy full SHA for 2429777
Browse repository at this point
chore: upgrade dependencies (#705)
panjf2000
authored
301a85e
View commit details
Copy full SHA for 301a85e
Browse repository at this point
feat: add EventLoop interface and implementation (#700)
Show description for 4657bec
panjf2000
authored
4657bec
View commit details
Copy full SHA for 4657bec
Browse repository at this point
Commits on May 18, 2025
feat: implement `Engine.DupListener` for multiple listeners (#701)
Show description for 122a1b8
panjf2000
authored
122a1b8
View commit details
Copy full SHA for 122a1b8
Browse repository at this point
Commits on May 2, 2025
feat: support `Conn.SendTo` for UDP (#694)
Show description for dc150c1
panjf2000
authored
dc150c1
View commit details
Copy full SHA for dc150c1
Browse repository at this point
opt: avoid setting SO_REUSEPORT on AF_UNIX sockets (#695)
Show description for fe237e2
panjf2000
authored
fe237e2
View commit details
Copy full SHA for fe237e2
Browse repository at this point
Commits on Feb 9, 2025
chore: bump up modules (#681)
panjf2000
authored
d060871
View commit details
Copy full SHA for d060871
Browse repository at this point
Commits on Jan 17, 2025
chore: update use cases
panjf2000
committed
25b6fc8
View commit details
Copy full SHA for 25b6fc8
Browse repository at this point
Commits on Jan 12, 2025
chore: add trendshift badge
Show description for 0df4236
panjf2000
committed
0df4236
View commit details
Copy full SHA for 0df4236
Browse repository at this point
Commits on Jan 11, 2025
chore: expurgate conn.asyncWrite/asyncWritev (#674)
panjf2000
authored
68f5b67
View commit details
Copy full SHA for 68f5b67
Browse repository at this point
opt: release outboundBuffer immediately in AsyncWrite(v) if Conn is closed (#673)
Show description for a15081a
panjf2000
authored
a15081a
View commit details
Copy full SHA for a15081a
Browse repository at this point
Commits on Jan 5, 2025
test: add an example for the netpoll package (#670)
Show description for e9a1101
panjf2000
authored
e9a1101
View commit details
Copy full SHA for e9a1101
Browse repository at this point
Commits on Jan 4, 2025
feat: export the core internal packages (#667)
panjf2000
authored
1de2082
View commit details
Copy full SHA for 1de2082
Browse repository at this point
Commits on Dec 21, 2024
chore: fix some typos in READMEs
panjf2000
committed
042e5ec
View commit details
Copy full SHA for 042e5ec
Browse repository at this point
Commits on Dec 4, 2024
opt: renovate the concurrency management of gnet engine (#663)
panjf2000
authored
077f71d
View commit details
Copy full SHA for 077f71d
Browse repository at this point
Commits on Nov 16, 2024
opt: eliminate the inuse eventloop.cache and memory leaks for idle connections (#660)
Show description for 451f015
panjf2000
authored
451f015
View commit details
Copy full SHA for 451f015
Browse repository at this point
Previous
Next
You can鈥檛 perform that action at this time.