summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | volatile cache propertyMatt Benson2022-02-091-2/+2
* | Resources javadocMatt Benson2022-02-091-21/+21
* | avoid unnecessary workMatt Benson2022-02-052-36/+39
* | make PropertyHelper a bit more backwards compatibleStefan Bodewig2022-01-121-1/+1
* | change the default of authenticateOnRedirectStefan Bodewig2021-12-231-1/+1
* | Allow ant:get task to disable authentication on redirect.Berno Langer2021-12-201-3/+17
* | add docs for #170 and make host name check strict by defaultStefan Bodewig2021-12-161-12/+16
* | Merge pull request #170 from sonyDeswal/Add_FTPS_Option_AntTaskStefan Bodewig2021-12-161-2/+24
|\ \
| * | Make Changes to Support FTPS AntTaskDef that extends FTP but uses FTPSClient.Santosh R Dhariwal2021-11-172-49/+24
| * | Make Changes to Support FTPS AntTaskDef that extends FTP but uses FTPSClient.Santosh R Dhariwal2021-11-162-1/+48
* | | reduce level of log messageJaikiran Pai2021-11-291-1/+1
* | | Revert "Pass -Djava.security.manager=allow while launching JUnit forked VM to...Jaikiran Pai2021-11-281-10/+0
* | | Pass -Djava.security.manager=allow while launching JUnit forked VM to allow J...Jaikiran Pai2021-11-281-0/+10
* | | junitlauncher - Fixed extension attribute support for listenersAleksei Zotov2021-11-172-0/+9
* | | junitlauncher - Support extension attribute for listenersAleksei Zotov2021-11-162-7/+17
|/ /
* | Support Jakarta Mail in MailLoggertwogee2021-10-301-13/+44
* | fix versionsStefan Bodewig2021-10-281-1/+1
* | Merge pull request #161 from twogee/jakarta-mailStefan Bodewig2021-10-284-9/+374
|\ \
| * | Use Jakarta EEtwogee2021-10-144-9/+374
* | | Use Bulk operation instead of iteration.Arturo Bernal2021-10-035-7/+6
|/ /
* | Merge pull request #156 from arturobernalg/feature/java_8Stefan Bodewig2021-09-263-7/+7
|\ \
| * | Replace Lambda with method reference.Arturo Bernal2021-08-313-7/+7
* | | Merge pull request #155 from arturobernalg/feature/redundant_ifStefan Bodewig2021-09-263-13/+4
|\ \ \
| * | | Simplify single assignment and avoid redundant if conditions.Arturo Bernal2021-09-263-13/+4
| |/ /
* | | Merge pull request #157 from arturobernalg/feature/performanceStefan Bodewig2021-09-264-5/+6
|\ \ \
| * | | Performance:Arturo Bernal2021-09-264-5/+6
| |/ /
* | | bz-65424 Prevent potential deadlocks in IntrospectionHelperJaikiran Pai2021-09-261-11/+23
* | | Merge pull request #159 from arturobernalg/feature/array_pre_sizeStefan Bodewig2021-09-2535-64/+63
|\ \ \
| * | | Use an empty array in favor of pre-sized array.Arturo Bernal2021-08-3135-64/+63
| |/ /
* | | Merge pull request #154 from arturobernalg/feature/string_builderStefan Bodewig2021-09-258-9/+9
|\ \ \
| * | | Change StringBuffer in favor of StringBuilder.Arturo Bernal2021-08-318-9/+9
| |/ /
* | | Merge pull request #153 from arturobernalg/feature/importStefan Bodewig2021-09-255-6/+0
|\ \ \
| * | | Delete unused import.Arturo Bernal2021-08-315-6/+0
| |/ /
* | | Merge pull request #139 from twogee/useless-boxingStefan Bodewig2021-09-2511-20/+20
|\ \ \
| * | | Unnecessary boxing/conversiontwogee2021-07-1811-20/+20
* | | | record tar symlink change of #142Stefan Bodewig2021-09-252-2/+4
* | | | Merge branch 'feature/tarfileset-preserve-symlinks' of https://github.com/mst...Stefan Bodewig2021-09-253-6/+57
|\ \ \ \
| * | | | Tar: preserve symlinks from <tarfileset> sourcesMarc Strapetz2020-12-101-0/+8
| * | | | Refactoring Tar: extract getCanonicalPrefix()Marc Strapetz2020-12-101-6/+10
| * | | | TarResource: make linkName and linkFlag accessibleMarc Strapetz2020-12-101-0/+21
| * | | | TarEntry: make linkFlag accessibleMarc Strapetz2020-12-101-0/+18
* | | | | Check for warnings in err stream too, to make javadoc task work on Java 17+Jaikiran Pai2021-09-051-2/+2
* | | | | Merge branch '1.9.x'Stefan Bodewig2021-09-023-95/+188
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | ensure build.compiler works with full classnames for extjavac/modernStefan Bodewig2021-09-023-105/+189
* | | | Merge branch '1.9.x'Stefan Bodewig2021-08-191-3/+3
|\ \ \ \ | |/ / /
| * | | BZ 65497 - improve documentation around file time granularityStefan Bodewig2021-08-191-3/+3
* | | | BZ 65499 avoid getCanonicalFile in many casesStefan Bodewig2021-08-191-2/+13
* | | | bz-65489 http condition - don't follow redirects when followRedirects is set ...Jaikiran Pai2021-08-091-1/+1
* | | | findResources(String, boolean) can unnecessarily search the parentBasil Crow2021-07-211-13/+5
| |_|/ |/| |
* | | Implement ClassLoader#findResource(String)Basil Crow2021-07-111-9/+36