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
handler
on
http_next
User selector
All users
All time
Commit history
Commits on Mar 10, 2013
Make sure we handle outbound messages of type ByteBuf special
Norman Maurer
authored and
trustin
committed
806e9b1
View commit details
Copy full SHA for 806e9b1
View code at this point
Browse repository at this point
Commits on Mar 8, 2013
Allow to specify the used buffer type for ChannelInboundByteBufHandler and ChannelOutboundByteBufHandler by configuration. As default it tries to use a direct ByteBuf
Norman Maurer
committed
fd3f923
View commit details
Copy full SHA for fd3f923
View code at this point
Browse repository at this point
Use I/O buffer whenever possible now that our direct buffers are as fast as heap buffers
trustin
committed
a9a29bd
View commit details
Copy full SHA for a9a29bd
View code at this point
Browse repository at this point
Commits on Mar 7, 2013
[#1065] Provide Future/Promise without channel reference
Norman Maurer
committed
88cc8c1
View commit details
Copy full SHA for 88cc8c1
View code at this point
Browse repository at this point
Fix a problem in SslHandler where it doesn't work with TLS False Start
Show description for 0f8fbac
trustin
committed
0f8fbac
View commit details
Copy full SHA for 0f8fbac
View code at this point
Browse repository at this point
Commits on Feb 28, 2013
[#1106] Also handle FileRegion in ByteToByteEncoder and SslHandler
Norman Maurer
committed
42dad6d
View commit details
Copy full SHA for 42dad6d
View code at this point
Browse repository at this point
Commits on Feb 27, 2013
[maven-release-plugin] prepare for next development iteration
trustin
committed
49aa907
View commit details
Copy full SHA for 49aa907
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release netty-4.0.0.Beta2
trustin
committed
5026c2f
View commit details
Copy full SHA for 5026c2f
View code at this point
Browse repository at this point
Commits on Feb 26, 2013
Move logging classes from internal to internal.logging
Show description for f674413
trustin
committed
f674413
View commit details
Copy full SHA for f674413
View code at this point
Browse repository at this point
Commits on Feb 14, 2013
[maven-release-plugin] prepare for next development iteration
trustin
committed
d68a04a
View commit details
Copy full SHA for d68a04a
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release netty-4.0.0.Beta1
trustin
committed
59e638f
View commit details
Copy full SHA for 59e638f
View code at this point
Browse repository at this point
Remove apiviz tags - we are focusing on user guide instead and putting diagrams there
trustin
committed
1011227
View commit details
Copy full SHA for 1011227
View code at this point
Browse repository at this point
Commits on Feb 12, 2013
[#1048] Make sure the promise is not notified multiple times on failure
Norman Maurer
committed
7cf7d74
View commit details
Copy full SHA for 7cf7d74
View code at this point
Browse repository at this point
Commits on Feb 11, 2013
Move io.netty.logging to io.netty.internal / Move Signal out of internal because we use it in Channel*MessageAdapters
trustin
committed
b4f4b95
View commit details
Copy full SHA for b4f4b95
View code at this point
Browse repository at this point
Commits on Feb 10, 2013
Implement reference counting
Show description for b999690
trustin
committed
b999690
View commit details
Copy full SHA for b999690
View code at this point
Browse repository at this point
Commits on Feb 9, 2013
More precise close_notify handling
trustin
committed
7798703
View commit details
Copy full SHA for 7798703
View code at this point
Browse repository at this point
Commits on Feb 8, 2013
Rename ByteBufUtil to BufUtil and move ChannelHandlerUtil.freeMessage() there / Remove ChannelHandlerUtil
trustin
committed
affd514
View commit details
Copy full SHA for affd514
View code at this point
Browse repository at this point
Remove confusing ChannelState/OperationHandlerAdapter.inboundBufferUpdated/flush() implementation
trustin
committed
b4eaedf
View commit details
Copy full SHA for b4eaedf
View code at this point
Browse repository at this point
Extract type parameter finder code to a utility class
trustin
committed
7113639
View commit details
Copy full SHA for 7113639
View code at this point
Browse repository at this point
Let ChannelPipeline.set* methods return itself to be more consistent with the reset
Norman Maurer
committed
539418e
View commit details
Copy full SHA for 539418e
View code at this point
Browse repository at this point
Commits on Feb 7, 2013
Clean up abstract ChannelHandler impls / Remove ChannelHandlerContext.hasNext*()
Show description for d4742bb
trustin
committed
d4742bb
View commit details
Copy full SHA for d4742bb
View code at this point
Browse repository at this point
Commits on Feb 6, 2013
[#870] Convert all modules into osgi bundles
Norman Maurer
committed
fd75615
View commit details
Copy full SHA for fd75615
View code at this point
Browse repository at this point
Commits on Jan 31, 2013
Replace .readable() and .writable() to .isReadable() and .isWritable()
trustin
authored and
Norman Maurer
committed
2ec9327
View commit details
Copy full SHA for 2ec9327
View code at this point
Browse repository at this point
Make MessageBuf bounded
Show description for 42c65cc
trustin
authored and
Norman Maurer
committed
42c65cc
View commit details
Copy full SHA for 42c65cc
View code at this point
Browse repository at this point
Commits on Jan 23, 2013
[#973] Use static IdleStateEvents to reduce GC pressure
Norman Maurer
committed
9da0141
View commit details
Copy full SHA for 9da0141
View code at this point
Browse repository at this point
Commits on Jan 17, 2013
Remove 'get' prefix
trustin
committed
4472fe9
View commit details
Copy full SHA for 4472fe9
View code at this point
Browse repository at this point
Commits on Jan 11, 2013
Replace and merge DetectionUtil and DirectByteBufUtil into PlatformDependent and PlatformDependent0
Show description for 64ae8b6
trustin
committed
64ae8b6
View commit details
Copy full SHA for 64ae8b6
View code at this point
Browse repository at this point
Commits on Jan 10, 2013
Fix various inspection warnings
trustin
committed
eb337ff
View commit details
Copy full SHA for eb337ff
View code at this point
Browse repository at this point
Commits on Jan 9, 2013
Give a handler more control over how its buffers' read bytes are discarded.
Show description for dd6b796
trustin
committed
dd6b796
View commit details
Copy full SHA for dd6b796
View code at this point
Browse repository at this point
Commits on Jan 1, 2013
Fix a bug where SslHandler does not respect the startTls flag
Show description for 7d80182
trustin
committed
7d80182
View commit details
Copy full SHA for 7d80182
View code at this point
Browse repository at this point
Commits on Dec 31, 2012
Remove ChannelFutureProgressListener
Norman Maurer
authored and
trustin
committed
e0a6dc0
View commit details
Copy full SHA for e0a6dc0
View code at this point
Browse repository at this point
[#873] [#868] Split ChannelFuture into ChannelFuture and ChannelPromise
Norman Maurer
authored and
trustin
committed
4e77bac
View commit details
Copy full SHA for 4e77bac
View code at this point
Browse repository at this point
Read only when requested (read-on-demand)
Show description for 0909878
trustin
committed
0909878
View commit details
Copy full SHA for 0909878
View code at this point
Browse repository at this point
[#880] correctly use methods which take a ChannelFuture as parameter
Norman Maurer
committed
926a20f
View commit details
Copy full SHA for 926a20f
View code at this point
Browse repository at this point
Commits on Dec 26, 2012
Port traffic handler to netty 4
lw346
authored and
Norman Maurer
committed
5adb37d
View commit details
Copy full SHA for 5adb37d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.