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
on
http_next
User selector
All users
All time
Commit history
Commits on Mar 12, 2013
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 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
[#1131] Codecs must not cache next buffer during processing
Norman Maurer
committed
b1775a3
View commit details
Copy full SHA for b1775a3
View code at this point
Browse repository at this point
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 6, 2013
Fix infinite recursion when transferring data between different type of buffers / Add ByteBuf.hasMemoryAddress/memoryAddress()
Show description for 88df53e
trustin
committed
88df53e
View commit details
Copy full SHA for 88df53e
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
[#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
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
Commits on Feb 25, 2013
[#1069] Snappy decoding fixes
Show description for e45db60
lw346
committed
e45db60
View commit details
Copy full SHA for e45db60
View code at this point
Browse repository at this point
Commits on Feb 22, 2013
Add more failing tests to SnappyIntegrationTest
trustin
committed
58c72ac
View commit details
Copy full SHA for 58c72ac
View code at this point
Browse repository at this point
Use Short.MAX_VALUE, as it accurately represents what we're trying to limit ourselves to
lw346
committed
f6d88ca
View commit details
Copy full SHA for f6d88ca
View code at this point
Browse repository at this point
Do not attempt to compress trailing data that is less than the MIN_COMPRESSIBLE_LENGTH
lw346
committed
0bfa915
View commit details
Copy full SHA for 0bfa915
View code at this point
Browse repository at this point
Ensure that at least 4 bytes are remaining in input buffer when compiling our hash table in search of duplicates, and restrict encoded frame sizes to 32,767 bytes (2^15 - 1)
lw346
committed
7a8e9d7
View commit details
Copy full SHA for 7a8e9d7
View code at this point
Browse repository at this point
Integrate @timboudreau's SnappyIntegrationTest improvements
trustin
committed
17641d5
View commit details
Copy full SHA for 17641d5
View code at this point
Browse repository at this point
Commits on Feb 20, 2013
[#1012] Cleanup
Norman Maurer
committed
c93f5af
View commit details
Copy full SHA for c93f5af
View code at this point
Browse repository at this point
[#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
Fix unreplayble error
Norman Maurer
committed
6983f70
View commit details
Copy full SHA for 6983f70
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
More robust type parameter detection
Show description for 53c27ef
trustin
committed
53c27ef
View commit details
Copy full SHA for 53c27ef
View code at this point
Browse repository at this point
Commits on Feb 11, 2013
More fixes to snappy: * Make Snappy.decode stateful instead of relying on the uncompressed length being equal to the compressed length * Correctly handle copies where offset < length * Take copies …
Show description for c1783cc
lw346
authored and
Norman Maurer
committed
c1783cc
View commit details
Copy full SHA for c1783cc
View code at this point
Browse repository at this point
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
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
Tighten visibility
trustin
committed
6c7bd6d
View commit details
Copy full SHA for 6c7bd6d
View code at this point
Browse repository at this point
Hide SnappyChecksumUtil
trustin
committed
d510583
View commit details
Copy full SHA for d510583
View code at this point
Browse repository at this point
Commits on Feb 10, 2013
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
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
Add more failing tests for Snappy codec
trustin
committed
46a249a
View commit details
Copy full SHA for 46a249a
View code at this point
Browse repository at this point
Clean up SnappyIntegrationTest / Fix checksum encoding
trustin
committed
bd87284
View commit details
Copy full SHA for bd87284
View code at this point
Browse repository at this point
Fix SnappyFramedEncoderTest & SnappyFramedEncoder
Show description for 8bd7ea2
trustin
committed
8bd7ea2
View commit details
Copy full SHA for 8bd7ea2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.