Branch: refs/heads/stable-2.x
  Home:   https://github.com/jenkinsci/remoting
  Commit: b54adb1746213f8c6ac1eb13c1b9c18be5c56c4e
      
https://github.com/jenkinsci/remoting/commit/b54adb1746213f8c6ac1eb13c1b9c18be5c56c4e
  Author: Oleg Nenashev <[email protected]>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M src/main/java/org/jenkinsci/remoting/nio/FifoBuffer.java

  Log Message:
  -----------
  [JENKINS-25218] - Hardening of FifoBuffer operation logic (#100)

* [JENKINS-25218] - nio.FifoBuffer#writable() should be synchronized, since we 
use non-atomic int

* [JENKINS-25218] - Implement asynchronous processing of close requests in 
FifoBuffer

* [JENKINS-25218] - Prevent NPE when we close the channel in parallel with the 
FifoBuffer#receive() loop

* [JENKINS-25218] - FifoBuffer resizing should notify read/write threads 
waiting on the lock

* [JENKINS-25218] - Minor comments

* [JENKINS-25218] - Automatically close FifoBuffer if the underlying channel is 
closed

* [JENKINS-25218] - Revert errorneous code


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to