Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: 2b5657b20ca55044aa843d0e1a3cf3da8cb9d1d3
      
https://github.com/jenkinsci/remoting/commit/2b5657b20ca55044aa843d0e1a3cf3da8cb9d1d3
  Author: Jeff Thompson <[email protected]>
  Date:   2019-08-09 (Fri, 09 Aug 2019)

  Changed paths:
    M src/main/java/hudson/remoting/Engine.java
    M src/main/java/hudson/remoting/jnlp/Main.java
    A src/main/java/org/jenkinsci/remoting/engine/EndpointResolver.java
    M src/main/java/org/jenkinsci/remoting/engine/JnlpAgentEndpoint.java
    A 
src/main/java/org/jenkinsci/remoting/engine/JnlpAgentEndpointConfigurator.java
    M src/main/java/org/jenkinsci/remoting/engine/JnlpAgentEndpointResolver.java

  Log Message:
  -----------
  Add ability to skip HTTP(S) call and go straight to TCP.


  Commit: 6e431c3673dc3c0a93d9c1d2f6cdda528b8ee5da
      
https://github.com/jenkinsci/remoting/commit/6e431c3673dc3c0a93d9c1d2f6cdda528b8ee5da
  Author: Jeff Thompson <[email protected]>
  Date:   2019-08-09 (Fri, 09 Aug 2019)

  Changed paths:
    M src/main/java/hudson/remoting/Engine.java
    M src/main/java/hudson/remoting/jnlp/Main.java
    R src/main/java/org/jenkinsci/remoting/engine/EndpointResolver.java
    M 
src/main/java/org/jenkinsci/remoting/engine/JnlpAgentEndpointConfigurator.java
    M src/main/java/org/jenkinsci/remoting/engine/JnlpAgentEndpointResolver.java
    A src/main/java/org/jenkinsci/remoting/engine/JnlpEndpointResolver.java

  Log Message:
  -----------
  Convert directConnection parameter from URL to String.

No builtin support for tcp URLs.
Also, add copyright where needed.


  Commit: 866ac08ad98ddbe00f5aa179a13bce3ab6657ea3
      
https://github.com/jenkinsci/remoting/commit/866ac08ad98ddbe00f5aa179a13bce3ab6657ea3
  Author: Jeff Thompson <[email protected]>
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
    M README.md
    A docs/tcpAgent.md
    A docs/tcpAgentStatus.jpg

  Log Message:
  -----------
  Add documentation for the new launch mechanism.

Unfortunately, there has been little or outdated documentation for the existing 
mechanisms. In order to have a landing for the new mechanism, I also put 
together information for some other approaches and put them together into a new 
page.


  Commit: cfe62e2566d7c13f85690ad87dde46bf639a952d
      
https://github.com/jenkinsci/remoting/commit/cfe62e2566d7c13f85690ad87dde46bf639a952d
  Author: Jeff Thompson <[email protected]>
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
    M docs/tcpAgent.md

  Log Message:
  -----------
  Separate each md sentence to its own line.


  Commit: 4deb2285a5d6cefe3a21a5c1e6f5a5949876fa20
      
https://github.com/jenkinsci/remoting/commit/4deb2285a5d6cefe3a21a5c1e6f5a5949876fa20
  Author: Jeff Thompson <[email protected]>
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
    A src/main/java/org/jenkinsci/remoting/engine/HostPort.java
    M 
src/main/java/org/jenkinsci/remoting/engine/JnlpAgentEndpointConfigurator.java
    M src/main/java/org/jenkinsci/remoting/engine/JnlpAgentEndpointResolver.java
    M src/main/java/org/jenkinsci/remoting/engine/JnlpEndpointResolver.java
    A src/test/java/org/jenkinsci/remoting/engine/HostPortTest.java

  Log Message:
  -----------
  Add ability to use IPv6 addresses.


  Commit: 5854aeb9e7b8eaf211db8dd15914e19dec1b015a
      
https://github.com/jenkinsci/remoting/commit/5854aeb9e7b8eaf211db8dd15914e19dec1b015a
  Author: Jeff Thompson <[email protected]>
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:
    M README.md
    M docs/tcpAgent.md

  Log Message:
  -----------
  Apply suggestions from code review

Typos and leftovers from earlier iterations.

Co-Authored-By: Alexander Link <[email protected]>


  Commit: 4e986c020ab96513408b183027d65e3c4ac50f62
      
https://github.com/jenkinsci/remoting/commit/4e986c020ab96513408b183027d65e3c4ac50f62
  Author: Jeff Thompson <[email protected]>
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:
    M src/main/java/hudson/remoting/Engine.java

  Log Message:
  -----------
  Complete renaming from an earlier iteration.


  Commit: 07d7fd668b17123afd9ef7ac7a859bdda151f5cf
      
