netty5/transport-native-unix-common/src/main
Norman Maurer 047da11086 Correctly handle ByteBuf implementations which have no memoryAddress when writing to native transport
Motivation:

Commit 3c4dfed08a introduced a regression in handling buffers that have no memoryAddress.

Modifications:

Fix regression and also add unit tests.

Result:

It's possible again to write buffers without memory address.
2017-06-07 19:36:05 +02:00
..
c Correctly parse package-prefix if the jni lib is contained in a path that matches the library name. 2017-05-29 20:09:57 +02:00
java/io/netty/channel/unix Correctly handle ByteBuf implementations which have no memoryAddress when writing to native transport 2017-06-07 19:36:05 +02:00