1. b474a0c more documentation for #124 by Stefan Bodewig · 3 weeks ago master
  2. 8a6efc1 Merge pull request #124 from bigstinky86/hide-sensitive-data by Stefan Bodewig · 3 weeks ago
  3. 3e952c4 test was disabled by accident by Stefan Bodewig · 3 weeks ago
  4. 760a553 add mklink task to the navigation by Stefan Bodewig · 3 weeks ago
  5. f4ca034 bug report has been published by Stefan Bodewig · 3 weeks ago
  6. 9fea2af Jenkins has lower case drive letters? by Stefan Bodewig · 3 weeks ago
  7. 2dad9b0 skip test that relies on getCanonicalPath to work properly by Stefan Bodewig · 3 weeks ago
  8. 198c8ea make resolvePath work for not existing files as good as possible by Stefan Bodewig · 3 weeks ago
  9. 41ab4f9 wrong variable names by Stefan Bodewig · 5 weeks ago
  10. 6a8f02c tweak release instructions by Stefan Bodewig · 6 weeks ago
  11. 3989457 really create a junction by Stefan Bodewig · 6 weeks ago
  12. cf296cb actOnLinkTarget*s* by Stefan Bodewig · 6 weeks ago
  13. 8dfa700 make AntUnit test tearDown more reliable by Stefan Bodewig · 6 weeks ago
  14. e60943e allow permissions to be set on links themselves rather their targets by Stefan Bodewig · 6 weeks ago
  15. 32a6a55 and another case of invoking "ln" by Stefan Bodewig · 6 weeks ago
  16. ad62375 test deletion of dangling junctions as well by Stefan Bodewig · 6 weeks ago
  17. cfd6a7b symlinks on Windows are either file or directory links, you can't change the target "type" and expect the link to still work by Stefan Bodewig · 6 weeks ago
  18. 085e471 some more tweaks by Stefan Bodewig · 6 weeks ago
  19. 2ee5e68 how many ways to create and check symlinks have we created? by Stefan Bodewig · 6 weeks ago
  20. e0d1641 fix test by Stefan Bodewig · 6 weeks ago
  21. a0b0b25 help PermissionUtils to tell WIndows junctions from plain directories by Stefan Bodewig · 6 weeks ago
  22. 0da87da make a few javadocs mentions windows junctions by Stefan Bodewig · 6 weeks ago
  23. c45e66c make documentation about symlinks agree with reality by Stefan Bodewig · 6 weeks ago
  24. 015da2c add a file selector for Windows junctions by Stefan Bodewig · 6 weeks ago
  25. 62b7fa1 consistently refer to junctions as "Windows junctions" by Stefan Bodewig · 6 weeks ago
  26. 01bb3e6 remove assumption symlinks can only be created on Unix from tests by Stefan Bodewig · 6 weeks ago
  27. ebf0fa0 add canCreateSymlink condition by Stefan Bodewig · 6 weeks ago
  28. 9001e35 replace File#getCanonicalPath with FileUtils#getResolvedPath by Stefan Bodewig · 6 weeks ago
  29. d734cf0 document new behavior of removeNotFollowedSymlinks in <delete> by Stefan Bodewig · 6 weeks ago
  30. f494eb2 of course NIO needs its own exception for "file not found" by Stefan Bodewig · 6 weeks ago
  31. 45b84bb treat Windows junctions like symlinks in DirectoryScanner and <delete> by Stefan Bodewig · 6 weeks ago
  32. 3c005b7 add <delete link="..."> that deletes symbolic links or Windows junctions by Stefan Bodewig · 6 weeks ago
  33. 0bdebe0 add a new mklink task that can create file system links on windows by Stefan Bodewig · 6 weeks ago
  34. 7aa3af6 record the 69485 change by Jaikiran Pai · 7 weeks ago
  35. 3ffea30 happy new year by Stefan Bodewig · 3 months ago
  36. f862774 bz-69485 Revert the foreach loop change that was done to FTPTaskMirrorImpl in 1c80d507f496dde98869890e671edf635bef8dec by Jaikiran Pai · 3 months ago
  37. 79b72ac bz-69485 Revert the foreach loop change that was done to FTP.java in 1c80d507f496dde98869890e671edf635bef8dec by Jaikiran Pai · 4 months ago
  38. 789ba37 Merge pull request #223 from mattbertolini/mbertolini/resource-collection-stream-support by Stefan Bodewig · 7 months ago
  39. 033eee2 Revert "Override the spliterator method" by Matt Bertolini · 7 months ago
  40. f30f157 Override the spliterator method by Matt Bertolini · 7 months ago
  41. 0f3b6fa Use StreamSupport and spliterator to create a stream for ResourceCollection by Matt Bertolini · 8 months ago
  42. 708513e record #222 by Stefan Bodewig · 9 months ago
  43. f134449 Merge pull request #222 from robho/ant_bat_error_when_no_ant_home by Stefan Bodewig · 9 months ago
  44. 7576189 Exit ant.bat with ERROR_ENVVAR_NOT_FOUND if ANT_HOME isn't/can't be set by Robert Högberg · 9 months ago
  45. fe3727e FileUtils.tryHardToDelete() - On Windows, mark the file writable if it's read-only, before retrying File.delete() by Jaikiran Pai · 9 months ago
  46. 54350f7 antunit-tests - mark files as writable before attempting to delete in our antunit tests' tearDown() by Jaikiran Pai · 9 months ago
  47. 6a37d47 explicitly explain the use of nested text in concat. by Stefan Bodewig · 9 months ago
  48. 22852cb Merge pull request #219 from apache/mailer-tls-server-check by Stefan Bodewig · 10 months ago
  49. 01324b9 document default value by Stefan Bodewig · 10 months ago
  50. 6154296 improve security of TLS handling in MimeMailers by Stefan Bodewig · 10 months ago
  51. a8cd05d recod fix for bugzilla report 69680 by Stefan Bodewig · 10 months ago
  52. 4dec3b0 only strip leading character in getName when it actually is a path separator by Stefan Bodewig · 10 months ago
  53. 9b9b695 use extracted logic for detecting and stripping leading path separators by Stefan Bodewig · 10 months ago
  54. 6d2f06b extract logic for detecting and stripping leading path separators by Stefan Bodewig · 10 months ago
  55. 5e97959 explicitly mention Laucher is going to terminate the VM by Stefan Bodewig · 10 months ago
  56. 8e3e4ba actually MacOS X is reported as family "mac" as well. by Stefan Bodewig · 10 months ago
  57. dc3d7ed make xslt use similar out-of-dateness check as other tasks by Stefan Bodewig · 10 months ago
  58. b3f64f0 Merge pull request #212 from esaulpaugh/master by Stefan Bodewig · 10 months ago
  59. f2eb4ae add name to contributors by Evan Saulpaugh · 10 months ago
  60. 8a302c6 credit @Tomodachi94 for #215 by Stefan Bodewig · 10 months ago
  61. 6afcb46 avoid array copy when no symlinks filtered out by Evan Saulpaugh · 10 months ago
  62. 985714e refactor Path construction by Evan Saulpaugh · 10 months ago
  63. 38393ea Merge branch 'apache:master' into master by evan saulpaugh · 10 months ago
  64. 1910415 credit Björn Kautler @Vampire for #218 by Stefan Bodewig · 10 months ago
  65. 06af747 Merge pull request #217 from kiendang/permissiontuils-filetype-symlink by Stefan Bodewig · 10 months ago
  66. 01de21e Add to list of contributors by Kien Dang · 10 months ago
  67. ee43489 Use more conventional os check by Kien Dang · 10 months ago
  68. 7d5fed8 Merge pull request #215 from tomodachi94/chore/hamcrest-3.0-upgrade by Stefan Bodewig · 10 months ago
  69. 50ab728 Update Hamcrest license by Tomodachi94 · 10 months ago
  70. f7ad3a5 Update in-tree Hamcrest JARs to latest by Tomodachi94 · 10 months ago
  71. 315a019 Merge pull request #218 from Vampire/junit-report-title-handling by Stefan Bodewig · 10 months ago
  72. d1247b7 Improve JUnit report title handling by Björn Kautler · 10 months ago
  73. 1a9de1e add contributor for bz-69586 patch by Jaikiran Pai · 1 year ago
  74. 8e821ba Fix PermissionUtils.FileType.of for sym links by Kien Dang · 1 year ago
  75. e208a7f Add test by Kien Dang · 1 year ago
  76. 629e7b7 record the change from GitHub PR 216 by Jaikiran Pai · 1 year ago
  77. fd0d38b 69586: javac argument file generation creates invalid classpath entry when no classpath is defined by Jaikiran Pai · 1 year ago
  78. ecfca50 Consider VM-configuration when determining if SecurityManager may be set (#216) by Hannes Wellmann · 1 year, 1 month ago
  79. 3b71274 happy new year by Stefan Bodewig · 1 year, 3 months ago
  80. 9905daf Upgrade Hamcrest to 3.0 by Tomodachi94 · 1 year, 3 months ago
  81. 375b513 Merge pull request #214 from Vampire/fix-docs by Stefan Bodewig · 1 year, 4 months ago
  82. 33d8af2 Fix copy&paste error in signjar documentation by Björn Kautler · 1 year, 4 months ago
  83. 2540910 lastIndex*O*f by Stefan Bodewig · 1 year, 5 months ago
  84. 7c6c127 Ensure indexOfPath is bigger than indexOfAt by FROZENCADET · 1 year, 5 months ago
  85. e0a6363 BUG-ID : 59160 , fix extracting host for ipv6 address by FROZENCADET · 1 year, 6 months ago
  86. 3275173 improve filtering performance in Copy by Evan Saulpaugh · 1 year, 7 months ago
  87. 114228d improve DirectoryScanner filtering performance by Evan Saulpaugh · 1 year, 7 months ago
  88. 146baef remove duplicated information from release instructions by Jaikiran Pai · 1 year, 7 months ago
  89. 4d697ca update snapcraft definition to have it work against latest snapcraft version by Jaikiran Pai · 1 year, 7 months ago
  90. 86c4873 Ant 1.10.15 released, prepare for next development version by Jaikiran Pai · 1 year, 7 months ago
  91. 0e17b3a add entry for bz-68773 and update the documentation of ftp task to note the new useSecureDataChannel attribute by Jaikiran Pai · 1 year, 7 months ago
  92. df5190a move the replaceregexp change release note to the correct Ant version by Jaikiran Pai · 1 year, 7 months ago
  93. 1a4de97 Revert "upgrade graaljs version" by Jaikiran Pai · 1 year, 11 months ago
  94. d22472a upgrade junit5 dependencies by Jaikiran Pai · 1 year, 11 months ago
  95. f6fb50b update version in bcel pom by Jaikiran Pai · 1 year, 11 months ago
  96. fa3da95 upgrade commons net to 3.10.0 by Jaikiran Pai · 1 year, 11 months ago
  97. 47afc9d upgrade bcel to 6.9.0 by Jaikiran Pai · 1 year, 11 months ago
  98. 06efb4b 68773: ftp - issue PBSZ command before PROT by Jaikiran Pai · 1 year, 11 months ago
  99. bdf6df5 upgrade graaljs version by Jaikiran Pai · 2 years ago
  100. 98f1b77 68773: initial experiment to support enabling secure data channel for FTPS by Jaikiran Pai · 2 years ago