Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
wlmgithub
/
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
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 27, 2013
[#1036] Use SocketTimeoutException when a connection timeout is detected to make it easier to detect timeout vs refused
Norman Maurer
committed
cb202da
Copy full SHA for cb202da
[#1094] Fix possible StackOverFlowError when send FileRegions via the AioSocketChannel
Norman Maurer
committed
dc4c4ab
Copy full SHA for dc4c4ab
[#1095] Fix AioCompletionHandler stackoverflow detection to executed callback methods in all cases
Norman Maurer
committed
71f25d1
Copy full SHA for 71f25d1
[maven-release-plugin] prepare for next development iteration
trustin
committed
49aa907
Copy full SHA for 49aa907
[maven-release-plugin] prepare release netty-4.0.0.Beta2
trustin
committed
5026c2f
Copy full SHA for 5026c2f
Add examples to Xref
trustin
committed
d7b782a
Copy full SHA for d7b782a
We actually need Xref for source browsing. We just don't need it for example browsing.
trustin
committed
bfbd4da
Copy full SHA for bfbd4da
Remove JXR plugin
trustin
committed
ec50293
Copy full SHA for ec50293
Fix broken url
trustin
committed
4b48a22
Copy full SHA for 4b48a22
update README.md
trustin
committed
72c71db
Copy full SHA for 72c71db
Update README.md
trustin
committed
7e42695
Copy full SHA for 7e42695
Commits on Feb 26, 2013
Use ConcurrentHashMapV8 wherever possible
Show description for 671f9d4
trustin
committed
671f9d4
Copy full SHA for 671f9d4
Move logging classes from internal to internal.logging
Show description for f674413
trustin
committed
f674413
Copy full SHA for f674413
Reduce the memory footprint of DefaultChannelPromise even more (part 2)
Show description for 334b6c3
trustin
committed
334b6c3
Copy full SHA for 334b6c3
Reduce the memory footprint of DefaultChannelPromise even more
Show description for d8f5521
trustin
committed
d8f5521
Copy full SHA for d8f5521
Simplify DefaultChannelPromise
Show description for 98192d7
trustin
committed
98192d7
Copy full SHA for 98192d7
Add comment about why we need to count the depth of the stack in AioCompletionHandler
trustin
committed
709f2df
Copy full SHA for 709f2df
Fix regression in AioCompletionHandler that leads to StackOverflowError
trustin
committed
0317baa
Copy full SHA for 0317baa
Cleanup
Norman Maurer
committed
eb2aa7f
Copy full SHA for eb2aa7f
[##1064] Fix problem where the LastHttpContent was changed to HttpContent and so the end was never detected
Norman Maurer
committed
a03bd51
Copy full SHA for a03bd51
[#1089] Correctly offer FullHttpContent if it is used to construct HttpPostRequestDecoder
Norman Maurer
committed
30e7ab2
Copy full SHA for 30e7ab2
Commits on Feb 25, 2013
add fireInboundBufferUpdated to fix #1085 socksproxy example
alexey
authored and
Norman Maurer
committed
4d969b9
Copy full SHA for 4d969b9
Correct links and maven artifactId in README
lw346
committed
a75d420
Copy full SHA for a75d420
[#1069] Snappy decoding fixes
Show description for e45db60
lw346
committed
e45db60
Copy full SHA for e45db60
Commits on Feb 24, 2013
Require Maven 3.0.5 to stop users from using insecure 3.0.4
trustin
committed
e65e17c
Copy full SHA for e65e17c
Commits on Feb 22, 2013
Tell what the remote address was when ConnectException occurs.
Show description for 434610b
trustin
committed
434610b
Copy full SHA for 434610b
Add more failing tests to SnappyIntegrationTest
trustin
committed
58c72ac
Copy full SHA for 58c72ac
Use Short.MAX_VALUE, as it accurately represents what we're trying to limit ourselves to
lw346
committed
f6d88ca
Copy full SHA for f6d88ca
Do not attempt to compress trailing data that is less than the MIN_COMPRESSIBLE_LENGTH
lw346
committed
0bfa915
Copy full SHA for 0bfa915
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
Copy full SHA for 7a8e9d7
Revert "[#1058] Add Channel/ChannelHandlerContext/ChannelPipeline.isWritable()"
Show description for 12b392b
Norman Maurer
committed
12b392b
Copy full SHA for 12b392b
Revert "[#1058] Fix incorrect logic to detect if ChannelHandlerContext is writable"
Show description for 03b7b2d
Norman Maurer
committed
03b7b2d
Copy full SHA for 03b7b2d
Refactor the aio transport to not depend on the AioChannelFinder and so not need for refelection
Norman Maurer
committed
fada776
Copy full SHA for fada776
Integrate @timboudreau's SnappyIntegrationTest improvements
trustin
committed
17641d5
Copy full SHA for 17641d5
Fix #1075: DefaultChannelHandlerContext.fireChannelSuspended and fireInboundBufferUpdated do not work correctly if handlers with EventExecutor are added or removed from pipeline.
trustin
committed
2739480
Copy full SHA for 2739480
Pagination
Previous
Next
You can’t perform that action at this time.