summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
Commit message (Collapse)AuthorAgeFilesLines
...
| * add since markers, add Mark to contributorsStefan Bodewig2017-07-101-0/+1
| |
* | record PR by Olivier Parent @pyxide - closes #30Stefan Bodewig2017-02-201-0/+1
|/
* Record new forceCsvQuoteChar by Francesco SteccanellaStefan Bodewig2017-02-171-0/+1
| | | | closes #32
* record fix for 59556 - closes #19Stefan Bodewig2016-06-231-0/+2
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59556
* Merge branch 'bug_47552_scp_compression' into 1.9.xStefan Bodewig2016-05-231-0/+1
|\
| * add compression support to <scp>bug_47552_scp_compressionStefan Bodewig2016-05-221-0/+1
| | | | | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=47552 Patch-by: Matthew Yanos
* | record fix for 58982 by Dana DahlstromStefan Bodewig2016-05-221-0/+1
|/ | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=58982
* <zip> up-to-date check doesn't work properly on NTFSStefan Bodewig2016-05-191-0/+1
| | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59562 Patch by Gilles QUERRET
* serverAliveInterval and serverAliveCountMax in <sshexec> and <scp>Stefan Bodewig2016-03-291-0/+1
| | | | | | Patch by Issa Gorissen https://bz.apache.org/bugzilla/show_bug.cgi?id=59162
* record change for <java> module supportStefan Bodewig2016-03-061-0/+1
|
* closes #14Antoine Levy-Lambert2016-02-211-0/+1
|
* Reinhard Pointner contributed the patch for #10Stefan Bodewig2015-11-081-0/+1
|
* yet another potential AIOBException in zip packageStefan Bodewig2015-07-211-0/+1
| | | | Bug found and fix provided by Earl Hood
* COMPRESS-317 ArrayIndexOutOfBoundsException in ZipArchiveEntry#getMergedFieldsStefan Bodewig2015-06-091-0/+1
| | | | Too bad this hasn't been found two weeks before.
* increase buffer size for <scp>Stefan Bodewig2015-04-251-0/+1
| | | | | Submitted by Petr Kureš @pkures closes #8 and closes #9
* Add ability to send carbon copies to MailLogger.Stefan Bodewig2015-04-181-0/+1
| | | | | Submitted by Roman Savko PR: 57789
* port Kristian Rosenvold's write performance improvements from Commons CompressStefan Bodewig2015-01-201-0/+1
|
* Try to reduce the risk of StackOverflow/OOM in junitereportStefan Bodewig2014-12-261-0/+1
| | | | | Submitted by: Ryan Bennitt Bugzilla: https://issues.apache.org/bugzilla/show_bug.cgi?id=57341
* enhance complete-ant-cmd.pl to know about -file and $ANT_ARGSStefan Bodewig2014-12-241-0/+1
| | | | | Bugzilla Report 57371 Submitted by Christian Schmidt
* add @vit1251 's full name to contributor listStefan Bodewig2014-11-181-1/+1
|
* patch by Vitold S: make runant.py deal with spaces in java's path.Vitold S2014-11-181-0/+1
| | | | fixes #1
* after all these years we still have some author tags leftStefan Bodewig2014-11-171-0/+1
|
* PR 56678 - add proxy support to signjar when using the TSA. Submitted by ↵Stefan Bodewig2014-07-061-0/+1
| | | | Robbie Gibson.
* PR 56584 allow ReplaceTokens filter to use multi-character token separators. ↵Stefan Bodewig2014-06-241-0/+1
| | | | Submitted by Ralf Hergert.
* PR 56593 XMLJUnitResultFormatter may throw NPE when Java cannotStefan Bodewig2014-06-211-0/+1
| | | | determine hostname. Submitted by Joel Tucci.
* hydra1983 is Edison GuoStefan Bodewig2014-03-241-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1580744 13f79535-47bb-0310-9956-ffa450edef68
* junit task should support parallel/threads optionAntoine Levy-Lambert2014-03-231-0/+1
| | | | | | PR 55925 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1580520 13f79535-47bb-0310-9956-ffa450edef68
* assorted spelling fixes by Lajos Veres - closes #4Stefan Bodewig2014-02-281-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1572981 13f79535-47bb-0310-9956-ffa450edef68
* outputencoding for sql, patch by Miroslav Zaťko. PR 39541Stefan Bodewig2014-01-061-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1555947 13f79535-47bb-0310-9956-ffa450edef68
* failOnWarning attribute for javadoc. Patch by Tim Boemker. PR 55015Stefan Bodewig2014-01-061-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1555938 13f79535-47bb-0310-9956-ffa450edef68
* assorted micro-optimizations by Adrian Nistor - 13 different Bugzilla issuesStefan Bodewig2014-01-021-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554813 13f79535-47bb-0310-9956-ffa450edef68
* When loading resources from jars it seems to be advisable to disableStefan Bodewig2014-01-011-0/+1
| | | | | | | | | caching. PR 54473. Combining patches by René Krell and Antoine Levy-Lambert. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554684 13f79535-47bb-0310-9956-ffa450edef68
* manifestclasspath uses wrong path for parent directory of jar. Patch by ↵Stefan Bodewig2013-12-311-0/+1
| | | | | | Grégoire Vatry. PR 55049 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554524 13f79535-47bb-0310-9956-ffa450edef68
* weed out race-condition in mkdirs calls inspired by PR 55290 and Matthias ↵Stefan Bodewig2013-12-311-0/+1
| | | | | | Bhend's suggestion git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554403 13f79535-47bb-0310-9956-ffa450edef68
* adding Mac OS X .pkg installer generation in build, PR 55899Antoine Levy-Lambert2013-12-231-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1553066 13f79535-47bb-0310-9956-ffa450edef68
* making the exec task fast again, using the patch provided by Tim ↵Antoine Levy-Lambert2013-12-161-0/+1
| | | | | | Whittington, Bugzilla PR 54128 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1551113 13f79535-47bb-0310-9956-ffa450edef68
* Allow params of XSLT to be optionally typed. PR 21525. Submitted by ↵Stefan Bodewig2013-12-051-0/+1
| | | | | | František Kučera git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1548237 13f79535-47bb-0310-9956-ffa450edef68
* configurable User-Agent for <get>. PR 55489. Submitted by André-John MasStefan Bodewig2013-12-051-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1548232 13f79535-47bb-0310-9956-ffa450edef68
* Add nested propertyset to filterset. PR 55794. Submitted by Richard SteeleStefan Bodewig2013-12-051-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1548210 13f79535-47bb-0310-9956-ffa450edef68
* race condition in <fixcrlf>'s temp file creation. BZ 54393. Submitted by ↵Stefan Bodewig2013-09-201-0/+1
| | | | | | Jan Stolze. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1525078 13f79535-47bb-0310-9956-ffa450edef68
* hint at Permissions manifest attribute and signing requirements for applets ↵Stefan Bodewig2013-09-111-0/+1
| | | | | | in upcoming 7u51 - PR 55542 - Submitted by Erik Costlow git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1521727 13f79535-47bb-0310-9956-ffa450edef68
* post-process generated javadocs as workaround for CVE-2013-1571 - based on ↵Stefan Bodewig2013-06-241-0/+1
| | | | | | Maven patch by Uwe Schindler - PR 55132 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1496083 13f79535-47bb-0310-9956-ffa450edef68
* propely handle GNU longlink entries, PR 55040, submitted by Christoph GysinStefan Bodewig2013-06-031-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1488951 13f79535-47bb-0310-9956-ffa450edef68
* JUnit4 tests marked @Ignore do not appear in XML output. PR 43969Antoine Levy-Lambert2013-03-051-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1452674 13f79535-47bb-0310-9956-ffa450edef68
* UK is not a valid country code. PR 54590. Submitted by Patrick AltaieStefan Bodewig2013-03-031-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1452023 13f79535-47bb-0310-9956-ffa450edef68
* add suppresssystemout attribute to optionally make sshexec silent PR 52070Antoine Levy-Lambert2013-02-181-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1447370 13f79535-47bb-0310-9956-ffa450edef68
* improve performance when reading non zip64 zip files, merge from commons ↵Stefan Bodewig2013-01-271-0/+1
| | | | | | compress, based on patch by Robin Power git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1439044 13f79535-47bb-0310-9956-ffa450edef68
* Base64Converter not properly handling bytes with MSB set (not masking byte ↵Antoine Levy-Lambert2013-01-231-0/+1
| | | | | | to int conversion). PR 54460 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1437268 13f79535-47bb-0310-9956-ffa450edef68
* PR 54026 Zip task on <mappedresources> that excludes certain files by way of ↵Antoine Levy-Lambert2013-01-061-0/+1
| | | | | | the mapper results in a NullPointerException git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1429613 13f79535-47bb-0310-9956-ffa450edef68
* #53617: fixed POM URLs. (Patch thanks to Eric Barboni.)Jesse N. Glick2012-07-301-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1367076 13f79535-47bb-0310-9956-ffa450edef68