Commit Graph

  • 9eb4f0ee85 Fix a problem with IP protocol version confusion on MacOS when TCP FastOpen is enabled (#11588) Chris Vest 2021-08-18 20:43:01 +0200
  • 201f6b6bb2
    Remove dead code and fix warnings in the http2 module (#11593) Chris Vest 2021-08-18 20:43:57 +0200
  • 322f75c5a2
    Fix a problem with IP protocol version confusion on MacOS when TCP FastOpen is enabled (#11588) Chris Vest 2021-08-18 20:43:01 +0200
  • 0e2f4adc9d Fix JDK17 profile Norman Maurer 2021-08-18 16:22:26 +0200
  • 766fefa0f9 Use StandardSocketOptions#IP_MULTICAST_IF as default source when joing multicast groups (#11585) Norman Maurer 2021-08-18 12:11:48 +0200
  • 8e4465d14c Fix IndexOutOfBoundsException caused by consuming the buffer multiple times in DatagramDnsQueryDecoder (#11592) Norman Maurer 2021-08-18 14:57:57 +0200
  • b82cb34c64
    Fix IndexOutOfBoundsException caused by consuming the buffer multiple times in DatagramDnsQueryDecoder (#11592) Norman Maurer 2021-08-18 14:57:57 +0200
  • 228a01e268
    Use StandardSocketOptions#IP_MULTICAST_IF as default source when joing multicast groups (#11585) Norman Maurer 2021-08-18 12:11:48 +0200
  • 89866da252 Add CI job for JDK17 (#11584) Norman Maurer 2021-08-18 10:08:49 +0200
  • cafc669436
    Add CI job for JDK17 (#11584) Norman Maurer 2021-08-18 10:08:49 +0200
  • 8549d7dc87 Add cast to help compiler to build (#11587) Norman Maurer 2021-08-18 09:21:19 +0200
  • 69f0de223f
    Add cast to help compiler to build (#11587) Norman Maurer 2021-08-18 09:21:19 +0200
  • 22e71e4efd Add some docs for io.netty.leakDetection.acquireAndReleaseOnly. Norman Maurer 2021-08-16 12:19:17 +0200
  • 794c45fd59
    Add some docs for io.netty.leakDetection.acquireAndReleaseOnly. (#11580) Norman Maurer 2021-08-17 09:09:50 +0200
  • 8083818b45 Ensure we only log message on BoringSSL when the ciphers really are not the default (#11583) Norman Maurer 2021-08-16 22:23:25 +0200
  • ea932dd706
    Ensure we only log message on BoringSSL when the ciphers really are not the default (#11583) Norman Maurer 2021-08-16 22:23:25 +0200
  • 3e2e36eac5
    Remove the deprecated ThreadDeathWatcher (#11574) Chris Vest 2021-08-16 14:33:58 +0200
  • f8f17f676d [maven-release-plugin] prepare for next development iteration Netty Project Bot 2021-08-16 08:23:23 +0000
  • b785fa9eed [maven-release-plugin] prepare release netty-4.1.67.Final netty-4.1.67.Final Netty Project Bot 2021-08-16 08:23:20 +0000
  • 7903a44a14 Revert "[maven-release-plugin] prepare release netty-4.1.67.Final" Norman Maurer 2021-08-16 10:14:09 +0200
  • ec23189e72 Revert "[maven-release-plugin] prepare for next development iteration" Norman Maurer 2021-08-16 10:13:59 +0200
  • 76c55caeb9 [maven-release-plugin] prepare for next development iteration Netty Project Bot 2021-08-12 17:12:05 +0000
  • f773733af6 [maven-release-plugin] prepare release netty-4.1.67.Final Netty Project Bot 2021-08-12 17:12:01 +0000
  • 85b0eb2d3e server h2c upgrade fail when request doesn't have connection header (#11569) DD 2021-08-13 00:04:18 +0800
  • 056eba4db4
    server h2c upgrade fail when request doesn't have connection header (#11569) DD 2021-08-13 00:04:18 +0800
  • 25699e44e9 Add support for client-side TCP FastOpen to KQueue MacOS (#11560) Chris Vest 2021-08-12 13:38:46 +0200
  • f750e2eb6a
    Add support for client-side TCP FastOpen to KQueue MacOS (#11560) Chris Vest 2021-08-12 13:38:46 +0200
  • bcdc07fe13 Improve test failure reporting of EpollSocketChannelConfigTest (#11570) Chris Vest 2021-08-12 11:37:56 +0200
  • 699549dcbc
    Improve test failure reporting of EpollSocketChannelConfigTest (#11570) Chris Vest 2021-08-12 11:37:56 +0200
  • a3d5617d45
    Remove deprecated stuff around ResourceLeakDetector (#11572) Chris Vest 2021-08-11 21:41:49 +0200
  • 11fcfe1f73
    Remove PromiseAggregator (#11571) Chris Vest 2021-08-11 21:41:16 +0200
  • 99bd5895dc Inline variables to make code more readable (#11565) Aayush Atharva 2021-08-11 17:05:48 +0200
  • beb4588b4a
    Inline variables to make code more readable (#11565) Aayush Atharva 2021-08-11 20:35:48 +0530
  • 00d1dfb686 Some small improvements (#11564) skyguard1 2021-08-11 13:40:21 +0200
  • 3c27e008b6
    Some small improvements (#11564) skyguard1 2021-08-11 19:40:21 +0800
  • b9ac4b62bf Bump commons-compress from 1.19 to 1.21 (#11539) dependabot[bot] 2021-08-10 10:53:15 -0700
  • 3f8dab5ad0
    Bump commons-compress from 1.19 to 1.21 (#11539) dependabot[bot] 2021-08-10 10:53:15 -0700
  • f921e08ea2 Bump ant from 1.10.9 to 1.10.11 (#11538) dependabot[bot] 2021-08-10 10:49:36 -0700
  • ea45158c97
    Bump ant from 1.10.9 to 1.10.11 (#11538) dependabot[bot] 2021-08-10 10:49:36 -0700
  • ce947cc781 Make the TCP_FASTOPEN channel option transport agnostic (#11559) Chris Vest 2021-08-10 09:03:05 +0200
  • 9e6cd2822f Disable flaky `Http2MultiplexTransportTest` test on Windows (#11554) Aayush Atharva 2021-08-09 22:01:04 +0530
  • c95f99c81c Fix typo in AbstractSearchProcessorFactory.java (#11562) Ikko Ashimine 2021-08-10 01:28:40 +0900
  • 6a92a3354e Use the standard `japicmp.skip` instead of the custom `skipJapicmp` (#11558) Chris Vest 2021-08-09 18:08:06 +0200
  • c41478da0f Remove io.netty.http2.validateContentLength SystemProperty (#11561) Scott Mitchell 2021-08-06 11:02:48 -0700
  • 32523c5337
    Make the TCP_FASTOPEN channel option transport agnostic (#11559) Chris Vest 2021-08-10 09:03:05 +0200
  • 0772e50750
    Disable flaky `Http2MultiplexTransportTest` test on Windows (#11554) Aayush Atharva 2021-08-09 22:01:04 +0530
  • 214448af03
    Fix typo in AbstractSearchProcessorFactory.java (#11562) Ikko Ashimine 2021-08-10 01:28:40 +0900
  • 1e6a34affd
    Use the standard `japicmp.skip` instead of the custom `skipJapicmp` (#11558) Chris Vest 2021-08-09 18:08:06 +0200
  • a27443df64
    Remove io.netty.http2.validateContentLength SystemProperty (#11561) Scott Mitchell 2021-08-06 11:02:48 -0700
  • 25a0a6d425 Make variables final (#11548) Aayush Atharva 2021-08-06 09:27:12 +0200
  • fe7b18ee83
    Make variables final (#11548) Aayush Atharva 2021-08-06 12:57:12 +0530
  • ea8f6774d5 Simplify Bitwise operations (#11547) Aayush Atharva 2021-08-06 12:46:32 +0530
  • a3c4c9ebfd
    Simplify Bitwise operations (#11547) Aayush Atharva 2021-08-06 12:46:32 +0530
  • ef203fa6cb
    Fix a number of javadoc issues (#11544) Chris Vest 2021-08-06 09:14:04 +0200
  • 6c2813bdb0 Make EpollSocketChannelConfigTest tollerant of fd reuse race (#11552) Chris Vest 2021-08-06 08:45:24 +0200
  • 45c97fbdfd
    Make EpollSocketChannelConfigTest tollerant of fd reuse race (#11552) Chris Vest 2021-08-06 08:45:24 +0200
  • 6d6d2060af Remove unnecessary toString calls (#11550) Aayush Atharva 2021-08-05 17:47:00 +0530
  • 6e387e2f5d
    Remove unnecessary toString calls (#11550) Aayush Atharva 2021-08-05 17:47:00 +0530
  • 1c574e0d22 Remove unnecessary semicolons (#11549) Aayush Atharva 2021-08-05 14:09:54 +0200
  • 01b42c568d
    Remove unnecessary semicolons (#11549) Aayush Atharva 2021-08-05 17:39:54 +0530
  • b700793951 Remove Unused Imports (#11546) Aayush Atharva 2021-08-05 13:54:48 +0200
  • 1ce28e80d1
    Remove Unused Imports (#11546) Aayush Atharva 2021-08-05 17:24:48 +0530
  • 91e48902bb
    Small cleanups (#11545) Chris Vest 2021-08-05 10:37:52 +0200
  • 6b11f7fbc2
    All *Bootstrap methods that used to return ChannelFuture now return Future<Channel> (#11517) Chris Vest 2021-08-03 19:43:38 +0200
  • 4f0f889dbf Fix a bug with delegate/async SSL (#11537) Chris Vest 2021-08-03 10:06:37 +0200
  • 21df18deac
    Fix a bug with delegate/async SSL (#11537) Chris Vest 2021-08-03 10:06:37 +0200
  • 202aee34c4 Ensure we always wrap if there is something left to be send to the remote peer (#11535) Norman Maurer 2021-08-02 10:12:35 +0200
  • 8bcc27a169
    Ensure we always wrap if there is something left to be send to the remote peer (#11535) Norman Maurer 2021-08-02 10:12:35 +0200
  • 7d1de8c970 Add Increment and Decrement count positive check in ReferenceCountUtil (#11523) Aayush Atharva 2021-07-30 00:21:01 +0530
  • 82418dafec
    Add Increment and Decrement count positive check in ReferenceCountUtil (#11523) Aayush Atharva 2021-07-30 00:21:01 +0530
  • 7f87b09a96 Ensure we include hs_err* files when build failed (#11525) Norman Maurer 2021-07-29 08:48:12 +0200
  • b6da6f5828
    Ensure we include hs_err* files when build failed (#11525) Norman Maurer 2021-07-29 08:48:12 +0200
  • 1d39dd5195 Add @UnstableApi to TcpDnsResponseEncoder (#11526) Norman Maurer 2021-07-28 19:53:08 +0200
  • a2e34ec5e8
    Add @UnstableApi to TcpDnsResponseEncoder (#11526) Norman Maurer 2021-07-28 19:53:08 +0200
  • 4c78c93a62 Fix false-positive report of japicmp-maven-plugin introduced by OCccef8feedd726743d0355b34799e4915536d72ab Norman Maurer 2021-07-28 12:06:10 +0200
  • 8314e2fb04 Fix false-positive report of japicmp-maven-plugin introduced by OCccef8feedd726743d0355b34799e4915536d72ab Norman Maurer 2021-07-28 12:06:10 +0200
  • 7f3512d42a Add @UnstableApi annotation to TcpDnsQueryDecoder introduced by ccef8feedd Norman Maurer 2021-07-28 11:37:29 +0200
  • e419dedc2c Add @UnstableApi annotation to TcpDnsQueryDecoder introduced by ccef8feedd Norman Maurer 2021-07-28 11:37:29 +0200
  • 4259db264f
    Add an ByteBuf -> Buffer adaptor (#11518) Nitesh Kant 2021-07-28 02:16:55 -0700
  • 564c8c3f7c Fix compile error in example introduced by bad cherry-pick of c9d6d36539 Norman Maurer 2021-07-28 09:41:12 +0200
  • c9d6d36539 Add TcpDnsQueryDecoder and TcpDnsResponseEncoder (#11415) RockyLOMO 2021-07-28 15:24:28 +0800
  • ccef8feedd
    Add TcpDnsQueryDecoder and TcpDnsResponseEncoder (#11415) RockyLOMO 2021-07-28 15:24:28 +0800
  • 0b7873bb82 JdkZlibDecoder may corrupt data when GZIP footer is fragmented (#11521) Norman Maurer 2021-07-28 09:15:37 +0200
  • c83c5b7d7c
    JdkZlibDecoder may corrupt data when GZIP footer is fragmented (#11521) Norman Maurer 2021-07-28 09:15:37 +0200
  • fc922c98d8
    Remove overrides of Throwable.fillInStackTrace (#11514) Chris Vest 2021-07-27 13:29:09 +0200
  • 1b1df557bf Make DnsNameResolver.cnameCache() public (#11520) Norman Maurer 2021-07-27 12:05:28 +0200
  • 412af40f5d
    Make DnsNameResolver.cnameCache() public (#11520) Norman Maurer 2021-07-27 12:05:28 +0200
  • e1be815a94
    FastLzFrameEncoder should not depend on the buffer type (#11516) Norman Maurer 2021-07-27 09:21:02 +0200
  • f645982a94 Remove ApplicationProtocolNegotiationHandler when no SslHandler is present (#11503) Norman Maurer 2021-07-26 20:20:40 +0200
  • c423891fb5
    Remove ApplicationProtocolNegotiationHandler when no SslHandler is present (#11503) Norman Maurer 2021-07-26 20:20:40 +0200
  • f5f3107cc3 Add some size checks to make code more robust and more clear (#11512) Norman Maurer 2021-07-26 17:11:18 +0200
  • 165a035a15
    Add some size checks to make code more robust and more clear (#11512) Norman Maurer 2021-07-26 17:11:18 +0200
  • 6559f2fc25 FastLzFrameEncoder should not depend on the buffer type Norman Maurer 2021-07-26 11:59:02 +0200
  • b004078a41 Fix bad cherry-pick done in ae41a5c28b Norman Maurer 2021-07-26 14:57:43 +0200
  • 0764e79d91 Disable mutual auth tests on windows for now (#11513) Norman Maurer 2021-07-26 14:10:26 +0200
  • 8af59e4b40
    Disable mutual auth tests on windows for now (#11513) Norman Maurer 2021-07-26 14:10:26 +0200
  • 60c9cbf46a FastLzFrameDecoder should not need to do any extra memory copies even when direct buffers are used (#11511) Norman Maurer 2021-07-26 11:59:02 +0200
  • ae875c35ec
    FastLzFrameDecoder should not need to do any extra memory copies even when direct buffers are used (#11511) Norman Maurer 2021-07-26 11:59:02 +0200
  • 3549c4048c Use junit5 methods (#11508) Norman Maurer 2021-07-26 08:28:32 +0200
  • 5eb9445990 Set skipJapicmp to true as there is no previous release yet Norman Maurer 2021-07-26 08:36:14 +0200