netty5/common
Norman Maurer eadf1bfc3f Correctly handle byte shifting if system does not support unaligned access.
Motivation:

We had a bug in our implemention which double "reversed" bytes on systems which not support unaligned access.

Modifications:

- Correctly only reverse bytes if needed.
- Share code between unsafe implementations.

Result:

No more data-corruption on sytems without unaligned access.
2015-10-20 17:31:54 +02:00
..
src Correctly handle byte shifting if system does not support unaligned access. 2015-10-20 17:31:54 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2015-09-30 09:31:26 +02:00