Branch: refs/heads/master Home: https://github.com/jenkinsci/jenkins Commit: 346fc998b16f2021cbd6b3bb1cd1878a2b19ff5b https://github.com/jenkinsci/jenkins/commit/346fc998b16f2021cbd6b3bb1cd1878a2b19ff5b Author: Martin Schroeder <martin.h.schroe...@intel.com> Date: 2012-10-12 (Fri, 12 Oct 2012)
Changed paths: M core/src/main/java/hudson/console/AnnotatedLargeText.java M core/src/main/java/hudson/model/Run.java M core/src/main/resources/hudson/model/Run/console.jelly Log Message: ----------- Enabled transparent compression support. This only works if the "transparent GZIP support" patch has been applied against Stapler. Otherwise, this patch will not compile as the new "LargeText" constructor will not be found. Additionally, the console.jelly was modified to make use of the stream instead of the raw file, which is necessary to get the correct uncompressed size of the file for skipping bytes. [JENKINS-2551] [JENKINS-10400] [JENKINS-13655] Signed-off-by: Martin Schroeder <martin.h.schroe...@intel.com> Commit: d4657b8f8a5eb1105bf193feda3eaeb55621d0bd https://github.com/jenkinsci/jenkins/commit/d4657b8f8a5eb1105bf193feda3eaeb55621d0bd Author: Martin Schroeder <martin.h.schroe...@intel.com> Date: 2012-10-12 (Fri, 12 Oct 2012) Changed paths: M core/src/main/java/hudson/console/AnnotatedLargeText.java M core/src/main/java/hudson/model/Run.java M core/src/main/resources/hudson/model/Run/console.jelly Log Message: ----------- Added copyright notice, as per company policy. Signed-off-by: Martin Schroeder <martin.h.schroe...@intel.com> Commit: db8c92f736de3222ad0f1638f3893ca270bf877c https://github.com/jenkinsci/jenkins/commit/db8c92f736de3222ad0f1638f3893ca270bf877c Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-01-03 (Thu, 03 Jan 2013) Changed paths: M core/src/main/java/hudson/console/AnnotatedLargeText.java M core/src/main/java/hudson/model/Run.java M core/src/main/resources/hudson/model/Run/console.jelly Log Message: ----------- Merge pull request #586 from HedAurabesh/v1.485_gzip [FIXED JENKINS-13655] Enable transparent log decompression support (Jenkins v1.485) Compare: https://github.com/jenkinsci/jenkins/compare/35e1602ed148...db8c92f736de