Go to file
nmittler 2a200385a0 Update Netty to latest netty-tcnative
Motivation:

The latest netty-tcnative fixes a bug in determining the version of the runtime openssl lib.  It also publishes an artificact with the classifier linux-<arch>-fedora for fedora-based systems.

Modifications:

Modified the build files to use the "-fedora" classifier when appropriate for tcnative. Care is taken, however, to not change the classifier for the native epoll transport.

Result:

Netty is updated the the new shiny netty-tcnative.
2015-09-18 12:01:36 -07:00
all Update Netty to latest netty-tcnative 2015-09-18 12:01:36 -07:00
buffer Optimize ByteBufUtil.writeUsAscii(...) when AsciiString is used. 2015-09-15 12:27:08 +02:00
codec HTTP/2 Header Name Validation 2015-09-09 13:59:22 -07:00
codec-dns
codec-haproxy
codec-http c7e3f6c6fd merge error 2015-09-16 15:41:17 -07:00
codec-http2 HTTP/2 defines using String instead of CharSequence 2015-09-16 14:55:54 -07:00
codec-memcache Fix a buffer leak in BinaryMemcacheEncoderTest 2015-08-29 11:55:33 +09:00
codec-mqtt Fix code styles on MQTT codec classes 2015-08-31 08:25:18 +02:00
codec-socks
codec-stomp
codec-xml
common HTTP/2 defines using String instead of CharSequence 2015-09-16 14:55:54 -07:00
example Update Netty to latest netty-tcnative 2015-09-18 12:01:36 -07:00
handler Update Netty to latest netty-tcnative 2015-09-18 12:01:36 -07:00
handler-proxy
license
microbench Update Netty to latest netty-tcnative 2015-09-18 12:01:36 -07:00
resolver
resolver-dns Fix unintended timeout in negative DNS lookup cache test 2015-08-29 11:40:02 +09:00
tarball
testsuite Update Netty to latest netty-tcnative 2015-09-18 12:01:36 -07:00
testsuite-osgi
transport [#4205] Correctly set EPOLLOUT flag whe writeBytes(...) was not able to write everything 2015-09-16 10:45:48 +02:00
transport-native-epoll Update Netty to latest netty-tcnative 2015-09-18 12:01:36 -07:00
transport-rxtx
transport-sctp OioSctpChannel iterating over selected keys 2015-08-27 10:23:06 -07:00
transport-udt
.fbprefs
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NOTICE.txt
README.md
pom.xml Update Netty to latest netty-tcnative 2015-09-18 12:01:36 -07:00
run-example.sh

README.md

Netty Project

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.

How to build

For the detailed information about building and developing Netty, please visit the developer guide. This page only gives very basic information.

You require the following to build Netty:

Note that this is build-time requirement. JDK 5 (for 3.x) or 6 (for 4.0+) is enough to run your Netty-based application.

Branches to look

The 'master' branch is where the development of the latest major version lives on. The development of all other versions takes place in each branch whose name is identical to <majorVersion>.<minorVersion>. For example, the development of 3.9 and 4.0 resides in the branch '3.9' and the branch '4.0' respectively.