1. 8e5e449 will need that fileset again in replace and update modes, only create it once by Stefan Bodewig · 15 years ago
  2. 8073bf1 prepare for replace and update modes by copying target archive, tiny extract method refactoring by Stefan Bodewig · 15 years ago
  3. 23275a2 make protected access of some methods more useful by providing access to some needed private members by Stefan Bodewig · 15 years ago
  4. cd441a4 Add up-to-date-ness check to archiving tasks and a way to prevent it with new force-create mode by Stefan Bodewig · 15 years ago
  5. 7465864 complete documentation with conditions by Stefan Bodewig · 15 years ago
  6. fe1b5b9 forgot version number by Stefan Bodewig · 15 years ago
  7. 7c71678 known problems and limitations by Stefan Bodewig · 15 years ago
  8. 4b5edee add documentation for archiving tasks, fix some errors in the pack and expand manuals by Stefan Bodewig · 15 years ago
  9. a3edff8 mixed up a few parameters by Stefan Bodewig · 15 years ago
  10. 2e8eb98 document compressing tasks by Stefan Bodewig · 15 years ago
  11. d868b44 document uncompressing tasks by Stefan Bodewig · 15 years ago
  12. ca74841 document unarchival tasks by Stefan Bodewig · 15 years ago
  13. 0c4bc63 document filesets by Stefan Bodewig · 15 years ago
  14. d13bdd1 document compressed resources by Stefan Bodewig · 15 years ago
  15. b5e1099 document *entry resources by Stefan Bodewig · 15 years ago
  16. b1b5b33 docs on archives resource collection by Stefan Bodewig · 15 years ago
  17. 11b5476 cover page. by Stefan Bodewig · 15 years ago
  18. c2694f4 track down people who contributed to the core classes that built the base for this antlib by Stefan Bodewig · 15 years ago
  19. eb26cea whitespace by Stefan Bodewig · 15 years ago
  20. 6dc7841 <gzip> and <bzip2> can now wrap an archiving task by Stefan Bodewig · 15 years ago
  21. 6075760 big file test by Stefan Bodewig · 15 years ago
  22. abe9cb1 tests for bzip2 by Stefan Bodewig · 15 years ago
  23. f89be76 Merge core gzip's JUnit tests as AntUnit tests (and fix a few bugs on the way) by Stefan Bodewig · 15 years ago
  24. 679fba6 whitespace by Stefan Bodewig · 15 years ago
  25. 3e34778 gzip and bzip2 tasks by Stefan Bodewig · 15 years ago
  26. a6b63b0 Make non-File dests as nested elements work, with tests by Stefan Bodewig · 15 years ago
  27. e89d750 typo by Stefan Bodewig · 15 years ago
  28. 0c6a93b port createunicodeextrafields from <zip> by Stefan Bodewig · 15 years ago
  29. 883fb1c port uselanguageencodingflag from <zip> by Stefan Bodewig · 15 years ago
  30. 7bd954f port fallbacktoutf8 from <zip> by Stefan Bodewig · 15 years ago
  31. 48ec9e5 archives resource by Stefan Bodewig · 15 years ago
  32. be6566c bzip2resource and gzipresource by Stefan Bodewig · 15 years ago
  33. 471834f gunzip and bunzip2 tasks by Stefan Bodewig · 15 years ago
  34. 3d3f267 rename class by Stefan Bodewig · 15 years ago
  35. 5ad698b port keepCompression from <zip> by Stefan Bodewig · 15 years ago
  36. d4962d4 port whenEmpty from <zip> by Stefan Bodewig · 15 years ago
  37. 82a2624 Force people to think about duplicates, make fail the default value by Stefan Bodewig · 15 years ago
  38. 07cb0be port duplicate attribute from <zip> by Stefan Bodewig · 15 years ago
  39. d77e8ad port comment from core <zip> by Stefan Bodewig · 15 years ago
  40. c5b68d8 port level from core <zip> by Stefan Bodewig · 15 years ago
  41. c991fb9 port preserveLeadingSlashes from core <tar> by Stefan Bodewig · 15 years ago
  42. 23f0fa3 port roundup from core <zip> by Stefan Bodewig · 15 years ago
  43. 12a72e0 port preserve0permissions from core <zip> by Stefan Bodewig · 15 years ago
  44. 0b422de verbose logging of ocat permissions by Stefan Bodewig · 15 years ago
  45. c2e94ae tests for prefix and fullpath - make sure all slashes in archive entry names are forward slashes by Stefan Bodewig · 15 years ago
  46. 4be58a3 merged too much by Stefan Bodewig · 15 years ago
  47. eaf15c0 missed a zip timestamp with timezone by Stefan Bodewig · 15 years ago
  48. 366c179 the mode specified on a tar/zipfileset wins over the existing permissions in the core tasks, make it that way here as well by Stefan Bodewig · 15 years ago
  49. 0881802 tests for directoriy permissions by Stefan Bodewig · 15 years ago
  50. 17b940b specify permissions as octals in hasmode condition by Stefan Bodewig · 15 years ago
  51. d8fe417 If only permissions have been specified, don't compare the dir/file/link flag part by Stefan Bodewig · 15 years ago
  52. 681eadf the zip code has different ideas about timezones than the other three by Stefan Bodewig · 15 years ago
  53. 41eae8c Make ar fail early if asked to add directories by Stefan Bodewig · 15 years ago
  54. e33886c use a consistent default value for permissions by Stefan Bodewig · 15 years ago
  55. 7908805 directory tests for the other three formats by Stefan Bodewig · 15 years ago
  56. 1736942 Tests and fixes for directory handling by Stefan Bodewig · 15 years ago
  57. 120981c It looks as if zip had a different idea on how timestamps relate to timezone than the other three archive formats. Try to see whether the change makes the ar test pass in Gump by Stefan Bodewig · 15 years ago
  58. f97f0e5 don't invoke virtual methods in constructor by Stefan Bodewig · 15 years ago
  59. 1b32c0b ar mode reading works in ACC trunk now by Stefan Bodewig · 15 years ago
  60. eec7d03 we really should not invoke virtual methods inside constructors, must be fixed by Stefan Bodewig · 15 years ago
  61. a75f0d4 set default permission in zip task like the other tasks do by Stefan Bodewig · 15 years ago
  62. fddf328 tests for the remaining archiving tasks by Stefan Bodewig · 15 years ago
  63. 4eb128f wrong filename by Stefan Bodewig · 15 years ago
  64. b59085f some cpio task tests by Stefan Bodewig · 15 years ago
  65. 33c37f3 make tests work outside of central europe by Stefan Bodewig · 15 years ago
  66. b84356c complete property tests for archives created with native tools by Stefan Bodewig · 15 years ago
  67. ed9fd10 make sure the entry has been read when looking for uid/gid and so on by Stefan Bodewig · 15 years ago
  68. 25704b2 timestamp tests by Stefan Bodewig · 15 years ago
  69. 650a11c more (failing) tests by Stefan Bodewig · 15 years ago
  70. 3c90ccf prefix and fullpath are empty strings by default by Stefan Bodewig · 15 years ago
  71. 1f6e034 take advantage of a ACC utility class by Stefan Bodewig · 15 years ago
  72. 37af117 initial cut at some conditions by Stefan Bodewig · 15 years ago
  73. 44a233a assert timestamps of archive entries by Stefan Bodewig · 15 years ago
  74. ca851b3 create intermediate directories by Stefan Bodewig · 15 years ago
  75. ed7625e alphasort entries before adding them - will allow directory entries to be added based on real resources rather than artifically later by Stefan Bodewig · 15 years ago
  76. 9133b46 filesOnly mode for archiving tasks by Stefan Bodewig · 15 years ago
  77. 60dffcc zip task by Stefan Bodewig · 15 years ago
  78. f1b24bd cpio task by Stefan Bodewig · 15 years ago
  79. 0bfe862 tiny refactoring plus ar task by Stefan Bodewig · 15 years ago
  80. 3043404 rudimentary tar task that can only create new archives, doesn't create directory entries and needs a whole lot more tests by Stefan Bodewig · 15 years ago
  81. 469afe8 There will be a lot of extra data to deal with when (cross-)archiving from existing archives by Stefan Bodewig · 15 years ago
  82. 4df2d0c baby steps towards an archiving task by Stefan Bodewig · 15 years ago
  83. edeed4d finalize interface extraction refactoring for StreamFactory by Stefan Bodewig · 15 years ago
  84. afe0c2d extract mode/uid and gid handling for single entry resources by Stefan Bodewig · 15 years ago
  85. a444e5b incomplete interface extraction refactoring by Stefan Bodewig · 15 years ago
  86. 3b37568 some real tests for filesets by Stefan Bodewig · 15 years ago
  87. 5d9f7e4 improve performance by buffereing by Stefan Bodewig · 15 years ago
  88. 481b998 executable? by Stefan Bodewig · 15 years ago
  89. d89434b zipfileset by Stefan Bodewig · 15 years ago
  90. 1de7b87 cpiofileset by Stefan Bodewig · 15 years ago
  91. 9d1a3eb arfileset by Stefan Bodewig · 15 years ago
  92. 01240b5 tarfileset by Stefan Bodewig · 15 years ago
  93. b93f02e zipentry resource by Stefan Bodewig · 15 years ago
  94. 8b3a185 CpioEntry resource by Stefan Bodewig · 15 years ago
  95. afa4f73 ar uses seconds since epoch (but commons compress 1.0 doesn't read it anyway) by Stefan Bodewig · 15 years ago
  96. 01e7827 ArEntry resource by Stefan Bodewig · 15 years ago
  97. 72b2018 TarEntry resource by Stefan Bodewig · 15 years ago
  98. b8e103b typo by Stefan Bodewig · 15 years ago
  99. ecfc946 merge another test from Ant core by Stefan Bodewig · 15 years ago
  100. 2196986 encoding support in unzip by Stefan Bodewig · 15 years ago