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: QStephen/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.
  • 18 commits
  • 109 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

Commits on Sep 2, 2013

  1. [#1710] Add missing duplicate() overrides in interfaces

    Norman Maurer committed Sep 2, 2013
    Configuration menu
    Copy the full SHA
    81258e9 View commit details
    Browse the repository at this point in the history
  2. [#1683] Remove used ChannelOptions

    Norman Maurer committed Sep 2, 2013
    Configuration menu
    Copy the full SHA
    70f5a4e View commit details
    Browse the repository at this point in the history
  3. Add tests to try to track down some buffer issues

    Norman Maurer committed Sep 2, 2013
    Configuration menu
    Copy the full SHA
    60b06df View commit details
    Browse the repository at this point in the history
  4. [#1797] No use internalNioBuffer() in derived buffers as it is not me…

    …ant for concurrent access
    Norman Maurer committed Sep 2, 2013
    Configuration menu
    Copy the full SHA
    6f79291 View commit details
    Browse the repository at this point in the history
  5. Make sure only direct ByteBuffer are passed to the underlying jdk Cha…

    …nnel.
    
    This is needed because of otherwise the JDK itself will do an extra ByteBuffer copy with it's own pool implementation. Even worth it will be done
    multiple times if the ByteBuffer is always only partial written. With this change the copy is done inside of netty using it's own allocator and
    only be done one time in all cases.
    Norman Maurer committed Sep 2, 2013
    Configuration menu
    Copy the full SHA
    a52bbd2 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2013

  1. 1 Configuration menu
    Copy the full SHA
    d75897b View commit details
    Browse the repository at this point in the history
Loading