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 }}
alexlehm
/
netty
Public
forked from
netty/netty
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
netty
common
on
sasl_server
User selector
All users
All time
Commit history
Commits on Feb 20, 2014
Fix a regression which could lead to GenericFutureListeners never been notifed. Part of [#2186].
Show description for e74b5fc
Norman Maurer
committed
e74b5fc
View commit details
Copy full SHA for e74b5fc
View code at this point
Browse repository at this point
Commits on Feb 19, 2014
[maven-release-plugin] prepare for next development iteration
Norman Maurer
committed
66e2bb1
View commit details
Copy full SHA for 66e2bb1
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release netty-4.0.16.Final
Norman Maurer
committed
c466bb8
View commit details
Copy full SHA for c466bb8
View code at this point
Browse repository at this point
Commits on Feb 15, 2014
Introduce a native transport for linux using epoll ET
Show description for 1edca5f
Norman Maurer
committed
1edca5f
View commit details
Copy full SHA for 1edca5f
View code at this point
Browse repository at this point
Commits on Feb 14, 2014
Do not warn about Unsafe in Android
trustin
committed
dd4ed6a
View commit details
Copy full SHA for dd4ed6a
View code at this point
Browse repository at this point
Commits on Feb 10, 2014
Fix a bug where DefaultPromise.setUncancellable() returns a wrong value
Show description for 0e71da3
trustin
committed
0e71da3
View commit details
Copy full SHA for 0e71da3
View code at this point
Browse repository at this point
Fix a bug where DefaultPromise.setUncancellable() returns a wrong value
Show description for 7e0e4c6
trustin
committed
7e0e4c6
View commit details
Copy full SHA for 7e0e4c6
View code at this point
Browse repository at this point
Commits on Feb 8, 2014
Fix the compilation error in ConcurrentHashMapV8 + JDK8
trustin
committed
e592d06
View commit details
Copy full SHA for e592d06
View code at this point
Browse repository at this point
Commits on Feb 7, 2014
Log the rejected listener notification task under a dedicated logger name.
Show description for 78cf0e3
trustin
committed
78cf0e3
View commit details
Copy full SHA for 78cf0e3
View code at this point
Browse repository at this point
[#2187] Always do a volatile read on the refCnt
Norman Maurer
committed
f23d68b
View commit details
Copy full SHA for f23d68b
View code at this point
Browse repository at this point
Reduce code duplication in DefaultPromise
trustin
committed
103a08e
View commit details
Copy full SHA for 103a08e
View code at this point
Browse repository at this point
Fix a race condition in DefaultPromise
Show description for 309ee68
trustin
committed
309ee68
View commit details
Copy full SHA for 309ee68
View code at this point
Browse repository at this point
Commits on Feb 6, 2014
Fix the potential copyright issue in SocksCommonUtils
Show description for c4c71e6
trustin
committed
c4c71e6
View commit details
Copy full SHA for c4c71e6
View code at this point
Browse repository at this point
Provide an optimized AtomicIntegerFieldUpdater, AtomicLongFieldUpdater and AtomicReferenceFieldUpdater
Norman Maurer
committed
9bee78f
View commit details
Copy full SHA for 9bee78f
View code at this point
Browse repository at this point
Commits on Feb 3, 2014
Restore of interrupt status after catch of InterruptedException was added
stIncMale
authored and
Norman Maurer
committed
40f4b5c
View commit details
Copy full SHA for 40f4b5c
View code at this point
Browse repository at this point
Commits on Feb 1, 2014
Not wakeup the EventLoop for writes as they will not cause a flush anyway
Norman Maurer
committed
64c3f58
View commit details
Copy full SHA for 64c3f58
View code at this point
Browse repository at this point
Commits on Jan 29, 2014
Remove code duplication
trustin
committed
9f7a907
View commit details
Copy full SHA for 9f7a907
View code at this point
Browse repository at this point
Simplify the acquisition of Cleaner
MiddleBen
authored and
trustin
committed
6e8ba29
View commit details
Copy full SHA for 6e8ba29
View code at this point
Browse repository at this point
Cleaner resource leak report by excluding noisy stack trace elements
trustin
committed
0bf5ca2
View commit details
Copy full SHA for 0bf5ca2
View code at this point
Browse repository at this point
Commits on Jan 21, 2014
[maven-release-plugin] prepare for next development iteration
Norman Maurer
committed
d67184b
View commit details
Copy full SHA for d67184b
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release netty-4.0.15.Final
Norman Maurer
committed
2875152
View commit details
Copy full SHA for 2875152
View code at this point
Browse repository at this point
Disable Javassist completely on Android
Show description for b139205
trustin
committed
b139205
View commit details
Copy full SHA for b139205
View code at this point
Browse repository at this point
Commits on Jan 13, 2014
Correct JavaDoc
veebs
authored and
trustin
committed
5cb9ab0
View commit details
Copy full SHA for 5cb9ab0
View code at this point
Browse repository at this point
Commits on Dec 22, 2013
[maven-release-plugin] prepare for next development iteration
trustin
committed
e83d2e0
View commit details
Copy full SHA for e83d2e0
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release netty-4.0.14.Final
trustin
committed
cdb700c
View commit details
Copy full SHA for cdb700c
View code at this point
Browse repository at this point
[maven-release-plugin] rollback the release of netty-4.0.14.Final
trustin
committed
0b7aedb
View commit details
Copy full SHA for 0b7aedb
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release netty-4.0.14.Final
trustin
committed
4bf6ec7
View commit details
Copy full SHA for 4bf6ec7
View code at this point
Browse repository at this point
[maven-release-plugin] rollback the release of netty-4.0.14.Final
trustin
committed
9c1a49c
View commit details
Copy full SHA for 9c1a49c
View code at this point
Browse repository at this point
[maven-release-plugin] prepare for next development iteration
trustin
committed
008a049
View commit details
Copy full SHA for 008a049
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release netty-4.0.14.Final
trustin
committed
f6cb908
View commit details
Copy full SHA for f6cb908
View code at this point
Browse repository at this point
Commits on Dec 16, 2013
Remove unnecessary check in DefaultPromise.await0()
Show description for d7d4ea8
trustin
committed
d7d4ea8
View commit details
Copy full SHA for d7d4ea8
View code at this point
Browse repository at this point
Prevent NPE from StringUtil.simpleName(..)
trustin
committed
a79dfe7
View commit details
Copy full SHA for a79dfe7
View code at this point
Browse repository at this point
Commits on Dec 11, 2013
[#2053] Do not allow < 1 on AppendableCharSequence init.
Norman Maurer
committed
bddfc38
View commit details
Copy full SHA for bddfc38
View code at this point
Browse repository at this point
Commits on Dec 6, 2013
Add missing synchronization
trustin
committed
40001a7
View commit details
Copy full SHA for 40001a7
View code at this point
Browse repository at this point
Add ReferenceCountUtil.releaseLater() to make writing tests easy with ReferenceCounteds
trustin
committed
e506581
View commit details
Copy full SHA for e506581
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.