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