Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New HTTP tunnel code moved to org.jboss.netty.channel.socket.http as requested #12

Closed
wants to merge 7 commits into from

Commits on Dec 10, 2010

  1. Fix for NETTY-370 - documentation updated to reflect the correct beha…

    …viour of
    
    high / low water marks on the interest ops of nio channels.
    iainmcgin committed Dec 10, 2010
    Configuration menu
    Copy the full SHA
    af4109b View commit details
    Browse the repository at this point in the history
  2. NETTY-246: adding implementation to netty trunk for the 4.0.0 release…

    …. In order to get the tests to pass,
    
    I had to change the surefire fork policy from "never" to "once", as it seems the classloader settings used
    by the maven process were preventing jmock from mocking package private interfaces.
    iainmcgin committed Dec 10, 2010
    Configuration menu
    Copy the full SHA
    44c5dac View commit details
    Browse the repository at this point in the history
  3. Changing surefire version back to 2.5 (was changed to 2.6 while I was…

    … attempting to
    
    get jmock tests to pass, forgot to change back)
    iainmcgin committed Dec 10, 2010
    Configuration menu
    Copy the full SHA
    5f5c87b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2011

  1. Merge branch 'master' of github.com:netty/netty

    Conflicts:
    	src/main/java/org/jboss/netty/channel/socket/nio/NioSocketChannelConfig.java
    iainmcgin committed Apr 8, 2011
    Configuration menu
    Copy the full SHA
    3bb6a91 View commit details
    Browse the repository at this point in the history
  2. Moved http tunnel implementation into org.jboss.netty.channel.socket.…

    …http package, replacing the original implementation.
    
    Existing usage example has been deleted and should be replaced by an updated example using the new API.
    iainmcgin committed Apr 8, 2011
    Configuration menu
    Copy the full SHA
    6335119 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fed0f76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    887ca0c View commit details
    Browse the repository at this point in the history