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
Branch selector
http_next
User selector
All users
All time
Commit history
Commits on Mar 12, 2013
Initial implementation of the Streaming API
Show description for 3144a5a
trustin
committed
3144a5a
View commit details
Copy full SHA for 3144a5a
Browse repository at this point
Initial commit of the next generation HTTP codec
Show description for 476524d
trustin
committed
476524d
View commit details
Copy full SHA for 476524d
Browse repository at this point
Reschedule the streaming API for later
Show description for e1dd149
trustin
committed
e1dd149
View commit details
Copy full SHA for e1dd149
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
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
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
Browse repository at this point
Use LinkedHashSet
Norman Maurer
committed
2406a9f
View commit details
Copy full SHA for 2406a9f
Browse repository at this point
Travis CI branch whitelisting
trustin
committed
e203618
View commit details
Copy full SHA for e203618
Browse repository at this point
Make StreamTest finish sooner to make CI happy
trustin
committed
8f5eaaa
View commit details
Copy full SHA for 8f5eaaa
Browse repository at this point
Clean before installation in Travis CI
trustin
committed
5bcde10
View commit details
Copy full SHA for 5bcde10
Browse repository at this point
Run full build on Travis CI install
trustin
committed
24c3b3f
View commit details
Copy full SHA for 24c3b3f
Browse repository at this point
Why don't CI services upgrade to Maven 3.0.5?
Show description for 27b2f13
trustin
committed
27b2f13
View commit details
Copy full SHA for 27b2f13
Browse repository at this point
Add package-info.java for the Stream API / Print maven version on travis CI
trustin
committed
5d65bbc
View commit details
Copy full SHA for 5d65bbc
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
Browse repository at this point
Initial implementation of the Streaming API
Show description for 32efba3
trustin
committed
32efba3
View commit details
Copy full SHA for 32efba3
Browse repository at this point
Travis CI configuration
trustin
committed
b4bf565
View commit details
Copy full SHA for b4bf565
Browse repository at this point
Javadocs cleanup / added
Norman Maurer
committed
0a1bc86
View commit details
Copy full SHA for 0a1bc86
Browse repository at this point
Check for NPE and also optimze HashSet allocation
Norman Maurer
committed
0504a44
View commit details
Copy full SHA for 0504a44
Browse repository at this point
Let BufUtil.retain(...) return the given object
Norman Maurer
committed
0ac5fd9
View commit details
Copy full SHA for 0ac5fd9
Browse repository at this point
Commits on Mar 9, 2013
Fix a bug where TypeParameterMatcher raises ClassCastException when an instance with raw type parameter is given
trustin
committed
ed825de
View commit details
Copy full SHA for ed825de
Browse repository at this point
Commits on Mar 8, 2013
More concise exception message
trustin
committed
4f2e347
View commit details
Copy full SHA for 4f2e347
Browse repository at this point
[#1136] Fix possible IllegalBufferAccessException when remove itself from the pipeline
Norman Maurer
committed
fcd6bec
View commit details
Copy full SHA for fcd6bec
Browse repository at this point
[#1135] Fix endless loop which will get triggered when an exception is thrown during freeHandlerBuffersAfterRemoval
Norman Maurer
committed
7b4c83b
View commit details
Copy full SHA for 7b4c83b
Browse repository at this point
[#1131] Codecs must not cache next buffer during processing
Norman Maurer
committed
b1775a3
View commit details
Copy full SHA for b1775a3
Browse repository at this point
Add stacktrace to the IllegalStateException which is thrown if a Promise was notified before
Norman Maurer
committed
8d7f1e2
View commit details
Copy full SHA for 8d7f1e2
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
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
Browse repository at this point
Always use EmptyByteBuf when a user attempts to construct a buffer with 0 maxCapacity / Make EmptyByteBuf remember the allocator it came from / Optimize EmptyByteBuf a little bit
trustin
committed
6311623
View commit details
Copy full SHA for 6311623
Browse repository at this point
Fix checkstyle
trustin
committed
096e4c9
View commit details
Copy full SHA for 096e4c9
Browse repository at this point
Relaxed memory access constraint of ReferenceCounted.refCnt() for potentially better performance / More precise reference counting for MessageBuf
trustin
committed
12f1d96
View commit details
Copy full SHA for 12f1d96
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
Browse repository at this point
Fix inspection warnings in HashedWheelTimer
trustin
committed
41ab17b
View commit details
Copy full SHA for 41ab17b
Browse repository at this point
Use the original stack trace when translating SocketTimeoutException to ConnectTimeoutException
trustin
committed
16f4de7
View commit details
Copy full SHA for 16f4de7
Browse repository at this point
port fix from Akka for HashedWheelTimer
Show description for e66fc21
infynyxx
authored and
trustin
committed
e66fc21
View commit details
Copy full SHA for e66fc21
Browse repository at this point
[#1036] Add special ConnectTimeoutException which is thrown if a connection failed because of a timeout
Norman Maurer
committed
61d6c48
View commit details
Copy full SHA for 61d6c48
Browse repository at this point
Previous
Next
You can’t perform that action at this time.