- Aug 19, 2016
-
-
Oleg Nenashev authored
-
- Aug 15, 2016
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Harald Albers authored
Change to new spelling rules in german
-
Kohsuke Kawaguchi authored
Determined by visitin http://jcip.net/ and accessing the source code. The license is in the header.
-
Kohsuke Kawaguchi authored
Update remoting to 2.62.
-
Robin Naundorf authored
Changed every occurence of 'muß' to 'muss' and 'daß' to 'dass' because it's no longer correct.
-
- Aug 14, 2016
-
-
Oleg Nenashev authored
Changes are listed below: Fixed issues: * [JENKINS-22853](https://issues.jenkins-ci.org/browse/JENKINS-22853) - Be robust against the delayed EOF command when unexporting input and output streams. (https://github.com/jenkinsci/remoting/pull/97) * Fixed ~20 minor issues reported by FindBugs. More fixes to be delivered in future versions. (https://github.com/jenkinsci/remoting/pull/96) Enhancements: * [JENKINS-37218](https://issues.jenkins-ci.org/browse/JENKINS-37218) - Performance: <code>ClassFilter</code> does not use Regular Expressions anymore to match <code>String.startsWith</code> patterns. (https://github.com/jenkinsci/remoting/pull/92) * [JENKINS-37031](https://issues.jenkins-ci.org/browse/JENKINS-37031) <code>TcpSlaveAgentListener</code> now publishes a list of supported agent protocols to speed up connection setup. (https://github.com/jenkinsci/remoting/pull/93)
-
Oleg Nenashev authored
-
Oleg Nenashev authored
-
Alexander Shopov authored
Many more *.properties files Started HTML files Signed-off-by: Alexander Shopov <ash@kambanaria.org>
-
- Aug 13, 2016
-
-
ge-vi authored
-
- Aug 12, 2016
-
-
Nicolas De loof authored
typo
-
- Aug 11, 2016
-
-
Stephen Connolly authored
[JENKINS-37315] Stop A/B testing JNLP3
-
- Aug 10, 2016
-
-
Stephen Connolly authored
-
- Aug 09, 2016
-
-
Stephen Connolly authored
[FIXED JENKINS-37189] Only append `?uctest` to http/https update center URLs
-
Stephen Connolly authored
- A pure unit tests will suffice
-
- Aug 08, 2016
-
-
Nicolas De loof authored
[JENKINS-37098] don’t rely on ReopenableFileOutputStream
-
phoenix384 authored
* Added translation * Corrected translation
-
Jesse Glick authored
-
Jesse Glick authored
-
Stephen Connolly authored
- Also fixes to append `&uctest` if the update center URL already contains a query fragment
-
Stephen Connolly authored
-
Nicolas De Loof authored
ReopenableFileOutputStream introduces file-leaks (detected on windows) when channel onClose writes on already closed log, and breaks when computer tries to delete the slave’s log directory.
-
- Aug 07, 2016
-
-
Oleg Nenashev authored
[JENKINS-36717] - FindBugs cleanup
-
James Nord authored
'{0}' is the literal string {0} in a message format - if you want to quote the parameter then you need to use double single quotes ''{0}''
-
- Aug 06, 2016
-
-
Oleg Nenashev authored
Fixed issues: * [JENKINS-37140](https://issues.jenkins-ci.org/browse/JENKINS-37140) - JNLP Slave connection issue with *JNLP3-connect* protocol when the generated encrypted cookie contains a newline symbols. (https://github.com/jenkinsci/remoting/pull/95) * [JENKINS-36991](https://issues.jenkins-ci.org/browse/JENKINS-36991) - Unable to load class when remote classloader gets interrupted. (https://github.com/jenkinsci/remoting/pull/94) Enhancements: * Improve diagnostics for Jar Cache write errors. (https://github.com/jenkinsci/remoting/pull/91)
-
Daniel Beck authored
-
Daniel Beck authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
[FIXED JENKINS-37223]
-
Kohsuke Kawaguchi authored
report the server's address, too
-
Kohsuke Kawaguchi authored
-
- Aug 05, 2016
-
-
Kohsuke Kawaguchi authored
Added a simple diagnostic HTTP response to the TcpSlaveAgentListener.
-
- Aug 02, 2016
-
-
DJ Lee authored
* [FIXED JENKINS-31791] Optimize BuildHistoryWidget Refactor HistoryPageFilter to lazily evaluate an iterable of previous runs, instead of instantiating a super long list of builds. Instantiating the whole list can be problematic with lots of historical builds especially if disk IO is slow.
-
- Aug 01, 2016
-
-
Oleg Nenashev authored
-