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
codec-http
on
http_next
User selector
All users
All time
Commit history
Commits on Mar 12, 2013
Initial commit of the next generation HTTP codec
Show description for 476524d
trustin
committed
476524d
View commit details
Copy full SHA for 476524d
View code at this point
Browse repository at this point
Add DecoderResult.UNFINISHED to represent the case where a decoder generated a message that was not decoded completely / Remove partial failure in DecoderResult which is not very useful but confusing
trustin
committed
c660002
View commit details
Copy full SHA for c660002
View code at this point
Browse repository at this point
Commits on Mar 11, 2013
Fix a NoSuchElementException when WebSocketClientHandshaker is used with HttpRequestEncoder. This time for real
Norman Maurer
committed
acde9a3
View commit details
Copy full SHA for acde9a3
View code at this point
Browse repository at this point
Fix a NoSuchElementException when WebSocketClientHandshaker is used with HttpRequestEncoder
Norman Maurer
committed
978cf0d
View commit details
Copy full SHA for 978cf0d
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
Make WebSocket codec also work when HttpClientCodec and HttpServerCodec is used.
Show description for 6ac9b17
Norman Maurer
authored and
trustin
committed
6ac9b17
View commit details
Copy full SHA for 6ac9b17
View code at this point
Browse repository at this point
Commits on Mar 5, 2013
Provide a way to implement an ChannelInbound/OutboundMessageHandler conveniently without extending an adapter class
Show description for a8a7c4f
trustin
committed
a8a7c4f
View commit details
Copy full SHA for a8a7c4f
View code at this point
Browse repository at this point
Commits on Feb 28, 2013
[#1100 ] Fix SPDY codec to work again in 4.x
justinsb
authored and
Norman Maurer
committed
6246825
View commit details
Copy full SHA for 6246825
View code at this point
Browse repository at this point
[#1101] Fix NPE which accour when send a 100-continue response and using the HttpContentEncoder
Norman Maurer
committed
b603853
View commit details
Copy full SHA for b603853
View code at this point
Browse repository at this point
[#1101] Fix NPE which accour when send a 100-continue response and using the HttpContentDecoder
Norman Maurer
committed
977b6f3
View commit details
Copy full SHA for 977b6f3
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
Use ConcurrentHashMapV8 wherever possible
Show description for 671f9d4
trustin
committed
671f9d4
View commit details
Copy full SHA for 671f9d4
View code at this point
Browse repository at this point
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
Cleanup
Norman Maurer
committed
eb2aa7f
View commit details
Copy full SHA for eb2aa7f
View code at this point
Browse repository at this point
[##1064] Fix problem where the LastHttpContent was changed to HttpContent and so the end was never detected
Norman Maurer
committed
a03bd51
View commit details
Copy full SHA for a03bd51
View code at this point
Browse repository at this point
[#1089] Correctly offer FullHttpContent if it is used to construct HttpPostRequestDecoder
Norman Maurer
committed
30e7ab2
View commit details
Copy full SHA for 30e7ab2
View code at this point
Browse repository at this point
Commits on Feb 21, 2013
Use BufUtil.retain() where possible
trustin
committed
9e67cce
View commit details
Copy full SHA for 9e67cce
View code at this point
Browse repository at this point
Cleanup
Norman Maurer
committed
43ff36c
View commit details
Copy full SHA for 43ff36c
View code at this point
Browse repository at this point
[#1067] Fix bug which can cause IllegalBufferAccessException when using aggregator and deflater the same time
Norman Maurer
committed
00310d9
View commit details
Copy full SHA for 00310d9
View code at this point
Browse repository at this point
Commits on Feb 20, 2013
[#1012] Replace forked jzlib with official jzlib and add a test.
ymnk
authored and
Norman Maurer
committed
8fdf788
View commit details
Copy full SHA for 8fdf788
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
Make internal class final and package private
Norman Maurer
committed
54435a9
View commit details
Copy full SHA for 54435a9
View code at this point
Browse repository at this point
Change ReferenceCounted.retain* to return itself and so allow method chaining
Norman Maurer
committed
5370573
View commit details
Copy full SHA for 5370573
View code at this point
Browse repository at this point
Commits on Feb 12, 2013
[#1046] Make sure HttpContentEncoder calls ByteBuf.retain() if needed
Norman Maurer
committed
fcba553
View commit details
Copy full SHA for fcba553
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
Add TODO
trustin
committed
a91c659
View commit details
Copy full SHA for a91c659
View code at this point
Browse repository at this point
Prettify APIviz / Tighten visibility / Move subclasses to top level / Remove unused UnknownSocksMessage
trustin
committed
a2e5cd9
View commit details
Copy full SHA for a2e5cd9
View code at this point
Browse repository at this point
Fix inspector warnings
trustin
committed
bf0bfe9
View commit details
Copy full SHA for bf0bfe9
View code at this point
Browse repository at this point
Tighten up visibility
Norman Maurer
committed
0e47fb5
View commit details
Copy full SHA for 0e47fb5
View code at this point
Browse repository at this point
Commits on Feb 10, 2013
Fix a race condition in reference counter implementation / Reference count never goes below 0
trustin
committed
4f6d053
View commit details
Copy full SHA for 4f6d053
View code at this point
Browse repository at this point
Remove freeInbound/OutboundMessage(), replaced by ReferenceCounted.retain/release()
Show description for 2f1a0b0
trustin
committed
2f1a0b0
View commit details
Copy full SHA for 2f1a0b0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.