summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/taskdefs/optional/ssh
Commit message (Expand)AuthorAgeFilesLines
* Revert last 5 commitsGintas Grigelionis2018-11-041-4/+8
* SonarQube: nested if’s is a major code smellGintas Grigelionis2018-11-041-8/+4
* Use String.join()Gintas Grigelionis2018-08-201-2/+1
* Deprecate StringUtils.LINE_SEPGintas Grigelionis2018-04-272-6/+6
* Use null-or-empty patternGintas Grigelionis2018-04-061-2/+2
* Avoid repetitionGintas Grigelionis2018-04-061-1/+1
* Checkstyle and simplify, next iterationGintas Grigelionis2018-04-053-8/+4
* Java 8: lambdas, instance methods, sortingGintas Grigelionis2018-04-031-6/+3
* Tidy up the codeGintas Grigelionis2018-04-031-6/+1
* Use try with resourcesGintas Grigelionis2018-04-021-3/+1
* Simplify and tidy upGintas Grigelionis2018-04-022-3/+5
* Simplify logicGintas Grigelionis2018-04-011-5/+4
* Remove extraneous casts and (un)boxing, tersify logicGintas Grigelionis2018-04-014-11/+9
* Use String.contains()Gintas Grigelionis2018-04-012-2/+2
* Use foreach loopsGintas Grigelionis2018-04-011-8/+6
* Shorten fully qualified names and other small fixesGintas Grigelionis2018-03-311-5/+2
* Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-114-5/+4
* Let’s use doclintGintas Grigelionis2017-12-107-21/+41
* Minor - Use generics, for params of the newly introduced constructor, to be c...Jaikiran Pai2017-09-251-1/+1
* Merge pull request #39. This closes #39 pull request on github/apache/antJaikiran Pai2017-09-252-6/+67
|\
| * BZ-58589 Preserve last modified time (if asked for) for files uploaded by SFTPJaikiran Pai2017-09-252-6/+67
* | Merge 1.9.x branchJaikiran Pai2017-07-231-5/+20
|\ \ | |/
| * BZ-43271 BZ-59648 Change permissions on the correct remote file (path) that w...Jaikiran Pai2017-07-231-5/+20
* | java 5-8java8Matt Benson2017-04-1311-232/+204
* | reduce GC pressure by replacing File(In|Out)putStreamStefan Bodewig2017-04-123-6/+6
* | Merge branch '1.9.x'Stefan Bodewig2016-12-211-1/+1
|\ \ | |/
| * Sonar falsely claims expressions to be constantStefan Bodewig2016-12-211-1/+1
* | Merge branch '1.9.x'Stefan Bodewig2016-05-234-13/+148
|\ \ | |/
| * add compression support to <scp>bug_47552_scp_compressionStefan Bodewig2016-05-224-13/+148
* | Merge branch '1.9.x'Stefan Bodewig2016-03-291-0/+48
|\ \ | |/
| * cosmeticsStefan Bodewig2016-03-291-5/+9
| * serverAliveInterval and serverAliveCountMax in <sshexec> and <scp>Stefan Bodewig2016-03-291-0/+44
* | embrace AutoCloseableStefan Bodewig2016-03-281-7/+1
|/
* preserveLastModified for scp uploadsStefan Bodewig2015-12-142-12/+69
* Bug 50769 - SCP needs to align with the COPY task and support nested resource...Reinhard Pointner2015-11-071-16/+82
* fix javadocJan Matèrne2015-05-281-1/+1
* all permissions to be set when uploading files/dirsStefan Bodewig2015-05-173-2/+76
* Merge commit 'refs/pull/9/head' of https://github.com/apache/ant into prStefan Bodewig2015-04-251-1/+1
|\
| * increase buffer size to improve transfer speedpkures2015-04-221-1/+1
* | increase buffer size to improve transfer speedpkures2015-04-221-1/+1
|/
* PR 56748 Spelling fixes, submitted by Ville SkyttäVille Skyttä2014-07-211-4/+4
* whitespaceStefan Bodewig2014-07-126-32/+32
* oops - make it compile under Java5 againJan Matèrne2014-07-049-299/+311
* checkstyleJan Matèrne2014-07-044-57/+64
* organize importsJan Matèrne2014-07-0311-49/+40
* checkstyle, some Java5Jan Matèrne2014-07-032-22/+28
* seems to be wrapping the wrong streamStefan Bodewig2014-01-061-1/+1
* whitespaceStefan Bodewig2014-01-061-19/+19
* various new attributes around System.err handling in sshexec. Submitted by G...Stefan Bodewig2014-01-061-3/+81
* allow System.in to be passed to sshexec'ed process. Patch by rosvit. PR 55393Stefan Bodewig2014-01-061-0/+16