[07/10] mina git commit: o Process the new handle before doing a select() o Removed the ThreadSleep() at startup : we process the handle first, so we don't need to wait with a random value.

2016-08-11 Thread elecharny
o Process the new handle before doing a select() o Removed the ThreadSleep() at startup : we process the handle first, so we don't need to wait with a random value. Project: http://git-wip-us.apache.org/repos/asf/mina/repo Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/d2aeee7b Tree: h

[04/10] mina git commit: Added the destroy() method in the NioSession class. It closes the channel and cancels the selectionKey

2016-08-11 Thread elecharny
Added the destroy() method in the NioSession class. It closes the channel and cancels the selectionKey Project: http://git-wip-us.apache.org/repos/asf/mina/repo Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/0478d386 Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/0478d386 Diff:

[05/10] mina git commit: o Destroy the session when it's closed immediately, instead of waiting for the NioProcessor to do it. o Made the CLOSE_REQUEST constant visible. o Exposed the destroy() method

2016-08-11 Thread elecharny
o Destroy the session when it's closed immediately, instead of waiting for the NioProcessor to do it. o Made the CLOSE_REQUEST constant visible. o Exposed the destroy() method o Don't wrap the writeRequestQueue into a CloseAwareWriteQueue, this is useless o Removed the CloseAwareWriteQueue private

[08/10] mina git commit: Added a method to let the user set the fragmentation option

2016-08-11 Thread elecharny
Added a method to let the user set the fragmentation option Project: http://git-wip-us.apache.org/repos/asf/mina/repo Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/e5d3a647 Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/e5d3a647 Diff: http://git-wip-us.apache.org/repos/asf/min

[01/10] mina git commit: Added some missing javadoc

2016-08-11 Thread elecharny
Repository: mina Updated Branches: refs/heads/2.0 35c0aac3d -> 5be12d6b6 Added some missing javadoc Project: http://git-wip-us.apache.org/repos/asf/mina/repo Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/f119ff13 Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/f119ff13 Dif

[10/10] mina git commit: Call closeNow() instead of close(true)

2016-08-11 Thread elecharny
Call closeNow() instead of close(true) Project: http://git-wip-us.apache.org/repos/asf/mina/repo Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/5be12d6b Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/5be12d6b Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/5be12d6b Bran

[02/10] mina git commit: No need to call session.closeNow() if the session is currently being closed

2016-08-11 Thread elecharny
No need to call session.closeNow() if the session is currently being closed Project: http://git-wip-us.apache.org/repos/asf/mina/repo Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/3b6c4464 Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/3b6c4464 Diff: http://git-wip-us.apache.

[03/10] mina git commit: CLose the channel only when it's not already closed

2016-08-11 Thread elecharny
CLose the channel only when it's not already closed Project: http://git-wip-us.apache.org/repos/asf/mina/repo Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/0a28b4ea Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/0a28b4ea Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/

[09/10] mina git commit: o The write() method now throws an IoException o Called the closeNow() method instead of close(true) o Called the removeNow() method instead of destroy() when we get an except

2016-08-11 Thread elecharny
o The write() method now throws an IoException o Called the closeNow() method instead of close(true) o Called the removeNow() method instead of destroy() when we get an exception while writing a buffer Project: http://git-wip-us.apache.org/repos/asf/mina/repo Commit: http://git-wip-us.apache.org/r

[06/10] mina git commit: o The poll() method close and dispose the session if the CLOSE_REQUEST message is read from the WriteRequestQueue o Don't call super() when not needed

2016-08-11 Thread elecharny
o The poll() method close and dispose the session if the CLOSE_REQUEST message is read from the WriteRequestQueue o Don't call super() when not needed Project: http://git-wip-us.apache.org/repos/asf/mina/repo Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/ebd9a5aa Tree: http://git-wip-

Build failed in Jenkins: MINA-2.0.X-jdk1.5-windows #66

2016-08-11 Thread Apache Jenkins Server
See Changes: [elecharny] Added some missing javadoc [elecharny] No need to call session.closeNow() if the session is currently being [elecharny] CLose the channel only when it's not already closed [elecharny] Added the destro