-
-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Comparing changes
Open a pull request
base repository: netty/netty
base: 4.2
head repository: QStephen/netty
compare: master
- 18 commits
- 109 files changed
- 4 contributors
Commits on Aug 26, 2013
-
Bump up version to 4.1.0.Alpha1-SNAPSHOT
Norman Maurer committedAug 26, 2013 Configuration menu - View commit details
-
Copy full SHA for 09a748a - Browse repository at this point
Copy the full SHA 09a748aView commit details
Commits on Aug 27, 2013
-
[#1785] Fix incorrect javadocs
Norman Maurer committedAug 27, 2013 Configuration menu - View commit details
-
Copy full SHA for 6fc297b - Browse repository at this point
Copy the full SHA 6fc297bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 761e9ba - Browse repository at this point
Copy the full SHA 761e9baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71acd96 - Browse repository at this point
Copy the full SHA 71acd96View commit details -
Configuration menu - View commit details
-
Copy full SHA for b669237 - Browse repository at this point
Copy the full SHA b669237View commit details
Commits on Aug 28, 2013
-
[#1792] PlatformDependent.freeDirectBuffer(..) now respect hasUnsafe()
Norman Maurer committedAug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 088551d - Browse repository at this point
Copy the full SHA 088551dView commit details -
[#1788] Correctly decode CRC32 and ISIZE when using JdkZlibDecoder
Because of incorrect decoding a CompressionException was thrown before
Norman Maurer committedAug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for cbf269e - Browse repository at this point
Copy the full SHA cbf269eView commit details -
Free up all buffers after the tests
Norman Maurer committedAug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 5447fe1 - Browse repository at this point
Copy the full SHA 5447fe1View commit details
Commits on Aug 29, 2013
-
[#1797] Throw IllegalArgumentException if AbstractByteBuf.skipBytes(.…
…..) is used with a negative value
Norman Maurer committedAug 29, 2013 Configuration menu - View commit details
-
Copy full SHA for aed8c15 - Browse repository at this point
Copy the full SHA aed8c15View commit details -
[#1798] Correctly handle skipping of too big frames
Norman Maurer committedAug 29, 2013 2Configuration menu - View commit details
-
Copy full SHA for 2ffdd92 - Browse repository at this point
Copy the full SHA 2ffdd92View commit details -
Remove support from deregister a Channel from a EventLoop manually
bgallagher authored and Norman Maurer committedAug 29, 2013 Configuration menu - View commit details
-
Copy full SHA for c149f4b - Browse repository at this point
Copy the full SHA c149f4bView commit details
Commits on Sep 1, 2013
-
Remove legancy code which we not need anymore as we use gathering wri…
…tes anyway everywhere
Norman Maurer committedSep 1, 2013 Configuration menu - View commit details
-
Copy full SHA for 54d788f - Browse repository at this point
Copy the full SHA 54d788fView commit details
Commits on Sep 2, 2013
-
[#1710] Add missing duplicate() overrides in interfaces
Norman Maurer committedSep 2, 2013 Configuration menu - View commit details
-
Copy full SHA for 81258e9 - Browse repository at this point
Copy the full SHA 81258e9View commit details -
[#1683] Remove used ChannelOptions
Norman Maurer committedSep 2, 2013 Configuration menu - View commit details
-
Copy full SHA for 70f5a4e - Browse repository at this point
Copy the full SHA 70f5a4eView commit details -
Add tests to try to track down some buffer issues
Norman Maurer committedSep 2, 2013 Configuration menu - View commit details
-
Copy full SHA for 60b06df - Browse repository at this point
Copy the full SHA 60b06dfView commit details -
[#1797] No use internalNioBuffer() in derived buffers as it is not me…
…ant for concurrent access
Norman Maurer committedSep 2, 2013 Configuration menu - View commit details
-
Copy full SHA for 6f79291 - Browse repository at this point
Copy the full SHA 6f79291View commit details -
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 committedSep 2, 2013 Configuration menu - View commit details
-
Copy full SHA for a52bbd2 - Browse repository at this point
Copy the full SHA a52bbd2View commit details
Commits on Sep 3, 2013
-
[#1805] Fix example in javadocs of SimpleChannelInboundHandler
Norman Maurer committedSep 3, 2013 1Configuration menu - View commit details
-
Copy full SHA for d75897b - Browse repository at this point
Copy the full SHA d75897bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.2...master