https://github.com/jenkinsci/remoting/commit/07d7fd668b17123afd9ef7ac7a859bdda151f5cf
  Author: Jeff Thompson <[email protected]>
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:
    M README.md
    M docs/tcpAgent.md

  Log Message:
  -----------
  Merge branch 'skipHttp' of github.com:jeffret-b/remoting into skipHttp


  Commit: 7cdfe273a861395af56cf06eb20ea70c2a17657e
      
https://github.com/jenkinsci/remoting/commit/7cdfe273a861395af56cf06eb20ea70c2a17657e
  Author: Jeff Thompson <[email protected]>
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:
    M docs/tcpAgent.md

  Log Message:
  -----------
  Apply suggestions from code review

Co-Authored-By: Matt Sicker <[email protected]>


  Commit: 216e4e9d563a62a8cfbddf997f49cc5e6852102f
      
https://github.com/jenkinsci/remoting/commit/216e4e9d563a62a8cfbddf997f49cc5e6852102f
  Author: Jeff Thompson <[email protected]>
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:
    M src/main/java/org/jenkinsci/remoting/engine/HostPort.java
    M src/test/java/org/jenkinsci/remoting/engine/HostPortTest.java

  Log Message:
  -----------
  Use bracket notation for IPv6.


  Commit: 9b420f43b7dd6b9db7ee431d11e6e06988a8f9a1
      
https://github.com/jenkinsci/remoting/commit/9b420f43b7dd6b9db7ee431d11e6e06988a8f9a1
  Author: Jeff Thompson <[email protected]>
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:
    M docs/tcpAgent.md

  Log Message:
  -----------
  Merge branch 'skipHttp' of github.com:jeffret-b/remoting into skipHttp


  Commit: 659dd00dd579b73c6f206d76b30a8253fd2247bf
      
https://github.com/jenkinsci/remoting/commit/659dd00dd579b73c6f206d76b30a8253fd2247bf
  Author: Jeff Thompson <[email protected]>
  Date:   2019-08-15 (Thu, 15 Aug 2019)

  Changed paths:
    M docs/tcpAgent.md

  Log Message:
  -----------
  Minor layout change.

See if this lays out better.


  Commit: 7f78ccb18ee87025f96113b6c7d1294cb2e39780
      
https://github.com/jenkinsci/remoting/commit/7f78ccb18ee87025f96113b6c7d1294cb2e39780
  Author: Jeff Thompson <[email protected]>
  Date:   2019-08-21 (Wed, 21 Aug 2019)

  Changed paths:
    M README.md
    A docs/tcpAgent.md
    A docs/tcpAgentStatus.jpg
    M src/main/java/hudson/remoting/Engine.java
    M src/main/java/hudson/remoting/jnlp/Main.java
    A src/main/java/org/jenkinsci/remoting/engine/HostPort.java
    M src/main/java/org/jenkinsci/remoting/engine/JnlpAgentEndpoint.java
    A 
src/main/java/org/jenkinsci/remoting/engine/JnlpAgentEndpointConfigurator.java
    M src/main/java/org/jenkinsci/remoting/engine/JnlpAgentEndpointResolver.java
    A src/main/java/org/jenkinsci/remoting/engine/JnlpEndpointResolver.java
    A src/test/java/org/jenkinsci/remoting/engine/HostPortTest.java

  Log Message:
  -----------
  Merge branch 'skipHttp' of https://github.com/jeffret-b/remoting into 
jeffret-b-skipHttp


  Commit: 5e2ede9ba61d90bf0d19a7a63e50c22fabc913b9
      
https://github.com/jenkinsci/remoting/commit/5e2ede9ba61d90bf0d19a7a63e50c22fabc913b9
  Author: Jeff Thompson <[email protected]>
  Date:   2019-08-21 (Wed, 21 Aug 2019)

  Changed paths:
    M README.md
    A docs/tcpAgent.md
    A docs/tcpAgentStatus.jpg
    M src/main/java/hudson/remoting/Engine.java
    M src/main/java/hudson/remoting/jnlp/Main.java
    A src/main/java/org/jenkinsci/remoting/engine/HostPort.java
    M src/main/java/org/jenkinsci/remoting/engine/JnlpAgentEndpoint.java
    A 
src/main/java/org/jenkinsci/remoting/engine/JnlpAgentEndpointConfigurator.java
    M src/main/java/org/jenkinsci/remoting/engine/JnlpAgentEndpointResolver.java
    A src/main/java/org/jenkinsci/remoting/engine/JnlpEndpointResolver.java
    A src/test/java/org/jenkinsci/remoting/engine/HostPortTest.java

  Log Message:
  -----------
  Merge branch 'jeffret-b-skipHttp'


Compare: 
https://github.com/jenkinsci/remoting/compare/d24b197ca50c...5e2ede9ba61d

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/remoting/push/refs/heads/master/d24b19-5e2ede%40github.com.

Reply via email to