Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: netty/netty
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.2
Choose a base ref
...
head repository: kojavaee11/netty
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 75 files changed
  • 4 contributors

Commits on Aug 26, 2013

  1. Bump up version to 4.1.0.Alpha1-SNAPSHOT

    Norman Maurer committed Aug 26, 2013
    Configuration menu
    Copy the full SHA
    09a748a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2013

  1. [#1785] Fix incorrect javadocs

    Norman Maurer committed Aug 27, 2013
    Configuration menu
    Copy the full SHA
    6fc297b View commit details
    Browse the repository at this point in the history
  2. ability to use Executor instead of ThreadFactory

    develar authored and Norman Maurer committed Aug 27, 2013
    Configuration menu
    Copy the full SHA
    761e9ba View commit details
    Browse the repository at this point in the history
  3. Currently the system variable to chose which type of zlib decoder is …

    …being negated
    d-t-w authored and Norman Maurer committed Aug 27, 2013
    Configuration menu
    Copy the full SHA
    71acd96 View commit details
    Browse the repository at this point in the history
  4. HTTP Chunk, wrong delimiter written

    d-t-w authored and trustin committed Aug 27, 2013
    Configuration menu
    Copy the full SHA
    b669237 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2013

  1. Configuration menu
    Copy the full SHA
    088551d View commit details
    Browse the repository at this point in the history
  2. [#1788] Correctly decode CRC32 and ISIZE when using JdkZlibDecoder

    Because of incorrect decoding a CompressionException was thrown before
    Norman Maurer committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    cbf269e View commit details
    Browse the repository at this point in the history
  3. Free up all buffers after the tests

    Norman Maurer committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    5447fe1 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2013

  1. [#1797] Throw IllegalArgumentException if AbstractByteBuf.skipBytes(.…

    …..) is used with a negative value
    Norman Maurer committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    aed8c15 View commit details
    Browse the repository at this point in the history
  2. [#1798] Correctly handle skipping of too big frames

    Norman Maurer committed Aug 29, 2013
    2 Configuration menu
    Copy the full SHA
    2ffdd92 View commit details
    Browse the repository at this point in the history
  3. Remove support from deregister a Channel from a EventLoop manually

    bgallagher authored and Norman Maurer committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    c149f4b View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2013

  1. Remove legancy code which we not need anymore as we use gathering wri…

    …tes anyway everywhere
    Norman Maurer committed Sep 1, 2013
    Configuration menu
    Copy the full SHA
    54d788f View commit details
    Browse the repository at this point in the history
Loading