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
src
main
on
3.5
User selector
All users
All time
Commit history
Commits on Jun 20, 2013
Backport the changes in AbstractHttpData and its subtypes from 3.6 to 3.5
trustin
committed
27cc116
View commit details
Copy full SHA for 27cc116
View code at this point
Browse repository at this point
Commits on Mar 29, 2013
[#1143] Also stop timer when call releaseExternalResources()
Norman Maurer
authored and
trustin
committed
66a239e
View commit details
Copy full SHA for 66a239e
View code at this point
Browse repository at this point
Commits on Mar 18, 2013
Ignore a non-deterministic test in SslHandlerTest
Show description for 4bff428
trustin
committed
4bff428
View commit details
Copy full SHA for 4bff428
View code at this point
Browse repository at this point
Commits on Mar 16, 2013
Revert "Testing CI automatic comment"
Show description for d8c641c
trustin
committed
d8c641c
View commit details
Copy full SHA for d8c641c
View code at this point
Browse repository at this point
Testing CI automatic comment
trustin
committed
eb76923
View commit details
Copy full SHA for eb76923
View code at this point
Browse repository at this point
Commits on Mar 4, 2013
Fix potential resource leak in SslHandler (part 2)
Show description for 6b0d69d
trustin
committed
6b0d69d
View commit details
Copy full SHA for 6b0d69d
View code at this point
Browse repository at this point
SPDY: fix improper use of SYNC_FLUSH in SpdyHeaderBlockZlibCompressor
Jeff Pinner
authored and
trustin
committed
6745fb8
View commit details
Copy full SHA for 6745fb8
View code at this point
Browse repository at this point
SPDY: fix regression in SpdyFrameDecoder.decodeHeaderBlock()
Jeff Pinner
authored and
trustin
committed
2345f4a
View commit details
Copy full SHA for 2345f4a
View code at this point
Browse repository at this point
SPDY: allow empty header values in SPDY/3
Jeff Pinner
authored and
trustin
committed
e6f8d5b
View commit details
Copy full SHA for e6f8d5b
View code at this point
Browse repository at this point
Chrome requires the :version: header in SPDY_SESSION_PUSHED_SYN_STREAM frames otherwise it issues a HTTP_TRANSACTION_SPDY_SEND_REQUEST_HEADERS and a SPDY_STREAM_ERROR saying "HEADERS incomplete hea…
Show description for 75eceb9
glynn-sigfig
authored and
trustin
committed
75eceb9
View commit details
Copy full SHA for 75eceb9
View code at this point
Browse repository at this point
fix containsValue to take snapshot of `table` and use Arrays.fill for clearing out oldTable
Arya Asemanfar
authored and
trustin
committed
3540a04
View commit details
Copy full SHA for 3540a04
View code at this point
Browse repository at this point
clear out the hash table after resizing, and check for table modification in reads
Arya Asemanfar
authored and
trustin
committed
ef72da1
View commit details
Copy full SHA for ef72da1
View code at this point
Browse repository at this point
Fix potential resource leak in SslHandler
Show description for 822223e
trustin
committed
822223e
View commit details
Copy full SHA for 822223e
View code at this point
Browse repository at this point
Commits on Nov 29, 2012
Fix checkstyle
Norman Maurer
committed
c3ef072
View commit details
Copy full SHA for c3ef072
View code at this point
Browse repository at this point
Commits on Nov 28, 2012
Remove redundant exception message
trustin
authored and
Norman Maurer
committed
3ab7565
View commit details
Copy full SHA for 3ab7565
View code at this point
Browse repository at this point
Make CompatibleMarshallingDecoder discard the inbound buffer once TooLongFrameException is raised
Show description for 69e2684
trustin
authored and
Norman Maurer
committed
69e2684
View commit details
Copy full SHA for 69e2684
View code at this point
Browse repository at this point
[761] Fix possible NPE in cleanupWriteBuffer() when closing Channel
Norman Maurer
committed
797b8b8
View commit details
Copy full SHA for 797b8b8
View code at this point
Browse repository at this point
SPDY: fix header block values truncation in decompression
jaens
authored and
Norman Maurer
committed
3640737
View commit details
Copy full SHA for 3640737
View code at this point
Browse repository at this point
[#723] Use ExecutorServer.shutdown() in ExecutorHandler when terminate it. This way not tasks are lost
Norman Maurer
committed
3f1f9d3
View commit details
Copy full SHA for 3f1f9d3
View code at this point
Browse repository at this point
SPDY: fixed session status (internal error misdocumented)
Jeff Pinner
authored and
Norman Maurer
committed
f15fed1
View commit details
Copy full SHA for f15fed1
View code at this point
Browse repository at this point
[#734] Make sure that ChannelFuture is also notified when write an unsupported message to the channel and also prevent a NPE which could be raised because of the bug before
Norman Maurer
committed
fe90675
View commit details
Copy full SHA for fe90675
View code at this point
Browse repository at this point
[#740] Fix WebSocketClientHandshaker00.finishHandshake() validations
Norman Maurer
committed
3b9c760
View commit details
Copy full SHA for 3b9c760
View code at this point
Browse repository at this point
[#737] WebSocketClientHandshaker00 should set Content-Length header do workaround problem with proxy
Norman Maurer
committed
23d862c
View commit details
Copy full SHA for 23d862c
View code at this point
Browse repository at this point
[#735] Improve the notification of the handshake future
Norman Maurer
committed
9ea9222
View commit details
Copy full SHA for 9ea9222
View code at this point
Browse repository at this point
[#735] Make sure the handshake ChannelFuture is notified after the right encoder is present in the ChannelPipeline
Norman Maurer
committed
f61a8dc
View commit details
Copy full SHA for f61a8dc
View code at this point
Browse repository at this point
[#735] Make sure the handshake ChannelFuture is notified after the right encoder is present in the ChannelPipeline
Norman Maurer
committed
ccd6096
View commit details
Copy full SHA for ccd6096
View code at this point
Browse repository at this point
[#729] Correctly handle urls with empty abs_path in it when issue the websocket handshake
Norman Maurer
committed
89c809b
View commit details
Copy full SHA for 89c809b
View code at this point
Browse repository at this point
Commits on Nov 9, 2012
Use 'x' over "x" wherever possible / String.equals("") -> isEmpty()
trustin
committed
922a8db
View commit details
Copy full SHA for 922a8db
View code at this point
Browse repository at this point
Add 'static' modifier to the methods that don't need to be member methods
trustin
committed
d638052
View commit details
Copy full SHA for d638052
View code at this point
Browse repository at this point
Replace keySet() + unnecessary map lookup with entrySet()
trustin
committed
ffe5459
View commit details
Copy full SHA for ffe5459
View code at this point
Browse repository at this point
Make classes static wherever possible
trustin
committed
9a87f17
View commit details
Copy full SHA for 9a87f17
View code at this point
Browse repository at this point
Use foreach loop wherever possible / Prefer String.contains() to indexOf() >= 0 / Prefer StringUtil.split() to String.split()
trustin
committed
9a4296f
View commit details
Copy full SHA for 9a4296f
View code at this point
Browse repository at this point
Remove methods overridden but identical with the super implementation / Make constructors of abstract classes protected rather than non-sense public
Show description for ab02e90
trustin
committed
ab02e90
View commit details
Copy full SHA for ab02e90
View code at this point
Browse repository at this point
Remove unnecessary throws clauses for unchecked exceptions
trustin
committed
ac53b9e
View commit details
Copy full SHA for ac53b9e
View code at this point
Browse repository at this point
Remove unused imports
trustin
committed
4b4c6a4
View commit details
Copy full SHA for 4b4c6a4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.