1. 5e5804c merge revision 741089 from Ant trunk - fix for various findbugs issues - [SANDBOX-246] by Stefan Bodewig · 15 years ago
  2. 743d7c5 some indentation changes and add myself to the POM by Stefan Bodewig · 15 years ago
  3. 2ae5e28 [SANDBOX-256] - merge revision 738844 from Ant - use JDK 1.4+ collections by Stefan Bodewig · 15 years ago
  4. 838dcc1 merge revision 739300 from Ant - [SANDBOX-276] by Stefan Bodewig · 15 years ago
  5. 4669f29 merge revision 738853 from Ant - [SANDBOX-276] by Stefan Bodewig · 15 years ago
  6. 7b879e5 separate close from finish by Torsten Curdt · 16 years ago
  7. e190c40 applied patch by Christian Grobmeier by Torsten Curdt · 16 years ago
  8. ab9ebfc applied patch by Christian Grobmeier by Torsten Curdt · 16 years ago
  9. 70c8320 applied patch from Christian Grobmeier by Torsten Curdt · 16 years ago
  10. 01d3951 cleanups and nitpicking by Torsten Curdt · 16 years ago
  11. 814243d applied a modified patch from Christian Grobmeier by Torsten Curdt · 16 years ago
  12. 890a7e0 fixed the one-off problem, got rid of some unused methods by Torsten Curdt · 16 years ago
  13. 72b8402 applied patch from Christian Grobmeier by Torsten Curdt · 16 years ago
  14. c199737 applied patch from Christian Grobmeier by Torsten Curdt · 16 years ago
  15. 46ad24d applied patch from Christian Grobmeier by Torsten Curdt · 16 years ago
  16. 726f6f2 applied patch from Adrian Pronk by Torsten Curdt · 16 years ago
  17. d6612b6 applied patches from Tim Pinet by Torsten Curdt · 16 years ago
  18. 2a8824b no longer needed by Torsten Curdt · 16 years ago
  19. 6a70323 applied patch from Christian Grobmeier by Torsten Curdt · 16 years ago
  20. c06ef18 cleaned up contributors and developers by Torsten Curdt · 16 years ago
  21. d1789e6 applying patch from Christian Grobmeier by Torsten Curdt · 16 years ago
  22. 64eb326 make it a test at least by Torsten Curdt · 16 years ago
  23. 1da2810 removed unneeded files by Torsten Curdt · 16 years ago
  24. 3148524 switching trunk to redesign branch by Torsten Curdt · 16 years ago
  25. 37071c6 Fixed the location of the tests by Emmanuel Bourg · 16 years ago
  26. 723d7ea change commons-sandbox-parent to version 7 and re-generate issue-tracking pages to correct comment by Niall Pemberton · 16 years ago
  27. a8a9e64 removed author tags in favor of NOTICE file, split up testcases, nitpicking by Torsten Curdt · 16 years ago
  28. 444238f fixed line endings, by Torsten Curdt · 16 years ago
  29. ca16539 import of new redesign branch by Torsten Curdt · 16 years ago
  30. b360f4a cleaning up here by Torsten Curdt · 16 years ago
  31. deb5593 add a revision by Torsten Curdt · 16 years ago
  32. 47ee2ea new try by Torsten Curdt · 16 years ago
  33. 9832c23 Null checks before closing files by Sebastian Bazley · 16 years ago
  34. 2a44f34 clone() is not allowed to return null by Sebastian Bazley · 16 years ago
  35. 80a6bf0 Javadoc corrections by Sebastian Bazley · 16 years ago
  36. a5bf03c Attaching the javadoc to the correct variable by Henri Yandell · 16 years ago
  37. 10057aa Fixing the finally code which wasn't null-protecting, catching an exception in the code I'd previously 'fixed' and removing the outputStream variable as it was unused by Henri Yandell · 16 years ago
  38. e3f9bf2 Remove executable properties by Sebastian Bazley · 16 years ago
  39. d592bb4 Unnecessary cast by Sebastian Bazley · 16 years ago
  40. 4c92988 Unnecessary ; by Sebastian Bazley · 16 years ago
  41. 8f65a72 I believe the && here should be an ||, else it will throw an NPE and allow directories to be unarchived by Henri Yandell · 16 years ago
  42. 1f5f002 Null protect the stream closing by Henri Yandell · 16 years ago
  43. c166fef Removing the recursive and unused newInstance method by Henri Yandell · 16 years ago
  44. 4ea0139 Adding a commented out findbugs report to the pom by Henri Yandell · 16 years ago
  45. 67e6fe0 Replacing 'numToWrite -= numToWrite' with the semantically clearer 'numToWrite = 0' by Henri Yandell · 16 years ago
  46. ad97850 Findbugs report says to make the finalize protected and not public. Makes sense to me. by Henri Yandell · 16 years ago
  47. 732a993 Adding license headers. Cleaning up package.htmls a touch by Henri Yandell · 16 years ago
  48. 02551ca Removing empty statements caused by unnecessary semi-colons - as reported by PMD by Henri Yandell · 16 years ago
  49. e9aa5fb Added commons-io to the Maven 1 descriptor by Emmanuel Bourg · 16 years ago
  50. 2fdb963 Fixed TarOutputStream for files bigger than 2GB by Emmanuel Bourg · 16 years ago
  51. c0d44c5 Replaced the shutdownStream() methods with IOUtils.closeQuietly() in the test cases by Emmanuel Bourg · 16 years ago
  52. 49ff2a7 Changed the eol-style of the test file to fix testReadPosixTar and testReadGnuTar on Unix systems by Emmanuel Bourg · 16 years ago
  53. fb1b71f Removed the suite classes and the constructors from the test cases by Emmanuel Bourg · 16 years ago
  54. bfadd03 Fixed some variable and exception names in the javadoc by Emmanuel Bourg · 16 years ago
  55. ccc2c49 Changed PackableObjectException to extends IOException and simplified a couple exception handlings by Emmanuel Bourg · 16 years ago
  56. be5d8aa Changed the FileInputStream and FileOutputStream in the method signatures into InputStream and OutputStream by Emmanuel Bourg · 16 years ago
  57. 42f6380 COMMONSSITE-30 - fix the checkstyle configuration to work for multi-module and review/update <reporting> plugin version numbers for the poms being changed. by Niall Pemberton · 16 years ago
  58. ac5c6e5 Upgrade to commons-sandbox-parent-6 pom by Niall Pemberton · 16 years ago
  59. ddfbc3f Remove ${basedir} reference - produces an error with maven 2.0.9 by Niall Pemberton · 16 years ago
  60. fb3c7de Fixing the headerFile location as per CODEC-67 and Benjamin's patch by Henri Yandell · 16 years ago
  61. 051da7a upgrade to version 5 of commons-sandbox-parent by Niall Pemberton · 16 years ago
  62. 6178ece Generate Issue Tracking pages using commons-build-plugin and update site menus by Niall Pemberton · 16 years ago
  63. 5f4c01c Upgrade to version 4 of commons-sandbox-parent and add properties for commons-build-plugin by Niall Pemberton · 16 years ago
  64. 9e1d3d6 Update to released version 3 of commons-sandbox-parent pom by Niall Pemberton · 16 years ago
  65. 003f0fd Add logo to m2 build by Niall Pemberton · 17 years ago
  66. cc3a807 Remove Jakarta references, fix site generation errors by Niall Pemberton · 17 years ago
  67. 714ab13 Changing name to 'Commons Xxx (Sandbox)' by Henri Yandell · 17 years ago
  68. c4b9ad1 Adding a '(Sandbox)' because it seems like a good idea by Henri Yandell · 17 years ago
  69. 217ca42 Removing 'Commons ' from the pom.xml name to match other components by Henri Yandell · 17 years ago
  70. 23cf9ee Artifact ID seems to have changed for the sandbox parent by Henri Yandell · 17 years ago
  71. e8dea45 Upgrading to the latest sandbox parent by Henri Yandell · 17 years ago
  72. d1c765a TLP move related blanket changes. Please review if possible. by Rahul Akolkar · 17 years ago
  73. 42ab741 Fixing the email addresses to the new lists by Henri Yandell · 17 years ago
  74. 0373886 Moving to TLP by Henri Yandell · 17 years ago
  75. b1c4b8a Moving back :) by Henri Yandell · 17 years ago
  76. 53959dc Moving to TLP by Henri Yandell · 17 years ago
  77. 7bd33dc Fix the xdoc syntax so that the resulting xhtml is valid. by Dennis Lundberg · 18 years ago
  78. 2d65501 Strip trailing spaces. by Dennis Lundberg · 18 years ago
  79. fb3d189 nitpickin by Torsten Curdt · 18 years ago
  80. 29ad7db nitpicking, removed duplicate code by Torsten Curdt · 18 years ago
  81. 7b61b75 nitpicking, removed deprecated examples by Torsten Curdt · 18 years ago
  82. 2104878 fixed deprecations, fixed imports, noticed the TarArchive test data is broken by Torsten Curdt · 18 years ago
  83. 86c2c24 Add Checkstyle report. by Dennis Lundberg · 18 years ago
  84. 1f920dd Add a header file and use that instead of the whole license file for Checkstyle. by Dennis Lundberg · 18 years ago
  85. 1c48b1c Remove link to changes report, as there is no data available to create that report. by Dennis Lundberg · 18 years ago
  86. 1131b73 Setting the maven repo - apologies if this borks anything by Henri Yandell · 18 years ago
  87. cc85354 Fixing the format of the license header by Henri Yandell · 18 years ago
  88. 0a431a6 Fixing license header by Henri Yandell · 18 years ago
  89. 563521e Fixing copyright/license header by Henri Yandell · 18 years ago
  90. e2e969c Moving the copyright into the NOTICE file. Missed lots of entries with the script, need to investigate why by Henri Yandell · 18 years ago
  91. 4dbd36e Renaming the sandbox pom to commons-sandbox from commons-sandbox-parent by Henri Yandell · 18 years ago
  92. 76af64d The BZip2 tests have problems when they are instrumented, they hang and the site can't be built. Added configuration so those classes do not get instrumented by Henri Yandell · 18 years ago
  93. 91d4cff Changing to m2 format by Henri Yandell · 18 years ago
  94. 8d6e121 Moving navigation to the m2 name of site.xml by Henri Yandell · 18 years ago
  95. 09f50fd Moving Compress to an m2 site by Henri Yandell · 18 years ago
  96. db43350 Switching from minotaur.apache.org to people.apache.org in the distributionManagement by Henri Yandell · 18 years ago
  97. 0538397 1.4 compiler settings (not sure what min JDK is) by Rahul Akolkar · 18 years ago
  98. 786e4c2 Fixing the parent-pom version by Henri Yandell · 18 years ago
  99. be36da7 forgot a few files to add: draft 8 from C. Grobmeier, grant has been received, cheers by Torsten Curdt · 18 years ago
  100. 8822084 draft 8 from C. Grobmeier, grant has been received, cheers by Torsten Curdt · 18 years ago