Branch: refs/heads/master Home: https://github.com/jenkinsci/remoting Commit: f767654728b076666aea35520fffc651e342ed43 https://github.com/jenkinsci/remoting/commit/f767654728b076666aea35520fffc651e342ed43 Author: Matt Sicker <boa...@gmail.com> Date: 2021-05-06 (Thu, 06 May 2021)
Changed paths: M src/main/java/hudson/remoting/Channel.java M src/main/java/hudson/remoting/ChannelBuilder.java M src/main/java/hudson/remoting/ChunkedOutputStream.java M src/main/java/hudson/remoting/DaemonThreadFactory.java M src/main/java/hudson/remoting/Engine.java M src/main/java/hudson/remoting/FastPipedInputStream.java M src/main/java/hudson/remoting/FileSystemJarCache.java M src/main/java/hudson/remoting/FlightRecorderInputStream.java M src/main/java/hudson/remoting/ImportedClassLoaderTable.java M src/main/java/hudson/remoting/JarCacheSupport.java M src/main/java/hudson/remoting/JarLoaderImpl.java M src/main/java/hudson/remoting/Launcher.java M src/main/java/hudson/remoting/PingThread.java M src/main/java/hudson/remoting/RemoteClassLoader.java M src/main/java/hudson/remoting/Request.java M src/main/java/hudson/remoting/SynchronousCommandTransport.java M src/main/java/hudson/remoting/forward/CopyThread.java M src/main/java/hudson/remoting/forward/PortForwarder.java M src/main/java/hudson/remoting/jnlp/Main.java M src/main/java/org/jenkinsci/remoting/nio/FifoBuffer.java M src/main/java/org/jenkinsci/remoting/nio/NioChannelHub.java M src/main/java/org/jenkinsci/remoting/protocol/IOHub.java M src/main/java/org/jenkinsci/remoting/protocol/cert/DelegatingX509ExtendedTrustManager.java M src/main/java/org/jenkinsci/remoting/protocol/impl/AgentProtocolClientFilterLayer.java M src/main/java/org/jenkinsci/remoting/protocol/impl/ChannelApplicationLayer.java M src/main/java/org/jenkinsci/remoting/protocol/impl/ConnectionHeadersFilterLayer.java M src/main/java/org/jenkinsci/remoting/util/SettableFuture.java M src/test/java/org/jenkinsci/remoting/engine/HandlerLoopbackLoadStress.java Log Message: ----------- Various cleanups (#442) * Use a real exception Signed-off-by: Matt Sicker <boa...@gmail.com> * Clean up old todo comment Signed-off-by: Matt Sicker <boa...@gmail.com> * Remove unnecessary lines Signed-off-by: Matt Sicker <boa...@gmail.com> * Use more appropriate types Signed-off-by: Matt Sicker <boa...@gmail.com> * Use lambda logging and try-with-resources Signed-off-by: Matt Sicker <boa...@gmail.com> * Maintain thread interrupt flag more consistently Signed-off-by: Matt Sicker <boa...@gmail.com> * Adjust thread-safety for Channel. Make it coherent. * Revert some unnecessary cleanups Signed-off-by: Matt Sicker <boa...@gmail.com> * Update src/main/java/hudson/remoting/ChunkedOutputStream.java Co-authored-by: Oleg Nenashev <o.v.nenas...@gmail.com> Co-authored-by: Jeff Thompson <jeffre...@gmail.com> Co-authored-by: Oleg Nenashev <o.v.nenas...@gmail.com> -- 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 jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/remoting/push/refs/heads/master/d4fe47-f76765%40github.com.