netty5/transport-native-unix-common
Chris Vest 160e7f83d8
Use strerror_r for JNI error messages. (#10463) (#10465)
Motivation:
We previously relied on `strerror`, but this function is unfortunately not thread-safe.

Modification:
The use of `strerror` has been changed to `strerror_r`, which is thread-safe.
This function has a more complicated API, and has portability concerns that needs to be handled.
This accounts for the relatively large increase in lines of code.

Result:
Error messages from JNI are now always generated in a thread-safe way.
2020-08-12 07:11:20 +02:00
..
src Use strerror_r for JNI error messages. (#10463) (#10465) 2020-08-12 07:11:20 +02:00
Makefile New native transport for kqueue 2017-05-03 09:53:22 -07:00
pom.xml Add epoll aarch64 maven config and Dockerfile (#9804) 2020-05-14 09:32:11 +02:00