summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/taskdefs/cvslib
Commit message (Expand)AuthorAgeFilesLines
* Use an empty array in favor of pre-sized array.Arturo Bernal2021-08-313-4/+4
* Merge branch '1.9.x'Stefan Bodewig2020-05-051-1/+1
|\
| * provide a magic property that overrides temp directoryStefan Bodewig2020-05-051-1/+1
| * Use foreach loops (cherry-pick 1c80d50)Gintas Grigelionis2018-05-261-2/+2
| * Let’s use doclintGintas Grigelionis2017-12-102-38/+27
* | Made some variable names more consistent with the other parts of the code.Yusuke Shinyama2019-10-211-2/+2
* | removed http links from java sources to the extent possiblejkf2019-05-251-8/+2
* | updated reference to license from http to https usingjkf2019-05-2511-11/+11
* | Use String.join()Gintas Grigelionis2018-08-201-2/+1
* | Use StandardCharsetsGintas Grigelionis2018-08-202-2/+4
* | Redundant string length computations Gintas Grigelionis2018-07-301-1/+1
* | Deprecate CollectionUtils and Enumerations;Gintas Grigelionis2018-05-161-2/+3
* | Deprecate StringUtils.LINE_SEPGintas Grigelionis2018-04-271-6/+3
* | Avoid repetitionGintas Grigelionis2018-04-061-2/+2
* | Avoid line.separatorGintas Grigelionis2018-04-051-4/+4
* | Java 8: computeIfAbsent/withInitialGintas Grigelionis2018-04-031-3/+2
* | Use foreach loopsGintas Grigelionis2018-04-011-2/+2
* | Shorten fully qualified names and other small fixesGintas Grigelionis2018-03-311-1/+0
* | Use the isEmpty method instead of comparing the value of size() to 0.reudismam2018-02-161-1/+1
* | Let’s use doclintGintas Grigelionis2017-12-102-38/+27
* | java 5-8java8Matt Benson2017-04-1311-206/+96
* | reduce GC pressure by replacing File(In|Out)putStreamStefan Bodewig2017-04-122-8/+9
* | Merge branch '1.9.x'Stefan Bodewig2016-12-211-1/+1
|\ \ | |/
| * fix some oversightsStefan Bodewig2016-12-211-1/+1
* | Merge branch '1.9.x'Stefan Bodewig2016-12-212-16/+15
|\ \ | |/
| * fix SimpleDateFormat cases (the instances are used single threaded)Stefan Bodewig2016-12-212-16/+15
* | Merge branch '1.9.x'Stefan Bodewig2016-12-201-1/+1
|\ \ | |/
| * Sonar false positives for resource leaksStefan Bodewig2016-12-201-1/+1
* | even more FileUtils.close and try-with-resources casesStefan Bodewig2016-03-291-7/+3
|/
* whitespaceStefan Bodewig2014-07-121-2/+2
* checkstyleJan Matèrne2014-07-042-6/+8
* organize importsJan Matèrne2014-07-036-8/+9
* JavaDoc fixes (for Java8 doclint) - first bunchJan Materne2014-04-101-1/+1
* microoptimizations. PR 50716Stefan Bodewig2011-02-031-1/+2
* check error on remaining PrintWriter instancesStefan Bodewig2009-07-132-0/+7
* properly deal wih multiple modules specified in the package attributeStefan Bodewig2008-10-201-7/+15
* whitespaceStefan Bodewig2008-10-171-14/+14
* support for CVS tags as start/end in cvcchangelog. Submitted by Rob van Oost...Stefan Bodewig2008-10-171-1/+36
* add remote option to use rlog instead of log to cvschangelog. Submitted by R...Stefan Bodewig2008-10-172-2/+75
* optimize handling of package namesStefan Bodewig2008-10-171-29/+61
* Make cvstagdiff work properly for multiple modules and modules with spaces in...Stefan Bodewig2008-10-161-18/+59
* allow cvstagdiff to ignore removed files. Submitted by Rob van Oostrum. PR ...Stefan Bodewig2008-10-161-0/+20
* Make cvsversion work for local repositories as wellStefan Bodewig2008-10-161-4/+19
* Support CVSNT in <cvsversion>, submitted by Andy Wood. PR 31409.Stefan Bodewig2008-10-161-9/+10
* request from cactus team, backward incompatible change in FileUtils made back...Jacobus Martinus Kruithof2008-01-041-2/+1
* checkstyle: remove inner assignmentPeter Reilly2007-10-031-41/+63
* more inner assignmentsPeter Reilly2007-09-271-5/+6
* more magic numbersPeter Reilly2007-09-192-0/+6
* Changes after static code analysis.Jacobus Martinus Kruithof2007-04-081-3/+3
* checkstylePeter Reilly2006-11-181-9/+21